Trace number 3174942

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.31 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S936020932-012-UNKNOWN.cnf
MD5SUM1739c47038d88c1ec678774e95926496
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3258
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-3174942-1304056593.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.85	c lits-rem:         0  cl-subs:        0  v-elim:    173  v-fix:    0  time:  0.14 s
0.00/0.85	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.85	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.00/0.85	c calculated reachability. Time: 0.00
0.00/0.85	c Calc default polars -  time:   0.00 s pos:    2247 undec:     585 neg:    2168
0.00/0.85	c =========================================================================================
0.00/0.85	c types(t): F = full restart, N = normal restart
0.00/0.85	c types(t): S = simplification begin/end, E = solution found
0.00/0.85	c restart types(rt): st = static, dy = dynamic
0.00/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.85	c  B st     0         0      4827     20781         0         0     63261         0   no data   no data  --
0.00/0.85	c  N dy    21      4177      4827     20781         0      4177     63261    453539     64.91     68.66  --
0.00/0.85	c  N dy    46      8181      4827     20781         0      5687     63261    417500     64.83     69.28  --
4.80/1.25	c  N dy    71     12202      4827     20781         0      5455     63261    243688     64.95     68.98  --
6.36/1.64	c  N dy   100     16322      4827     20781         0      9575     63261    669199     65.52     69.37  --
7.98/2.05	c  N dy   127     20366      4827     20781         0      8006     63261    378116     65.50     78.15  --
9.56/2.49	c  N dy   153     24444      4827     20781         0     12083     63261    805355     65.72     70.49  --
9.96/2.55	c  F st   157     25001      4827     20781         0     12640     63261    861929     65.70   no data  --
12.37/3.11	c  N dy   163     30000      4827     20781         0     10823     63261    619441     65.70   no data  --
12.37/3.11	c  S st   163     30000      4827     20781         0     10823     63261    619441     65.70   no data  --
12.37/3.16	c  S st   163     30501      4827     20781         0     11324     63261    657363     65.70   no data  --
12.37/3.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.37/3.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.37/3.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
12.74/3.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.74/3.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.74/3.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
12.74/3.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
21.93/5.58	c lits-rem:        73  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.39 s
22.33/5.61	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.10
22.33/5.61	c calculated reachability. Time: 0.00
22.33/5.61	c  N dy   163     30501      4827     20781         0     11322     63261    656977     65.70   no data  --
23.94/6.09	c  N dy   182     34589      4827     20781         0     15410     63261   1081306     65.53     89.40  --
25.92/6.53	c  N dy   210     38665      4827     20781         0     11578     63261    522434     65.75     69.55  --
27.93/7.00	c  N dy   235     42830      4827     20781         0     15742     63261    948786     65.74     70.92  --
29.13/7.35	c  S st   255     45753      4827     20781         0      9707     63261    231140     65.79   no data  --
29.13/7.40	c  S st   255     46260      4827     20781         0     10214     63261    271843     65.79   no data  --
29.54/7.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.54/7.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.54/7.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
29.54/7.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
29.54/7.43	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.32/8.10	c lits-rem:        12  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.67 s
32.32/8.11	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
32.32/8.11	c vivif2 --  cl tried    10213 cl shrink        0 lits rem          0 time: 0.01
32.32/8.13	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.09
32.32/8.13	c calculated reachability. Time: 0.00
32.32/8.13	c  N dy   255     46260      4827     20781         0     10213     63261    271592     65.79   no data  --
33.93/8.57	c  N dy   281     50287      4827     20781         0     14240     63261    683384     65.80     70.56  --
35.91/9.07	c  N dy   304     54414      4827     20781         0     18367     63261   1097399     65.71     69.37  --
37.91/9.56	c  N dy   328     58530      4827     20781         0     12507     63261    424219     65.69     72.10  --
39.91/10.02	c  N dy   351     62540      4827     20781         0     16517     63261    833552     65.70     69.89  --
41.91/10.53	c  N dy   380     66546      4827     20781         0     20523     63261   1248852     65.87     76.90  --
43.13/10.89	c  S st   397     69390      4827     20781         0     12382     63261    310308     65.84   no data  --
43.50/10.95	c  S st   397     69894      4827     20781         0     12886     63261    344741     65.84   no data  --
43.50/10.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.50/10.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.50/10.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
43.50/10.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.50/10.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.50/10.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
43.50/10.99	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
47.52/11.97	c lits-rem:        19  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.91 s
47.52/11.97	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
47.52/11.98	c vivif2 --  cl tried    12885 cl shrink        0 lits rem          0 time: 0.02
47.90/12.00	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.10
47.90/12.00	c calculated reachability. Time: 0.00
47.90/12.00	c  N dy   397     69894      4827     20781         0     12885     63261    344680     65.84   no data  --
49.90/12.55	c  N dy   427     74483      4827     20781         0     17472     63261    832348     65.98     70.23  --
52.28/13.19	c  N dy   465     79471      4827     20781         0     22460     63261   1359462     66.19     70.37  --
55.09/13.82	c  N dy   498     84579      4827     20781         0     15571     63261    537890     66.23     70.57  --
56.30/14.18	c  F st   521     87502      4827     20781         0     18494     63261    842114     66.34   no data  --
58.28/14.62	c  N st   526     90798      4827     20781         0     21789     63261   1255066     66.34   no data  --
61.08/15.39	c  N dy   555     96653      4827     20781         0     14648     63261    349987     66.45     71.03  --
64.28/16.17	c  N dy   593    102959      4827     20781         0     20952     63261   1018614     66.51     70.79  --
65.47/16.41	c  S st   605    104843      4827     20781         0     22836     63261   1210241     66.47   no data  --
65.47/16.49	c  S st   605    105343      4827     20781         0     23336     63261   1252161     66.47   no data  --
65.47/16.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.47/16.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.87/16.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
65.87/16.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
65.87/16.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.87/16.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
65.87/16.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
74.65/18.72	c lits-rem:        54  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.54 s
74.65/18.73	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
74.65/18.74	c vivif2 --  cl tried    23334 cl shrink        0 lits rem          0 time: 0.06
74.65/18.78	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.16
74.65/18.78	c calculated reachability. Time: 0.00
74.65/18.78	c  N dy   605    105343      4827     20781         0     23334     63261   1251728     66.47   no data  --
78.65/19.70	c  N dy   645    112210      4827     20781         0     16205     63261    407754     66.38     69.93  --
82.27/20.66	c  N dy   691    119605      4827     20781         0     23600     63261   1166908     66.36     71.19  --
86.66/21.71	c  N dy   737    127255      4827     20781         0     16249     63261    320789     66.43     72.54  --
90.64/22.77	c  N dy   786    135749      4827     20781         0     24742     63261   1192806     66.40     70.05  --
95.85/24.01	c  N dy   848    144488      4827     20781         0     17482     63261    350268     66.50     70.89  --
100.62/25.23	c  N dy   912    153820      4827     20781         0     26814     63261   1325468     66.55     70.93  --
103.01/25.84	c  S st   939    158016      4827     20781         0     31010     63261   1755977     66.56     71.18  --
103.43/25.92	c  S st   939    158520      4827     20781         0     31514     63261   1794532     66.56   no data  --
103.43/25.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
103.43/25.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.43/25.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
103.82/26.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.82/26.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.82/26.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
103.82/26.03	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
117.82/29.58	c lits-rem:         9  cl-subs:        5  v-elim:      0  v-fix:    0  time: 14.13 s
117.82/29.58	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
118.19/29.60	c vivif2 --  cl tried    31509 cl shrink        0 lits rem          0 time: 0.08
118.19/29.65	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.22
118.19/29.66	c calculated reachability. Time: 0.00
118.19/29.66	c  N dy   939    158520      4827     20781         0     31509     63261   1793455     66.56   no data  --
123.79/31.08	c  N dy  1003    168747      4827     20781         0     24740     63261   1015303     66.67     70.45  --
130.59/32.72	c  N dy  1073    179562      4827     20781         0     35554     63261   2141364     66.70     75.28  --
136.97/34.31	c  N dy  1141    191224      4827     20781         0     29219     63261   1383569     66.73     71.70  --
144.18/36.15	c  N dy  1217    203634      4827     20781         0     22629     63261    592529     66.80     70.41  --
151.75/38.06	c  N dy  1299    216918      4827     20781         0     35911     63261   1990374     66.88     70.70  --
159.74/40.06	c  N dy  1386    230796      4827     20781         0     29787     63261   1252270     66.95     87.26  --
164.13/41.11	c  S st  1426    237780      4827     20781         0     36769     63261   1968891     66.93     64.14  --
164.53/41.20	c  S st  1426    238281      4827     20781         0     37270     63261   2007357     66.93   no data  --
164.53/41.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
164.53/41.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.53/41.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.12
164.93/41.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.93/41.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.93/41.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
164.93/41.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
180.50/45.24	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 15.66 s
180.50/45.25	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
180.50/45.27	c vivif2 --  cl tried    37265 cl shrink        0 lits rem          0 time: 0.09
180.90/45.33	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.24
180.90/45.33	c calculated reachability. Time: 0.00
180.90/45.33	c  N dy  1426    238281      4827     20781         0     37265     63261   2006118     66.93   no data  --
190.09/47.60	c  N dy  1521    253570      4827     20781         0     31557     63261   1345636     67.01     70.73  --
200.08/50.13	c  N dy  1614    269890      4827     20781         0     25879     63261    639071     66.97     70.60  --
211.27/52.90	c  N dy  1725    287751      4827     20781         0     43736     63261   2531859     66.98     72.13  --
222.06/55.69	c  N dy  1832    306166      4827     20781         0     39152     63261   1915992     66.97     70.66  --
222.46/55.70	c  F st  1833    306255      4827     20781         0     39241     63261   1925244     66.97   no data  --
234.84/58.80	c  N dy  1928    325741      4827     20781         0     34730     63261   1374403     67.01     71.00  --
248.02/62.11	c  N dy  2051    345884      4827     20781         0     29873     63261    766499     67.04     70.64  --
255.21/63.93	c  S st  2125    357422      4827     20781         0     41409     63261   1998820     67.11   no data  --
255.61/64.03	c  S st  2125    357924      4827     20781         0     41911     63261   2039982     67.11   no data  --
255.61/64.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
255.61/64.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.61/64.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.13
256.01/64.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.01/64.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.01/64.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
256.01/64.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
274.78/68.80	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 18.55 s
274.78/68.80	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
274.78/68.83	c vivif2 --  cl tried    41906 cl shrink        0 lits rem          0 time: 0.09
275.18/68.90	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.29
275.18/68.90	c calculated reachability. Time: 0.00
275.18/68.90	c  N dy  2125    357924      4827     20781         0     41906     63261   2038579     67.11   no data  --
288.78/72.36	c  N dy  2249    377978      4827     20781         0     35961     63261   1287332     67.11     70.72  --
302.74/75.86	c  N dy  2370    397992      4827     20781         0     28975     63261    468966     67.13     71.24  --
315.92/79.15	c  N dy  2488    418132      4827     20781         0     49110     63261   2616386     67.15     72.31  --
329.50/82.54	c  N dy  2608    438284      4827     20781         0     41261     63261   1672938     67.19     73.69  --
344.29/86.21	c  N dy  2728    458297      4827     20781         0     32278     63261    616562     67.21     71.63  --
357.87/89.60	c  N dy  2849    478311      4827     20781         0     52289     63261   2709044     67.21     70.79  --
371.86/93.16	c  N dy  2978    498373      4827     20781         0     42355     63261   1609745     67.26     71.30  --
387.83/97.10	c  N dy  3113    518448      4827     20781         0     31429     63261    331446     67.34     81.90  --
399.81/100.17	c  S st  3229    536886      4827     20781         0     49863     63261   2264130     67.38   no data  --
400.21/100.28	c  S st  3229    537390      4827     20781         0     50367     63261   2307361     67.38   no data  --
400.21/100.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
400.21/100.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
400.61/100.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.15
401.01/100.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.01/100.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
401.01/100.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
401.01/100.42	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
424.58/106.30	c lits-rem:        31  cl-subs:        8  v-elim:      0  v-fix:    0  time: 23.47 s
424.58/106.30	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
424.58/106.33	c vivif2 --  cl tried    50359 cl shrink        0 lits rem          0 time: 0.11
425.00/106.41	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.33
425.00/106.42	c calculated reachability. Time: 0.00
425.00/106.42	c  N dy  3229    537390      4827     20781         0     50359     63261   2305477     67.38   no data  --
440.16/110.21	c  N dy  3350    557451      4827     20781         0     38421     63261    966037     67.38     74.42  --
454.93/113.92	c  N dy  3466    577648      4827     20781         0     58617     63261   3104308     67.37     72.94  --
469.71/117.67	c  N dy  3601    597680      4827     20781         0     45652     63261   1639306     67.43     71.70  --
486.10/121.76	c  N dy  3729    617774      4827     20781         0     65743     63261   3786128     67.47     73.02  --
500.87/125.48	c  N dy  3838    637900      4827     20781         0     51873     63261   2178878     67.46     71.14  --
518.05/129.77	c  N dy  3968    657999      4827     20781         0     36974     63261    522502     67.47     71.13  --
533.63/133.64	c  N dy  4106    678074      4827     20781         0     57047     63261   2663990     67.52     71.40  --
551.21/138.02	c  N dy  4230    698092      4827     20781         0     41065     63261    858194     67.56     72.26  --
567.19/142.06	c  N dy  4361    718253      4827     20781         0     61221     63261   2997923     67.57     71.67  --
584.76/146.41	c  N dy  4487    738284      4827     20781         0     44258     63261   1090162     67.60     78.24  --
601.16/150.58	c  N dy  4615    758382      4827     20781         0     64350     63261   3211378     67.63     72.11  --
618.73/154.93	c  N dy  4737    778412      4827     20781         0     46382     63261   1218221     67.64     72.62  --
635.49/159.20	c  N dy  4864    798429      4827     20781         0     66399     63261   3333236     67.66     74.82  --
643.07/161.07	c  S st  4909    806085      4827     20781         0     74054     63261   4123735     67.65   no data  --
643.88/161.23	c  S st  4909    806587      4827     20781         0     74556     63261   4164095     67.65   no data  --
643.88/161.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
643.88/161.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
644.28/161.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
644.70/161.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
644.70/161.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
644.70/161.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
644.70/161.48	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
886.38/221.93	c lits-rem:         0  cl-subs:       16  v-elim:      0  v-fix:    0  time: 240.86 s
886.38/221.93	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
886.38/221.98	c vivif2 --  cl tried    74540 cl shrink        0 lits rem          0 time: 0.20
887.15/222.10	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.51
887.15/222.11	c calculated reachability. Time: 0.00
887.15/222.11	c  N dy  4909    806587      4827     20781         0     74540     63261   4160825     67.65   no data  --
902.72/226.03	c  N dy  5039    826683      4827     20781         0     55639     63261   2093087     67.67     71.58  --
920.70/230.57	c  N dy  5155    846944      4827     20781         0     75896     63261   4224019     67.68     74.63  --
937.08/234.61	c  N dy  5281    867006      4827     20781         0     55960     63261   2050673     67.70     71.29  --
955.05/239.16	c  N dy  5413    887015      4827     20781         0     75963     63261   4182826     67.72     85.48  --
972.23/243.42	c  N dy  5539    907102      4827     20781         0     55059     63261   1851322     67.75     76.35  --
991.00/248.12	c  N dy  5646    927301      4827     20781         0     75256     63261   3998955     67.74     74.33  --
1009.40/252.73	c  N dy  5768    947333      4827     20781         0     53294     63261   1549056     67.75     73.78  --
1027.75/257.35	c  N dy  5890    967368      4827     20781         0     73327     63261   3686508     67.77     71.79  --
1047.33/262.26	c  N dy  6019    987415      4827     20781         0     50371     63261   1125222     67.77     90.66  --
1065.70/266.82	c  N dy  6158   1007587      4827     20781         0     70543     63261   3291001     67.82     71.98  --
1087.65/272.32	c  N dy  6289   1028463      4827     20781         0     47422     63261    729630     67.85     71.75  --
1104.83/276.65	c  N dy  6417   1048536      4827     20781         0     67492     63261   2855010     67.87     72.63  --
1126.40/282.00	c  N dy  6545   1068619      4827     20781         0     87570     63261   4999320     67.90     71.62  --
1129.60/282.90	c  F st  6559   1071875      4827     20781         0     45836     63261    464833     67.90     69.45  --
1143.58/286.38	c  N dy  6640   1088647      4827     20781         0     62607     63261   2339152     67.90     72.76  --
1164.35/291.54	c  N dy  6764   1109052      4827     20781         0     83011     63261   4512161     67.91     71.95  --
1184.32/296.51	c  N dy  6897   1129111      4827     20781         0     57069     63261   1539494     67.93     71.56  --
1203.89/301.46	c  N dy  7035   1149604      4827     20781         0     77558     63261   3735679     67.96     72.25  --
1225.87/306.97	c  N dy  7154   1169767      4827     20781         0     50719     63261    783505     67.99     71.61  --
1243.84/311.49	c  N dy  7289   1189856      4827     20781         0     70805     63261   2937579     68.02     78.45  --
1266.21/317.02	c  N dy  7414   1209880      4827     20781         0     90827     63261   5075898     68.04   no data  --
1266.21/317.02	c  S st  7414   1209880      4827     20781         0     90827     63261   5075898     68.04   no data  --
1267.01/317.21	c  S st  7414   1210381      4827     20781         0     91328     63261   5116016     68.04   no data  --
1267.01/317.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1267.01/317.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1267.01/317.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.28
1268.21/317.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1268.21/317.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1268.21/317.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
1268.21/317.50	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1683.24/421.48	c lits-rem:        13  cl-subs:       14  v-elim:      0  v-fix:    0  time: 414.61 s
1683.24/421.48	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
1683.64/421.54	c vivif2 --  cl tried    91314 cl shrink        0 lits rem          0 time: 0.25
1684.44/421.70	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.64
1684.44/421.71	c calculated reachability. Time: 0.00
1684.44/421.71	c  N dy  7414   1210381      4827     20781         0     91314     63261   5113441     68.04   no data  --
1703.22/426.43	c  N dy  7533   1230468      4827     20781         0     63408     63261   2021419     68.04     80.48  --
1724.38/431.79	c  N dy  7663   1251387      4827     20781         0     84324     63261   4275842     68.06     72.19  --
1745.16/436.98	c  N dy  7777   1271435      4827     20781         0     55378     63261   1073903     68.07     72.11  --
1763.54/441.56	c  N dy  7910   1291521      4827     20781         0     75460     63261   3239421     68.10     72.07  --
1786.71/447.31	c  N dy  8049   1311629      4827     20781         0     95566     63261   5388394     68.12     72.02  --
1806.27/452.20	c  N dy  8177   1331824      4827     20781         0     65761     63261   2088059     68.14     72.77  --
1827.07/457.49	c  N dy  8297   1352010      4827     20781         0     85945     63261   4264723     68.15     73.06  --
1851.01/463.45	c  N dy  8417   1372100      4827     20781         0     55039     63261    832624     68.16     73.04  --
1869.79/468.16	c  N dy  8533   1392210      4827     20781         0     75147     63261   2953437     68.16     71.88  --
1892.98/473.94	c  N dy  8658   1412254      4827     20781         0     95188     63261   5095205     68.17     73.51  --
1914.55/479.32	c  N dy  8787   1432296      4827     20781         0     63236     63261   1603774     68.18     71.84  --
1935.30/484.51	c  N dy  8909   1452318      4827     20781         0     83255     63261   3740650     68.19     72.30  --
1960.47/490.86	c  N dy  9040   1472399      4827     20781         0    103336     63261   5887311     68.20     98.01  --
1980.05/495.77	c  N dy  9164   1492482      4827     20781         0     70424     63261   2293113     68.21     73.03  --
2002.01/501.28	c  N dy  9289   1512581      4827     20781         0     90520     63261   4445313     68.22     78.79  --
2027.58/507.67	c  N dy  9431   1532733      4827     20781         0     56672     63261    715603     68.24     74.00  --
2046.77/512.48	c  N dy  9565   1552749      4827     20781         0     76682     63261   2849164     68.26     72.49  --
2069.92/518.30	c  N dy  9682   1572753      4827     20781         0     96685     63261   4993194     68.27     72.07  --
2094.28/524.32	c  N dy  9814   1592769      4827     20781         0     61705     63261   1161006     68.28     77.59  --
2114.66/529.41	c  N dy  9946   1612957      4827     20781         0     81889     63261   3315429     68.30     71.95  --
2138.64/535.47	c  N dy 10067   1632989      4827     20781         0    101918     63261   5474387     68.31     73.34  --
2161.80/541.22	c  N dy 10182   1653118      4827     20781         0     66056     63261   1500574     68.31     73.48  --
2182.58/546.50	c  N dy 10309   1673266      4827     20781         0     86201     63261   3673992     68.33     71.95  --
2208.13/552.89	c  N dy 10431   1693385      4827     20781         0    106313     63261   5820853     68.34     72.37  --
2228.10/557.80	c  S st 10537   1710381      4827     20781         0     66317     63261   1418318     68.34     67.99  --
2228.50/557.94	c  S st 10537   1710885      4827     20781         0     66821     63261   1463735     68.34   no data  --
2228.50/557.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2228.50/557.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2228.90/558.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
2228.90/558.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2228.90/558.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2228.90/558.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
2228.90/558.07	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2243.68/561.71	c lits-rem:        21  cl-subs:        3  v-elim:      0  v-fix:    0  time: 14.52 s
2243.68/561.71	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
2243.68/561.73	c vivif2 --  cl tried    66818 cl shrink        0 lits rem          0 time: 0.08
2244.10/561.84	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.44
2244.10/561.84	c calculated reachability. Time: 0.00
2244.10/561.84	c  N dy 10537   1710885      4827     20781         0     66818     63261   1463137     68.34   no data  --
2265.25/567.14	c  N dy 10657   1731122      4827     20781         0     87055     63261   3620063     68.34     72.14  --
2290.02/573.38	c  N dy 10770   1751205      4827     20781         0    107136     63261   5778318     68.34     72.03  --
2313.19/579.17	c  N dy 10903   1771242      4827     20781         0     69183     63261   1641576     68.36     72.90  --
2335.16/584.64	c  N dy 11023   1791559      4827     20781         0     89497     63261   3820990     68.36     73.61  --
2362.33/591.47	c  N dy 11151   1811654      4827     20781         0    109592     63261   6008128     68.38     73.72  --
2386.70/597.51	c  N dy 11280   1831755      4827     20781         0     70694     63261   1697361     68.38     72.43  --
2409.46/603.23	c  N dy 11415   1851893      4827     20781         0     90831     63261   3882043     68.41     73.61  --
2437.02/610.12	c  N dy 11541   1872020      4827     20781         0    110956     63261   6036551     68.42     72.38  --
2461.39/616.23	c  N dy 11671   1892114      4827     20781         0     71058     63261   1633674     68.42     77.14  --
2482.16/621.45	c  N dy 11794   1912130      4827     20781         0     91073     63261   3793467     68.44     94.70  --
2506.93/627.62	c  N dy 11912   1932139      4827     20781         0    111081     63261   5920716     68.44     73.97  --
2530.89/633.62	c  N dy 12034   1952206      4827     20781         0     70149     63261   1442992     68.45     83.63  --
2551.68/638.85	c  N dy 12164   1972273      4827     20781         0     90213     63261   3569255     68.45     72.59  --
2577.24/645.25	c  N dy 12307   1992293      4827     20781         0    110231     63261   5727470     68.48     72.89  --
2602.40/651.57	c  N dy 12432   2012360      4827     20781         0     68302     63261   1145455     68.48     81.09  --
2622.77/656.64	c  N dy 12553   2032403      4827     20781         0     88343     63261   3281132     68.49     82.81  --
2646.34/662.58	c  N dy 12666   2052439      4827     20781         0    108376     63261   5423932     68.49     72.27  --
2673.50/669.36	c  N dy 12792   2072497      4827     20781         0     65441     63261    741933     68.49     85.50  --
2693.47/674.31	c  N dy 12928   2092505      4827     20781         0     85447     63261   2881272     68.51     81.28  --
2717.04/680.21	c  N dy 13046   2112529      4827     20781         0    105468     63261   5016733     68.50     73.29  --
2745.02/687.28	c  N dy 13182   2132707      4827     20781         0    125642     63261   7171297     68.51     72.23  --
2765.78/692.48	c  N dy 13305   2152803      4827     20781         0     81751     63261   2380811     68.52     72.94  --
2788.55/698.17	c  N dy 13429   2172810      4827     20781         0    101757     63261   4524661     68.52     72.21  --
2815.33/704.88	c  N dy 13549   2192887      4827     20781         0    121829     63261   6650254     68.52     72.99  --
2837.30/710.33	c  S st 13664   2210886      4827     20781         0     74827     63261   1554611     68.53     68.97  --
2837.70/710.49	c  S st 13664   2211389      4827     20781         0     75330     63261   1593826     68.53   no data  --
2838.08/710.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2838.08/710.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2838.08/710.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
2838.48/710.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2838.48/710.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2838.48/710.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
2838.48/710.62	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2856.05/715.07	c lits-rem:        40  cl-subs:        5  v-elim:      0  v-fix:    0  time: 17.75 s
2856.05/715.07	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
2856.05/715.09	c vivif2 --  cl tried    75325 cl shrink        0 lits rem          0 time: 0.09
2856.85/715.21	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.48
2856.85/715.22	c calculated reachability. Time: 0.00
2856.85/715.22	c  N dy 13664   2211389      4827     20781         0     75325     63261   1592498     68.53   no data  --
2878.43/720.64	c  N dy 13790   2231656      4827     20781         0     95590     63261   3762412     68.54     72.66  --
2903.99/727.04	c  N dy 13927   2251673      4827     20781         0    115603     63261   5918911     68.55     72.85  --
2931.56/733.97	c  N dy 14051   2271715      4827     20781         0     69646     63261    889768     68.56     72.26  --
2952.32/739.10	c  N dy 14183   2291895      4827     20781         0     89823     63261   3052872     68.57     72.19  --
2977.09/745.35	c  N dy 14310   2312200      4827     20781         0    110127     63261   5217595     68.57     72.44  --
3005.45/752.48	c  N dy 14424   2332355      4827     20781         0    130280     63261   7379899     68.57     72.52  --
3027.42/757.91	c  N dy 14546   2352427      4827     20781         0     83355     63261   2259525     68.58     72.91  --
3050.59/763.79	c  N dy 14668   2372508      4827     20781         0    103436     63261   4451283     68.59     72.35  --
3079.75/771.03	c  N dy 14797   2392677      4827     20781         0    123603     63261   6597680     68.59     72.71  --
3107.71/778.09	c  N dy 14929   2412761      4827     20781         0     75697     63261   1351524     68.60     73.23  --
3131.70/784.08	c  N dy 15062   2432915      4827     20781         0     95849     63261   3513228     68.61     72.72  --
3159.64/791.04	c  N dy 15189   2452921      4827     20781         0    115852     63261   5662224     68.63     73.33  --
3192.40/799.23	c  N dy 15307   2473148      4827     20781         0    136075     63261   7831862     68.63     73.91  --
3215.96/805.10	c  N dy 15426   2493223      4827     20781         0     87153     63261   2437060     68.63     72.34  --
3243.13/811.98	c  N dy 15560   2513291      4827     20781         0    107217     63261   4596653     68.64     83.15  --
3275.09/819.98	c  N dy 15689   2533322      4827     20781         0    127247     63261   6732493     68.65     73.87  --
3306.64/827.81	c  N dy 15821   2553419      4827     20781         0     77351     63261   1312262     68.67     72.66  --
3331.01/833.96	c  N dy 15943   2573508      4827     20781         0     97439     63261   3463302     68.67     75.57  --
3360.20/841.21	c  N dy 16055   2593554      4827     20781         0    117484     63261   5626796     68.67     81.98  --
3392.92/849.48	c  N dy 16170   2613555      4827     20781         0    137485     63261   7781739     68.67     73.63  --
3417.31/855.58	c  N dy 16299   2633563      4827     20781         0     86498     63261   2199153     68.68     73.35  --
3442.46/861.83	c  N dy 16417   2653629      4827     20781         0    106564     63261   4361505     68.68     75.05  --
3470.45/868.85	c  N dy 16549   2673631      4827     20781         0    126562     63261   6511842     68.68     73.17  --
3500.79/876.50	c  N dy 16677   2693986      4827     20781         0     74921     63261    837831     68.69     73.20  --
3519.55/881.11	c  S st 16787   2711389      4827     20781         0     92323     63261   2718160     68.70   no data  --
3519.95/881.29	c  S st 16787   2711890      4827     20781         0     92824     63261   2759283     68.70   no data  --
3520.35/881.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3520.35/881.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3520.35/881.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3520.75/881.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3520.75/881.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3520.75/881.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
3520.75/881.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3568.28/893.32	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 47.26 s
3568.28/893.32	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
3568.28/893.36	c vivif2 --  cl tried    92819 cl shrink        0 lits rem          0 time: 0.14
3569.08/893.51	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.62
3569.08/893.51	c calculated reachability. Time: 0.00
3569.08/893.51	c  N dy 16787   2711890      4827     20781         0     92819     63261   2758398     68.70   no data  --
3593.85/899.76	c  N dy 16924   2731942      4827     20781         0    112868     63261   4954811     68.72     79.14  --
3623.01/907.04	c  N dy 17050   2752111      4827     20781         0    133034     63261   7092058     68.72     73.69  --
3651.77/914.22	c  N dy 17178   2772177      4827     20781         0     80108     63261   1307778     68.72     72.49  --
3674.14/919.83	c  N dy 17313   2792217      4827     20781         0    100146     63261   3482318     68.74     74.06  --
3699.71/926.29	c  N dy 17422   2812235      4827     20781         0    120161     63261   5627714     68.73     72.60  --
3731.26/934.11	c  N dy 17552   2832316      4827     20781         0    140242     63261   7809064     68.74     73.76  --
3757.22/940.64	c  N dy 17668   2852467      4827     20781         0     86400     63261   1855883     68.75     72.65  --
3780.40/946.44	c  N dy 17789   2872573      4827     20781         0    106502     63261   4020247     68.75     72.56  --
3808.38/953.41	c  N dy 17917   2892665      4827     20781         0    126591     63261   6176225     68.76     79.95  --
3840.31/961.44	c  N dy 18042   2912742      4827     20781         0    146663     63261   8324562     68.77     73.74  --
3864.28/967.42	c  N dy 18178   2932753      4827     20781         0     91677     63261   2357645     68.78     73.65  --
3888.64/973.53	c  N dy 18301   2952881      4827     20781         0    111802     63261   4519315     68.79     73.32  --
3917.81/980.82	c  N dy 18431   2972965      4827     20781         0    131882     63261   6692784     68.80     75.34  --
3951.36/989.23	c  N dy 18551   2993146      4827     20781         0     76076     63261    566115     68.81     72.70  --
3972.93/994.63	c  N dy 18674   3013244      4827     20781         0     96173     63261   2716405     68.81     72.65  --
3998.49/1001.06	c  N dy 18808   3033307      4827     20781         0    116234     63261   4871916     68.82     73.40  --
4028.85/1008.64	c  N dy 18929   3053526      4827     20781         0    136453     63261   7047773     68.82     72.98  --
4062.02/1016.90	c  N dy 19034   3074005      4827     20781         0     79935     63261    882999     68.81     73.26  --
4084.78/1022.66	c  N dy 19158   3094011      4827     20781         0     99940     63261   3011750     68.82     72.48  --
4114.34/1030.04	c  N dy 19286   3114088      4827     20781         0    120014     63261   5177245     68.82     81.48  --
4150.29/1039.08	c  N dy 19407   3134318      4827     20781         0    140242     63261   7352695     68.83     72.54  --
4188.24/1048.54	c  N dy 19540   3154459      4827     20781         0     82387     63261   1043004     68.84     72.68  --
4214.60/1055.13	c  N dy 19674   3174517      4827     20781         0    102443     63261   3194507     68.84     77.61  --
4246.16/1063.04	c  N dy 19792   3194662      4827     20781         0    122585     63261   5339801     68.84     72.70  --
4276.92/1070.79	c  S st 19902   3211893      4827     20781         0    139813     63261   7185990     68.85   no data  --
4278.54/1071.12	c  S st 19902   3212398      4827     20781         0    140318     63261   7231451     68.85   no data  --
4278.54/1071.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4278.54/1071.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4278.94/1071.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.45
4280.12/1071.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4280.12/1071.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4280.12/1071.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
4280.12/1071.59	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-3174942-1304056593/watcher-3174942-1304056593 -o /tmp/evaluation-result-3174942-1304056593/solver-3174942-1304056593 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174942-1304056593.cnf 

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

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


[startup+0 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 498074794 52465664 356 33554432000 4194304 4650419 140735125090448 18446744073709551615 228095451067 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 12809 356 306 112 0 7774 0
[pid=29533/tid=29534] ppid=29531 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 498074794 52465664 356 33554432000 4194304 4650419 140735125090448 18446744073709551615 47580017092530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 498074794 52465664 356 33554432000 4194304 4650419 140735125090448 18446744073709551615 47580017092530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 498074794 52465664 356 33554432000 4194304 4650419 140735125090448 18446744073709551615 228090498134 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0879551 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=300232 CPUtime=2.18 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 10646 0 0 0 216 2 0 0 18 0 4 0 498074794 307437568 8091 33554432000 4194304 4650419 140735125090448 18446744073709551615 228095494279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73135 8733 392 112 0 68100 0
[pid=29533/tid=29534] ppid=29531 vsize=292540 CPUtime=0.89 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3274 0 0 0 89 0 0 0 19 0 4 0 498074794 299560960 8734 33554432000 4194304 4650419 140735125090448 18446744073709551615 4333874 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=292540 CPUtime=0.89 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3379 0 0 0 89 0 0 0 19 0 4 0 498074794 299560960 8734 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=292540 CPUtime=0.89 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 2375 0 0 0 89 0 0 0 19 0 4 0 498074794 299560960 8734 33554432000 4194304 4650419 140735125090448 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 300232

[startup+1.01076 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=292540 CPUtime=4 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 13194 0 0 0 398 2 0 0 19 0 4 0 498074794 299560960 9188 33554432000 4194304 4650419 140735125090448 18446744073709551615 4315094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73135 9188 392 112 0 68100 0
[pid=29533/tid=29534] ppid=29531 vsize=292540 CPUtime=0.99 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3380 0 0 0 99 0 0 0 19 0 4 0 498074794 299560960 9188 33554432000 4194304 4650419 140735125090448 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=292540 CPUtime=0.99 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3508 0 0 0 99 0 0 0 19 0 4 0 498074794 299560960 9189 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=292540 CPUtime=0.99 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 2478 0 0 0 99 0 0 0 19 0 4 0 498074794 299560960 9189 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 292540

[startup+1.11075 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=293164 CPUtime=4.4 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 13952 0 0 0 438 2 0 0 19 0 4 0 498074794 300199936 9121 33554432000 4194304 4650419 140735125090448 18446744073709551615 4333238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73291 9121 392 112 0 68256 0
[pid=29533/tid=29534] ppid=29531 vsize=293164 CPUtime=1.09 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3482 0 0 0 109 0 0 0 19 0 4 0 498074794 300199936 9121 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=293164 CPUtime=1.09 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3607 0 0 0 109 0 0 0 19 0 4 0 498074794 300199936 9121 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=293164 CPUtime=1.09 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 2931 0 0 0 109 0 0 0 19 0 4 0 498074794 300199936 9121 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 293164

[startup+1.21073 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=293624 CPUtime=4.8 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 15296 0 0 0 478 2 0 0 19 0 4 0 498074794 300670976 7913 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73406 7913 392 112 0 68371 0
[pid=29533/tid=29534] ppid=29531 vsize=293624 CPUtime=1.19 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3921 0 0 0 119 0 0 0 19 0 4 0 498074794 300670976 7913 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=293624 CPUtime=1.19 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3962 0 0 0 119 0 0 0 19 0 4 0 498074794 300670976 7913 33554432000 4194304 4650419 140735125090448 18446744073709551615 4310834 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=293624 CPUtime=1.19 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3040 0 0 0 119 0 0 0 19 0 4 0 498074794 300670976 7913 33554432000 4194304 4650419 140735125090448 18446744073709551615 4330440 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 293624

[startup+1.51067 s]
/proc/loadavg: 3.49 5.52 5.80 2/172 29533
/proc/meminfo: memFree=26582856/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=293624 CPUtime=6 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 16549 0 0 0 597 3 0 0 20 0 4 0 498074794 300670976 9166 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73406 9166 392 112 0 68371 0
[pid=29533/tid=29534] ppid=29531 vsize=293624 CPUtime=1.49 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 4239 0 0 0 149 0 0 0 20 0 4 0 498074794 300670976 9166 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=293624 CPUtime=1.49 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 4275 0 0 0 148 1 0 0 20 0 4 0 498074794 300670976 9166 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363637 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=293624 CPUtime=1.49 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 3343 0 0 0 149 0 0 0 20 0 4 0 498074794 300670976 9166 33554432000 4194304 4650419 140735125090448 18446744073709551615 4367824 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 293624

[startup+3.10638 s]
/proc/loadavg: 4.17 5.63 5.84 9/184 29545
/proc/meminfo: memFree=26476860/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=294592 CPUtime=12.37 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 25720 0 0 0 1231 6 0 0 25 0 4 0 498074794 301662208 9829 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 73648 9829 393 112 0 68613 0
[pid=29533/tid=29534] ppid=29531 vsize=294592 CPUtime=3.09 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 6551 0 0 0 308 1 0 0 25 0 4 0 498074794 301662208 9829 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=294592 CPUtime=3.07 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 6568 0 0 0 306 1 0 0 25 0 4 0 498074794 301662208 9829 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=294592 CPUtime=3.09 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 5648 0 0 0 308 1 0 0 25 0 4 0 498074794 301662208 9829 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 294592

[startup+6.3008 s]
/proc/loadavg: 4.56 5.68 5.85 9/184 29545
/proc/meminfo: memFree=26341084/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=316804 CPUtime=25.15 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 50115 0 0 0 2504 11 0 0 25 0 4 0 498074794 324407296 25764 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 79201 25764 394 112 0 74166 0
[pid=29533/tid=29534] ppid=29531 vsize=316804 CPUtime=6.29 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 10960 0 0 0 627 2 0 0 25 0 4 0 498074794 324407296 25765 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=316804 CPUtime=6.26 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 14297 0 0 0 623 3 0 0 25 0 4 0 498074794 324407296 25765 33554432000 4194304 4650419 140735125090448 18446744073709551615 4451135 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=316804 CPUtime=6.29 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 13228 0 0 0 626 3 0 0 25 0 4 0 498074794 324407296 25765 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 316804

[startup+12.7006 s]
/proc/loadavg: 4.84 5.72 5.87 9/184 29545
/proc/meminfo: memFree=26288732/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=324472 CPUtime=50.69 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 82656 0 0 0 5051 18 0 0 25 0 4 0 498074794 332259328 38535 33554432000 4194304 4650419 140735125090448 18446744073709551615 4331879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 81118 38535 394 112 0 76083 0
[pid=29533/tid=29534] ppid=29531 vsize=324472 CPUtime=12.69 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 20962 0 0 0 1265 4 0 0 25 0 4 0 498074794 332259328 38535 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=324472 CPUtime=12.62 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 24369 0 0 0 1258 4 0 0 25 0 4 0 498074794 332259328 38535 33554432000 4194304 4650419 140735125090448 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=324472 CPUtime=12.68 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 20314 0 0 0 1263 5 0 0 25 0 4 0 498074794 332259328 38535 33554432000 4194304 4650419 140735125090448 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 324472

[startup+25.5003 s]
/proc/loadavg: 5.40 5.81 5.89 9/184 29546
/proc/meminfo: memFree=26113068/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=336956 CPUtime=101.82 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 129922 0 0 0 10153 29 0 0 25 0 4 0 498074794 345042944 51732 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 84239 51733 394 112 0 79204 0
[pid=29533/tid=29534] ppid=29531 vsize=336956 CPUtime=25.49 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 32120 0 0 0 2542 7 0 0 25 0 4 0 498074794 345042944 51733 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=336956 CPUtime=25.34 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 32249 0 0 0 2528 6 0 0 25 0 4 0 498074794 345042944 51733 33554432000 4194304 4650419 140735125090448 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=336956 CPUtime=25.48 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 34535 0 0 0 2540 8 0 0 25 0 4 0 498074794 345042944 51733 33554432000 4194304 4650419 140735125090448 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 336956

[startup+51.1005 s]
/proc/loadavg: 6.42 6.02 5.96 9/184 29546
/proc/meminfo: memFree=25992264/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=403436 CPUtime=204.08 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 203992 0 0 0 20358 50 0 0 25 0 4 0 498074794 413118464 62163 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 100859 62163 394 112 0 95824 0
[pid=29533/tid=29534] ppid=29531 vsize=403436 CPUtime=51.09 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 53091 0 0 0 5096 13 0 0 25 0 4 0 498074794 413118464 62163 33554432000 4194304 4650419 140735125090448 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=403436 CPUtime=50.81 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 52803 0 0 0 5068 13 0 0 25 0 4 0 498074794 413118464 62163 33554432000 4194304 4650419 140735125090448 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=403436 CPUtime=51.08 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 51193 0 0 0 5095 13 0 0 25 0 4 0 498074794 413118464 62163 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363482 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 403436

[startup+102.301 s]
/proc/loadavg: 7.40 6.35 6.07 9/184 29548
/proc/meminfo: memFree=25899840/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=565236 CPUtime=408.6 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 321306 0 0 0 40774 86 0 0 25 0 4 0 498074794 578801664 76613 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 141309 76613 394 112 0 136274 0
[pid=29533/tid=29534] ppid=29531 vsize=565236 CPUtime=102.29 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 84090 0 0 0 10206 23 0 0 25 0 4 0 498074794 578801664 76613 33554432000 4194304 4650419 140735125090448 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=565236 CPUtime=101.73 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 78916 0 0 0 10153 20 0 0 25 0 4 0 498074794 578801664 76613 33554432000 4194304 4650419 140735125090448 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=565236 CPUtime=102.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 84980 0 0 0 10203 24 0 0 25 0 4 0 498074794 578801664 76613 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 565236

[startup+162.301 s]

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

[pid=29533] ppid=29531 vsize=924888 CPUtime=2565.64 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 1638377 0 0 0 256055 509 0 0 25 0 4 0 498074794 947085312 159007 33554432000 4194304 4650419 140735125090448 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 231222 159007 394 112 0 226187 0
[pid=29533/tid=29534] ppid=29531 vsize=924888 CPUtime=642.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 355386 0 0 0 64099 131 0 0 25 0 4 0 498074794 947085312 159007 33554432000 4194304 4650419 140735125090448 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=924888 CPUtime=638.79 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 519496 0 0 0 63748 131 0 0 25 0 4 0 498074794 947085312 159007 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=924888 CPUtime=642.26 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 256855 0 0 0 64118 108 0 0 25 0 4 0 498074794 947085312 159007 33554432000 4194304 4650419 140735125090448 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.64
Current children cumulated vsize (KiB) 924888

[startup+702.301 s]
/proc/loadavg: 8.10 7.86 7.02 10/184 29573
/proc/meminfo: memFree=25251208/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=926592 CPUtime=2805.32 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 1722656 0 0 0 279985 547 0 0 25 0 4 0 498074794 948830208 159816 33554432000 4194304 4650419 140735125090448 18446744073709551615 4333611 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 231648 159817 394 112 0 226613 0
[pid=29533/tid=29534] ppid=29531 vsize=926592 CPUtime=702.29 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 379133 0 0 0 70088 141 0 0 25 0 4 0 498074794 948830208 159817 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=926592 CPUtime=698.47 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 540638 0 0 0 69707 140 0 0 25 0 4 0 498074794 948830208 159817 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=926592 CPUtime=702.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 275284 0 0 0 70109 118 0 0 25 0 4 0 498074794 948830208 159817 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 926592

[startup+762.301 s]
/proc/loadavg: 8.10 7.90 7.08 9/184 29574
/proc/meminfo: memFree=25243464/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=988960 CPUtime=3045 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 1801503 0 0 0 303918 582 0 0 25 0 4 0 498074794 1012695040 162622 33554432000 4194304 4650419 140735125090448 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 247240 162622 394 112 0 242205 0
[pid=29533/tid=29534] ppid=29531 vsize=988960 CPUtime=762.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 401118 0 0 0 76079 151 0 0 25 0 4 0 498074794 1012695040 162622 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=988960 CPUtime=758.14 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 560865 0 0 0 75666 148 0 0 25 0 4 0 498074794 1012695040 162622 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=988960 CPUtime=762.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 292909 0 0 0 76101 126 0 0 25 0 4 0 498074794 1012695040 162622 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 988960

[startup+822.301 s]
/proc/loadavg: 8.10 7.93 7.14 9/184 29576
/proc/meminfo: memFree=25184396/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=989944 CPUtime=3284.68 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 1949953 0 0 0 327847 621 0 0 25 0 4 0 498074794 1013702656 168986 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 247486 168986 394 112 0 242451 0
[pid=29533/tid=29534] ppid=29531 vsize=989944 CPUtime=822.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 514411 0 0 0 82059 171 0 0 25 0 4 0 498074794 1013702656 168986 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=989944 CPUtime=817.81 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 561998 0 0 0 81633 148 0 0 25 0 4 0 498074794 1013702656 168986 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=989944 CPUtime=822.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 306931 0 0 0 82094 133 0 0 25 0 4 0 498074794 1013702656 168986 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 989944

[startup+882.301 s]
/proc/loadavg: 8.14 7.97 7.20 9/184 29578
/proc/meminfo: memFree=25212100/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=991024 CPUtime=3524.34 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2017639 0 0 0 351785 649 0 0 25 0 4 0 498074794 1014808576 170253 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 247756 170253 394 112 0 242721 0
[pid=29533/tid=29534] ppid=29531 vsize=991024 CPUtime=882.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 539887 0 0 0 88052 178 0 0 25 0 4 0 498074794 1014808576 170253 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=991024 CPUtime=877.48 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 569717 0 0 0 87596 152 0 0 25 0 4 0 498074794 1014808576 170253 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=991024 CPUtime=882.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 319771 0 0 0 88089 138 0 0 25 0 4 0 498074794 1014808576 170253 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 991024

[startup+942.3 s]
/proc/loadavg: 8.15 8.01 7.26 9/184 29579
/proc/meminfo: memFree=25109092/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=843644 CPUtime=3764.01 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2097333 0 0 0 375723 678 0 0 25 0 4 0 498074794 863891456 161416 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 210911 161416 394 112 0 205876 0
[pid=29533/tid=29534] ppid=29531 vsize=843644 CPUtime=942.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 562276 0 0 0 94044 186 0 0 25 0 4 0 498074794 863891456 161416 33554432000 4194304 4650419 140735125090448 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=843644 CPUtime=937.16 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 590716 0 0 0 93557 159 0 0 25 0 4 0 498074794 863891456 161416 33554432000 4194304 4650419 140735125090448 18446744073709551615 4313051 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=843644 CPUtime=942.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 341322 0 0 0 94081 146 0 0 25 0 4 0 498074794 863891456 161416 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 843644

[startup+1002.3 s]
/proc/loadavg: 8.14 8.03 7.31 9/184 29581
/proc/meminfo: memFree=25130080/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=994628 CPUtime=4003.69 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2177347 0 0 0 399655 714 0 0 25 0 4 0 498074794 1018499072 164910 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 248657 164910 394 112 0 243622 0
[pid=29533/tid=29534] ppid=29531 vsize=994628 CPUtime=1002.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 584222 0 0 0 100036 194 0 0 25 0 4 0 498074794 1018499072 164910 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=994628 CPUtime=996.83 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 610113 0 0 0 99515 168 0 0 25 0 4 0 498074794 1018499072 164910 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=994628 CPUtime=1002.26 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 358922 0 0 0 100071 155 0 0 25 0 4 0 498074794 1018499072 164910 33554432000 4194304 4650419 140735125090448 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 994628

[startup+1062.3 s]
/proc/loadavg: 8.13 8.05 7.37 9/184 29582
/proc/meminfo: memFree=24960108/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=1151400 CPUtime=4243.39 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2269414 0 0 0 423592 747 0 0 25 0 4 0 498074794 1179033600 206492 33554432000 4194304 4650419 140735125090448 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 287850 206492 394 112 0 282815 0
[pid=29533/tid=29534] ppid=29531 vsize=1151400 CPUtime=1062.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 610035 0 0 0 106029 201 0 0 25 0 4 0 498074794 1179033600 206492 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=1151400 CPUtime=1056.5 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 638209 0 0 0 105476 174 0 0 25 0 4 0 498074794 1179033600 206492 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=1151400 CPUtime=1062.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 378493 0 0 0 106066 161 0 0 25 0 4 0 498074794 1179033600 206492 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 1151400

[startup+1122.3 s]
/proc/loadavg: 8.12 8.07 7.41 9/184 29584
/proc/meminfo: memFree=24927956/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=1219348 CPUtime=4483.05 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2370861 0 0 0 447542 763 0 0 25 0 4 0 498074794 1248612352 214474 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 304837 214474 394 112 0 299802 0
[pid=29533/tid=29534] ppid=29531 vsize=1219348 CPUtime=1122.3 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 610415 0 0 0 112029 201 0 0 25 0 4 0 498074794 1248612352 214474 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=1219348 CPUtime=1116.17 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 652369 0 0 0 111442 175 0 0 25 0 4 0 498074794 1248612352 214474 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=1219348 CPUtime=1122.26 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 384336 0 0 0 112065 161 0 0 25 0 4 0 498074794 1248612352 214474 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1219348

[startup+1182.31 s]
/proc/loadavg: 8.25 8.11 7.47 9/184 29586
/proc/meminfo: memFree=24900376/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=1232836 CPUtime=4722.75 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2448164 0 0 0 471488 787 0 0 25 0 4 0 498074794 1262424064 221374 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 308209 221374 394 112 0 303174 0
[pid=29533/tid=29534] ppid=29531 vsize=1232836 CPUtime=1182.31 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 617690 0 0 0 118029 202 0 0 25 0 4 0 498074794 1262424064 221374 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=1232836 CPUtime=1175.86 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 670355 0 0 0 117395 191 0 0 25 0 4 0 498074794 1262424064 221374 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=1232836 CPUtime=1182.27 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 384336 0 0 0 118066 161 0 0 25 0 4 0 498074794 1262424064 221374 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476738 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1232836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.25 8.12 7.48 9/184 29586
/proc/meminfo: memFree=24881892/32951124 swapFree=67111524/67111528
[pid=29533] ppid=29531 vsize=1232836 CPUtime=4800.24 cores=1,3,5,7
/proc/29533/stat : 29533 (strangenight1-m) R 29531 29533 29500 0 -1 4202496 2487999 0 0 0 479227 797 0 0 25 0 4 0 498074794 1262424064 226033 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29533/statm: 308209 226033 394 112 0 303174 0
[pid=29533/tid=29534] ppid=29531 vsize=1232836 CPUtime=1201.71 cores=1,3,5,7
/proc/29533/task/29534/stat : 29534 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 617690 0 0 0 119969 202 0 0 25 0 4 0 498074794 1262424064 226033 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29533/tid=29535] ppid=29531 vsize=1232836 CPUtime=1195.14 cores=1,3,5,7
/proc/29533/task/29535/stat : 29535 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 674997 0 0 0 119319 195 0 0 25 0 4 0 498074794 1262424064 226033 33554432000 4194304 4650419 140735125090448 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29533/tid=29540] ppid=29531 vsize=1232836 CPUtime=1201.66 cores=1,3,5,7
/proc/29533/task/29540/stat : 29540 (strangenight1-m) R 29531 29533 29500 0 -1 4202560 384336 0 0 0 120005 161 0 0 25 0 4 0 498074794 1262424064 226033 33554432000 4194304 4650419 140735125090448 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1232836

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.76
CPU time (s): 4800.31
CPU user time (s): 4792.3
CPU system time (s): 8.01678
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 1232836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.3
system time used= 8.01678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2487999
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= 1650
involuntary context switches= 34076

runsolver used 1.61075 second user time and 4.96324 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 07:56:33
IDJOB=3174942
IDBENCH=82560
IDSOLVER=1588
FILE ID=node142/3174942-1304056593
RUNJOBID= node142-1304056593-29519
PBS_JOBID= 13170434
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= 1739c47038d88c1ec678774e95926496
RANDOM SEED=1378030302

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.75
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.846
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.82
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.846
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:     32951124 kB
MemFree:      26583128 kB
Buffers:       1649928 kB
Cached:        4112672 kB
SwapCached:          4 kB
Active:         691544 kB
Inactive:      5135132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26583128 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           13316 kB
Writeback:           0 kB
AnonPages:       63784 kB
Mapped:          13464 kB
Slab:           475388 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184520 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= 71300 MiB
End job on node142 at 2011-04-29 08:16:37