Trace number 3368551

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 (fixed)? (TO) 4800.17 1204.06

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.24/0.10	c Using 4 threads
0.24/0.10	c This is CryptoMiniSat 2.9.0
0.24/0.10	c compiled with gcc version 4.4.5
0.24/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.24/0.10	c Reading file 'HOME/instance-3368551-1305397110.cnf'
0.24/0.10	c -- header says num vars:           5000
0.24/0.10	c -- header says num clauses:       21000
0.24/0.13	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.24/0.13	c -- vars added       5000
0.24/0.13	c Parsing time:  0.06 s
0.24/0.13	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.24/0.14	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.03
0.24/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
0.24/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.24/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.24/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.24/0.16	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.24/0.19	c lits-rem:         0  cl-subs:        0  v-elim:    173  v-fix:    0  time:  0.10 s
0.24/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.24/0.20	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.24/0.20	c calculated reachability. Time: 0.00
0.24/0.20	c Calc default polars -  time:   0.00 s pos:    2247 undec:     585 neg:    2168
0.24/0.20	c =========================================================================================
0.24/0.20	c types(t): F = full restart, N = normal restart
0.24/0.20	c types(t): S = simplification begin/end, E = solution found
0.24/0.20	c restart types(rt): st = static, dy = dynamic
0.24/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.24/0.20	c  B st     0         0      4827     20781         0         0     63261         0   no data   no data  --
1.63/0.57	c  N dy    21      4177      4827     20781         0      4177     63261    453539     64.91     68.66  --
3.22/0.95	c  N dy    46      8181      4827     20781         0      5687     63261    417500     64.83     69.28  --
4.82/1.34	c  N dy    71     12202      4827     20781         0      5455     63261    243688     64.95     68.98  --
6.41/1.75	c  N dy   100     16322      4827     20781         0      9575     63261    669199     65.52     69.37  --
8.05/2.16	c  N dy   127     20366      4827     20781         0      8006     63261    378116     65.50     78.15  --
9.60/2.59	c  N dy   153     24444      4827     20781         0     12083     63261    805355     65.72     70.49  --
10.00/2.65	c  F st   157     25001      4827     20781         0     12640     63261    861929     65.70   no data  --
12.01/3.21	c  N dy   163     30000      4827     20781         0     10823     63261    619441     65.70   no data  --
12.01/3.21	c  S st   163     30000      4827     20781         0     10823     63261    619441     65.70   no data  --
12.44/3.26	c  S st   163     30501      4827     20781         0     11324     63261    657363     65.70   no data  --
12.44/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.44/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.44/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
12.85/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.85/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.85/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
12.85/3.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
21.95/5.69	c lits-rem:        73  cl-subs:        2  v-elim:      0  v-fix:    0  time:  9.38 s
22.35/5.71	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.10
22.35/5.71	c calculated reachability. Time: 0.00
22.35/5.71	c  N dy   163     30501      4827     20781         0     11322     63261    656977     65.70   no data  --
23.96/6.19	c  N dy   182     34589      4827     20781         0     15410     63261   1081306     65.53     89.40  --
26.00/6.64	c  N dy   210     38665      4827     20781         0     11578     63261    522434     65.75     69.55  --
27.94/7.10	c  N dy   235     42830      4827     20781         0     15742     63261    948786     65.74     70.92  --
29.14/7.45	c  S st   255     45753      4827     20781         0      9707     63261    231140     65.79   no data  --
29.54/7.50	c  S st   255     46260      4827     20781         0     10214     63261    271843     65.79   no data  --
29.54/7.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.54/7.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.54/7.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
29.54/7.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.54/7.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
29.54/7.54	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.32/8.20	c lits-rem:        12  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.62 s
32.32/8.20	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
32.32/8.20	c vivif2 --  cl tried    10213 cl shrink        0 lits rem          0 time: 0.01
32.32/8.22	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.09
32.32/8.22	c calculated reachability. Time: 0.00
32.32/8.22	c  N dy   255     46260      4827     20781         0     10213     63261    271592     65.79   no data  --
33.95/8.67	c  N dy   281     50287      4827     20781         0     14240     63261    683384     65.80     70.56  --
35.91/9.16	c  N dy   304     54414      4827     20781         0     18367     63261   1097399     65.71     69.37  --
37.91/9.65	c  N dy   328     58530      4827     20781         0     12507     63261    424219     65.69     72.10  --
39.90/10.10	c  N dy   351     62540      4827     20781         0     16517     63261    833552     65.70     69.89  --
41.90/10.62	c  N dy   380     66546      4827     20781         0     20523     63261   1248852     65.87     76.90  --
43.13/10.98	c  S st   397     69390      4827     20781         0     12382     63261    310308     65.84   no data  --
43.54/11.04	c  S st   397     69894      4827     20781         0     12886     63261    344741     65.84   no data  --
43.54/11.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.54/11.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.54/11.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
43.54/11.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.54/11.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.54/11.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
43.54/11.08	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
47.51/12.04	c lits-rem:        19  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.83 s
47.51/12.04	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
47.51/12.05	c vivif2 --  cl tried    12885 cl shrink        0 lits rem          0 time: 0.02
47.51/12.07	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.10
47.51/12.07	c calculated reachability. Time: 0.00
47.51/12.07	c  N dy   397     69894      4827     20781         0     12885     63261    344680     65.84   no data  --
49.86/12.61	c  N dy   427     74483      4827     20781         0     17472     63261    832348     65.98     70.23  --
52.32/13.25	c  N dy   465     79471      4827     20781         0     22460     63261   1359462     66.19     70.37  --
54.65/13.88	c  N dy   498     84579      4827     20781         0     15571     63261    537890     66.23     70.57  --
56.28/14.25	c  F st   521     87502      4827     20781         0     18494     63261    842114     66.34   no data  --
57.84/14.68	c  N st   526     90798      4827     20781         0     21789     63261   1255066     66.34   no data  --
61.07/15.46	c  N dy   555     96653      4827     20781         0     14648     63261    349987     66.45     71.03  --
64.22/16.23	c  N dy   593    102959      4827     20781         0     20952     63261   1018614     66.51     70.79  --
65.05/16.48	c  S st   605    104843      4827     20781         0     22836     63261   1210241     66.47   no data  --
65.47/16.55	c  S st   605    105343      4827     20781         0     23336     63261   1252161     66.47   no data  --
65.47/16.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.47/16.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.47/16.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
65.81/16.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
65.81/16.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.81/16.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
65.81/16.65	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
74.23/18.76	c lits-rem:        54  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.41 s
74.23/18.77	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
74.23/18.78	c vivif2 --  cl tried    23334 cl shrink        0 lits rem          0 time: 0.06
74.57/18.82	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.17
74.57/18.82	c calculated reachability. Time: 0.00
74.57/18.82	c  N dy   605    105343      4827     20781         0     23334     63261   1251728     66.47   no data  --
78.21/19.73	c  N dy   645    112210      4827     20781         0     16205     63261    407754     66.38     69.93  --
81.76/20.69	c  N dy   691    119605      4827     20781         0     23600     63261   1166908     66.36     71.19  --
86.14/21.75	c  N dy   737    127255      4827     20781         0     16249     63261    320789     66.43     72.54  --
90.53/22.81	c  N dy   786    135749      4827     20781         0     24742     63261   1192806     66.40     70.05  --
95.32/24.05	c  N dy   848    144488      4827     20781         0     17482     63261    350268     66.50     70.89  --
100.14/25.27	c  N dy   912    153820      4827     20781         0     26814     63261   1325468     66.55     70.93  --
102.49/25.88	c  S st   939    158016      4827     20781         0     31010     63261   1755977     66.56     71.18  --
102.89/25.96	c  S st   939    158520      4827     20781         0     31514     63261   1794532     66.56   no data  --
102.89/25.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
102.89/25.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.89/25.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.10
103.29/26.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.29/26.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.29/26.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
103.29/26.07	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
117.25/29.59	c lits-rem:         9  cl-subs:        5  v-elim:      0  v-fix:    0  time: 14.04 s
117.25/29.59	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
117.68/29.62	c vivif2 --  cl tried    31509 cl shrink        0 lits rem          0 time: 0.07
117.68/29.67	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.22
117.68/29.67	c calculated reachability. Time: 0.00
117.68/29.67	c  N dy   939    158520      4827     20781         0     31509     63261   1793455     66.56   no data  --
123.21/31.09	c  N dy  1003    168747      4827     20781         0     24740     63261   1015303     66.67     70.45  --
129.94/32.73	c  N dy  1073    179562      4827     20781         0     35554     63261   2141364     66.70     75.28  --
136.31/34.31	c  N dy  1141    191224      4827     20781         0     29219     63261   1383569     66.73     71.70  --
143.49/36.15	c  N dy  1217    203634      4827     20781         0     22629     63261    592529     66.80     70.41  --
151.07/38.07	c  N dy  1299    216918      4827     20781         0     35911     63261   1990374     66.88     70.70  --
159.04/40.07	c  N dy  1386    230796      4827     20781         0     29787     63261   1252270     66.95     87.26  --
163.42/41.12	c  S st  1426    237780      4827     20781         0     36769     63261   1968891     66.93     64.14  --
163.83/41.21	c  S st  1426    238281      4827     20781         0     37270     63261   2007357     66.93   no data  --
163.83/41.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
163.83/41.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.83/41.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
164.23/41.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.23/41.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.23/41.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
164.23/41.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
179.77/45.22	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 15.52 s
179.77/45.23	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
179.77/45.25	c vivif2 --  cl tried    37265 cl shrink        0 lits rem          0 time: 0.09
180.17/45.31	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.25
180.17/45.31	c calculated reachability. Time: 0.00
180.17/45.31	c  N dy  1426    238281      4827     20781         0     37265     63261   2006118     66.93   no data  --
188.94/47.57	c  N dy  1521    253570      4827     20781         0     31557     63261   1345636     67.01     70.73  --
198.91/50.10	c  N dy  1614    269890      4827     20781         0     25879     63261    639071     66.97     70.60  --
210.12/52.86	c  N dy  1725    287751      4827     20781         0     43736     63261   2531859     66.98     72.13  --
221.24/55.64	c  N dy  1832    306166      4827     20781         0     39152     63261   1915992     66.97     70.66  --
221.24/55.66	c  F st  1833    306255      4827     20781         0     39241     63261   1925244     66.97   no data  --
233.59/58.76	c  N dy  1928    325741      4827     20781         0     34730     63261   1374403     67.01     71.00  --
246.76/62.07	c  N dy  2051    345884      4827     20781         0     29873     63261    766499     67.04     70.64  --
253.99/63.88	c  S st  2125    357422      4827     20781         0     41409     63261   1998820     67.11   no data  --
254.33/63.98	c  S st  2125    357924      4827     20781         0     41911     63261   2039982     67.11   no data  --
254.33/63.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
254.33/63.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
254.73/64.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
255.13/64.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.13/64.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.13/64.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
255.13/64.10	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
273.47/68.73	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 18.44 s
273.47/68.73	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
273.47/68.76	c vivif2 --  cl tried    41906 cl shrink        0 lits rem          0 time: 0.10
273.87/68.83	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.29
273.87/68.83	c calculated reachability. Time: 0.00
273.87/68.83	c  N dy  2125    357924      4827     20781         0     41906     63261   2038579     67.11   no data  --
287.43/72.27	c  N dy  2249    377978      4827     20781         0     35961     63261   1287332     67.11     70.72  --
301.39/75.78	c  N dy  2370    397992      4827     20781         0     28975     63261    468966     67.13     71.24  --
314.54/79.09	c  N dy  2488    418132      4827     20781         0     49110     63261   2616386     67.15     72.31  --
328.14/82.47	c  N dy  2608    438284      4827     20781         0     41261     63261   1672938     67.19     73.69  --
342.85/86.12	c  N dy  2728    458297      4827     20781         0     32278     63261    616562     67.21     71.63  --
356.40/89.53	c  N dy  2849    478311      4827     20781         0     52289     63261   2709044     67.21     70.79  --
370.36/93.08	c  N dy  2978    498373      4827     20781         0     42355     63261   1609745     67.26     71.30  --
386.31/97.02	c  N dy  3113    518448      4827     20781         0     31429     63261    331446     67.34     81.90  --
398.31/100.08	c  S st  3229    536886      4827     20781         0     49863     63261   2264130     67.38   no data  --
398.73/100.19	c  S st  3229    537390      4827     20781         0     50367     63261   2307361     67.38   no data  --
399.07/100.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
399.07/100.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.07/100.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.15
399.47/100.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.47/100.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.47/100.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
399.47/100.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
422.59/106.18	c lits-rem:        31  cl-subs:        8  v-elim:      0  v-fix:    0  time: 23.32 s
422.59/106.18	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
422.99/106.21	c vivif2 --  cl tried    50359 cl shrink        0 lits rem          0 time: 0.11
422.99/106.29	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.34
423.39/106.30	c calculated reachability. Time: 0.00
423.39/106.30	c  N dy  3229    537390      4827     20781         0     50359     63261   2305477     67.38   no data  --
438.54/110.10	c  N dy  3350    557451      4827     20781         0     38421     63261    966037     67.38     74.42  --
453.30/113.81	c  N dy  3466    577648      4827     20781         0     58617     63261   3104308     67.37     72.94  --
468.06/117.56	c  N dy  3601    597680      4827     20781         0     45652     63261   1639306     67.43     71.70  --
484.40/121.65	c  N dy  3729    617774      4827     20781         0     65743     63261   3786128     67.47     73.02  --
499.19/125.37	c  N dy  3838    637900      4827     20781         0     51873     63261   2178878     67.46     71.14  --
516.30/129.61	c  N dy  3968    657999      4827     20781         0     36974     63261    522502     67.47     71.13  --
531.44/133.42	c  N dy  4106    678074      4827     20781         0     57047     63261   2663990     67.52     71.40  --
548.99/137.80	c  N dy  4230    698092      4827     20781         0     41065     63261    858194     67.56     72.26  --
564.98/141.84	c  N dy  4361    718253      4827     20781         0     61221     63261   2997923     67.57     71.67  --
582.09/146.18	c  N dy  4487    738284      4827     20781         0     44258     63261   1090162     67.60     78.24  --
598.83/150.33	c  N dy  4615    758382      4827     20781         0     64350     63261   3211378     67.63     72.11  --
615.99/154.67	c  N dy  4737    778412      4827     20781         0     46382     63261   1218221     67.64     72.62  --
633.12/158.93	c  N dy  4864    798429      4827     20781         0     66399     63261   3333236     67.66     74.82  --
640.70/160.80	c  S st  4909    806085      4827     20781         0     74054     63261   4123735     67.65   no data  --
641.10/160.96	c  S st  4909    806587      4827     20781         0     74556     63261   4164095     67.65   no data  --
641.10/160.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
641.10/160.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
641.50/161.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.22
642.30/161.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
642.30/161.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
642.30/161.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
642.30/161.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
881.52/221.26	c lits-rem:         0  cl-subs:       16  v-elim:      0  v-fix:    0  time: 239.02 s
881.52/221.26	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.00
881.93/221.31	c vivif2 --  cl tried    74540 cl shrink        0 lits rem          0 time: 0.20
882.33/221.44	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.51
882.33/221.44	c calculated reachability. Time: 0.00
882.33/221.44	c  N dy  4909    806587      4827     20781         0     74540     63261   4160825     67.65   no data  --
897.88/225.37	c  N dy  5039    826683      4827     20781         0     55639     63261   2093087     67.67     71.58  --
915.86/229.90	c  N dy  5155    846944      4827     20781         0     75896     63261   4224019     67.68     74.63  --
932.17/233.94	c  N dy  5281    867006      4827     20781         0     55960     63261   2050673     67.70     71.29  --
950.51/238.50	c  N dy  5413    887015      4827     20781         0     75963     63261   4182826     67.72     85.48  --
967.26/242.72	c  N dy  5539    907102      4827     20781         0     55059     63261   1851322     67.75     76.35  --
986.04/247.44	c  N dy  5646    927301      4827     20781         0     75256     63261   3998955     67.74     74.33  --
1004.32/252.03	c  N dy  5768    947333      4827     20781         0     53294     63261   1549056     67.75     73.78  --
1022.67/256.67	c  N dy  5890    967368      4827     20781         0     73327     63261   3686508     67.77     71.79  --
1042.62/261.62	c  N dy  6019    987415      4827     20781         0     50371     63261   1125222     67.77     90.66  --
1060.59/266.19	c  N dy  6158   1007587      4827     20781         0     70543     63261   3291001     67.82     71.98  --
1082.53/271.68	c  N dy  6289   1028463      4827     20781         0     47422     63261    729630     67.85     71.75  --
1100.07/276.02	c  N dy  6417   1048536      4827     20781         0     67492     63261   2855010     67.87     72.63  --
1121.17/281.40	c  N dy  6545   1068619      4827     20781         0     87570     63261   4999320     67.90     71.62  --
1124.75/282.29	c  F st  6559   1071875      4827     20781         0     45836     63261    464833     67.90     69.45  --
1138.71/285.76	c  N dy  6640   1088647      4827     20781         0     62607     63261   2339152     67.90     72.76  --
1159.44/290.99	c  N dy  6764   1109052      4827     20781         0     83011     63261   4512161     67.91     71.95  --
1179.43/295.96	c  N dy  6897   1129111      4827     20781         0     57069     63261   1539494     67.93     71.56  --
1199.31/300.91	c  N dy  7035   1149604      4827     20781         0     77558     63261   3735679     67.96     72.25  --
1221.25/306.40	c  N dy  7154   1169767      4827     20781         0     50719     63261    783505     67.99     71.61  --
1239.18/310.95	c  N dy  7289   1189856      4827     20781         0     70805     63261   2937579     68.02     78.45  --
1261.12/316.49	c  N dy  7414   1209880      4827     20781         0     90827     63261   5075898     68.04   no data  --
1261.12/316.49	c  S st  7414   1209880      4827     20781         0     90827     63261   5075898     68.04   no data  --
1261.92/316.68	c  S st  7414   1210381      4827     20781         0     91328     63261   5116016     68.04   no data  --
1261.92/316.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1261.92/316.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1262.35/316.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
1263.11/316.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1263.11/316.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1263.11/316.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
1263.11/316.98	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
1676.18/420.52	c lits-rem:        13  cl-subs:       14  v-elim:      0  v-fix:    0  time: 412.15 s
1676.18/420.52	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
1676.18/420.58	c vivif2 --  cl tried    91314 cl shrink        0 lits rem          0 time: 0.24
1676.98/420.74	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.65
1676.98/420.74	c calculated reachability. Time: 0.00
1676.98/420.74	c  N dy  7414   1210381      4827     20781         0     91314     63261   5113441     68.04   no data  --
1694.93/425.28	c  N dy  7533   1230468      4827     20781         0     63408     63261   2021419     68.04     80.48  --
1716.05/430.59	c  N dy  7663   1251387      4827     20781         0     84324     63261   4275842     68.06     72.19  --
1737.98/436.01	c  N dy  7777   1271435      4827     20781         0     55378     63261   1073903     68.07     72.11  --
1756.33/440.68	c  N dy  7910   1291521      4827     20781         0     75460     63261   3239421     68.10     72.07  --
1779.89/446.58	c  N dy  8049   1311629      4827     20781         0     95566     63261   5388394     68.12     72.02  --
1799.38/451.44	c  N dy  8177   1331824      4827     20781         0     65761     63261   2088059     68.14     72.77  --
1820.52/456.71	c  N dy  8297   1352010      4827     20781         0     85945     63261   4264723     68.15     73.06  --
1844.05/462.68	c  N dy  8417   1372100      4827     20781         0     55039     63261    832624     68.16     73.04  --
1862.79/467.39	c  N dy  8533   1392210      4827     20781         0     75147     63261   2953437     68.16     71.88  --
1885.90/473.14	c  N dy  8658   1412254      4827     20781         0     95188     63261   5095205     68.17     73.51  --
1907.08/478.50	c  N dy  8787   1432296      4827     20781         0     63236     63261   1603774     68.18     71.84  --
1928.17/483.70	c  N dy  8909   1452318      4827     20781         0     83255     63261   3740650     68.19     72.30  --
1953.29/490.01	c  N dy  9040   1472399      4827     20781         0    103336     63261   5887311     68.20     98.01  --
1972.44/494.90	c  N dy  9164   1492482      4827     20781         0     70424     63261   2293113     68.21     73.03  --
1994.80/500.43	c  N dy  9289   1512581      4827     20781         0     90520     63261   4445313     68.22     78.79  --
2020.28/506.80	c  N dy  9431   1532733      4827     20781         0     56672     63261    715603     68.24     74.00  --
2039.07/511.57	c  N dy  9565   1552749      4827     20781         0     76682     63261   2849164     68.26     72.49  --
2062.14/517.36	c  N dy  9682   1572753      4827     20781         0     96685     63261   4993194     68.27     72.07  --
2086.07/523.38	c  N dy  9814   1592769      4827     20781         0     61705     63261   1161006     68.28     77.59  --
2106.39/528.45	c  N dy  9946   1612957      4827     20781         0     81889     63261   3315429     68.30     71.95  --
2130.32/534.48	c  N dy 10067   1632989      4827     20781         0    101918     63261   5474387     68.31     73.34  --
2153.44/540.24	c  N dy 10182   1653118      4827     20781         0     66056     63261   1500574     68.31     73.48  --
2174.19/545.49	c  N dy 10309   1673266      4827     20781         0     86201     63261   3673992     68.33     71.95  --
2199.70/551.85	c  N dy 10431   1693385      4827     20781         0    106313     63261   5820853     68.34     72.37  --
2219.23/556.73	c  S st 10537   1710381      4827     20781         0     66317     63261   1418318     68.34     67.99  --
2219.63/556.88	c  S st 10537   1710885      4827     20781         0     66821     63261   1463735     68.34   no data  --
2219.63/556.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2219.63/556.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2220.03/556.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
2220.43/557.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2220.43/557.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2220.43/557.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.00 s
2220.43/557.00	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2234.78/560.62	c lits-rem:        21  cl-subs:        3  v-elim:      0  v-fix:    0  time: 14.40 s
2234.78/560.62	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
2234.78/560.64	c vivif2 --  cl tried    66818 cl shrink        0 lits rem          0 time: 0.08
2235.18/560.75	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.46
2235.18/560.76	c calculated reachability. Time: 0.00
2235.18/560.76	c  N dy 10537   1710885      4827     20781         0     66818     63261   1463137     68.34   no data  --
2256.31/566.02	c  N dy 10657   1731122      4827     20781         0     87055     63261   3620063     68.34     72.14  --
2281.03/572.22	c  N dy 10770   1751205      4827     20781         0    107136     63261   5778318     68.34     72.03  --
2304.16/578.00	c  N dy 10903   1771242      4827     20781         0     69183     63261   1641576     68.36     72.90  --
2325.68/583.42	c  N dy 11023   1791559      4827     20781         0     89497     63261   3820990     68.36     73.61  --
2351.60/589.92	c  N dy 11151   1811654      4827     20781         0    109592     63261   6008128     68.38     73.72  --
2375.53/595.90	c  N dy 11280   1831755      4827     20781         0     70694     63261   1697361     68.38     72.43  --
2398.29/601.64	c  N dy 11415   1851893      4827     20781         0     90831     63261   3882043     68.41     73.61  --
2425.36/608.41	c  N dy 11541   1872020      4827     20781         0    110956     63261   6036551     68.42     72.38  --
2448.49/614.28	c  N dy 11671   1892114      4827     20781         0     71058     63261   1633674     68.42     77.14  --
2470.02/619.66	c  N dy 11794   1912130      4827     20781         0     91073     63261   3793467     68.44     94.70  --
2495.20/626.00	c  N dy 11912   1932139      4827     20781         0    111081     63261   5920716     68.44     73.97  --
2519.06/631.96	c  N dy 12034   1952206      4827     20781         0     70149     63261   1442992     68.45     83.63  --
2539.80/637.20	c  N dy 12164   1972273      4827     20781         0     90213     63261   3569255     68.45     72.59  --
2565.37/643.59	c  N dy 12307   1992293      4827     20781         0    110231     63261   5727470     68.48     72.89  --
2590.44/649.85	c  N dy 12432   2012360      4827     20781         0     68302     63261   1145455     68.48     81.09  --
2610.77/654.93	c  N dy 12553   2032403      4827     20781         0     88343     63261   3281132     68.49     82.81  --
2634.70/660.94	c  N dy 12666   2052439      4827     20781         0    108376     63261   5423932     68.49     72.27  --
2661.45/667.70	c  N dy 12792   2072497      4827     20781         0     65441     63261    741933     68.49     85.50  --
2681.35/672.61	c  N dy 12928   2092505      4827     20781         0     85447     63261   2881272     68.51     81.28  --
2704.88/678.55	c  N dy 13046   2112529      4827     20781         0    105468     63261   5016733     68.50     73.29  --
2733.17/685.62	c  N dy 13182   2132707      4827     20781         0    125642     63261   7171297     68.51     72.23  --
2753.55/690.76	c  N dy 13305   2152803      4827     20781         0     81751     63261   2380811     68.52     72.94  --
2776.24/696.47	c  N dy 13429   2172810      4827     20781         0    101757     63261   4524661     68.52     72.21  --
2803.35/703.21	c  N dy 13549   2192887      4827     20781         0    121829     63261   6650254     68.52     72.99  --
2824.88/708.61	c  S st 13664   2210886      4827     20781         0     74827     63261   1554611     68.53     68.97  --
2825.28/708.76	c  S st 13664   2211389      4827     20781         0     75330     63261   1593826     68.53   no data  --
2825.28/708.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2825.28/708.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2825.68/708.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2825.68/708.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2825.68/708.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2825.68/708.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
2825.68/708.89	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2843.23/713.28	c lits-rem:        40  cl-subs:        5  v-elim:      0  v-fix:    0  time: 17.46 s
2843.23/713.28	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
2843.62/713.30	c vivif2 --  cl tried    75325 cl shrink        0 lits rem          0 time: 0.09
2844.02/713.42	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.48
2844.02/713.42	c calculated reachability. Time: 0.00
2844.02/713.42	c  N dy 13664   2211389      4827     20781         0     75325     63261   1592498     68.53   no data  --
2865.55/718.86	c  N dy 13790   2231656      4827     20781         0     95590     63261   3762412     68.54     72.66  --
2891.47/725.30	c  N dy 13927   2251673      4827     20781         0    115603     63261   5918911     68.55     72.85  --
2918.98/732.21	c  N dy 14051   2271715      4827     20781         0     69646     63261    889768     68.56     72.26  --
2939.32/737.34	c  N dy 14183   2291895      4827     20781         0     89823     63261   3052872     68.57     72.19  --
2964.48/743.63	c  N dy 14310   2312200      4827     20781         0    110127     63261   5217595     68.57     72.44  --
2992.75/750.76	c  N dy 14424   2332355      4827     20781         0    130280     63261   7379899     68.57     72.52  --
3014.68/756.20	c  N dy 14546   2352427      4827     20781         0     83355     63261   2259525     68.58     72.91  --
3039.05/762.34	c  N dy 14668   2372508      4827     20781         0    103436     63261   4451283     68.59     72.35  --
3068.11/769.68	c  N dy 14797   2392677      4827     20781         0    123603     63261   6597680     68.59     72.71  --
3096.07/776.64	c  N dy 14929   2412761      4827     20781         0     75697     63261   1351524     68.60     73.23  --
3118.74/782.33	c  N dy 15062   2432915      4827     20781         0     95849     63261   3513228     68.61     72.72  --
3145.46/789.08	c  N dy 15189   2452921      4827     20781         0    115852     63261   5662224     68.63     73.33  --
3178.16/797.24	c  N dy 15307   2473148      4827     20781         0    136075     63261   7831862     68.63     73.91  --
3201.34/803.09	c  N dy 15426   2493223      4827     20781         0     87153     63261   2437060     68.63     72.34  --
3228.79/809.97	c  N dy 15560   2513291      4827     20781         0    107217     63261   4596653     68.64     83.15  --
3260.70/817.97	c  N dy 15689   2533322      4827     20781         0    127247     63261   6732493     68.65     73.87  --
3291.79/825.77	c  N dy 15821   2553419      4827     20781         0     77351     63261   1312262     68.67     72.66  --
3316.51/831.90	c  N dy 15943   2573508      4827     20781         0     97439     63261   3463302     68.67     75.57  --
3345.22/839.14	c  N dy 16055   2593554      4827     20781         0    117484     63261   5626796     68.67     81.98  --
3378.31/847.42	c  N dy 16170   2613555      4827     20781         0    137485     63261   7781739     68.67     73.63  --
3402.68/853.57	c  N dy 16299   2633563      4827     20781         0     86498     63261   2199153     68.68     73.35  --
3427.35/859.75	c  N dy 16417   2653629      4827     20781         0    106564     63261   4361505     68.68     75.05  --
3455.31/866.76	c  N dy 16549   2673631      4827     20781         0    126562     63261   6511842     68.68     73.17  --
3486.01/874.44	c  N dy 16677   2693986      4827     20781         0     74921     63261    837831     68.69     73.20  --
3504.31/879.03	c  S st 16787   2711389      4827     20781         0     92323     63261   2718160     68.70   no data  --
3505.11/879.21	c  S st 16787   2711890      4827     20781         0     92824     63261   2759283     68.70   no data  --
3505.11/879.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3505.11/879.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3505.11/879.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3505.91/879.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3505.91/879.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3505.91/879.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
3505.91/879.40	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3552.55/891.13	c lits-rem:        16  cl-subs:        5  v-elim:      0  v-fix:    0  time: 46.70 s
3552.55/891.13	c vivif2 --  cl tried    20781 cl shrink        0 lits rem          0 time: 0.01
3552.55/891.17	c vivif2 --  cl tried    92819 cl shrink        0 lits rem          0 time: 0.14
3553.35/891.32	c asymm  cl-useful: 0/20781/20781 lits-rem:0 time: 0.61
3553.35/891.32	c calculated reachability. Time: 0.00
3553.35/891.32	c  N dy 16787   2711890      4827     20781         0     92819     63261   2758398     68.70   no data  --
3578.53/897.62	c  N dy 16924   2731942      4827     20781         0    112868     63261   4954811     68.72     79.14  --
3607.59/904.90	c  N dy 17050   2752111      4827     20781         0    133034     63261   7092058     68.72     73.69  --
3635.89/912.00	c  N dy 17178   2772177      4827     20781         0     80108     63261   1307778     68.72     72.49  --
3658.22/917.62	c  N dy 17313   2792217      4827     20781         0    100146     63261   3482318     68.74     74.06  --
3684.13/924.11	c  N dy 17422   2812235      4827     20781         0    120161     63261   5627714     68.73     72.60  --
3714.83/931.88	c  N dy 17552   2832316      4827     20781         0    140242     63261   7809064     68.74     73.76  --
3740.81/938.37	c  N dy 17668   2852467      4827     20781         0     86400     63261   1855883     68.75     72.65  --
3764.29/944.20	c  N dy 17789   2872573      4827     20781         0    106502     63261   4020247     68.75     72.56  --
3792.20/951.23	c  N dy 17917   2892665      4827     20781         0    126591     63261   6176225     68.76     79.95  --
3823.74/959.18	c  N dy 18042   2912742      4827     20781         0    146663     63261   8324562     68.77     73.74  --
3847.62/965.12	c  N dy 18178   2932753      4827     20781         0     91677     63261   2357645     68.78     73.65  --
3871.98/971.29	c  N dy 18301   2952881      4827     20781         0    111802     63261   4519315     68.79     73.32  --
3901.44/978.62	c  N dy 18431   2972965      4827     20781         0    131882     63261   6692784     68.80     75.34  --
3934.54/986.97	c  N dy 18551   2993146      4827     20781         0     76076     63261    566115     68.81     72.70  --
3956.06/992.34	c  N dy 18674   3013244      4827     20781         0     96173     63261   2716405     68.81     72.65  --
3981.63/998.81	c  N dy 18808   3033307      4827     20781         0    116234     63261   4871916     68.82     73.40  --
4011.89/1006.38	c  N dy 18929   3053526      4827     20781         0    136453     63261   7047773     68.82     72.98  --
4044.98/1014.63	c  N dy 19034   3074005      4827     20781         0     79935     63261    882999     68.81     73.26  --
4068.91/1020.67	c  N dy 19158   3094011      4827     20781         0     99940     63261   3011750     68.82     72.48  --
4098.00/1027.96	c  N dy 19286   3114088      4827     20781         0    120014     63261   5177245     68.82     81.48  --
4132.28/1036.52	c  N dy 19407   3134318      4827     20781         0    140242     63261   7352695     68.83     72.54  --
4169.77/1045.93	c  N dy 19540   3154459      4827     20781         0     82387     63261   1043004     68.84     72.68  --
4196.09/1052.52	c  N dy 19674   3174517      4827     20781         0    102443     63261   3194507     68.84     77.61  --
4227.62/1060.43	c  N dy 19792   3194662      4827     20781         0    122585     63261   5339801     68.84     72.70  --
4258.32/1068.19	c  S st 19902   3211893      4827     20781         0    139813     63261   7185990     68.85   no data  --
4259.86/1068.52	c  S st 19902   3212398      4827     20781         0    140318     63261   7231451     68.85   no data  --
4259.86/1068.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4259.86/1068.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4260.26/1068.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.45
4261.86/1069.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4261.86/1069.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4261.86/1069.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4827 time:  0.01 s
4261.86/1069.00	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368551-1305397110/watcher-3368551-1305397110 -o /tmp/evaluation-result-3368551-1305397110/solver-3368551-1305397110 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368551-1305397110.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: 1.29 2.81 3.65 5/397 28148
/proc/meminfo: memFree=24256412/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 412 0 0 0 1 0 0 0 18 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28148/statm: 12809 352 303 112 0 7774 0
[pid=28148/tid=28149] ppid=28144 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 242965581656 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.026714 s]
/proc/loadavg: 1.29 2.81 3.65 5/397 28148
/proc/meminfo: memFree=24256412/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=51236 CPUtime=0.03 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 412 0 0 0 3 0 0 0 19 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626866 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28148/statm: 12809 352 303 112 0 7774 0
[pid=28148/tid=28149] ppid=28144 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626864 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 242982347830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651309657 52465664 352 33554432000 4194304 4650419 140736888743904 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 51236

[startup+0.100701 s]
/proc/loadavg: 1.29 2.81 3.65 5/397 28148
/proc/meminfo: memFree=24256412/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=51236 CPUtime=0.24 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 416 0 0 0 24 0 0 0 19 0 4 0 651309657 52465664 356 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626457 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 12809 356 306 112 0 7774 0
[pid=28148/tid=28149] ppid=28144 vsize=51236 CPUtime=0.08 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1 0 0 0 8 0 0 0 20 0 4 0 651309657 52465664 356 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626457 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=51236 CPUtime=0.04 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 0 0 0 0 4 0 0 0 20 0 4 0 651309657 52465664 356 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626866 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1 0 0 0 2 0 0 0 20 0 4 0 651309657 52465664 356 33554432000 4194304 4650419 140736888743904 18446744073709551615 47229756626448 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 51236

[startup+0.30067 s]
/proc/loadavg: 1.29 2.81 3.65 5/397 28148
/proc/meminfo: memFree=24256412/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=226160 CPUtime=0.83 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 7812 0 0 0 82 1 0 0 20 0 4 0 651309657 231587840 6659 33554432000 4194304 4650419 140736888743904 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 56540 6659 390 112 0 51505 0
[pid=28148/tid=28149] ppid=28144 vsize=226160 CPUtime=0.27 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 2209 0 0 0 27 0 0 0 18 0 4 0 651309657 231587840 6659 33554432000 4194304 4650419 140736888743904 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=226160 CPUtime=0.15 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 2070 0 0 0 15 0 0 0 18 0 4 0 651309657 231587840 6659 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=226160 CPUtime=0.12 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 838 0 0 0 12 0 0 0 17 0 4 0 651309657 231587840 6659 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 226160

[startup+0.700603 s]
/proc/loadavg: 1.29 2.81 3.65 5/397 28148
/proc/meminfo: memFree=24256412/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=228120 CPUtime=2.42 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 10730 0 0 0 241 1 0 0 21 0 4 0 651309657 233594880 7524 33554432000 4194304 4650419 140736888743904 18446744073709551615 4333935 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 57030 7524 392 112 0 51995 0
[pid=28148/tid=28149] ppid=28144 vsize=228120 CPUtime=0.67 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 2974 0 0 0 67 0 0 0 18 0 4 0 651309657 233594880 7524 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=228120 CPUtime=0.55 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 2548 0 0 0 55 0 0 0 18 0 4 0 651309657 233594880 7525 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=228120 CPUtime=0.51 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1645 0 0 0 51 0 0 0 18 0 4 0 651309657 233594880 7525 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 228120

[startup+1.50047 s]
/proc/loadavg: 1.29 2.81 3.65 11/405 28156
/proc/meminfo: memFree=24190008/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=229460 CPUtime=5.61 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 15729 0 0 0 558 3 0 0 23 0 4 0 651309657 234967040 8445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 57365 8445 392 112 0 52330 0
[pid=28148/tid=28149] ppid=28144 vsize=229460 CPUtime=1.45 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 4182 0 0 0 145 0 0 0 19 0 4 0 651309657 234967040 8445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=229460 CPUtime=1.36 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 3898 0 0 0 135 1 0 0 18 0 4 0 651309657 234967040 8445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=229460 CPUtime=1.31 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 2825 0 0 0 131 0 0 0 19 0 4 0 651309657 234967040 8445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363493 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 229460

[startup+3.10119 s]
/proc/loadavg: 1.82 2.90 3.67 10/405 28156
/proc/meminfo: memFree=24187160/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=230612 CPUtime=12.01 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 25118 0 0 0 1196 5 0 0 25 0 4 0 651309657 236146688 9335 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 57653 9335 393 112 0 52618 0
[pid=28148/tid=28149] ppid=28144 vsize=230612 CPUtime=3.04 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 6576 0 0 0 303 1 0 0 25 0 4 0 651309657 236146688 9335 33554432000 4194304 4650419 140736888743904 18446744073709551615 4335200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=230612 CPUtime=2.95 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 6228 0 0 0 294 1 0 0 20 0 4 0 651309657 236146688 9335 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=230612 CPUtime=2.91 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 5089 0 0 0 291 0 0 0 23 0 4 0 651309657 236146688 9335 33554432000 4194304 4650419 140736888743904 18446744073709551615 4333011 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 230612

[startup+6.30064 s]
/proc/loadavg: 1.82 2.90 3.67 12/405 28156
/proc/meminfo: memFree=24060004/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=255752 CPUtime=24.76 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 49101 0 0 0 2465 11 0 0 25 0 4 0 651309657 261890048 26147 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363448 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 63938 26147 394 112 0 58903 0
[pid=28148/tid=28149] ppid=28144 vsize=255752 CPUtime=6.2 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 10522 0 0 0 618 2 0 0 25 0 4 0 651309657 261890048 26147 33554432000 4194304 4650419 140736888743904 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=255752 CPUtime=6.16 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 14107 0 0 0 613 3 0 0 25 0 4 0 651309657 261890048 26147 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=255752 CPUtime=6.11 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 12705 0 0 0 609 2 0 0 25 0 4 0 651309657 261890048 26147 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 255752

[startup+12.7005 s]
/proc/loadavg: 3.14 3.15 3.74 10/405 28156
/proc/meminfo: memFree=23966956/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=268636 CPUtime=50.26 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 81162 0 0 0 5007 19 0 0 25 0 4 0 651309657 275083264 38848 33554432000 4194304 4650419 140736888743904 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 67159 38848 394 112 0 62124 0
[pid=28148/tid=28149] ppid=28144 vsize=268636 CPUtime=12.52 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 21268 0 0 0 1246 6 0 0 25 0 4 0 651309657 275083264 38848 33554432000 4194304 4650419 140736888743904 18446744073709551615 4333655 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=268636 CPUtime=12.55 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 23567 0 0 0 1251 4 0 0 25 0 4 0 651309657 275083264 38848 33554432000 4194304 4650419 140736888743904 18446744073709551615 4438235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=268636 CPUtime=12.51 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 18690 0 0 0 1248 3 0 0 25 0 4 0 651309657 275083264 38848 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 268636

[startup+25.5003 s]
/proc/loadavg: 3.89 3.31 3.79 10/405 28157
/proc/meminfo: memFree=23834832/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=325868 CPUtime=101.29 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 125756 0 0 0 10099 30 0 0 25 0 4 0 651309657 333688832 51204 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 81467 51204 394 112 0 76432 0
[pid=28148/tid=28149] ppid=28144 vsize=325868 CPUtime=25.15 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 34916 0 0 0 2506 9 0 0 25 0 4 0 651309657 333688832 51204 33554432000 4194304 4650419 140736888743904 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=325868 CPUtime=25.35 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 30446 0 0 0 2529 6 0 0 25 0 4 0 651309657 333688832 51204 33554432000 4194304 4650419 140736888743904 18446744073709551615 4315122 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=325868 CPUtime=25.3 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 29136 0 0 0 2524 6 0 0 25 0 4 0 651309657 333688832 51204 33554432000 4194304 4650419 140736888743904 18446744073709551615 4349936 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 325868

[startup+51.1009 s]
/proc/loadavg: 5.29 3.68 3.90 9/405 28157
/proc/meminfo: memFree=23701628/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=341668 CPUtime=203.29 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 194316 0 0 0 20277 52 0 0 25 0 4 0 651309657 349868032 62528 33554432000 4194304 4650419 140736888743904 18446744073709551615 4328270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 85417 62528 394 112 0 80382 0
[pid=28148/tid=28149] ppid=28144 vsize=341668 CPUtime=50.43 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 56329 0 0 0 5026 17 0 0 25 0 4 0 651309657 349868032 62528 33554432000 4194304 4650419 140736888743904 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=341668 CPUtime=50.96 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 49616 0 0 0 5085 11 0 0 25 0 4 0 651309657 349868032 62528 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=341668 CPUtime=50.84 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 42874 0 0 0 5071 13 0 0 25 0 4 0 651309657 349868032 62528 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.29
Current children cumulated vsize (KiB) 341668

[startup+102.315 s]
/proc/loadavg: 6.92 4.41 4.13 9/405 28159
/proc/meminfo: memFree=23590372/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=523364 CPUtime=407.5 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 293499 0 0 0 40668 82 0 0 25 0 4 0 651309657 535924736 82888 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 130841 82888 394 112 0 125806 0
[pid=28148/tid=28149] ppid=28144 vsize=523364 CPUtime=100.98 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 89650 0 0 0 10071 27 0 0 25 0 4 0 651309657 535924736 82888 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=523364 CPUtime=102.17 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 64158 0 0 0 10202 15 0 0 25 0 4 0 651309657 535924736 82888 33554432000 4194304 4650419 140736888743904 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=523364 CPUtime=102.05 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 75252 0 0 0 10183 22 0 0 25 0 4 0 651309657 535924736 82888 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.5
Current children cumulated vsize (KiB) 523364

[startup+162.301 s]

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

[pid=28148] ppid=28144 vsize=924428 CPUtime=2560.57 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1264829 0 0 0 255629 428 0 0 25 0 4 0 651309657 946614272 162442 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 231107 162442 394 112 0 226072 0
[pid=28148/tid=28149] ppid=28144 vsize=924428 CPUtime=634.07 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 499433 0 0 0 63262 145 0 0 25 0 4 0 651309657 946614272 162445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4363482 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=924428 CPUtime=642.16 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 230003 0 0 0 64130 86 0 0 25 0 4 0 651309657 946614272 162445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=924428 CPUtime=642.05 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 274657 0 0 0 64100 105 0 0 25 0 4 0 651309657 946614272 162445 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.57
Current children cumulated vsize (KiB) 924428

[startup+702.301 s]
/proc/loadavg: 8.10 7.64 6.03 9/405 28175
/proc/meminfo: memFree=23013000/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=938084 CPUtime=2799.76 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1341224 0 0 0 279517 459 0 0 25 0 4 0 651309657 960598016 172380 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 234521 172380 394 112 0 229486 0
[pid=28148/tid=28149] ppid=28144 vsize=938084 CPUtime=693.3 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 522394 0 0 0 69175 155 0 0 25 0 4 0 651309657 960598016 172380 33554432000 4194304 4650419 140736888743904 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=938084 CPUtime=702.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 248207 0 0 0 70120 94 0 0 25 0 4 0 651309657 960598016 172380 33554432000 4194304 4650419 140736888743904 18446744073709551615 4315110 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=938084 CPUtime=702.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 291936 0 0 0 70092 112 0 0 25 0 4 0 651309657 960598016 172380 33554432000 4194304 4650419 140736888743904 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.76
Current children cumulated vsize (KiB) 938084

[startup+762.316 s]
/proc/loadavg: 8.14 7.73 6.16 10/405 28176
/proc/meminfo: memFree=23054764/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=976704 CPUtime=3039.05 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1409126 0 0 0 303413 492 0 0 25 0 4 0 651309657 1000144896 167326 33554432000 4194304 4650419 140736888743904 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 244176 167326 394 112 0 239141 0
[pid=28148/tid=28149] ppid=28144 vsize=976704 CPUtime=752.55 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 546178 0 0 0 75089 166 0 0 25 0 4 0 651309657 1000144896 167326 33554432000 4194304 4650419 140736888743904 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=976704 CPUtime=762.16 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 260611 0 0 0 76116 100 0 0 25 0 4 0 651309657 1000144896 167326 33554432000 4194304 4650419 140736888743904 18446744073709551615 4422499 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=976704 CPUtime=762.06 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 307674 0 0 0 76086 120 0 0 25 0 4 0 651309657 1000144896 167326 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.05
Current children cumulated vsize (KiB) 976704

[startup+822.3 s]
/proc/loadavg: 8.09 7.79 6.28 10/405 28178
/proc/meminfo: memFree=22999564/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=977600 CPUtime=3278.23 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1520408 0 0 0 327300 523 0 0 25 0 4 0 651309657 1001062400 173701 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 244400 173701 394 112 0 239365 0
[pid=28148/tid=28149] ppid=28144 vsize=977600 CPUtime=811.77 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 628190 0 0 0 80997 180 0 0 25 0 4 0 651309657 1001062400 173701 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=977600 CPUtime=822.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 260611 0 0 0 82114 100 0 0 25 0 4 0 651309657 1001062400 173701 33554432000 4194304 4650419 140736888743904 18446744073709551615 4441888 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=977600 CPUtime=822.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 320016 0 0 0 82078 126 0 0 25 0 4 0 651309657 1001062400 173701 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.23
Current children cumulated vsize (KiB) 977600

[startup+882.301 s]
/proc/loadavg: 8.12 7.86 6.39 10/405 28179
/proc/meminfo: memFree=22994692/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=980008 CPUtime=3517.47 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1691350 0 0 0 351184 563 0 0 25 0 4 0 651309657 1003528192 173200 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 245002 173200 394 112 0 239967 0
[pid=28148/tid=28149] ppid=28144 vsize=980008 CPUtime=871 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 765344 0 0 0 86899 201 0 0 25 0 4 0 651309657 1003528192 173200 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=980008 CPUtime=882.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 269325 0 0 0 88110 104 0 0 25 0 4 0 651309657 1003528192 173200 33554432000 4194304 4650419 140736888743904 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=980008 CPUtime=882.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 330421 0 0 0 88073 131 0 0 25 0 4 0 651309657 1003528192 173200 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3517.47
Current children cumulated vsize (KiB) 980008

[startup+942.301 s]
/proc/loadavg: 8.12 7.91 6.50 10/405 28181
/proc/meminfo: memFree=22925860/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=944316 CPUtime=3756.7 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1757860 0 0 0 375076 594 0 0 25 0 4 0 651309657 966979584 171986 33554432000 4194304 4650419 140736888743904 18446744073709551615 4331074 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 236079 171986 394 112 0 231044 0
[pid=28148/tid=28149] ppid=28144 vsize=944316 CPUtime=930.24 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 786739 0 0 0 92814 210 0 0 25 0 4 0 651309657 966979584 171986 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=944316 CPUtime=942.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 283111 0 0 0 94104 110 0 0 25 0 4 0 651309657 966979584 171986 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=944316 CPUtime=942.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 346401 0 0 0 94065 139 0 0 25 0 4 0 651309657 966979584 171986 33554432000 4194304 4650419 140736888743904 18446744073709551615 4329260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3756.7
Current children cumulated vsize (KiB) 944316

[startup+1002.3 s]
/proc/loadavg: 8.20 7.97 6.61 10/405 28183
/proc/meminfo: memFree=22893208/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=933920 CPUtime=3995.93 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1824940 0 0 0 398965 628 0 0 25 0 4 0 651309657 956334080 171889 33554432000 4194304 4650419 140736888743904 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 233480 171889 394 112 0 228445 0
[pid=28148/tid=28149] ppid=28144 vsize=933920 CPUtime=989.47 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 807638 0 0 0 98728 219 0 0 25 0 4 0 651309657 956334080 171889 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=933920 CPUtime=1002.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 297528 0 0 0 100096 118 0 0 25 0 4 0 651309657 956334080 171889 33554432000 4194304 4650419 140736888743904 18446744073709551615 4336314 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=933920 CPUtime=1002.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 363531 0 0 0 100056 148 0 0 25 0 4 0 651309657 956334080 171889 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3995.93
Current children cumulated vsize (KiB) 933920

[startup+1062.3 s]
/proc/loadavg: 8.07 7.97 6.69 9/405 28184
/proc/meminfo: memFree=22766972/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=1127644 CPUtime=4235.15 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 1913263 0 0 0 422853 662 0 0 25 0 4 0 651309657 1154707456 208155 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 281911 208155 394 112 0 276876 0
[pid=28148/tid=28149] ppid=28144 vsize=1127644 CPUtime=1048.69 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 868455 0 0 0 104633 236 0 0 25 0 4 0 651309657 1154707456 208155 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=1127644 CPUtime=1062.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 299349 0 0 0 106095 119 0 0 25 0 4 0 651309657 1154707456 208155 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=1127644 CPUtime=1062.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 370214 0 0 0 106054 150 0 0 25 0 4 0 651309657 1154707456 208155 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4235.15
Current children cumulated vsize (KiB) 1127644

[startup+1122.3 s]
/proc/loadavg: 8.13 8.00 6.78 10/405 28186
/proc/meminfo: memFree=22691308/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=1151160 CPUtime=4474.34 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 2084867 0 0 0 446744 690 0 0 25 0 4 0 651309657 1178787840 215159 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 287790 215159 394 112 0 282755 0
[pid=28148/tid=28149] ppid=28144 vsize=1151160 CPUtime=1107.88 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 927354 0 0 0 110545 243 0 0 25 0 4 0 651309657 1178787840 215159 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=1151160 CPUtime=1122.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 326244 0 0 0 112089 125 0 0 25 0 4 0 651309657 1178787840 215159 33554432000 4194304 4650419 140736888743904 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=1151160 CPUtime=1122.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 370214 0 0 0 112054 150 0 0 25 0 4 0 651309657 1178787840 215159 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4474.34
Current children cumulated vsize (KiB) 1151160

[startup+1182.3 s]
/proc/loadavg: 8.11 8.03 6.86 10/405 28187
/proc/meminfo: memFree=22695992/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=1213500 CPUtime=4713.56 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 2266661 0 0 0 470628 728 0 0 25 0 4 0 651309657 1242624000 226268 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 303375 226268 394 112 0 298340 0
[pid=28148/tid=28149] ppid=28144 vsize=1213500 CPUtime=1167.09 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 994514 0 0 0 116457 252 0 0 25 0 4 0 651309657 1242624000 226268 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=1213500 CPUtime=1182.14 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 343225 0 0 0 118074 140 0 0 25 0 4 0 651309657 1242624000 226268 33554432000 4194304 4650419 140736888743904 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=1213500 CPUtime=1182.04 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 370214 0 0 0 118054 150 0 0 25 0 4 0 651309657 1242624000 226268 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4713.56
Current children cumulated vsize (KiB) 1213500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.08 8.03 6.89 10/405 28188
/proc/meminfo: memFree=22678508/32951132 swapFree=67093844/67111528
[pid=28148] ppid=28144 vsize=1213672 CPUtime=4800.09 cores=1,3,5,7
/proc/28148/stat : 28148 (strangenight1-m) R 28144 28148 28111 0 -1 4202496 2340423 0 0 0 479269 740 0 0 25 0 4 0 651309657 1242800128 223827 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/28148/statm: 303418 223827 394 112 0 298383 0
[pid=28148/tid=28149] ppid=28144 vsize=1213672 CPUtime=1188.49 cores=1,3,5,7
/proc/28148/task/28149/stat : 28149 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 1024630 0 0 0 118592 257 0 0 25 0 4 0 651309657 1242800128 223827 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28148/tid=28150] ppid=28144 vsize=1213672 CPUtime=1203.85 cores=1,3,5,7
/proc/28148/task/28150/stat : 28150 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 347187 0 0 0 120243 142 0 0 25 0 4 0 651309657 1242800128 223827 33554432000 4194304 4650419 140736888743904 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28148/tid=28151] ppid=28144 vsize=1213672 CPUtime=1203.76 cores=1,3,5,7
/proc/28148/task/28151/stat : 28151 (strangenight1-m) R 28144 28148 28111 0 -1 4202560 370214 0 0 0 120226 150 0 0 25 0 4 0 651309657 1242800128 223827 33554432000 4194304 4650419 140736888743904 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1213672

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): 1204.06
CPU time (s): 4800.17
CPU user time (s): 4792.73
CPU system time (s): 7.44187
CPU usage (%): 398.666
Max. virtual memory (cumulated for all children) (KiB): 1213672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.73
system time used= 7.44187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2340424
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= 1120
involuntary context switches= 36290

runsolver used 3.9454 second user time and 11.5962 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 20:18:30
IDJOB=3368551
IDBENCH=82560
IDSOLVER=1846
FILE ID=node128/3368551-1305397110
RUNJOBID= node128-1305397110-28130
PBS_JOBID= 13324451
Free space on /tmp= 73608 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3368551-1305397110/watcher-3368551-1305397110 -o /tmp/evaluation-result-3368551-1305397110/solver-3368551-1305397110 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368551-1305397110.cnf

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

MD5SUM BENCH= 1739c47038d88c1ec678774e95926496
RANDOM SEED=510348473

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24257104 kB
Buffers:        260968 kB
Cached:        2883592 kB
SwapCached:       1440 kB
Active:        6314000 kB
Inactive:      2086028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24257104 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           13324 kB
Writeback:           0 kB
AnonPages:     5254256 kB
Mapped:          31768 kB
Slab:           187744 kB
PageTables:      37984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100668052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node128 at 2011-05-14 20:38:36