Trace number 3174935

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.45 1201.75

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S1157767653-025-UNKNOWN.cnf
MD5SUMb8c86006cc43f4ab8808ae984f8783c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.12652
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-3174935-1304055546.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.03	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.03	c -- vars added       5000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.04
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.02
0.00/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.80	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.80	c lits-rem:         0  cl-subs:        0  v-elim:    177  v-fix:    0  time:  0.13 s
0.00/0.80	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.80	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.00/0.80	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:    2232 undec:     582 neg:    2186
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0      4823     20798         0         0     63399         0   no data   no data  --
0.00/0.80	c  N dy    20      4418      4823     20798         0      4417     63399    514161     73.85     78.27  --
0.00/0.89	c  N dy    39      8465      4823     20798         0      5968     63399    461987     70.36     75.92  --
5.16/1.30	c  N dy    65     12504      4823     20798         0      5756     63399    301999     70.99     89.77  --
6.76/1.72	c  N dy    81     16655      4823     20798         0      9906     63399    733286     69.31     73.27  --
8.36/2.15	c  N dy   104     20773      4823     20798         0      8401     63399    433645     69.17     74.80  --
9.95/2.59	c  N dy   130     24964      4823     20798         0     12590     63399    890873     69.42     73.12  --
9.95/2.59	c  F st   131     25001      4823     20798         0     12627     63399    893834     69.38   no data  --
12.38/3.14	c  N dy   137     30000      4823     20798         0     10814     63399    626059     69.38   no data  --
12.38/3.14	c  S st   137     30000      4823     20798         0     10814     63399    626059     69.38   no data  --
12.75/3.20	c  S st   137     30503      4823     20798         0     11317     63399    668121     69.38   no data  --
12.75/3.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.75/3.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.75/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
12.75/3.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
12.75/3.26	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.73/5.71	c lits-rem:        64  cl-subs:        3  v-elim:      0  v-fix:    0  time:  9.73 s
22.73/5.73	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.11
22.73/5.73	c calculated reachability. Time: 0.00
22.73/5.73	c  N dy   137     30503      4823     20798         0     11314     63399    667643     69.38   no data  --
24.74/6.22	c  N dy   151     34606      4823     20798         0     15417     63399   1108773     68.67     73.43  --
26.33/6.68	c  N dy   173     38702      4823     20798         0     11610     63399    551869     68.45     79.79  --
28.33/7.15	c  N dy   193     42892      4823     20798         0     15799     63399   1009003     68.39     72.77  --
29.55/7.49	c  S st   207     45754      4823     20798         0      9716     63399    246503     68.14   no data  --
29.95/7.54	c  S st   207     46258      4823     20798         0     10220     63399    288345     68.14   no data  --
29.95/7.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.95/7.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.95/7.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.05
29.95/7.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.95/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.95/7.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
29.95/7.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.72/8.27	c lits-rem:        15  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.78 s
32.72/8.27	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
32.72/8.28	c vivif2 --  cl tried    10220 cl shrink        0 lits rem          0 time: 0.01
33.12/8.30	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.09
33.12/8.30	c calculated reachability. Time: 0.00
33.12/8.30	c  N dy   207     46258      4823     20798         0     10220     63399    288330     68.14   no data  --
34.72/8.76	c  N dy   230     50346      4823     20798         0     14307     63399    724383     68.15     72.83  --
36.71/9.26	c  N dy   250     54492      4823     20798         0     18453     63399   1156554     67.88     72.03  --
38.74/9.74	c  N dy   271     58543      4823     20798         0     12527     63399    440281     67.68     86.10  --
40.71/10.22	c  N dy   294     62627      4823     20798         0     16610     63399    873089     67.64     73.07  --
42.73/10.78	c  N dy   322     67000      4823     20798         0     20981     63399   1337843     67.77     73.16  --
43.91/11.08	c  S st   335     69388      4823     20798         0     12381     63399    321972     67.69     67.57  --
44.31/11.13	c  S st   335     69889      4823     20798         0     12882     63399    358738     67.69   no data  --
44.31/11.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.31/11.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.31/11.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.06
44.31/11.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.31/11.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.31/11.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
44.31/11.17	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
48.70/12.21	c lits-rem:        17  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.13 s
48.70/12.21	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
48.70/12.21	c vivif2 --  cl tried    12882 cl shrink        0 lits rem          0 time: 0.02
48.70/12.24	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.10
48.70/12.24	c calculated reachability. Time: 0.00
48.70/12.24	c  N dy   335     69889      4823     20798         0     12882     63399    358721     67.69   no data  --
50.70/12.77	c  N dy   361     74445      4823     20798         0     17438     63399    826990     67.60     71.78  --
53.10/13.37	c  N dy   391     79252      4823     20798         0     22245     63399   1325104     67.60     74.30  --
55.91/14.02	c  N dy   425     84498      4823     20798         0     15495     63399    551010     67.65     72.57  --
57.09/14.39	c  F st   444     87500      4823     20798         0     18496     63399    868028     67.64   no data  --
59.09/14.84	c  N st   449     90794      4823     20798         0     21790     63399   1260582     67.64   no data  --
62.28/15.66	c  N dy   478     96847      4823     20798         0     14850     63399    377805     67.66     73.18  --
65.47/16.44	c  N dy   511    103083      4823     20798         0     21083     63399   1039339     67.54     93.33  --
66.28/16.68	c  S st   519    104834      4823     20798         0     22834     63399   1231855     67.51     64.84  --
66.68/16.75	c  S st   519    105340      4823     20798         0     23340     63399   1271257     67.51   no data  --
66.68/16.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
66.68/16.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.68/16.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.09
67.08/16.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.08/16.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.08/16.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
67.08/16.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
75.46/18.90	c lits-rem:       100  cl-subs:        4  v-elim:      0  v-fix:    0  time:  8.22 s
75.46/18.90	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
75.46/18.92	c vivif2 --  cl tried    23336 cl shrink        0 lits rem          0 time: 0.06
75.46/18.96	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.16
75.46/18.96	c calculated reachability. Time: 0.00
75.46/18.96	c  N dy   519    105340      4823     20798         0     23336     63399   1270312     67.51   no data  --
79.06/19.89	c  N dy   562    112117      4823     20798         0     16110     63399    425041     67.61     92.67  --
83.05/20.84	c  N dy   611    119437      4823     20798         0     23430     63399   1210722     67.77     72.89  --
87.45/21.90	c  N dy   658    127084      4823     20798         0     16078     63399    311522     67.73     71.43  --
91.46/22.92	c  N dy   707    135259      4823     20798         0     24253     63399   1178748     67.74     72.59  --
96.24/24.13	c  N dy   760    143906      4823     20798         0     16899     63399    294853     67.73     71.53  --
101.03/25.31	c  N dy   823    153163      4823     20798         0     26155     63399   1279749     67.86     89.52  --
103.82/26.00	c  S st   850    158010      4823     20798         0     31002     63399   1797139     67.82     56.99  --
103.82/26.09	c  S st   850    158514      4823     20798         0     31506     63399   1836097     67.82   no data  --
103.82/26.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
103.82/26.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.23/26.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.09
104.23/26.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.23/26.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.23/26.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
104.23/26.20	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
118.61/29.71	c lits-rem:        12  cl-subs:        4  v-elim:      0  v-fix:    0  time: 13.99 s
118.61/29.71	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
118.61/29.73	c vivif2 --  cl tried    31502 cl shrink        0 lits rem          0 time: 0.08
118.61/29.79	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.22
118.61/29.79	c calculated reachability. Time: 0.00
118.61/29.79	c  N dy   850    158514      4823     20798         0     31502     63399   1835576     67.82   no data  --
124.19/31.18	c  N dy   900    168661      4823     20798         0     24654     63399   1038240     67.77     71.64  --
131.01/32.85	c  N dy   967    179695      4823     20798         0     35688     63399   2199399     67.79     73.83  --
137.38/34.40	c  N dy  1033    191224      4823     20798         0     29219     63399   1385271     67.74     73.28  --
144.56/36.25	c  N dy  1111    203744      4823     20798         0     22739     63399    607618     67.73     71.47  --
152.17/38.12	c  N dy  1189    216793      4823     20798         0     35787     63399   1978548     67.69    106.36  --
160.14/40.13	c  N dy  1263    230874      4823     20798         0     29870     63399   1280382     67.65     71.89  --
164.14/41.18	c  S st  1303    237771      4823     20798         0     36766     63399   2008467     67.64     59.34  --
164.54/41.28	c  S st  1303    238273      4823     20798         0     37268     63399   2050148     67.64   no data  --
164.54/41.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
164.54/41.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.94/41.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.11
164.94/41.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.94/41.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.94/41.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
164.94/41.39	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
179.34/44.99	c lits-rem:       106  cl-subs:        7  v-elim:      0  v-fix:    0  time: 14.33 s
179.34/44.99	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.01
179.72/45.01	c vivif2 --  cl tried    37261 cl shrink        0 lits rem          0 time: 0.09
179.72/45.07	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.24
179.72/45.08	c calculated reachability. Time: 0.00
179.72/45.08	c  N dy  1303    238273      4823     20798         0     37261     63399   2048345     67.64   no data  --
188.51/47.29	c  N dy  1401    253494      4823     20798         0     31480     63399   1342511     67.71     73.07  --
198.90/49.83	c  N dy  1501    269693      4823     20798         0     25678     63399    617780     67.72     71.69  --
209.70/52.52	c  N dy  1615    287014      4823     20798         0     42998     63399   2482765     67.85     71.83  --
220.87/55.35	c  N dy  1734    305562      4823     20798         0     38547     63399   1899452     67.93     72.01  --
221.27/55.46	c  F st  1738    306251      4823     20798         0     39236     63399   1968602     67.93     70.54  --
233.25/58.46	c  N dy  1828    325285      4823     20798         0     34270     63399   1339553     67.97     73.93  --
246.43/61.79	c  N dy  1955    345405      4823     20798         0     29387     63399    714627     68.02     72.35  --
254.04/63.67	c  S st  2029    357410      4823     20798         0     41389     63399   1985261     68.04   no data  --
254.42/63.76	c  S st  2029    357913      4823     20798         0     41892     63399   2025595     68.04   no data  --
254.42/63.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
254.42/63.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
254.83/63.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
254.83/63.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
254.83/63.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.83/63.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
254.83/63.88	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
272.00/68.11	c lits-rem:        23  cl-subs:        8  v-elim:      0  v-fix:    0  time: 16.85 s
272.00/68.11	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
272.00/68.13	c vivif2 --  cl tried    41884 cl shrink        0 lits rem          0 time: 0.10
272.40/68.20	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.28
272.40/68.20	c calculated reachability. Time: 0.00
272.40/68.20	c  N dy  2029    357913      4823     20798         0     41884     63399   2024503     68.04   no data  --
285.97/71.66	c  N dy  2157    378016      4823     20798         0     35991     63399   1320689     68.08     73.06  --
299.96/75.16	c  N dy  2279    398021      4823     20798         0     29003     63399    475599     68.10     71.95  --
313.14/78.42	c  N dy  2401    418053      4823     20798         0     49032     63399   2623697     68.14     71.77  --
326.33/81.78	c  N dy  2523    438075      4823     20798         0     41054     63399   1665438     68.14     71.73  --
341.11/85.42	c  N dy  2640    458196      4823     20798         0     32171     63399    603869     68.13     72.24  --
354.71/88.83	c  N dy  2763    478205      4823     20798         0     52179     63399   2722384     68.13     72.31  --
368.67/92.39	c  N dy  2892    498408      4823     20798         0     42383     63399   1606757     68.19     72.10  --
384.65/96.36	c  N dy  3023    518790      4823     20798         0     31766     63399    366790     68.23     71.92  --
396.63/99.39	c  S st  3134    536869      4823     20798         0     49843     63399   2303520     68.26     62.88  --
397.43/99.51	c  S st  3134    537373      4823     20798         0     50347     63399   2347295     68.26   no data  --
397.43/99.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
397.43/99.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
397.43/99.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.14
397.83/99.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.83/99.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.83/99.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
397.83/99.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
421.40/105.55	c lits-rem:        54  cl-subs:        7  v-elim:      0  v-fix:    0  time: 23.55 s
421.40/105.55	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.01
421.40/105.58	c vivif2 --  cl tried    50340 cl shrink        0 lits rem          0 time: 0.11
421.79/105.66	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.33
421.79/105.67	c calculated reachability. Time: 0.00
421.79/105.67	c  N dy  3134    537373      4823     20798         0     50340     63399   2346166     68.26   no data  --
437.38/109.51	c  N dy  3257    557384      4823     20798         0     38358     63399    982931     68.25     71.97  --
451.78/113.19	c  N dy  3372    577389      4823     20798         0     58360     63399   3129834     68.28     74.16  --
466.94/116.94	c  N dy  3499    597517      4823     20798         0     45490     63399   1630740     68.31     72.25  --
482.91/120.97	c  N dy  3614    617524      4823     20798         0     65497     63399   3785435     68.32     72.87  --
498.10/124.70	c  N dy  3735    637564      4823     20798         0     51540     63399   2166195     68.33     84.91  --
514.87/128.91	c  N dy  3855    657646      4823     20798         0     36617     63399    477132     68.33     75.58  --
529.65/132.67	c  N dy  3974    677660      4823     20798         0     56629     63399   2613508     68.33     73.08  --
547.23/137.08	c  N dy  4084    697822      4823     20798         0     40799     63399    826322     68.30     73.59  --
563.20/141.01	c  N dy  4187    717870      4823     20798         0     60846     63399   2953079     68.27     73.22  --
580.78/145.42	c  N dy  4309    737872      4823     20798         0     43842     63399   1054562     68.27     75.83  --
597.15/149.51	c  N dy  4422    757885      4823     20798         0     63852     63399   3201887     68.28     72.78  --
614.35/153.89	c  N dy  4536    777909      4823     20798         0     45877     63399   1177791     68.29     73.34  --
631.53/158.11	c  N dy  4654    797928      4823     20798         0     65895     63399   3314978     68.29     79.65  --
639.11/160.08	c  S st  4699    806062      4823     20798         0     74029     63399   4184133     68.28   no data  --
639.91/160.24	c  S st  4699    806566      4823     20798         0     74533     63399   4224109     68.28   no data  --
639.91/160.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
639.91/160.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
640.32/160.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
640.72/160.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
640.72/160.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.72/160.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
641.10/160.50	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
893.17/223.69	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time: 252.06 s
893.17/223.69	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
893.57/223.75	c vivif2 --  cl tried    74525 cl shrink        0 lits rem          0 time: 0.20
893.96/223.87	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.52
893.96/223.88	c calculated reachability. Time: 0.00
893.96/223.88	c  N dy  4699    806566      4823     20798         0     74525     63399   4222626     68.28   no data  --
909.94/227.86	c  N dy  4829    826881      4823     20798         0     55848     63399   2136571     68.31     71.97  --
927.91/232.39	c  N dy  4949    847045      4823     20798         0     76011     63399   4284317     68.31     71.97  --
944.29/236.43	c  N dy  5070    867160      4823     20798         0     56128     63399   2073947     68.31     73.15  --
962.67/241.01	c  N dy  5189    887205      4823     20798         0     76173     63399   4202456     68.30     76.40  --
979.84/245.38	c  N dy  5312    907260      4823     20798         0     55226     63399   1863007     68.32     71.95  --
999.02/250.13	c  N dy  5436    927364      4823     20798         0     75328     63399   4037797     68.34     72.56  --
1017.00/254.69	c  N dy  5549    947439      4823     20798         0     53405     63399   1566374     68.33     74.43  --
1035.79/259.32	c  N dy  5666    967628      4823     20798         0     73589     63399   3710001     68.34     72.68  --
1055.34/264.25	c  N dy  5793    987760      4823     20798         0     50720     63399   1184733     68.36     74.95  --
1073.32/268.74	c  N dy  5913   1007851      4823     20798         0     70807     63399   3338722     68.36     72.06  --
1094.50/274.03	c  N dy  6035   1028145      4823     20798         0     47110     63399    690269     68.38     72.10  --
1111.68/278.38	c  N dy  6157   1048586      4823     20798         0     67550     63399   2868991     68.39     72.48  --
1132.87/283.69	c  N dy  6275   1068684      4823     20798         0     87644     63399   5000915     68.38     72.44  --
1136.86/284.61	c  F st  6297   1071875      4823     20798         0     45836     63399    455759     68.38   no data  --
1150.82/288.10	c  N dy  6378   1088761      4823     20798         0     62715     63399   2334975     68.39    101.73  --
1170.80/293.12	c  N dy  6499   1108784      4823     20798         0     82738     63399   4476489     68.41     72.49  --
1190.36/298.05	c  N dy  6628   1128815      4823     20798         0     56772     63399   1541632     68.45     78.88  --
1209.54/302.81	c  N dy  6753   1148895      4823     20798         0     76850     63399   3688983     68.46     74.34  --
1231.51/308.30	c  N dy  6865   1169049      4823     20798         0     50009     63399    701385     68.45     72.25  --
1249.09/312.70	c  N dy  6979   1189283      4823     20798         0     70239     63399   2846487     68.44     73.10  --
1270.66/318.17	c  N dy  7094   1209510      4823     20798         0     90465     63399   5014973     68.44     73.00  --
1271.06/318.27	c  S st  7097   1209849      4823     20798         0     90804     63399   5053361     68.44   no data  --
1271.86/318.47	c  S st  7097   1210351      4823     20798         0     91306     63399   5095839     68.44   no data  --
1271.86/318.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1271.86/318.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1272.26/318.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.27
1273.08/318.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1273.08/318.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1273.08/318.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
1273.08/318.76	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1676.52/419.70	c lits-rem:        51  cl-subs:       19  v-elim:      0  v-fix:    0  time: 402.56 s
1676.52/419.70	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
1676.52/419.76	c vivif2 --  cl tried    91287 cl shrink        0 lits rem          0 time: 0.24
1677.33/419.92	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.64
1677.33/419.92	c calculated reachability. Time: 0.00
1677.33/419.92	c  N dy  7097   1210351      4823     20798         0     91287     63399   5091994     68.44   no data  --
1695.32/424.47	c  N dy  7222   1230397      4823     20798         0     63335     63399   2034140     68.46     74.45  --
1716.07/429.63	c  N dy  7348   1250560      4823     20798         0     83495     63399   4169042     68.47     72.20  --
1737.64/435.05	c  N dy  7480   1270613      4823     20798         0     54554     63399    995667     68.49     80.79  --
1756.43/439.71	c  N dy  7607   1290681      4823     20798         0     74619     63399   3149174     68.51     80.81  --
1779.19/445.44	c  N dy  7731   1310778      4823     20798         0     94712     63399   5287881     68.52     72.30  --
1799.17/450.40	c  N dy  7863   1330911      4823     20798         0     64855     63399   1997668     68.54     72.17  --
1819.13/455.50	c  N dy  7975   1350938      4823     20798         0     84878     63399   4143195     68.54     81.33  --
1843.50/461.50	c  N dy  8102   1370967      4823     20798         0     53912     63399    717746     68.56     74.02  --
1861.90/466.16	c  N dy  8221   1391054      4823     20798         0     73998     63399   2888351     68.56     86.41  --
1885.04/471.91	c  N dy  8343   1411149      4823     20798         0     94092     63399   5076408     68.59     72.46  --
1906.62/477.36	c  N dy  8452   1431230      4823     20798         0     62174     63399   1497603     68.58     72.57  --
1926.99/482.45	c  N dy  8578   1451508      4823     20798         0     82450     63399   3685781     68.58     73.72  --
1951.76/488.67	c  N dy  8704   1471679      4823     20798         0    102621     63399   5851050     68.59     72.37  --
1971.33/493.55	c  N dy  8819   1491713      4823     20798         0     69654     63399   2182814     68.58     74.17  --
1993.31/499.00	c  N dy  8937   1511860      4823     20798         0     89795     63399   4331018     68.58     73.10  --
2018.47/505.37	c  N dy  9068   1531920      4823     20798         0     55860     63399    622633     68.59     72.68  --
2037.66/510.16	c  N dy  9202   1551975      4823     20798         0     75914     63399   2787011     68.61     75.30  --
2060.81/515.94	c  N dy  9328   1572010      4823     20798         0     95947     63399   4917598     68.62     83.02  --
2084.78/521.90	c  N dy  9451   1592021      4823     20798         0     60962     63399   1068963     68.63     72.57  --
2104.76/526.91	c  N dy  9573   1612055      4823     20798         0     80995     63399   3220512     68.64     81.77  --
2129.12/533.06	c  N dy  9694   1632495      4823     20798         0    101433     63399   5406323     68.64     73.12  --
2152.31/538.86	c  N dy  9817   1652579      4823     20798         0     65530     63399   1475942     68.66     75.29  --
2173.06/544.09	c  N dy  9939   1672692      4823     20798         0     85641     63399   3621150     68.66     73.75  --
2198.63/550.46	c  N dy 10073   1692913      4823     20798         0    105861     63399   5807108     68.68     73.44  --
2219.00/555.50	c  S st 10187   1710351      4823     20798         0     66294     63399   1438415     68.69     62.49  --
2219.40/555.64	c  S st 10187   1710854      4823     20798         0     66797     63399   1480983     68.69   no data  --
2219.40/555.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2219.40/555.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2219.40/555.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.19
2219.80/555.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2219.80/555.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2219.80/555.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
2219.80/555.77	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2235.40/559.62	c lits-rem:        44  cl-subs:        5  v-elim:      0  v-fix:    0  time: 15.37 s
2235.40/559.62	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.01
2235.40/559.64	c vivif2 --  cl tried    66792 cl shrink        0 lits rem          0 time: 0.08
2235.81/559.76	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.45
2235.81/559.76	c calculated reachability. Time: 0.00
2235.81/559.76	c  N dy 10187   1710854      4823     20798         0     66792     63399   1480538     68.69   no data  --
2256.55/564.99	c  N dy 10317   1730914      4823     20798         0     86848     63399   3641505     68.71     72.35  --
2281.72/571.24	c  N dy 10442   1750983      4823     20798         0    106915     63399   5804496     68.71     72.73  --
2304.89/577.04	c  N dy 10558   1771044      4823     20798         0     68983     63399   1634234     68.71     72.90  --
2326.46/582.43	c  N dy 10683   1791102      4823     20798         0     89038     63399   3763185     68.72     78.36  --
2352.43/588.97	c  N dy 10815   1811177      4823     20798         0    109112     63399   5911047     68.73     72.55  --
2376.79/595.05	c  N dy 10926   1831444      4823     20798         0     70381     63399   1662317     68.72     72.36  --
2399.56/600.74	c  N dy 11055   1851612      4823     20798         0     90545     63399   3823495     68.73     74.10  --
2426.33/607.40	c  N dy 11182   1871756      4823     20798         0    110687     63399   5979714     68.74     72.36  --
2449.50/613.24	c  N dy 11300   1891902      4823     20798         0     70837     63399   1628563     68.73     73.28  --
2470.67/618.51	c  N dy 11407   1911978      4823     20798         0     90907     63399   3770389     68.72     83.57  --
2495.43/624.73	c  N dy 11528   1932108      4823     20798         0    111034     63399   5948921     68.73     75.54  --
2518.61/630.53	c  N dy 11649   1952149      4823     20798         0     70081     63399   1441926     68.73     72.70  --
2539.37/635.73	c  N dy 11760   1972272      4823     20798         0     90199     63399   3611994     68.73     74.55  --
2564.15/641.93	c  N dy 11891   1992298      4823     20798         0    110225     63399   5763672     68.74     72.53  --
2588.91/648.14	c  N dy 12000   2012337      4823     20798         0     68275     63399   1159223     68.74     74.91  --
2608.90/653.14	c  N dy 12108   2032434      4823     20798         0     88369     63399   3287325     68.73     74.06  --
2633.25/659.25	c  N dy 12233   2052500      4823     20798         0    108433     63399   5468300     68.75     73.23  --
2660.41/666.00	c  N dy 12342   2072782      4823     20798         0     65721     63399    781639     68.74     72.92  --
2679.99/670.90	c  N dy 12461   2092791      4823     20798         0     85728     63399   2927265     68.75     72.75  --
2703.55/676.87	c  N dy 12586   2113018      4823     20798         0    105952     63399   5114659     68.75     72.66  --
2731.51/683.86	c  N dy 12713   2133191      4823     20798         0    126122     63399   7275846     68.76     74.08  --
2751.88/688.96	c  N dy 12839   2153197      4823     20798         0     82131     63399   2444947     68.77     72.54  --
2775.05/694.78	c  N dy 12971   2173202      4823     20798         0    102132     63399   4616375     68.78     72.93  --
2802.23/701.59	c  N dy 13094   2193277      4823     20798         0    122204     63399   6781015     68.79     75.25  --
2823.39/706.85	c  S st 13203   2210854      4823     20798         0     74789     63399   1554049     68.79   no data  --
2824.20/707.01	c  S st 13203   2211358      4823     20798         0     75293     63399   1597910     68.79   no data  --
2824.20/707.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2824.20/707.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2824.20/707.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
2824.61/707.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2824.61/707.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2824.61/707.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
2824.61/707.14	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2841.37/711.33	c lits-rem:        13  cl-subs:        4  v-elim:      0  v-fix:    0  time: 16.75 s
2841.37/711.33	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.01
2841.37/711.36	c vivif2 --  cl tried    75289 cl shrink        0 lits rem          0 time: 0.08
2841.78/711.48	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.47
2841.78/711.48	c calculated reachability. Time: 0.00
2841.78/711.48	c  N dy 13203   2211358      4823     20798         0     75289     63399   1596972     68.79   no data  --
2863.33/716.83	c  N dy 13335   2231398      4823     20798         0     95329     63399   3756086     68.81     78.21  --
2888.50/723.15	c  N dy 13460   2251538      4823     20798         0    115467     63399   5909800     68.82     72.96  --
2916.07/730.05	c  N dy 13583   2271624      4823     20798         0     69555     63399    877680     68.82     73.08  --
2936.44/735.19	c  N dy 13707   2291668      4823     20798         0     89595     63399   3033520     68.82     74.67  --
2961.20/741.37	c  N dy 13836   2311804      4823     20798         0    109727     63399   5186148     68.82     73.26  --
2989.96/748.57	c  N dy 13962   2331965      4823     20798         0    129884     63399   7364866     68.84     72.92  --
3011.94/754.05	c  N dy 14078   2352010      4823     20798         0     82937     63399   2228469     68.84     73.71  --
3036.30/760.14	c  N dy 14208   2372059      4823     20798         0    102984     63399   4385658     68.84     72.50  --
3064.66/767.29	c  N dy 14341   2392060      4823     20798         0    122982     63399   6539060     68.85     72.66  --
3093.03/774.31	c  N dy 14469   2412172      4823     20798         0     75098     63399   1282501     68.86     73.33  --
3115.39/779.99	c  N dy 14602   2432327      4823     20798         0     95253     63399   3477963     68.88     72.80  --
3143.36/786.90	c  N dy 14721   2452362      4823     20798         0    115285     63399   5618329     68.88     73.15  --
3176.14/795.19	c  N dy 14844   2472757      4823     20798         0    135677     63399   7824493     68.89     72.84  --
3201.29/801.41	c  N dy 14975   2492882      4823     20798         0     86810     63399   2457445     68.90     73.52  --
3228.05/808.20	c  N dy 15107   2512900      4823     20798         0    106826     63399   4578936     68.90     75.45  --
3260.81/816.31	c  N dy 15231   2533218      4823     20798         0    127144     63399   6746642     68.91     72.73  --
3291.16/823.99	c  N dy 15358   2553343      4823     20798         0     77273     63399   1303996     68.92     72.73  --
3315.54/830.09	c  N dy 15482   2573366      4823     20798         0     97293     63399   3483931     68.93     77.33  --
3344.70/837.31	c  N dy 15612   2593373      4823     20798         0    117294     63399   5622082     68.93     72.69  --
3376.65/845.31	c  N dy 15723   2613581      4823     20798         0    137500     63399   7794748     68.93     72.90  --
3401.82/851.60	c  N dy 15840   2633657      4823     20798         0     86583     63399   2197186     68.93     75.37  --
3426.20/857.71	c  N dy 15953   2653697      4823     20798         0    106621     63399   4360266     68.93     74.76  --
3453.35/864.58	c  N dy 16071   2673733      4823     20798         0    126654     63399   6517533     68.94     76.49  --
3483.33/872.10	c  N dy 16193   2693819      4823     20798         0     74745     63399    829200     68.94     72.97  --
3502.08/876.72	c  S st 16309   2711358      4823     20798         0     92281     63399   2731220     68.95   no data  --
3502.88/876.91	c  S st 16309   2711859      4823     20798         0     92782     63399   2771190     68.95   no data  --
3502.88/876.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3502.88/876.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3502.88/876.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.26
3503.29/877.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3503.29/877.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3503.29/877.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
3503.29/877.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3552.42/889.30	c lits-rem:        21  cl-subs:        3  v-elim:      0  v-fix:    0  time: 48.71 s
3552.42/889.30	c vivif2 --  cl tried    20798 cl shrink        0 lits rem          0 time: 0.00
3552.42/889.34	c vivif2 --  cl tried    92779 cl shrink        0 lits rem          0 time: 0.14
3552.82/889.49	c asymm  cl-useful: 0/20798/20798 lits-rem:0 time: 0.62
3553.22/889.50	c calculated reachability. Time: 0.00
3553.22/889.50	c  N dy 16309   2711859      4823     20798         0     92779     63399   2770777     68.95   no data  --
3578.38/895.80	c  N dy 16444   2732011      4823     20798         0    112930     63399   4951876     68.96     72.63  --
3607.14/903.07	c  N dy 16573   2752033      4823     20798         0    132950     63399   7089131     68.97     72.62  --
3635.10/910.09	c  N dy 16686   2772091      4823     20798         0     80017     63399   1300313     68.97     74.77  --
3657.48/915.68	c  N dy 16814   2792144      4823     20798         0    100069     63399   3461648     68.98     74.37  --
3684.25/922.30	c  N dy 16937   2812263      4823     20798         0    120187     63399   5611748     68.99     74.44  --
3715.00/930.02	c  N dy 17059   2832276      4823     20798         0    140197     63399   7760435     68.99     73.56  --
3740.97/936.54	c  N dy 17189   2852344      4823     20798         0     86281     63399   1874199     69.00     75.09  --
3764.55/942.44	c  N dy 17313   2872449      4823     20798         0    106382     63399   4053918     69.00     78.25  --
3792.89/949.53	c  N dy 17442   2892905      4823     20798         0    126834     63399   6282389     69.01     73.36  --
3824.05/957.36	c  N dy 17543   2912910      4823     20798         0    146836     63399   8434563     69.00     73.30  --
3847.22/963.17	c  N dy 17669   2932942      4823     20798         0     91871     63399   2386336     69.01     73.23  --
3872.39/969.47	c  N dy 17804   2953132      4823     20798         0    112060     63399   4581108     69.02     73.38  --
3901.54/976.76	c  N dy 17934   2973150      4823     20798         0    132075     63399   6747080     69.03     73.17  --
3934.70/985.08	c  N dy 18047   2993240      4823     20798         0     76170     63399    577170     69.04     80.29  --
3956.28/990.46	c  N dy 18168   3013344      4823     20798         0     96272     63399   2721947     69.03     72.75  --
3981.84/996.83	c  N dy 18281   3033414      4823     20798         0    116340     63399   4878346     69.03     84.94  --
4011.80/1004.32	c  N dy 18407   3053465      4823     20798         0    136390     63399   7048438     69.04     87.76  --
4045.78/1012.88	c  N dy 18535   3073623      4823     20798         0     79554     63399    838829     69.05     75.13  --
4069.72/1018.82	c  N dy 18660   3093729      4823     20798         0     99658     63399   3024478     69.05     74.12  --
4098.91/1026.12	c  N dy 18791   3113817      4823     20798         0    119742     63399   5218964     69.07     98.09  --
4133.24/1034.79	c  N dy 18925   3133885      4823     20798         0    139806     63399   7404515     69.08     72.89  --
4171.19/1044.25	c  N dy 19059   3153918      4823     20798         0     81846     63399    990981     69.09     78.32  --
4197.56/1050.87	c  N dy 19190   3173973      4823     20798         0    101897     63399   3162083     69.10     73.41  --
4229.12/1058.75	c  N dy 19319   3194092      4823     20798         0    122016     63399   5346472     69.11     73.70  --
4261.09/1066.76	c  S st 19437   3211860      4823     20798         0    139782     63399   7283541     69.12   no data  --
4262.67/1067.10	c  S st 19437   3212364      4823     20798         0    140286     63399   7323857     69.12   no data  --
4262.67/1067.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4262.67/1067.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4263.07/1067.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.44
4264.27/1067.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4264.27/1067.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4264.27/1067.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4823 time:  0.00 s
4264.27/1067.57	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-3174935-1304055546/watcher-3174935-1304055546 -o /tmp/evaluation-result-3174935-1304055546/solver-3174935-1304055546 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174935-1304055546.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=117900 CPUtime=0 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 764 0 0 0 0 0 0 0 20 0 4 0 517151298 120729600 693 33554432000 4194304 4650419 140735179813312 18446744073709551615 254500352709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 29475 704 340 112 0 24440 0
[pid=24890/tid=24891] ppid=24888 vsize=118064 CPUtime=0 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 184 0 0 0 0 0 0 0 21 0 4 0 517151298 120897536 724 33554432000 4194304 4650419 140735179813312 18446744073709551615 254500388619 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=118064 CPUtime=0 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 6 0 0 0 0 0 0 0 21 0 4 0 517151298 120897536 737 33554432000 4194304 4650419 140735179813312 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=118196 CPUtime=0 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) S 24888 24890 24785 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 4 0 517151298 121032704 757 33554432000 4194304 4650419 140735179813312 18446744073709551615 254500796910 0 0 4096 2 18446604471152643072 0 0 -1 3 0 0 0

[startup+0.91129 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=294388 CPUtime=3.6 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 12786 0 0 0 358 2 0 0 19 0 4 0 517151298 301453312 8637 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 73597 8637 392 112 0 68562 0
[pid=24890/tid=24891] ppid=24888 vsize=294388 CPUtime=0.89 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3332 0 0 0 89 0 0 0 19 0 4 0 517151298 301453312 8637 33554432000 4194304 4650419 140735179813312 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=294388 CPUtime=0.89 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3386 0 0 0 89 0 0 0 19 0 4 0 517151298 301453312 8637 33554432000 4194304 4650419 140735179813312 18446744073709551615 4360358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=294388 CPUtime=0.89 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 2411 0 0 0 89 0 0 0 19 0 4 0 517151298 301453312 8637 33554432000 4194304 4650419 140735179813312 18446744073709551615 4520268 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 294388

[startup+1.01127 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=294388 CPUtime=4.01 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 13245 0 0 0 398 3 0 0 19 0 4 0 517151298 301453312 9096 33554432000 4194304 4650419 140735179813312 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 73597 9096 392 112 0 68562 0
[pid=24890/tid=24891] ppid=24888 vsize=294388 CPUtime=0.99 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3448 0 0 0 99 0 0 0 19 0 4 0 517151298 301453312 9096 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=294388 CPUtime=0.99 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3509 0 0 0 99 0 0 0 19 0 4 0 517151298 301453312 9096 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=294388 CPUtime=0.99 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 2523 0 0 0 99 0 0 0 19 0 4 0 517151298 301453312 9096 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364427 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 294388

[startup+1.10026 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=294564 CPUtime=4.36 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 13962 0 0 0 433 3 0 0 19 0 4 0 517151298 301633536 8936 33554432000 4194304 4650419 140735179813312 18446744073709551615 4367391 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 73641 8936 392 112 0 68606 0
[pid=24890/tid=24891] ppid=24888 vsize=294564 CPUtime=1.08 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3541 0 0 0 108 0 0 0 19 0 4 0 517151298 301633536 8936 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=294564 CPUtime=1.08 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3600 0 0 0 108 0 0 0 19 0 4 0 517151298 301633536 8936 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=294564 CPUtime=1.09 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 2964 0 0 0 108 1 0 0 19 0 4 0 517151298 301633536 8936 33554432000 4194304 4650419 140735179813312 18446744073709551615 4333741 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 294564

[startup+1.20124 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=295016 CPUtime=4.76 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 15380 0 0 0 473 3 0 0 19 0 4 0 517151298 302096384 7721 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 73754 7721 392 112 0 68719 0
[pid=24890/tid=24891] ppid=24888 vsize=295016 CPUtime=1.18 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 4011 0 0 0 118 0 0 0 19 0 4 0 517151298 302096384 7721 33554432000 4194304 4650419 140735179813312 18446744073709551615 4333639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=295016 CPUtime=1.18 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 4059 0 0 0 118 0 0 0 19 0 4 0 517151298 302096384 7721 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=295016 CPUtime=1.19 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3070 0 0 0 118 1 0 0 19 0 4 0 517151298 302096384 7721 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 295016

[startup+1.50118 s]
/proc/loadavg: 7.52 7.95 7.55 1/175 24890
/proc/meminfo: memFree=18301004/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=295016 CPUtime=5.96 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 16658 0 0 0 593 3 0 0 20 0 4 0 517151298 302096384 8999 33554432000 4194304 4650419 140735179813312 18446744073709551615 4329696 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 73754 8999 392 112 0 68719 0
[pid=24890/tid=24891] ppid=24888 vsize=295016 CPUtime=1.48 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 4337 0 0 0 148 0 0 0 20 0 4 0 517151298 302096384 8999 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=295016 CPUtime=1.48 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 4377 0 0 0 148 0 0 0 19 0 4 0 517151298 302096384 8999 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=295016 CPUtime=1.49 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 3378 0 0 0 148 1 0 0 19 0 4 0 517151298 302096384 8999 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295016

[startup+3.10686 s]
/proc/loadavg: 7.52 7.95 7.55 9/184 24925
/proc/meminfo: memFree=18227048/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=296196 CPUtime=12.38 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 26294 0 0 0 1233 5 0 0 25 0 4 0 517151298 303304704 10020 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 74049 10020 393 112 0 69014 0
[pid=24890/tid=24891] ppid=24888 vsize=296196 CPUtime=3.08 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 6767 0 0 0 307 1 0 0 25 0 4 0 517151298 303304704 10020 33554432000 4194304 4650419 140735179813312 18446744073709551615 4331995 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=296196 CPUtime=3.09 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 6806 0 0 0 308 1 0 0 25 0 4 0 517151298 303304704 10020 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=296196 CPUtime=3.09 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 5764 0 0 0 308 1 0 0 25 0 4 0 517151298 303304704 10020 33554432000 4194304 4650419 140735179813312 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 296196

[startup+6.30122 s]
/proc/loadavg: 7.56 7.95 7.55 9/184 24925
/proc/meminfo: memFree=18114332/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=311500 CPUtime=25.16 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 50861 0 0 0 2505 11 0 0 25 0 4 0 517151298 318976000 25882 33554432000 4194304 4650419 140735179813312 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 77875 25882 394 112 0 72840 0
[pid=24890/tid=24891] ppid=24888 vsize=311500 CPUtime=6.25 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 11099 0 0 0 623 2 0 0 25 0 4 0 517151298 318976000 25882 33554432000 4194304 4650419 140735179813312 18446744073709551615 4304296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=311500 CPUtime=6.29 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 14662 0 0 0 626 3 0 0 25 0 4 0 517151298 318976000 25882 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=311500 CPUtime=6.29 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 13551 0 0 0 626 3 0 0 25 0 4 0 517151298 318976000 25882 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 311500

[startup+12.7009 s]
/proc/loadavg: 7.59 7.95 7.55 9/184 24925
/proc/meminfo: memFree=18045040/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=306060 CPUtime=50.7 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 84544 0 0 0 5052 18 0 0 25 0 4 0 517151298 313405440 37844 33554432000 4194304 4650419 140735179813312 18446744073709551615 4331947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 76515 37844 394 112 0 71480 0
[pid=24890/tid=24891] ppid=24888 vsize=306060 CPUtime=12.62 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 21615 0 0 0 1257 5 0 0 25 0 4 0 517151298 313405440 37844 33554432000 4194304 4650419 140735179813312 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=306060 CPUtime=12.68 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 24677 0 0 0 1264 4 0 0 25 0 4 0 517151298 313405440 37844 33554432000 4194304 4650419 140735179813312 18446744073709551615 4438947 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=306060 CPUtime=12.69 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 20740 0 0 0 1264 5 0 0 25 0 4 0 517151298 313405440 37844 33554432000 4194304 4650419 140735179813312 18446744073709551615 4360323 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 306060

[startup+25.5004 s]
/proc/loadavg: 7.75 7.97 7.56 9/184 24925
/proc/meminfo: memFree=17950296/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=334372 CPUtime=101.83 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 136921 0 0 0 10153 30 0 0 25 0 4 0 517151298 342396928 50693 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 83593 50693 394 112 0 78558 0
[pid=24890/tid=24891] ppid=24888 vsize=334372 CPUtime=25.35 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 33556 0 0 0 2527 8 0 0 25 0 4 0 517151298 342396928 50693 33554432000 4194304 4650419 140735179813312 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=334372 CPUtime=25.48 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 36118 0 0 0 2541 7 0 0 25 0 4 0 517151298 342396928 50693 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=334372 CPUtime=25.49 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 34944 0 0 0 2541 8 0 0 25 0 4 0 517151298 342396928 50694 33554432000 4194304 4650419 140735179813312 18446744073709551615 4339880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 334372

[startup+51.1003 s]
/proc/loadavg: 7.83 7.97 7.57 9/184 24926
/proc/meminfo: memFree=17852412/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=444188 CPUtime=204.09 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 212998 0 0 0 20360 49 0 0 25 0 4 0 517151298 454848512 66416 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 111047 66416 394 112 0 106012 0
[pid=24890/tid=24891] ppid=24888 vsize=444188 CPUtime=50.81 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 55144 0 0 0 5067 14 0 0 25 0 4 0 517151298 454848512 66416 33554432000 4194304 4650419 140735179813312 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=444188 CPUtime=51.08 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 56688 0 0 0 5096 12 0 0 25 0 4 0 517151298 454848512 66416 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=444188 CPUtime=51.09 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 54227 0 0 0 5096 13 0 0 25 0 4 0 517151298 454848512 66416 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 444188

[startup+102.301 s]
/proc/loadavg: 8.01 8.00 7.60 9/184 24927
/proc/meminfo: memFree=17771292/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=570588 CPUtime=408.62 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 326347 0 0 0 40778 84 0 0 25 0 4 0 517151298 584282112 83730 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 142647 83730 394 112 0 137612 0
[pid=24890/tid=24891] ppid=24888 vsize=570588 CPUtime=101.73 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 88915 0 0 0 10148 25 0 0 25 0 4 0 517151298 584282112 83730 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=570588 CPUtime=102.29 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 90821 0 0 0 10205 24 0 0 25 0 4 0 517151298 584282112 83730 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=570588 CPUtime=102.28 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 89904 0 0 0 10206 22 0 0 25 0 4 0 517151298 584282112 83730 33554432000 4194304 4650419 140735179813312 18446744073709551615 4315143 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 570588

[startup+162.301 s]

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

[pid=24890] ppid=24888 vsize=978476 CPUtime=2565.74 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 1821639 0 0 0 256072 502 0 0 25 0 4 0 517151298 1001959424 163701 33554432000 4194304 4650419 140735179813312 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 244619 163701 394 112 0 239584 0
[pid=24890/tid=24891] ppid=24888 vsize=978476 CPUtime=638.8 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 498406 0 0 0 63741 139 0 0 25 0 4 0 517151298 1001959424 163701 33554432000 4194304 4650419 140735179813312 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=978476 CPUtime=642.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 620859 0 0 0 64075 156 0 0 25 0 4 0 517151298 1001959424 163701 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=978476 CPUtime=642.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 521703 0 0 0 64093 137 0 0 25 0 4 0 517151298 1001959424 163701 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.74
Current children cumulated vsize (KiB) 978476

[startup+702.301 s]
/proc/loadavg: 8.08 8.07 7.82 9/184 24943
/proc/meminfo: memFree=17211628/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=884560 CPUtime=2805.41 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 1905688 0 0 0 280008 533 0 0 25 0 4 0 517151298 905789440 152245 33554432000 4194304 4650419 140735179813312 18446744073709551615 4315114 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 221140 152245 394 112 0 216105 0
[pid=24890/tid=24891] ppid=24888 vsize=884560 CPUtime=698.48 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 522783 0 0 0 69700 148 0 0 25 0 4 0 517151298 905789440 152245 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=884560 CPUtime=702.3 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 641635 0 0 0 70067 163 0 0 25 0 4 0 517151298 905789440 152245 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=884560 CPUtime=702.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 545332 0 0 0 70084 146 0 0 25 0 4 0 517151298 905789440 152245 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 884560

[startup+762.301 s]
/proc/loadavg: 8.07 8.07 7.83 9/184 24945
/proc/meminfo: memFree=17166220/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=958656 CPUtime=3045.09 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 1988083 0 0 0 303942 567 0 0 25 0 4 0 517151298 981663744 166406 33554432000 4194304 4650419 140735179813312 18446744073709551615 254500350690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 239664 166407 394 112 0 234629 0
[pid=24890/tid=24891] ppid=24888 vsize=958656 CPUtime=758.15 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 545015 0 0 0 75656 159 0 0 25 0 4 0 517151298 981663744 166407 33554432000 4194304 4650419 140735179813312 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=958656 CPUtime=762.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 659963 0 0 0 76061 170 0 0 25 0 4 0 517151298 981663744 166407 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=958656 CPUtime=762.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 567939 0 0 0 76075 155 0 0 25 0 4 0 517151298 981663744 166407 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 958656

[startup+822.301 s]
/proc/loadavg: 8.02 8.05 7.84 9/184 24946
/proc/meminfo: memFree=17097880/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=960044 CPUtime=3284.77 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 2117192 0 0 0 327876 601 0 0 25 0 4 0 517151298 983085056 169207 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 240011 169207 394 112 0 234976 0
[pid=24890/tid=24891] ppid=24888 vsize=960044 CPUtime=817.83 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 648227 0 0 0 81607 176 0 0 25 0 4 0 517151298 983085056 169207 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=960044 CPUtime=822.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 659963 0 0 0 82061 170 0 0 25 0 4 0 517151298 983085056 169207 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=960044 CPUtime=822.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 580143 0 0 0 82067 163 0 0 25 0 4 0 517151298 983085056 169207 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 960044

[startup+882.301 s]
/proc/loadavg: 8.01 8.04 7.84 9/184 24948
/proc/meminfo: memFree=17126264/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1026024 CPUtime=3524.45 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 2281577 0 0 0 351807 638 0 0 25 0 4 0 517151298 1050648576 174987 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 256506 174987 394 112 0 251471 0
[pid=24890/tid=24891] ppid=24888 vsize=1026024 CPUtime=877.5 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 773301 0 0 0 87555 195 0 0 25 0 4 0 517151298 1050648576 174987 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1026024 CPUtime=882.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 670422 0 0 0 88057 174 0 0 25 0 4 0 517151298 1050648576 174987 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1026024 CPUtime=882.31 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 597656 0 0 0 88060 171 0 0 25 0 4 0 517151298 1050648576 174987 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 1026024

[startup+942.301 s]
/proc/loadavg: 8.04 8.05 7.85 9/184 24950
/proc/meminfo: memFree=16976324/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1024552 CPUtime=3764.13 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 2357311 0 0 0 375747 666 0 0 25 0 4 0 517151298 1049141248 177530 33554432000 4194304 4650419 140735179813312 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 256138 177530 394 112 0 251103 0
[pid=24890/tid=24891] ppid=24888 vsize=1024552 CPUtime=937.18 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 794464 0 0 0 93515 203 0 0 25 0 4 0 517151298 1049141248 177530 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1024552 CPUtime=942.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 687819 0 0 0 94052 179 0 0 25 0 4 0 517151298 1049141248 177530 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1024552 CPUtime=942.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 618793 0 0 0 94052 178 0 0 25 0 4 0 517151298 1049141248 177530 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.13
Current children cumulated vsize (KiB) 1024552

[startup+1002.3 s]
/proc/loadavg: 8.05 8.05 7.87 9/184 24951
/proc/meminfo: memFree=16962544/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=951636 CPUtime=4003.81 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 2435944 0 0 0 399682 699 0 0 25 0 4 0 517151298 974475264 175086 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 237909 175086 394 112 0 232874 0
[pid=24890/tid=24891] ppid=24888 vsize=951636 CPUtime=996.85 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 816494 0 0 0 99471 214 0 0 25 0 4 0 517151298 974475264 175086 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=951636 CPUtime=1002.31 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 706077 0 0 0 100046 185 0 0 25 0 4 0 517151298 974475264 175086 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=951636 CPUtime=1002.3 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 639394 0 0 0 100043 187 0 0 25 0 4 0 517151298 974475264 175086 33554432000 4194304 4650419 140735179813312 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 951636

[startup+1062.3 s]
/proc/loadavg: 8.10 8.07 7.88 9/184 24953
/proc/meminfo: memFree=16833204/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1186672 CPUtime=4243.52 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 2716773 0 0 0 423594 758 0 0 25 0 4 0 517151298 1215152128 211131 33554432000 4194304 4650419 140735179813312 18446744073709551615 4331074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 296668 211131 394 112 0 291633 0
[pid=24890/tid=24891] ppid=24888 vsize=1186672 CPUtime=1056.53 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 885081 0 0 0 105425 228 0 0 25 0 4 0 517151298 1215152128 211131 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1186672 CPUtime=1062.32 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 806947 0 0 0 106029 203 0 0 25 0 4 0 517151298 1215152128 211131 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1186672 CPUtime=1062.32 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 732138 0 0 0 106030 202 0 0 25 0 4 0 517151298 1215152128 211131 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 1186672

[startup+1122.3 s]
/proc/loadavg: 8.19 8.10 7.90 9/184 24954
/proc/meminfo: memFree=16823760/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1200744 CPUtime=4483.18 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 3024816 0 0 0 447508 810 0 0 25 0 4 0 517151298 1229561856 217898 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 300186 217898 394 112 0 295151 0
[pid=24890/tid=24891] ppid=24888 vsize=1200744 CPUtime=1116.2 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 964719 0 0 0 111379 241 0 0 25 0 4 0 517151298 1229561856 217898 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1200744 CPUtime=1122.32 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 938354 0 0 0 112007 225 0 0 25 0 4 0 517151298 1229561856 217898 33554432000 4194304 4650419 140735179813312 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1200744 CPUtime=1122.32 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 825040 0 0 0 112015 217 0 0 25 0 4 0 517151298 1229561856 217898 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 1200744

[startup+1182.31 s]
/proc/loadavg: 8.14 8.09 7.91 9/184 24956
/proc/meminfo: memFree=16801304/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1266628 CPUtime=4722.89 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 3224185 0 0 0 471443 846 0 0 25 0 4 0 517151298 1297027072 221468 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 316657 221468 394 112 0 311622 0
[pid=24890/tid=24891] ppid=24888 vsize=1266628 CPUtime=1175.88 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 1048998 0 0 0 117334 254 0 0 25 0 4 0 517151298 1297027072 221468 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1266628 CPUtime=1182.33 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 954215 0 0 0 117998 235 0 0 25 0 4 0 517151298 1297027072 221468 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1266628 CPUtime=1182.32 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 924269 0 0 0 118002 230 0 0 25 0 4 0 517151298 1297027072 221468 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.89
Current children cumulated vsize (KiB) 1266628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 7.91 9/184 24956
/proc/meminfo: memFree=16806256/32950928 swapFree=67111528/67111528
[pid=24890] ppid=24888 vsize=1266816 CPUtime=4800.38 cores=1,3,5,7
/proc/24890/stat : 24890 (strangenight1-m) R 24888 24890 24785 0 -1 4202496 3293462 0 0 0 479179 859 0 0 25 0 4 0 517151298 1297219584 221581 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24890/statm: 316704 221581 394 112 0 311669 0
[pid=24890/tid=24891] ppid=24888 vsize=1266816 CPUtime=1195.18 cores=1,3,5,7
/proc/24890/task/24891/stat : 24891 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 1079045 0 0 0 119260 258 0 0 25 0 4 0 517151298 1297219584 221581 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=24890/tid=24892] ppid=24888 vsize=1266816 CPUtime=1201.72 cores=1,3,5,7
/proc/24890/task/24892/stat : 24892 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 960614 0 0 0 119933 239 0 0 25 0 4 0 517151298 1297219584 221581 33554432000 4194304 4650419 140735179813312 18446744073709551615 4366888 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=24890/tid=24893] ppid=24888 vsize=1266816 CPUtime=1201.72 cores=1,3,5,7
/proc/24890/task/24893/stat : 24893 (strangenight1-m) R 24888 24890 24785 0 -1 4202560 957100 0 0 0 119937 235 0 0 25 0 4 0 517151298 1297219584 221581 33554432000 4194304 4650419 140735179813312 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1266816

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.75
CPU time (s): 4800.45
CPU user time (s): 4791.81
CPU system time (s): 8.63469
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 1266816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.81
system time used= 8.63469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3293464
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= 880
involuntary context switches= 32543

runsolver used 1.89871 second user time and 4.67129 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 07:39:06
IDJOB=3174935
IDBENCH=82553
IDSOLVER=1588
FILE ID=node149/3174935-1304055546
RUNJOBID= node149-1304054342-24804
PBS_JOBID= 13170429
Free space on /tmp= 71924 MiB

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

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

MD5SUM BENCH= b8c86006cc43f4ab8808ae984f8783c0
RANDOM SEED=1399923870

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18301036 kB
Buffers:       2222684 kB
Cached:       11813048 kB
SwapCached:          0 kB
Active:        5955116 kB
Inactive:      8146736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18301036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6632 kB
Writeback:           0 kB
AnonPages:       65808 kB
Mapped:          15072 kB
Slab:           484204 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   219056 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= 71920 MiB
End job on node149 at 2011-04-29 07:59:10