Trace number 3369139

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.38 1202.97

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-17x27.cnf
MD5SUMb9a7e3013b1b74b08c8e421f15cb16c4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1836
Number of clauses194157
Sum of the clauses size771120
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22754
Number of clauses of size 30
Number of clauses of size 4191403
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-3369139-1305413265.cnf'
0.00/0.00	c -- header says num vars:           1836
0.00/0.00	c -- header says num clauses:      194157
0.04/0.06	c -- clauses added:            0 learnts,       194157 normals,            0 xors
0.04/0.06	c -- vars added       1836
0.04/0.06	c Parsing time:  0.21 s
0.04/0.06	c  N st     0         0      1836    191403      2754         0    771120         0   no data   no data  --
0.36/0.18	c asymm  cl-useful: 0/19708/191403 lits-rem:0 time: 0.46
0.76/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.12
1.15/0.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.15/0.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.15/0.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1836 time:  0.00 s
1.15/0.34	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13.90/3.59	c lits-rem:         0  cl-subs:        0  v-elim:    459  v-fix:    0  time: 12.99 s
13.90/3.59	c Finding binary XORs  T:     0.00 s  found:       0
14.70/3.70	c Finding non-binary XORs:     0.41 s (found:       0, avg size: nan)
14.70/3.70	c calculated reachability. Time: 0.00
14.70/3.71	c Calc default polars -  time:   0.02 s pos:      32 undec:     459 neg:    1345
14.70/3.71	c =========================================================================================
14.70/3.71	c types(t): F = full restart, N = normal restart
14.70/3.71	c types(t): S = simplification begin/end, E = solution found
14.70/3.71	c restart types(rt): st = static, dy = dynamic
14.70/3.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
14.70/3.71	c  B st     0         0      1377    190944      1377         0   1148418         0   no data   no data  --
15.10/3.89	c  N dy    21      4017      1377    190944      1377      4005   1148418    218170     36.88     39.14  --
15.90/4.08	c  N dy    49      8099      1377    190944      1377      8081   1148418    439480     37.49     45.01  --
16.70/4.27	c  N dy    74     12150      1377    190944      1377     12128   1148418    654517     37.28     39.53  --
17.53/4.47	c  N dy    96     16308      1377    190944      1377     16282   1148418    867907     36.90     39.76  --
18.69/4.71	c  N dy   123     20348      1377    190944      1377     10344   1148418    250042     37.18     39.75  --
19.09/4.89	c  N dy   148     24357      1377    190944      1377     14350   1148418    472452     37.32     39.92  --
19.49/4.92	c  F st   152     25001      1377    190944      1377     14994   1148418    505448     37.24     36.30  --
20.28/5.16	c  N dy   158     30001      1377    190944      1377     19980   1148418    831316     37.24   no data  --
20.28/5.16	c  S st   158     30001      1377    190944      1377     19980   1148418    831316     37.24   no data  --
20.68/5.29	c  S st   158     30507      1377    190944      1377     20485   1148418    868117     37.24   no data  --
21.08/5.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
21.08/5.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.08/5.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.32
21.52/5.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.27/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.85 s
22.27/5.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
22.27/5.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.42/11.97	c lits-rem:        58  cl-subs:       59  v-elim:      0  v-fix:    0  time: 25.02 s
48.25/12.16	c asymm  cl-useful: 0/15905/190944 lits-rem:0 time: 0.76
48.25/12.17	c calculated reachability. Time: 0.00
48.25/12.17	c  N dy   158     30507      1377    190944      1377     20426   1148418    861364     37.24   no data  --
49.00/12.39	c  N dy   189     34654      1377    190944      1377     24569   1148418   1093874     37.67     39.76  --
49.80/12.58	c  N dy   211     38804      1377    190944      1377     28714   1148418   1321613     37.69     40.03  --
51.01/12.84	c  N dy   236     43100      1377    190944      1377     17536   1148418    431962     37.65     39.83  --
51.41/12.97	c  S st   255     45761      1377    190944      1377     20196   1148418    585705     37.85   no data  --
51.81/13.10	c  S st   255     46264      1377    190944      1377     20698   1148418    620362     37.85   no data  --
52.24/13.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
52.24/13.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.24/13.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.34
52.64/13.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.00/13.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.51 s
53.00/13.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
53.00/13.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
70.96/17.84	c lits-rem:        24  cl-subs:        7  v-elim:      0  v-fix:    0  time: 17.72 s
70.96/17.86	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
70.96/17.87	c vivif2 --  cl tried    20691 cl shrink        0 lits rem          0 time: 0.04
72.16/18.15	c asymm  cl-useful: 0/9646/190944 lits-rem:0 time: 1.12
72.16/18.16	c calculated reachability. Time: 0.00
72.16/18.16	c  N dy   255     46264      1377    190944      1377     20691   1148418    619944     37.85   no data  --
72.95/18.38	c  N dy   284     50302      1377    190944      1377     24726   1148418    843539     37.92     59.61  --
73.75/18.59	c  N dy   309     54349      1377    190944      1377     28769   1148418   1074028     38.06     40.43  --
74.58/18.79	c  N dy   329     58362      1377    190944      1377     32775   1148418   1289967     37.98     44.88  --
75.75/19.02	c  N dy   354     62567      1377    190944      1377     36970   1148418   1514404     37.98     40.01  --
76.55/19.26	c  N dy   376     66684      1377    190944      1377     22355   1148418    538392     37.87     40.06  --
76.95/19.39	c  S st   390     69396      1377    190944      1377     25062   1148418    678744     37.79     33.19  --
77.75/19.56	c  S st   390     69896      1377    190944      1377     25561   1148418    715772     37.79   no data  --
77.75/19.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
77.75/19.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.15/19.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.38
78.57/19.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.98/19.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.57 s
78.98/19.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
78.98/19.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
98.90/24.83	c lits-rem:        14  cl-subs:       19  v-elim:      0  v-fix:    0  time: 19.76 s
98.90/24.85	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
98.90/24.86	c vivif2 --  cl tried    25542 cl shrink        0 lits rem          0 time: 0.05
100.09/25.15	c asymm  cl-useful: 0/6857/190944 lits-rem:0 time: 1.14
100.09/25.16	c calculated reachability. Time: 0.00
100.09/25.16	c  N dy   390     69896      1377    190944      1377     25542   1148418    713703     37.79   no data  --
100.93/25.39	c  N dy   417     74405      1377    190944      1377     30049   1148418    973144     37.92     40.15  --
102.09/25.64	c  N dy   449     79246      1377    190944      1377     34885   1148418   1242202     38.03     51.34  --
102.89/25.89	c  N dy   478     84404      1377    190944      1377     40035   1148418   1508918     37.95     40.03  --
103.69/26.09	c  F st   497     87500      1377    190944      1377     22283   1148418    448500     37.94     30.72  --
104.49/26.25	c  N st   502     90799      1377    190944      1377     25569   1148418    652718     37.94   no data  --
105.68/26.52	c  N dy   526     96640      1377    190944      1377     31383   1148418    987024     37.92     40.06  --
106.88/26.87	c  N dy   564    102893      1377    190944      1377     37629   1148418   1327668     37.91     57.01  --
107.28/26.98	c  S st   578    104848      1377    190944      1377     39581   1148418   1436174     37.93   no data  --
108.08/27.15	c  S st   578    105354      1377    190944      1377     40087   1148418   1469537     37.93   no data  --
108.08/27.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
108.08/27.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.48/27.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.43
108.88/27.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.07/27.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
110.47/27.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
110.47/27.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
159.96/40.17	c lits-rem:        85  cl-subs:       73  v-elim:      0  v-fix:    0  time: 49.69 s
159.96/40.19	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
160.36/40.21	c vivif2 --  cl tried    40014 cl shrink        0 lits rem          0 time: 0.10
161.57/40.51	c asymm  cl-useful: 0/6393/190944 lits-rem:0 time: 1.19
161.57/40.52	c calculated reachability. Time: 0.00
161.57/40.52	c  N dy   578    105354      1377    190944      1377     40014   1148418   1460518     37.93   no data  --
163.15/40.96	c  N dy   625    112398      1377    190944      1377     24655   1148418    504133     37.97     40.08  --
164.36/41.29	c  N dy   668    119609      1377    190944      1377     31854   1148418    897129     37.94     40.11  --
165.96/41.68	c  N dy   712    127379      1377    190944      1377     39611   1148418   1316271     37.89     40.25  --
167.94/42.19	c  N dy   766    135641      1377    190944      1377     24189   1148418    414896     37.93     40.25  --
169.95/42.62	c  N dy   819    144363      1377    190944      1377     32901   1148418    894456     37.94     40.44  --
171.94/43.12	c  N dy   876    153612      1377    190944      1377     42136   1148418   1400263     37.95     41.96  --
172.74/43.36	c  S st   907    158031      1377    190944      1377     46550   1148418   1647377     37.98   no data  --
173.54/43.54	c  S st   907    158537      1377    190944      1377     47056   1148418   1686398     37.98   no data  --
173.54/43.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
173.54/43.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
173.94/43.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.46
174.34/43.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.93/44.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.65 s
175.93/44.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
175.93/44.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
246.17/61.78	c lits-rem:        39  cl-subs:       66  v-elim:      0  v-fix:    0  time: 70.15 s
246.58/61.80	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
246.58/61.83	c vivif2 --  cl tried    46990 cl shrink        0 lits rem          0 time: 0.12
247.78/62.14	c asymm  cl-useful: 0/6424/190944 lits-rem:0 time: 1.26
247.78/62.15	c calculated reachability. Time: 0.00
247.78/62.15	c  N dy   907    158537      1377    190944      1377     46990   1148418   1678437     37.98   no data  --
250.20/62.73	c  N dy   973    168674      1377    190944      1377     32288   1148418    801177     37.99     40.72  --
252.17/63.25	c  N dy  1037    179531      1377    190944      1377     43131   1148418   1383217     37.93     40.66  --
254.59/63.88	c  N dy  1099    191153      1377    190944      1377     28855   1148418    567842     37.88     39.88  --
256.96/64.49	c  N dy  1171    203426      1377    190944      1377     41108   1148418   1229890     37.84     40.57  --
260.14/65.27	c  N dy  1254    216522      1377    190944      1377     27257   1148418    433467     37.86     39.89  --
262.97/65.96	c  N dy  1339    230524      1377    190944      1377     41242   1148418   1196010     37.86     40.70  --
264.53/66.36	c  S st  1388    237805      1377    190944      1377     48521   1148418   1604440     37.89   no data  --
265.33/66.51	c  S st  1388    238308      1377    190944      1377     49023   1148418   1641515     37.89   no data  --
265.33/66.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
265.33/66.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.73/66.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.41
266.13/66.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.36/67.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
267.36/67.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
267.36/67.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
330.38/82.89	c lits-rem:        30  cl-subs:       40  v-elim:      0  v-fix:    0  time: 62.92 s
330.78/82.91	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
330.78/82.94	c vivif2 --  cl tried    48983 cl shrink        0 lits rem          0 time: 0.11
331.98/83.23	c asymm  cl-useful: 0/7640/190944 lits-rem:0 time: 1.17
331.98/83.24	c calculated reachability. Time: 0.00
331.98/83.24	c  N dy  1388    238308      1377    190944      1377     48983   1148418   1636760     37.89   no data  --
335.58/84.11	c  N dy  1479    253520      1377    190944      1377     36212   1148418    889349     37.91     40.03  --
339.16/85.00	c  N dy  1579    269720      1377    190944      1377     52394   1148418   1776395     37.94     40.18  --
342.76/85.98	c  N dy  1678    287209      1377    190944      1377     40904   1148418   1103085     37.94     40.05  --
347.15/87.05	c  N dy  1795    305685      1377    190944      1377     59353   1148418   2102730     37.94     40.63  --
347.55/87.10	c  F st  1801    306255      1377    190944      1377     59923   1148418   2140208     37.96   no data  --
351.54/88.18	c  N dy  1890    325261      1377    190944      1377     48930   1148418   1556253     37.97     40.99  --
356.73/89.41	c  N dy  2012    345514      1377    190944      1377     38200   1148418    862899     37.98     41.75  --
359.13/90.09	c  S st  2083    357463      1377    190944      1377     50132   1148418   1508539     37.96   no data  --
359.96/90.26	c  S st  2083    357965      1377    190944      1377     50634   1148418   1547638     37.96   no data  --
359.96/90.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
359.96/90.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
360.32/90.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.47
360.72/90.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
362.32/90.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
362.32/90.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
362.32/90.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
422.17/105.88	c lits-rem:        27  cl-subs:       41  v-elim:      0  v-fix:    0  time: 60.03 s
422.58/105.90	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
422.58/105.93	c vivif2 --  cl tried    50593 cl shrink        0 lits rem          0 time: 0.11
423.78/106.24	c asymm  cl-useful: 0/7784/190944 lits-rem:0 time: 1.26
423.78/106.25	c calculated reachability. Time: 0.00
423.78/106.25	c  N dy  2083    357965      1377    190944      1377     50593   1148418   1542665     37.96   no data  --
428.57/107.43	c  N dy  2203    377987      1377    190944      1377     38636   1148418    843479     37.97     39.98  --
432.96/108.52	c  N dy  2330    398024      1377    190944      1377     58649   1148418   1937428     37.99     46.50  --
437.34/109.69	c  N dy  2446    418202      1377    190944      1377     45859   1148418   1181365     37.95     40.42  --
442.14/110.83	c  N dy  2569    438279      1377    190944      1377     65906   1148418   2260461     37.94     40.22  --
446.53/111.96	c  N dy  2686    458317      1377    190944      1377     51954   1148418   1479853     37.92     40.03  --
451.75/113.21	c  N dy  2804    478402      1377    190944      1377     37064   1148418    622618     37.90     42.72  --
456.14/114.33	c  N dy  2928    498449      1377    190944      1377     57084   1148418   1708802     37.92     40.87  --
460.93/115.58	c  N dy  3044    518632      1377    190944      1377     41283   1148418    806438     37.91     40.30  --
464.92/116.52	c  S st  3146    536950      1377    190944      1377     59580   1148418   1797874     37.89     36.23  --
465.32/116.69	c  S st  3146    537452      1377    190944      1377     60081   1148418   1832397     37.89   no data  --
465.68/116.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
465.68/116.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
466.08/116.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.46
466.48/116.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
468.08/117.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
468.08/117.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
468.08/117.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
539.96/135.34	c lits-rem:         7  cl-subs:       62  v-elim:      0  v-fix:    0  time: 71.89 s
539.96/135.36	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
539.96/135.39	c vivif2 --  cl tried    60019 cl shrink        0 lits rem          0 time: 0.13
541.53/135.70	c asymm  cl-useful: 0/7915/190944 lits-rem:0 time: 1.23
541.53/135.71	c calculated reachability. Time: 0.00
541.53/135.71	c  N dy  3146    537452      1377    190944      1377     60019   1148418   1825236     37.89   no data  --
546.32/136.93	c  N dy  3263    557554      1377    190944      1377     43149   1148418    875720     37.89     40.75  --
550.71/138.08	c  N dy  3382    577719      1377    190944      1377     63285   1148418   1957843     37.87     41.37  --
555.90/139.38	c  N dy  3498    597860      1377    190944      1377     45450   1148418    951787     37.85     41.30  --
561.09/140.60	c  N dy  3626    617965      1377    190944      1377     65519   1148418   2058596     37.87     40.53  --
565.90/141.90	c  N dy  3739    637981      1377    190944      1377     46577   1148418    989016     37.87     40.63  --
570.70/143.07	c  N dy  3862    658019      1377    190944      1377     66582   1148418   2075825     37.88     40.03  --
575.85/144.31	c  N dy  3971    678041      1377    190944      1377     46632   1148418    928271     37.86     39.88  --
580.24/145.47	c  N dy  4079    698071      1377    190944      1377     66638   1148418   2010086     37.84     44.76  --
585.83/146.80	c  N dy  4208    718154      1377    190944      1377     45745   1148418    846079     37.87     40.09  --
590.22/147.91	c  N dy  4334    738243      1377    190944      1377     65813   1148418   1946524     37.88     40.39  --
595.41/149.20	c  N dy  4452    758280      1377    190944      1377     43883   1148418    703798     37.87     40.70  --
599.40/150.29	c  N dy  4579    778315      1377    190944      1377     63891   1148418   1783202     37.87     40.28  --
604.59/151.51	c  N dy  4705    798375      1377    190944      1377     83924   1148418   2866277     37.87     40.86  --
606.58/152.02	c  S st  4749    806180      1377    190944      1377     48762   1148418    926692     37.86     36.90  --
606.98/152.18	c  S st  4749    806683      1377    190944      1377     49265   1148418    964719     37.86   no data  --
606.98/152.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
606.98/152.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
607.78/152.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.41
607.78/152.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
608.58/152.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
608.58/152.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
608.58/152.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
632.16/158.41	c lits-rem:         6  cl-subs:       18  v-elim:      0  v-fix:    0  time: 23.47 s
632.16/158.43	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
632.16/158.44	c vivif2 --  cl tried    49247 cl shrink        0 lits rem          0 time: 0.07
633.33/158.73	c asymm  cl-useful: 0/7835/190944 lits-rem:0 time: 1.15
633.33/158.74	c calculated reachability. Time: 0.00
633.33/158.74	c  N dy  4749    806683      1377    190944      1377     49247   1148418    962581     37.86   no data  --
637.71/159.80	c  N dy  4862    826745      1377    190944      1377     69274   1148418   2049722     37.84     47.98  --
642.50/161.09	c  N dy  4987    846897      1377    190944      1377     45462   1148418    716539     37.86     42.35  --
646.89/162.14	c  N dy  5103    866966      1377    190944      1377     65503   1148418   1778552     37.85     40.49  --
651.69/163.33	c  N dy  5219    887086      1377    190944      1377     85599   1148418   2883949     37.85     39.91  --
656.48/164.55	c  N dy  5334    907205      1377    190944      1377     60763   1148418   1497001     37.83     39.84  --
661.27/165.74	c  N dy  5455    927329      1377    190944      1377     80855   1148418   2567461     37.81     40.05  --
666.06/166.97	c  N dy  5566    947462      1377    190944      1377     55044   1148418   1166002     37.80     39.87  --
670.45/168.09	c  N dy  5688    967635      1377    190944      1377     75193   1148418   2251335     37.80     39.99  --
676.07/169.46	c  N dy  5817    987792      1377    190944      1377     48378   1148418    761720     37.81     40.16  --
680.46/170.55	c  N dy  5933   1007876      1377    190944      1377     68437   1148418   1853863     37.81     40.22  --
685.62/171.81	c  N dy  6059   1028079      1377    190944      1377     88621   1148418   2955482     37.81     40.28  --
690.40/173.07	c  N dy  6179   1048153      1377    190944      1377     60720   1148418   1379138     37.81     39.99  --
695.20/174.25	c  N dy  6303   1068172      1377    190944      1377     80700   1148418   2474783     37.82     42.61  --
695.99/174.47	c  F st  6325   1071875      1377    190944      1377     84401   1148418   2680614     37.82   no data  --
700.38/175.56	c  N dy  6387   1088186      1377    190944      1377     51739   1148418    848438     37.81     39.88  --
704.77/176.65	c  N dy  6490   1108190      1377    190944      1377     71705   1148418   1908808     37.79     39.88  --
709.97/177.97	c  N dy  6614   1128222      1377    190944      1377     91713   1148418   3004265     37.79     39.79  --
715.59/179.36	c  N dy  6727   1148303      1377    190944      1377     61847   1148418   1367674     37.80     40.30  --
720.74/180.63	c  N dy  6847   1168322      1377    190944      1377     81837   1148418   2443097     37.79     58.66  --
725.93/181.97	c  N dy  6970   1188351      1377    190944      1377    101835   1148418   3516649     37.79     39.88  --
731.52/183.31	c  N dy  7102   1208710      1377    190944      1377     71241   1148418   1835885     37.80     40.95  --
731.92/183.40	c  S st  7112   1210025      1377    190944      1377     72555   1148418   1906967     37.80     33.70  --
732.32/183.59	c  S st  7112   1210525      1377    190944      1377     73055   1148418   1939938     37.80   no data  --
732.74/183.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
732.74/183.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
733.15/183.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.54
733.51/183.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
735.11/184.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.65 s
735.11/184.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
735.11/184.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
917.54/229.97	c lits-rem:         6  cl-subs:       44  v-elim:      0  v-fix:    0  time: 181.99 s
917.54/229.99	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
917.90/230.03	c vivif2 --  cl tried    73011 cl shrink        0 lits rem          0 time: 0.14
919.10/230.38	c asymm  cl-useful: 0/5732/190944 lits-rem:0 time: 1.40
919.10/230.39	c calculated reachability. Time: 0.00
919.10/230.39	c  N dy  7112   1210525      1377    190944      1377     73011   1148418   1934724     37.80   no data  --
924.29/231.66	c  N dy  7236   1230553      1377    190944      1377     93018   1148418   3044228     37.81     40.18  --
929.89/233.05	c  N dy  7354   1250650      1377    190944      1377     61167   1148418   1232023     37.81     56.30  --
934.28/234.19	c  N dy  7473   1270677      1377    190944      1377     81164   1148418   2324911     37.82     41.19  --
939.85/235.52	c  N dy  7597   1290823      1377    190944      1377    101281   1148418   3428683     37.82     40.00  --
945.04/236.82	c  N dy  7717   1310903      1377    190944      1377     68403   1148418   1592405     37.82     43.87  --
950.23/238.11	c  N dy  7848   1330951      1377    190944      1377     88422   1148418   2698561     37.83     40.18  --
956.22/239.60	c  N dy  7968   1350960      1377    190944      1377     54491   1148418    784529     37.83     40.14  --
960.61/240.78	c  N dy  8093   1371046      1377    190944      1377     74549   1148418   1871502     37.83     40.78  --
965.43/242.00	c  N dy  8212   1391104      1377    190944      1377     94574   1148418   2961232     37.83     78.15  --
971.38/243.41	c  N dy  8335   1411260      1377    190944      1377     59778   1148418   1018726     37.84     40.74  --
975.78/244.54	c  N dy  8451   1431385      1377    190944      1377     79875   1148418   2094256     37.83     40.31  --
980.96/245.80	c  N dy  8562   1451567      1377    190944      1377    100038   1148418   3192456     37.82     40.11  --
986.16/247.17	c  N dy  8676   1471664      1377    190944      1377     64177   1148418   1226902     37.81     40.27  --
990.94/248.35	c  N dy  8795   1491745      1377    190944      1377     84228   1148418   2326621     37.82     39.81  --
996.56/249.72	c  N dy  8914   1512015      1377    190944      1377    104467   1148418   3419326     37.81     39.86  --
1002.11/251.11	c  N dy  9033   1532201      1377    190944      1377     67685   1148418   1361904     37.80     40.27  --
1006.91/252.30	c  N dy  9148   1552344      1377    190944      1377     87805   1148418   2459011     37.80     39.98  --
1012.09/253.67	c  N dy  9269   1572359      1377    190944      1377    107790   1148418   3538768     37.80     40.08  --
1017.68/255.07	c  N dy  9398   1592438      1377    190944      1377     69935   1148418   1471163     37.80     40.58  --
1022.50/256.27	c  N dy  9510   1612592      1377    190944      1377     90055   1148418   2549434     37.80     40.02  --
1028.06/257.67	c  N dy  9638   1632771      1377    190944      1377    110206   1148418   3667614     37.80     39.82  --
1033.65/259.09	c  N dy  9754   1652902      1377    190944      1377     71403   1148418   1491836     37.80     40.66  --
1038.84/260.36	c  N dy  9875   1672992      1377    190944      1377     91466   1148418   2594231     37.81     39.92  --
1044.03/261.60	c  N dy  9986   1693044      1377    190944      1377    111491   1148418   3659568     37.79     40.31  --
1048.43/262.78	c  S st 10084   1710526      1377    190944      1377     69018   1148418   1326592     37.79   no data  --
1049.25/262.95	c  S st 10084   1711028      1377    190944      1377     69519   1148418   1366516     37.79   no data  --
1049.25/262.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1049.25/262.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1049.62/263.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.48
1050.02/263.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1050.81/263.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.80 s
1050.81/263.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
1050.81/263.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1089.93/273.12	c lits-rem:         8  cl-subs:       25  v-elim:      0  v-fix:    0  time: 38.84 s
1089.93/273.14	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
1089.93/273.17	c vivif2 --  cl tried    69494 cl shrink        0 lits rem          0 time: 0.10
1091.13/273.49	c asymm  cl-useful: 0/6239/190944 lits-rem:0 time: 1.30
1091.53/273.50	c calculated reachability. Time: 0.00
1091.53/273.50	c  N dy 10084   1711028      1377    190944      1377     69494   1148418   1363600     37.79   no data  --
1096.32/274.70	c  N dy 10209   1731203      1377    190944      1377     89637   1148418   2485223     37.80     39.80  --
1101.12/275.99	c  N dy 10329   1751209      1377    190944      1377    109617   1148418   3572203     37.80     39.93  --
1106.69/277.38	c  N dy 10447   1771352      1377    190944      1377     68806   1148418   1287174     37.80     39.87  --
1111.89/278.60	c  N dy 10580   1791429      1377    190944      1377     88860   1148418   2395393     37.81     40.22  --
1116.68/279.83	c  N dy 10691   1811440      1377    190944      1377    108840   1148418   3472623     37.80     40.01  --
1122.67/281.36	c  N dy 10818   1831505      1377    190944      1377     66971   1148418   1138906     37.81     40.46  --
1127.45/282.58	c  N dy 10948   1851554      1377    190944      1377     86993   1148418   2266320     37.82     44.33  --
1133.04/283.91	c  N dy 11075   1871642      1377    190944      1377    107066   1148418   3365152     37.83     40.47  --
1139.03/285.49	c  N dy 11195   1891727      1377    190944      1377     64219   1148418    945338     37.83     40.00  --
1143.82/286.65	c  N dy 11316   1911772      1377    190944      1377     84244   1148418   2046411     37.83     45.56  --
1149.00/287.90	c  N dy 11439   1931889      1377    190944      1377    104342   1148418   3153413     37.84     40.76  --
1153.79/289.20	c  N dy 11553   1951993      1377    190944      1377    124413   1148418   4239772     37.83     40.09  --
1159.01/290.47	c  N dy 11673   1972078      1377    190944      1377     80572   1148418   1775495     37.83     40.26  --
1164.17/291.70	c  N dy 11797   1992133      1377    190944      1377    100595   1148418   2876718     37.83     40.78  --
1169.35/293.03	c  N dy 11922   2012169      1377    190944      1377    120605   1148418   3983851     37.84     39.98  --
1174.94/294.44	c  N dy 12036   2032200      1377    190944      1377     75686   1148418   1495830     37.84     42.73  --
1179.74/295.67	c  N dy 12150   2052251      1377    190944      1377     95712   1148418   2573927     37.84     40.54  --
1185.36/297.05	c  N dy 12263   2072293      1377    190944      1377    115725   1148418   3674417     37.83     40.26  --
1191.71/298.62	c  N dy 12386   2092373      1377    190944      1377     69851   1148418   1132298     37.84     39.96  --
1196.50/299.84	c  N dy 12502   2112724      1377    190944      1377     90170   1148418   2234159     37.83     40.68  --
1201.70/301.16	c  N dy 12627   2132822      1377    190944      1377    110242   1148418   3342932     37.84     40.00  --
1207.68/302.62	c  N dy 12743   2153268      1377    190944      1377    130662   1148418   4454475     37.84     40.39  --
1213.27/304.03	c  N dy 12865   2173441      1377    190944      1377     83894   1148418   1857645     37.83     39.95  --
1218.45/305.34	c  N dy 12988   2193528      1377    190944      1377    103949   1148418   2946979     37.83     42.25  --
1223.25/306.54	c  S st 13093   2211028      1377    190944      1377    121423   1148418   3876010     37.83     28.33  --
1224.05/306.76	c  S st 13093   2211532      1377    190944      1377    121925   1148418   3912147     37.83   no data  --
1224.05/306.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1224.05/306.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1224.88/306.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.65
1225.64/307.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1229.63/308.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.05 s
1229.63/308.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
1229.63/308.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1899.79/476.02	c lits-rem:        33  cl-subs:      126  v-elim:      0  v-fix:    0  time: 668.23 s
1899.79/476.04	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
1900.19/476.11	c vivif2 --  cl tried   121799 cl shrink        0 lits rem          0 time: 0.27
1901.38/476.46	c asymm  cl-useful: 0/4460/190944 lits-rem:0 time: 1.39
1901.38/476.47	c calculated reachability. Time: 0.00
1901.38/476.47	c  N dy 13093   2211532      1377    190944      1377    121799   1148418   3896957     37.83   no data  --
1906.96/477.87	c  N dy 13213   2231580      1377    190944      1377     73909   1148418   1278647     37.83     40.30  --
1911.75/479.07	c  N dy 13343   2251609      1377    190944      1377     93920   1148418   2386845     37.84     51.49  --
1916.95/480.35	c  N dy 13454   2271658      1377    190944      1377    113945   1148418   3481501     37.84     39.95  --
1922.56/481.76	c  N dy 13578   2291724      1377    190944      1377    133986   1148418   4577395     37.84     40.78  --
1927.72/483.06	c  N dy 13690   2311751      1377    190944      1377     85085   1148418   1809497     37.83     39.95  --
1932.91/484.30	c  N dy 13812   2331808      1377    190944      1377    105115   1148418   2901411     37.83     39.93  --
1938.49/485.75	c  N dy 13939   2351946      1377    190944      1377    125208   1148418   4005479     37.83     40.69  --
1945.28/487.41	c  N dy 14064   2372140      1377    190944      1377     75471   1148418   1286484     37.83     40.32  --
1950.07/488.60	c  N dy 14180   2392167      1377    190944      1377     95473   1148418   2359530     37.83     40.04  --
1954.86/489.87	c  N dy 14293   2412272      1377    190944      1377    115552   1148418   3447256     37.83     41.03  --
1960.84/491.38	c  N dy 14425   2432337      1377    190944      1377    135587   1148418   4546475     37.83     40.28  --
1966.87/492.88	c  N dy 14548   2452646      1377    190944      1377     84982   1148418   1755171     37.83     40.07  --
1972.03/494.17	c  N dy 14662   2472714      1377    190944      1377    105020   1148418   2850081     37.83     40.19  --
1977.61/495.52	c  N dy 14778   2492780      1377    190944      1377    125062   1148418   3940624     37.83     40.94  --
1984.04/497.13	c  N dy 14891   2513280      1377    190944      1377     73641   1148418   1090866     37.83     40.09  --
1988.42/498.29	c  N dy 15013   2533362      1377    190944      1377     93693   1148418   2185274     37.83     40.45  --
1993.58/499.57	c  N dy 15134   2553498      1377    190944      1377    113792   1148418   3285913     37.83     39.89  --
1999.17/500.96	c  N dy 15257   2573550      1377    190944      1377    133822   1148418   4371851     37.83     40.09  --
2005.56/502.55	c  N dy 15383   2593801      1377    190944      1377     81134   1148418   1465865     37.84     39.83  --
2010.38/503.77	c  N dy 15502   2613856      1377    190944      1377    101161   1148418   2551797     37.84     40.00  --
2015.93/505.10	c  N dy 15616   2634045      1377    190944      1377    121332   1148418   3634272     37.83     40.07  --
2021.92/506.61	c  N dy 15737   2654102      1377    190944      1377    141360   1148418   4722078     37.83     40.30  --
2027.93/508.17	c  N dy 15873   2674301      1377    190944      1377     87618   1148418   1786684     37.84     40.07  --
2033.10/509.42	c  N dy 15990   2694362      1377    190944      1377    107651   1148418   2882980     37.84     39.95  --
2037.88/510.61	c  S st 16100   2711532      1377    190944      1377    124797   1148418   3816546     37.84   no data  --
2038.68/510.83	c  S st 16100   2712035      1377    190944      1377    125300   1148418   3851774     37.84   no data  --
2038.68/510.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2038.68/510.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2039.48/511.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.67
2039.88/511.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2043.87/512.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  3.71 s
2043.87/512.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
2043.87/512.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2698.06/676.09	c lits-rem:        14  cl-subs:      111  v-elim:      0  v-fix:    0  time: 653.51 s
2698.46/676.10	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
2698.46/676.17	c vivif2 --  cl tried   125189 cl shrink        0 lits rem          0 time: 0.28
2700.09/676.55	c asymm  cl-useful: 0/4642/190944 lits-rem:0 time: 1.51
2700.09/676.56	c calculated reachability. Time: 0.00
2700.09/676.56	c  N dy 16100   2712035      1377    190944      1377    125189   1148418   3839087     37.84   no data  --
2706.04/678.08	c  N dy 16226   2732078      1377    190944      1377    145206   1148418   4935803     37.84     54.55  --
2712.03/679.53	c  N dy 16333   2752109      1377    190944      1377     90333   1148418   1888528     37.84     39.89  --
2717.24/680.85	c  N dy 16447   2772183      1377    190944      1377    110375   1148418   2960386     37.84     39.91  --
2723.21/682.33	c  N dy 16568   2792479      1377    190944      1377    130635   1148418   4064022     37.84     40.15  --
2729.59/683.97	c  N dy 16691   2812608      1377    190944      1377    150737   1148418   5156945     37.84     40.53  --
2735.21/685.36	c  N dy 16805   2832803      1377    190944      1377     95021   1148418   2095085     37.83     39.88  --
2740.76/686.72	c  N dy 16924   2853082      1377    190944      1377    115275   1148418   3200418     37.83     41.43  --
2747.15/688.30	c  N dy 17051   2873354      1377    190944      1377    135516   1148418   4317214     37.84     39.92  --
2754.33/690.13	c  N dy 17167   2893413      1377    190944      1377     78638   1148418   1173436     37.84     39.86  --
2759.12/691.38	c  N dy 17291   2913428      1377    190944      1377     98623   1148418   2275814     37.84     57.11  --
2765.12/692.84	c  N dy 17422   2933516      1377    190944      1377    118678   1148418   3395845     37.85     40.05  --
2771.09/694.39	c  N dy 17547   2953673      1377    190944      1377    138806   1148418   4486613     37.85     40.37  --
2778.29/696.16	c  N dy 17656   2973712      1377    190944      1377     80918   1148418   1265204     37.84     40.41  --
2783.50/697.45	c  N dy 17773   2993800      1377    190944      1377    100977   1148418   2342252     37.84     53.78  --
2789.46/698.91	c  N dy 17895   3013855      1377    190944      1377    121000   1148418   3433590     37.84     40.16  --
2795.45/700.43	c  N dy 18017   3033925      1377    190944      1377    141048   1148418   4518622     37.84     40.40  --
2802.64/702.29	c  N dy 18138   3053984      1377    190944      1377     82177   1148418   1291280     37.84     41.11  --
2807.83/703.56	c  N dy 18249   3074068      1377    190944      1377    102236   1148418   2363261     37.84     39.95  --
2813.84/705.03	c  N dy 18366   3094173      1377    190944      1377    122318   1148418   3455848     37.84     40.03  --
2819.80/706.55	c  N dy 18482   3114322      1377    190944      1377    142440   1148418   4525890     37.83     40.04  --
2827.01/708.37	c  N dy 18598   3134496      1377    190944      1377     82710   1148418   1284642     37.82     41.21  --
2832.17/709.61	c  N dy 18718   3154527      1377    190944      1377    102719   1148418   2374172     37.82     39.86  --
2837.76/711.09	c  N dy 18840   3174760      1377    190944      1377    122928   1148418   3468809     37.82     40.66  --
2844.15/712.70	c  N dy 18957   3194761      1377    190944      1377    142913   1148418   4547831     37.82     41.33  --
2850.53/714.20	c  S st 19058   3212035      1377    190944      1377    160159   1148418   5478563     37.82   no data  --
2851.33/714.49	c  S st 19058   3212538      1377    190944      1377    160662   1148418   5514253     37.82   no data  --
2851.73/714.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
2851.73/714.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2852.53/714.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.86
2853.35/714.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2859.71/716.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.16 s
2859.71/716.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
2859.71/716.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4212.73/1055.72	c lits-rem:       148  cl-subs:      178  v-elim:      0  v-fix:    0  time: 1351.80 s
4212.73/1055.73	c vivif2 --  cl tried   190944 cl shrink        0 lits rem          0 time: 0.07
4213.13/1055.83	c vivif2 --  cl tried   160484 cl shrink        0 lits rem          0 time: 0.39
4214.72/1056.23	c asymm  cl-useful: 0/4371/190944 lits-rem:0 time: 1.58
4214.72/1056.24	c calculated reachability. Time: 0.00
4214.72/1056.24	c  N dy 19058   3212538      1377    190944      1377    160484   1148418   5493080     37.82   no data  --
4220.71/1057.78	c  N dy 19178   3232638      1377    190944      1377     99652   1148418   2151470     37.82     41.16  --
4226.73/1059.22	c  N dy 19302   3252727      1377    190944      1377    119706   1148418   3251015     37.82     40.22  --
4232.28/1060.65	c  N dy 19414   3272808      1377    190944      1377    139754   1148418   4322799     37.81     40.57  --
4239.08/1062.31	c  N dy 19536   3292910      1377    190944      1377    159826   1148418   5396593     37.81     42.81  --
4245.05/1063.89	c  N dy 19665   3312962      1377    190944      1377     97973   1148418   2050130     37.81     40.05  --
4250.64/1065.28	c  N dy 19784   3333348      1377    190944      1377    118324   1148418   3162167     37.81     40.52  --
4257.04/1066.80	c  N dy 19909   3353357      1377    190944      1377    138311   1148418   4254845     37.82     39.87  --
4263.01/1068.38	c  N dy 20018   3373491      1377    190944      1377    158420   1148418   5332601     37.81     39.92  --
4269.80/1070.06	c  N dy 20144   3393611      1377    190944      1377     95634   1148418   1856158     37.82     40.29  --
4275.42/1071.45	c  N dy 20251   3413876      1377    190944      1377    115871   1148418   2942660     37.81     41.53  --
4281.37/1072.92	c  N dy 20367   3433979      1377    190944      1377    135949   1148418   4028442     37.81     40.82  --
4287.77/1074.57	c  N dy 20490   3454098      1377    190944      1377    156041   1148418   5118201     37.81     40.03  --
4294.95/1076.32	c  N dy 20610   3474138      1377    190944      1377     92177   1148418   1627607     37.81     40.26  --
4300.14/1077.64	c  N dy 20722   3494149      1377    190944      1377    112170   1148418   2708842     37.81     39.85  --
4306.16/1079.15	c  N dy 20840   3514333      1377    190944      1377    132332   1148418   3813704     37.81     40.34  --
4312.92/1080.81	c  N dy 20965   3534387      1377    190944      1377    152359   1148418   4918789     37.81     39.85  --
4320.09/1082.66	c  N dy 21074   3554391      1377    190944      1377     87434   1148418   1319079     37.81     44.17  --
4325.29/1083.94	c  N dy 21191   3574565      1377    190944      1377    107574   1148418   2425042     37.81     39.88  --
4330.88/1085.38	c  N dy 21312   3594678      1377    190944      1377    127656   1148418   3517091     37.81     41.41  --
4336.90/1086.86	c  N dy 21421   3614686      1377    190944      1377    147641   1148418   4606582     37.81     39.83  --
4343.65/1088.57	c  N dy 21535   3634729      1377    190944      1377    167662   1148418   5708882     37.81     40.30  --
4350.43/1090.21	c  N dy 21653   3654790      1377    190944      1377    101803   1148418   2054725     37.81     40.91  --
4356.02/1091.64	c  N dy 21777   3674869      1377    190944      1377    121860   1148418   3141134     37.81     40.65  --
4362.40/1093.20	c  N dy 21913   3694996      1377    190944      1377    141961   1148418   4257241     37.81     39.90  --
4368.39/1094.74	c  S st 22029   3712538      1377    190944      1377    159479   1148418   5227390     37.82     38.23  --
4369.59/1095.02	c  S st 22029   3713045      1377    190944      1377    159986   1148418   5266109     37.82   no data  --
4369.59/1095.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
4369.59/1095.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4370.39/1095.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.1M T:  0.83
4371.19/1095.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4377.17/1096.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.83 s
4377.17/1096.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1377 time:  0.00 s
4377.17/1096.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 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-3369139-1305413265/watcher-3369139-1305413265 -o /tmp/evaluation-result-3369139-1305413265/solver-3369139-1305413265 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369139-1305413265.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.37 7.92 7.40 5/275 27181
/proc/meminfo: memFree=20335800/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=274940 CPUtime=0.01 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 2243 0 0 0 1 0 0 0 22 0 4 0 652926240 281538560 2159 33554432000 4194304 4650419 140734842332304 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 68735 2162 343 112 0 63700 0
[pid=27181/tid=27182] ppid=27179 vsize=274940 CPUtime=0 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 480 0 0 0 0 0 0 0 18 0 4 0 652926240 281538560 2167 33554432000 4194304 4650419 140734842332304 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=274940 CPUtime=0 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 215 0 0 0 0 0 0 0 23 0 4 0 652926240 281538560 2170 33554432000 4194304 4650419 140734842332304 18446744073709551615 237278879547 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=274940 CPUtime=0 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 559 0 0 0 0 0 0 0 23 0 4 0 652926240 281538560 2181 33554432000 4194304 4650419 140734842332304 18446744073709551615 237278576751 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0184981 s]
/proc/loadavg: 7.37 7.92 7.40 5/275 27181
/proc/meminfo: memFree=20335800/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=285388 CPUtime=0.04 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 4086 0 0 0 4 0 0 0 22 0 4 0 652926240 292237312 3986 33554432000 4194304 4650419 140734842332304 18446744073709551615 237278540833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 71347 3991 344 112 0 66312 0
[pid=27181/tid=27182] ppid=27179 vsize=285388 CPUtime=0.01 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 4 0 652926240 292237312 3994 33554432000 4194304 4650419 140734842332304 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=285388 CPUtime=0 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 750 0 0 0 0 0 0 0 23 0 4 0 652926240 292237312 3997 33554432000 4194304 4650419 140734842332304 18446744073709551615 237278576395 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=285388 CPUtime=0 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 963 0 0 0 0 0 0 0 23 0 4 0 652926240 292237312 4001 33554432000 4194304 4650419 140734842332304 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 285388

[startup+0.100485 s]
/proc/loadavg: 7.37 7.92 7.40 5/275 27181
/proc/meminfo: memFree=20335800/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=297264 CPUtime=0.36 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 14220 0 0 0 33 3 0 0 22 0 4 0 652926240 304398336 14120 33554432000 4194304 4650419 140734842332304 18446744073709551615 4370500 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 74316 14120 368 112 0 69281 0
[pid=27181/tid=27182] ppid=27179 vsize=297264 CPUtime=0.08 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 3366 0 0 0 8 0 0 0 18 0 4 0 652926240 304398336 14120 33554432000 4194304 4650419 140734842332304 18446744073709551615 4370519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=297264 CPUtime=0.08 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 3399 0 0 0 7 1 0 0 23 0 4 0 652926240 304398336 14120 33554432000 4194304 4650419 140734842332304 18446744073709551615 4370596 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=297264 CPUtime=0.09 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 3481 0 0 0 8 1 0 0 18 0 4 0 652926240 304398336 14120 33554432000 4194304 4650419 140734842332304 18446744073709551615 237278540833 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 297264

[startup+0.300453 s]
/proc/loadavg: 7.37 7.92 7.40 5/275 27181
/proc/meminfo: memFree=20335800/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=342516 CPUtime=1.15 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 42017 0 0 0 105 10 0 0 18 0 4 0 652926240 350736384 33419 33554432000 4194304 4650419 140734842332304 18446744073709551615 4435216 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 85629 33419 382 112 0 80594 0
[pid=27181/tid=27182] ppid=27179 vsize=342516 CPUtime=0.28 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 13569 0 0 0 25 3 0 0 18 0 4 0 652926240 350736384 33419 33554432000 4194304 4650419 140734842332304 18446744073709551615 4435210 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=342516 CPUtime=0.27 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 11521 0 0 0 25 2 0 0 24 0 4 0 652926240 350736384 33419 33554432000 4194304 4650419 140734842332304 18446744073709551615 4435210 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=342516 CPUtime=0.28 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 4059 0 0 0 27 1 0 0 18 0 4 0 652926240 350736384 33419 33554432000 4194304 4650419 140734842332304 18446744073709551615 4315228 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 342516

[startup+0.700385 s]
/proc/loadavg: 7.37 7.92 7.40 5/275 27181
/proc/meminfo: memFree=20335800/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=389072 CPUtime=2.75 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 52198 0 0 0 263 12 0 0 18 0 4 0 652926240 398409728 43564 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476175 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 97268 43564 389 112 0 92233 0
[pid=27181/tid=27182] ppid=27179 vsize=389072 CPUtime=0.68 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 17043 0 0 0 65 3 0 0 18 0 4 0 652926240 398409728 43564 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=389072 CPUtime=0.67 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 14570 0 0 0 65 2 0 0 25 0 4 0 652926240 398409728 43564 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=389072 CPUtime=0.68 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 4585 0 0 0 66 2 0 0 18 0 4 0 652926240 398409728 43564 33554432000 4194304 4650419 140734842332304 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 389072

[startup+1.50024 s]
/proc/loadavg: 7.37 7.92 7.40 8/279 27185
/proc/meminfo: memFree=20073008/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=366752 CPUtime=5.92 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 65841 0 0 0 578 14 0 0 19 0 4 0 652926240 375554048 50582 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 91688 50583 391 112 0 86653 0
[pid=27181/tid=27182] ppid=27179 vsize=366752 CPUtime=1.48 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 19525 0 0 0 144 4 0 0 19 0 4 0 652926240 375554048 50583 33554432000 4194304 4650419 140734842332304 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=366752 CPUtime=1.46 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 17034 0 0 0 143 3 0 0 25 0 4 0 652926240 375554048 50583 33554432000 4194304 4650419 140734842332304 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=366752 CPUtime=1.48 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 8328 0 0 0 145 3 0 0 20 0 4 0 652926240 375554048 50583 33554432000 4194304 4650419 140734842332304 18446744073709551615 4334371 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 366752

[startup+3.10095 s]
/proc/loadavg: 7.37 7.92 7.40 9/279 27185
/proc/meminfo: memFree=20005552/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=517928 CPUtime=12.31 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 92759 0 0 0 1210 21 0 0 23 0 4 0 652926240 530358272 77490 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 129482 77490 392 112 0 124447 0
[pid=27181/tid=27182] ppid=27179 vsize=517928 CPUtime=3.08 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 25189 0 0 0 304 4 0 0 23 0 4 0 652926240 530358272 77490 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=517928 CPUtime=3.05 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 22135 0 0 0 301 4 0 0 25 0 4 0 652926240 530358272 77490 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476365 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=517928 CPUtime=3.07 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 19102 0 0 0 301 6 0 0 25 0 4 0 652926240 530358272 77490 33554432000 4194304 4650419 140734842332304 18446744073709551615 4438951 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 517928

[startup+6.30039 s]
/proc/loadavg: 7.42 7.92 7.40 9/279 27185
/proc/meminfo: memFree=19923092/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=608744 CPUtime=25.08 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 130473 0 0 0 2479 29 0 0 25 0 4 0 652926240 623353856 90741 33554432000 4194304 4650419 140734842332304 18446744073709551615 4439371 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 152186 90741 395 112 0 147151 0
[pid=27181/tid=27182] ppid=27179 vsize=608744 CPUtime=6.27 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 38924 0 0 0 620 7 0 0 25 0 4 0 652926240 623353856 90741 33554432000 4194304 4650419 140734842332304 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=608744 CPUtime=6.22 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 32210 0 0 0 616 6 0 0 25 0 4 0 652926240 623353856 90741 33554432000 4194304 4650419 140734842332304 18446744073709551615 4426386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=608744 CPUtime=6.28 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 19660 0 0 0 621 7 0 0 25 0 4 0 652926240 623353856 90741 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 608744

[startup+12.7002 s]
/proc/loadavg: 7.46 7.92 7.41 9/279 27185
/proc/meminfo: memFree=19522032/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=695544 CPUtime=50.6 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 157164 0 0 0 5027 33 0 0 25 0 4 0 652926240 712237056 110235 33554432000 4194304 4650419 140734842332304 18446744073709551615 4363613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 173886 110235 395 112 0 168851 0
[pid=27181/tid=27182] ppid=27179 vsize=695544 CPUtime=12.67 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 39890 0 0 0 1260 7 0 0 25 0 4 0 652926240 712237056 110235 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=695544 CPUtime=12.56 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 43839 0 0 0 1248 8 0 0 25 0 4 0 652926240 712237056 110235 33554432000 4194304 4650419 140734842332304 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=695544 CPUtime=12.67 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 30399 0 0 0 1258 9 0 0 25 0 4 0 652926240 712237056 110235 33554432000 4194304 4650419 140734842332304 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 695544

[startup+25.501 s]
/proc/loadavg: 7.58 7.92 7.41 9/279 27185
/proc/meminfo: memFree=19288096/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=722352 CPUtime=101.69 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 215919 0 0 0 10123 46 0 0 25 0 4 0 652926240 739688448 132424 33554432000 4194304 4650419 140734842332304 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 180588 132424 395 112 0 175553 0
[pid=27181/tid=27182] ppid=27179 vsize=722352 CPUtime=25.48 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 50841 0 0 0 2537 11 0 0 25 0 4 0 652926240 739688448 132424 33554432000 4194304 4650419 140734842332304 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=722352 CPUtime=25.25 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 64585 0 0 0 2512 13 0 0 25 0 4 0 652926240 739688448 132424 33554432000 4194304 4650419 140734842332304 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=722352 CPUtime=25.47 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 44847 0 0 0 2536 11 0 0 25 0 4 0 652926240 739688448 132424 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 722352

[startup+51.1004 s]
/proc/loadavg: 7.72 7.93 7.43 9/279 27186
/proc/meminfo: memFree=19145480/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=808008 CPUtime=203.87 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 307383 0 0 0 20322 65 0 0 25 0 4 0 652926240 827400192 159115 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 202002 159115 395 112 0 196967 0
[pid=27181/tid=27182] ppid=27179 vsize=808008 CPUtime=51.08 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 62925 0 0 0 5095 13 0 0 25 0 4 0 652926240 827400192 159115 33554432000 4194304 4650419 140734842332304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=808008 CPUtime=50.62 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 102208 0 0 0 5041 21 0 0 25 0 4 0 652926240 827400192 159115 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=808008 CPUtime=51.07 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 69067 0 0 0 5091 16 0 0 25 0 4 0 652926240 827400192 159115 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 808008

[startup+102.31 s]
/proc/loadavg: 7.92 7.95 7.46 9/279 27187
/proc/meminfo: memFree=19066876/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=926348 CPUtime=408.25 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 428493 0 0 0 40733 92 0 0 25 0 4 0 652926240 948580352 170060 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 231587 170060 395 112 0 226552 0
[pid=27181/tid=27182] ppid=27179 vsize=926348 CPUtime=102.28 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 65308 0 0 0 10215 13 0 0 25 0 4 0 652926240 948580352 170060 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=926348 CPUtime=101.39 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 167479 0 0 0 10102 37 0 0 25 0 4 0 652926240 948580352 170060 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=926348 CPUtime=102.26 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 102556 0 0 0 10202 24 0 0 25 0 4 0 652926240 948580352 170060 33554432000 4194304 4650419 140734842332304 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 926348

[startup+162.301 s]

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

[pid=27181] ppid=27179 vsize=1440792 CPUtime=2803.03 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3114058 0 0 0 279744 559 0 0 25 0 4 0 652926240 1475371008 268301 33554432000 4194304 4650419 140734842332304 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 360198 268301 395 112 0 355163 0
[pid=27181/tid=27182] ppid=27179 vsize=1440792 CPUtime=702.29 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 172627 0 0 0 70183 46 0 0 25 0 4 0 652926240 1475371008 268301 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1440792 CPUtime=696.3 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 642544 0 0 0 69500 130 0 0 25 0 4 0 652926240 1475371008 268301 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1440792 CPUtime=702.17 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1039648 0 0 0 70042 175 0 0 25 0 4 0 652926240 1475371008 268301 33554432000 4194304 4650419 140734842332304 18446744073709551615 4441360 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2803.03
Current children cumulated vsize (KiB) 1440792

[startup+762.31 s]
/proc/loadavg: 8.10 8.10 7.78 9/279 27205
/proc/meminfo: memFree=18243860/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1506432 CPUtime=3042.56 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3213345 0 0 0 303670 586 0 0 25 0 4 0 652926240 1542586368 281735 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 376608 281735 395 112 0 371573 0
[pid=27181/tid=27182] ppid=27179 vsize=1506432 CPUtime=762.3 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 172627 0 0 0 76184 46 0 0 25 0 4 0 652926240 1542586368 281735 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1506432 CPUtime=755.8 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 688695 0 0 0 75443 137 0 0 25 0 4 0 652926240 1542586368 281735 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1506432 CPUtime=762.18 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1073173 0 0 0 76030 188 0 0 25 0 4 0 652926240 1542586368 281735 33554432000 4194304 4650419 140734842332304 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3042.56
Current children cumulated vsize (KiB) 1506432

[startup+822.301 s]
/proc/loadavg: 8.08 8.10 7.80 9/279 27216
/proc/meminfo: memFree=18221824/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1571976 CPUtime=3281.99 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3281133 0 0 0 327604 595 0 0 25 0 4 0 652926240 1609703424 283216 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 392994 283216 395 112 0 387959 0
[pid=27181/tid=27182] ppid=27179 vsize=1571976 CPUtime=822.29 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 172627 0 0 0 82183 46 0 0 25 0 4 0 652926240 1609703424 283216 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1571976 CPUtime=815.27 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 755002 0 0 0 81381 146 0 0 25 0 4 0 652926240 1609703424 283216 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1571976 CPUtime=822.15 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1074654 0 0 0 82027 188 0 0 25 0 4 0 652926240 1609703424 283216 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.99
Current children cumulated vsize (KiB) 1571976

[startup+882.301 s]
/proc/loadavg: 8.06 8.09 7.81 9/279 27217
/proc/meminfo: memFree=18104012/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1572476 CPUtime=3521.47 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3339759 0 0 0 351535 612 0 0 25 0 4 0 652926240 1610215424 285449 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 393119 285449 395 112 0 388084 0
[pid=27181/tid=27182] ppid=27179 vsize=1572476 CPUtime=882.29 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 172627 0 0 0 88183 46 0 0 25 0 4 0 652926240 1610215424 285449 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1572476 CPUtime=874.76 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 811818 0 0 0 87314 162 0 0 25 0 4 0 652926240 1610215424 285449 33554432000 4194304 4650419 140734842332304 18446744073709551615 4435479 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1572476 CPUtime=882.15 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1076464 0 0 0 88027 188 0 0 25 0 4 0 652926240 1610215424 285449 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3521.47
Current children cumulated vsize (KiB) 1572476

[startup+942.3 s]
/proc/loadavg: 8.02 8.07 7.82 9/279 27219
/proc/meminfo: memFree=18064820/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1506932 CPUtime=3760.97 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3434388 0 0 0 375465 632 0 0 25 0 4 0 652926240 1543098368 284751 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 376733 284751 396 112 0 371698 0
[pid=27181/tid=27182] ppid=27179 vsize=1506932 CPUtime=942.29 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 184241 0 0 0 94177 52 0 0 25 0 4 0 652926240 1543098368 284751 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1506932 CPUtime=934.26 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 93264 162 0 0 25 0 4 0 652926240 1543098368 284751 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1506932 CPUtime=942.15 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1158534 0 0 0 94013 202 0 0 25 0 4 0 652926240 1543098368 284751 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3760.97
Current children cumulated vsize (KiB) 1506932

[startup+1002.3 s]
/proc/loadavg: 8.37 8.15 7.86 10/280 27223
/proc/meminfo: memFree=18021000/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1506932 CPUtime=3999.58 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3611142 0 0 0 399295 663 0 0 25 0 4 0 652926240 1543098368 284440 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 376733 284440 396 112 0 371698 0
[pid=27181/tid=27182] ppid=27179 vsize=1506932 CPUtime=1002.27 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 245125 0 0 0 100160 67 0 0 25 0 4 0 652926240 1543098368 284440 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1506932 CPUtime=992.96 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 99134 162 0 0 25 0 4 0 652926240 1543098368 284440 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1506932 CPUtime=1002.08 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1254972 0 0 0 99993 215 0 0 25 0 4 0 652926240 1543098368 284440 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3999.58
Current children cumulated vsize (KiB) 1506932

[startup+1062.3 s]
/proc/loadavg: 8.17 8.13 7.87 9/279 27225
/proc/meminfo: memFree=18053140/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1484232 CPUtime=4239.08 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3725676 0 0 0 423220 688 0 0 25 0 4 0 652926240 1519853568 284016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 371058 284016 396 112 0 366023 0
[pid=27181/tid=27182] ppid=27179 vsize=1484232 CPUtime=1062.27 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 269026 0 0 0 106152 75 0 0 25 0 4 0 652926240 1519853568 284016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1484232 CPUtime=1052.45 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 105083 162 0 0 25 0 4 0 652926240 1519853568 284016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1484232 CPUtime=1062.07 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1289012 0 0 0 105983 224 0 0 25 0 4 0 652926240 1519853568 284016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4239.08
Current children cumulated vsize (KiB) 1484232

[startup+1122.3 s]
/proc/loadavg: 8.20 8.15 7.89 9/279 27227
/proc/meminfo: memFree=17984180/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1590128 CPUtime=4478.56 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3803998 0 0 0 447153 703 0 0 25 0 4 0 652926240 1628291072 296994 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 397532 296994 396 112 0 392497 0
[pid=27181/tid=27182] ppid=27179 vsize=1590128 CPUtime=1122.27 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 269026 0 0 0 112152 75 0 0 25 0 4 0 652926240 1628291072 296994 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1590128 CPUtime=1111.95 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 111033 162 0 0 25 0 4 0 652926240 1628291072 296994 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1590128 CPUtime=1122.06 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1289012 0 0 0 111982 224 0 0 25 0 4 0 652926240 1628291072 296994 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4478.56
Current children cumulated vsize (KiB) 1590128

[startup+1182.3 s]
/proc/loadavg: 8.22 8.15 7.91 9/279 27228
/proc/meminfo: memFree=17977352/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1590128 CPUtime=4718.04 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 3944895 0 0 0 471078 726 0 0 25 0 4 0 652926240 1628291072 297016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 397532 297016 396 112 0 392497 0
[pid=27181/tid=27182] ppid=27179 vsize=1590128 CPUtime=1182.28 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 269026 0 0 0 118153 75 0 0 25 0 4 0 652926240 1628291072 297016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1590128 CPUtime=1171.44 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 116981 163 0 0 25 0 4 0 652926240 1628291072 297016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1590128 CPUtime=1182.05 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1289012 0 0 0 117981 224 0 0 25 0 4 0 652926240 1628291072 297016 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476483 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4718.04
Current children cumulated vsize (KiB) 1590128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.16 8.14 7.91 5/271 27247
/proc/meminfo: memFree=19761120/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1655672 CPUtime=4800.29 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 4005603 0 0 0 479294 735 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 413918 298124 396 112 0 408883 0
[pid=27181/tid=27182] ppid=27179 vsize=1655672 CPUtime=1202.88 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 272722 0 0 0 120212 76 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1655672 CPUtime=1191.86 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 119023 163 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1655672 CPUtime=1202.66 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1289012 0 0 0 120042 224 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476488 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1655672

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

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

[startup+1202.9 s]
/proc/loadavg: 8.16 8.14 7.91 5/271 27247
/proc/meminfo: memFree=19761120/32950904 swapFree=67057400/67111528
[pid=27181] ppid=27179 vsize=1655672 CPUtime=4800.29 cores=0,2,4,6
/proc/27181/stat : 27181 (strangenight1-m) R 27179 27181 26831 0 -1 4202496 4005603 0 0 0 479294 735 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27181/statm: 413918 298124 396 112 0 408883 0
[pid=27181/tid=27182] ppid=27179 vsize=1655672 CPUtime=1202.88 cores=0,2,4,6
/proc/27181/task/27182/stat : 27182 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 272722 0 0 0 120212 76 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27181/tid=27183] ppid=27179 vsize=1655672 CPUtime=1191.86 cores=0,2,4,6
/proc/27181/task/27183/stat : 27183 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 812763 0 0 0 119023 163 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27181/tid=27184] ppid=27179 vsize=1655672 CPUtime=1202.66 cores=0,2,4,6
/proc/27181/task/27184/stat : 27184 (strangenight1-m) R 27179 27181 26831 0 -1 4202560 1289012 0 0 0 120042 224 0 0 25 0 4 0 652926240 1695408128 298124 33554432000 4194304 4650419 140734842332304 18446744073709551615 4476488 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1655672

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.97
CPU time (s): 4800.38
CPU user time (s): 4792.97
CPU system time (s): 7.41087
CPU usage (%): 399.043
Max. virtual memory (cumulated for all children) (KiB): 1655672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.97
system time used= 7.41087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4005609
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= 6574
involuntary context switches= 24293

runsolver used 2.93455 second user time and 7.35888 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 00:47:45
IDJOB=3369139
IDBENCH=83173
IDSOLVER=1846
FILE ID=node121/3369139-1305413265
RUNJOBID= node121-1305410850-26849
PBS_JOBID= 13324525
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-17x27.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369139-1305413265/watcher-3369139-1305413265 -o /tmp/evaluation-result-3369139-1305413265/solver-3369139-1305413265 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369139-1305413265.cnf

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

MD5SUM BENCH= b9a7e3013b1b74b08c8e421f15cb16c4
RANDOM SEED=362145799

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      20336204 kB
Buffers:        301332 kB
Cached:        5994844 kB
SwapCached:       7656 kB
Active:        7045132 kB
Inactive:      5214784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20336204 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           32804 kB
Writeback:           0 kB
AnonPages:     5961176 kB
Mapped:          22224 kB
Slab:           266708 kB
PageTables:      25448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31372068 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= 73424 MiB
End job on node121 at 2011-05-15 01:07:50