Trace number 3263345

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.23 1201.73

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
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 variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

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-3263345-1304134993.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:       58376
0.02/0.05	c -- clauses added:            0 learnts,        58376 normals,            0 xors
0.02/0.05	c -- vars added        140
0.02/0.05	c Parsing time:  0.16 s
0.02/0.05	c  N st     0         0       140     58376         0         0    583480         0   no data   no data  --
0.77/0.22	c asymm  cl-useful: 66/1006/58376 lits-rem:81 time: 0.68
0.77/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
4.38/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4.38/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.95/3.02	c lits-rem:     13321  cl-subs:     3184  v-elim:      0  v-fix:    0  time: 10.96 s
11.95/3.02	c Finding binary XORs  T:     0.00 s  found:       0
12.35/3.13	c Finding non-binary XORs:     0.43 s (found:       0, avg size: nan)
12.35/3.13	c calculated reachability. Time: 0.00
12.35/3.14	c Calc default polars -  time:   0.02 s pos:      74 undec:       0 neg:      66
12.35/3.14	c =========================================================================================
12.35/3.14	c types(t): F = full restart, N = normal restart
12.35/3.14	c types(t): S = simplification begin/end, E = solution found
12.35/3.14	c restart types(rt): st = static, dy = dynamic
12.35/3.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.35/3.14	c  B st     0         0       140     55192         0         0    541034         0   no data   no data  --
12.77/3.27	c  N dy    19      4307       140     55192         0      3592    540714     68570     15.37     16.21  --
13.54/3.42	c  N dy    33      8436       140     55192         0      7121    540446    136408     14.54     15.44  --
14.34/3.60	c  N dy    54     12671       140     55192         0      6672    540160    110093     14.65     15.46  --
14.74/3.77	c  N dy    73     17171       140     55192         0     10521    539888    182796     14.67     15.53  --
15.55/3.97	c  N dy    95     21222       140     55192         0      7376    539627    104853     14.67     15.45  --
16.35/4.12	c  F st   110     25001       140     55192         0     10630    539415    165488     14.57     14.53  --
16.35/4.15	c  N st   111     25253       140     55192         0     10849    539403    169460     14.57   no data  --
17.16/4.35	c  N dy   116     30000       140     55192         0     15030    539231    260457     14.57   no data  --
17.16/4.35	c  S st   116     30000       140     55192         0     15030    539231    260457     14.57   no data  --
17.56/4.45	c  S st   116     30500       140     55192         0     15449    539177    267128     14.57   no data  --
17.56/4.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.56/4.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.56/4.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
17.95/4.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.95/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
17.95/4.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.53/9.98	c lits-rem:     34269  cl-subs:     8815  v-elim:      0  v-fix:    0  time: 21.79 s
40.70/10.28	c asymm  cl-useful: 110/1047/48516 lits-rem:139 time: 1.22
40.70/10.28	c calculated reachability. Time: 0.00
40.70/10.28	c  N dy   116     30500       140     48516         0     13310    451480    217784     14.57   no data  --
41.90/10.54	c  N dy   131     35936       140     48516         0      9818    451331    136061     14.45     15.48  --
42.70/10.71	c  N dy   152     40022       140     48516         0     13534    451175    206699     14.46     17.19  --
43.52/10.93	c  N dy   165     45270       140     48516         0     18333    451047    297906     14.36     15.16  --
43.52/10.95	c  S st   168     45751       140     48516         0     18770    451038    305889     14.36     11.87  --
43.92/11.05	c  S st   168     46252       140     48516         0     19221    451002    312911     14.36   no data  --
43.92/11.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
43.92/11.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.92/11.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
43.92/11.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.92/11.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.92/11.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
43.92/11.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.66/16.75	c lits-rem:     27471  cl-subs:     5388  v-elim:      0  v-fix:    0  time: 22.56 s
66.66/16.75	c vivif2 --  cl tried    44966 cl shrink        0 lits rem          0 time: 0.02
66.66/16.76	c vivif2 --  cl tried    17383 cl shrink        0 lits rem          0 time: 0.02
67.86/17.09	c asymm  cl-useful: 127/1184/44966 lits-rem:163 time: 1.36
68.26/17.10	c calculated reachability. Time: 0.00
68.26/17.10	c  N dy   168     46252       140     44966         0     17383    401798    268493     14.36   no data  --
69.46/17.47	c  N dy   175     54055       140     44966         0     14628    401717    210504     14.07     14.84  --
70.29/17.66	c  N dy   190     58101       140     44966         0     18461    401686    281162     14.04     16.12  --
71.06/17.87	c  N dy   219     62135       140     44966         0     22284    401644    356365     14.11     14.87  --
71.86/18.09	c  N dy   238     66205       140     44966         0     14686    401573    203858     14.11     16.42  --
72.66/18.25	c  S st   249     69378       140     44966         0     17624    401534    256533     14.08   no data  --
73.06/18.33	c  S st   249     69879       140     44966         0     18089    401511    263923     14.08   no data  --
73.06/18.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.06/18.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.06/18.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.09
73.06/18.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.06/18.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.06/18.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
73.06/18.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
88.64/22.27	c lits-rem:     23541  cl-subs:     3968  v-elim:      0  v-fix:    0  time: 15.51 s
88.64/22.27	c vivif2 --  cl tried    42249 cl shrink        0 lits rem          0 time: 0.02
88.64/22.27	c vivif2 --  cl tried    16838 cl shrink        0 lits rem          0 time: 0.01
89.84/22.58	c asymm  cl-useful: 31/1115/42249 lits-rem:40 time: 1.23
89.84/22.58	c calculated reachability. Time: 0.00
89.84/22.58	c  N dy   249     69879       140     42249         0     16838    361569    235553     14.08   no data  --
90.64/22.78	c  N dy   258     74582       140     42249         0     21244    361555    313508     14.03     14.87  --
91.85/23.07	c  N dy   278     79363       140     42249         0     13270    361538    168982     14.02     14.78  --
92.63/23.27	c  N dy   289     84574       140     42249         0     18157    361526    254285     13.95     14.89  --
93.43/23.42	c  F st   305     87500       140     42249         0     20928    361520    306123     13.96     14.40  --
93.83/23.59	c  N st   310     90798       140     42249         0     24026    361510    363481     13.96   no data  --
95.43/23.90	c  N dy   324     96589       140     42249         0     15826    361499    204699     13.95     14.82  --
96.64/24.28	c  N dy   366    104818       140     42249         0     23617    361480    345964     13.96     10.58  --
96.64/24.28	c  S st   366    104818       140     42249         0     23617    361480    345964     13.96     10.58  --
97.03/24.38	c  S st   366    105319       140     42249         0     24101    361479    353376     13.96   no data  --
97.03/24.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.03/24.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
97.43/24.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
97.43/24.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.43/24.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.43/24.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
97.43/24.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.00/28.38	c lits-rem:     13395  cl-subs:     1989  v-elim:      0  v-fix:    0  time: 15.75 s
113.00/28.39	c vivif2 --  cl tried    41815 cl shrink        0 lits rem          0 time: 0.02
113.00/28.39	c vivif2 --  cl tried    22546 cl shrink        0 lits rem          0 time: 0.02
114.22/28.68	c asymm  cl-useful: 7/1034/41815 lits-rem:7 time: 1.16
114.22/28.68	c calculated reachability. Time: 0.00
114.22/28.68	c  N dy   366    105319       140     41815         0     22546    354443    314659     13.96   no data  --
115.80/29.07	c  N dy   398    112101       140     41815         0     28973    354434    432991     13.96     16.46  --
117.39/29.43	c  N dy   419    119520       140     41815         0     21277    354430    291155     13.93     14.81  --
119.40/29.93	c  N dy   427    128331       140     41815         0     29520    354428    434819     13.82     14.66  --
120.99/30.38	c  N dy   471    136903       140     41815         0     21965    354422    304238     13.84     14.64  --
123.39/30.93	c  N dy   498    147762       140     41815         0     32191    354413    490558     13.78     14.63  --
125.39/31.48	c  N dy   531    157314       140     41815         0     24560    354408    341330     13.77     14.55  --
125.79/31.52	c  S st   535    157979       140     41815         0     25197    354405    353512     13.77     13.15  --
126.19/31.62	c  S st   535    158479       140     41815         0     25688    354405    361798     13.77   no data  --
126.19/31.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
126.19/31.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
126.19/31.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
126.19/31.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.19/31.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.19/31.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
126.19/31.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.16/36.60	c lits-rem:      8993  cl-subs:     1088  v-elim:      0  v-fix:    0  time: 19.68 s
146.16/36.61	c vivif2 --  cl tried    41663 cl shrink        0 lits rem          0 time: 0.02
146.16/36.61	c vivif2 --  cl tried    24752 cl shrink        0 lits rem          0 time: 0.02
147.36/36.93	c asymm  cl-useful: 61/928/41663 lits-rem:61 time: 1.26
147.36/36.93	c calculated reachability. Time: 0.00
147.36/36.93	c  N dy   535    158479       140     41663         0     24752    352189    336161     13.77   no data  --
151.76/38.01	c  N dy   542    176348       140     41663         0     23732    352177    306105     13.52     14.27  --
154.15/38.65	c  N dy   599    187705       140     41663         0     34490    352169    501998     13.53     14.25  --
156.95/39.36	c  N dy   642    201286       140     41663         0     28705    352161    392308     13.50     14.55  --
160.13/40.11	c  N dy   697    214150       140     41663         0     21410    352152    264685     13.50     14.67  --
162.93/40.84	c  N dy   779    227876       140     41663         0     34522    352145    507856     13.53     14.31  --
165.33/41.44	c  S st   806    237718       140     41663         0     23220    352135    288281     13.51     11.24  --
165.73/41.52	c  S st   806    238220       140     41663         0     23716    352134    296122     13.51   no data  --
165.73/41.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
165.73/41.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.73/41.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
165.73/41.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.73/41.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.73/41.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
165.73/41.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.31/44.48	c lits-rem:      5540  cl-subs:     1474  v-elim:      0  v-fix:    0  time: 11.62 s
177.31/44.48	c vivif2 --  cl tried    41506 cl shrink        0 lits rem          0 time: 0.02
177.31/44.49	c vivif2 --  cl tried    22399 cl shrink        0 lits rem          0 time: 0.02
178.51/44.73	c asymm  cl-useful: 77/1060/41506 lits-rem:77 time: 0.95
178.51/44.73	c calculated reachability. Time: 0.00
178.51/44.73	c  N dy   806    238220       140     41506         0     22399    350370    270911     13.51   no data  --
182.11/45.63	c  N dy   859    253450       140     41506         0     36844    350356    534516     13.49     14.66  --
186.50/46.72	c  N dy   944    270164       140     41506         0     31212    350350    430313     13.51     14.41  --
191.29/47.91	c  N dy   980    287500       140     41506         0     24956    350337    308365     13.44     16.50  --
196.10/49.10	c  N dy  1090    305930       140     41506         0     42584    350328    638773     13.48     16.26  --
196.10/49.12	c  F st  1094    306253       140     41506         0     42889    350328    644553     13.48   no data  --
200.89/50.34	c  N dy  1164    325542       140     41506         0     37760    350318    533595     13.48     14.71  --
207.27/51.96	c  N dy  1236    345588       140     41506         0     32350    350301    423086     13.46     15.30  --
210.89/52.85	c  S st  1303    357331       140     41506         0     43512    350294    633338     13.48     12.85  --
211.27/52.99	c  S st  1303    357834       140     41506         0     44002    350294    641670     13.48   no data  --
211.27/53.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
211.27/53.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
211.67/53.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
211.67/53.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.67/53.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.67/53.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
211.67/53.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.02/61.11	c lits-rem:     10527  cl-subs:     3171  v-elim:      0  v-fix:    0  time: 32.07 s
244.02/61.11	c vivif2 --  cl tried    41373 cl shrink        0 lits rem          0 time: 0.02
244.02/61.12	c vivif2 --  cl tried    40964 cl shrink        0 lits rem          0 time: 0.03
245.22/61.40	c asymm  cl-useful: 42/716/41373 lits-rem:43 time: 1.12
245.22/61.40	c calculated reachability. Time: 0.00
245.22/61.40	c  N dy  1303    357834       140     41373         0     40964    348904    576781     13.48   no data  --
250.81/62.83	c  N dy  1420    379286       140     41373         0     36024    348892    482978     13.50     14.23  --
256.40/64.29	c  N dy  1526    399862       140     41373         0     29351    348879    353917     13.52     14.25  --
261.59/65.54	c  N dy  1639    419936       140     41373         0     48541    348872    712117     13.55     14.34  --
267.19/66.97	c  N dy  1724    441115       140     41373         0     41307    348864    568281     13.54     14.27  --
273.18/68.40	c  N dy  1821    461164       140     41373         0     32145    348858    394828     13.55     14.44  --
278.37/69.76	c  N dy  1952    481280       140     41373         0     51377    348849    757388     13.59     14.61  --
283.97/71.14	c  N dy  2064    501289       140     41373         0     41082    348842    549653     13.61     14.33  --
290.76/72.86	c  N dy  2198    521570       140     41373         0     60478    348830    916567     13.64     14.37  --
295.15/73.99	c  S st  2264    536751       140     41373         0     44616    348825    608489     13.64     12.39  --
295.95/74.12	c  S st  2264    537252       140     41373         0     45104    348824    616469     13.64   no data  --
295.95/74.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
295.95/74.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
295.95/74.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
295.95/74.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
295.95/74.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.95/74.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
295.95/74.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
336.29/84.22	c lits-rem:     11819  cl-subs:     2100  v-elim:      0  v-fix:    0  time: 40.02 s
336.29/84.23	c vivif2 --  cl tried    41246 cl shrink        0 lits rem          0 time: 0.02
336.29/84.23	c vivif2 --  cl tried    43131 cl shrink        0 lits rem          0 time: 0.03
337.49/84.59	c asymm  cl-useful: 36/640/41246 lits-rem:36 time: 1.44
337.49/84.60	c calculated reachability. Time: 0.00
337.49/84.60	c  N dy  2264    537252       140     41246         0     43131    347465    568683     13.64   no data  --
344.69/86.33	c  N dy  2364    557264       140     41246         0     62244    347458    930846     13.65     15.60  --
351.49/88.02	c  N dy  2451    578652       140     41246         0     51542    347451    728473     13.65     14.42  --
358.67/89.84	c  N dy  2541    598698       140     41246         0     38503    347443    480625     13.65     15.93  --
365.05/91.45	c  N dy  2657    618741       140     41246         0     57608    347438    839368     13.67     14.63  --
372.25/93.20	c  N dy  2767    638827       140     41246         0     43659    347428    571813     13.68     15.83  --
378.64/94.81	c  N dy  2800    658907       140     41246         0     62167    347418    880439     13.64     16.15  --
385.04/96.41	c  N dy  2859    678970       140     41246         0     47491    347413    636289     13.63     15.95  --
392.22/98.29	c  N dy  2956    699249       140     41246         0     66771    347405    993348     13.63     14.38  --
399.42/100.07	c  N dy  3057    720011       140     41246         0     51752    347394    714046     13.64     14.40  --
407.00/101.99	c  N dy  3168    740682       140     41246         0     71466    347390   1085188     13.65     14.38  --
413.01/103.50	c  N dy  3260    760693       140     41246         0     54610    347381    756230     13.65     14.49  --
420.98/105.40	c  N dy  3337    780771       140     41246         0     36820    347376    422306     13.64     17.71  --
426.57/106.85	c  N dy  3452    800798       140     41246         0     55888    347369    781843     13.66     14.62  --
428.57/107.30	c  S st  3485    805878       140     41246         0     60731    347369    870753     13.66   no data  --
428.97/107.45	c  S st  3485    806378       140     41246         0     61208    347368    878935     13.66   no data  --
428.97/107.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
428.97/107.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
429.37/107.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
429.37/107.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.37/107.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.37/107.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
429.37/107.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
478.92/119.94	c lits-rem:     17389  cl-subs:     2889  v-elim:      0  v-fix:    0  time: 49.50 s
478.92/119.95	c vivif2 --  cl tried    41039 cl shrink        0 lits rem          0 time: 0.02
478.92/119.96	c vivif2 --  cl tried    58526 cl shrink        0 lits rem          0 time: 0.04
480.09/120.27	c asymm  cl-useful: 31/570/41039 lits-rem:31 time: 1.26
480.09/120.28	c calculated reachability. Time: 0.00
480.09/120.28	c  N dy  3485    806378       140     41039         0     58526    345236    813062     13.66   no data  --
487.71/122.19	c  N dy  3595    826559       140     41039         0     40070    345231    472775     13.67     14.39  --
494.08/123.72	c  N dy  3728    846871       140     41039         0     59445    345224    839654     13.69     14.45  --
502.47/125.81	c  N dy  3788    870592       140     41039         0     43158    345212    520587     13.67     14.40  --
508.46/127.38	c  N dy  3894    890640       140     41039         0     62151    345207    870046     13.68     14.41  --
517.25/129.54	c  N dy  3978    911750       140     41039         0     42619    345201    508696     13.67     14.40  --
524.84/131.43	c  N dy  4063    932132       140     41039         0     61886    345198    858421     13.67     14.43  --
533.62/133.60	c  N dy  4148    952169       140     41039         0     80957    345193   1218831     13.67     14.52  --
540.82/135.46	c  N dy  4227    972223       140     41039         0     59476    345189    816730     13.67     14.50  --
550.00/137.79	c  N dy  4324    994466       140     41039         0     80571    345185   1209682     13.67     14.50  --
558.39/139.80	c  N dy  4428   1014506       140     41039         0     58179    345175    784154     13.68     14.49  --
566.80/141.92	c  N dy  4482   1034692       140     41039         0     77274    345170   1133698     13.67     14.42  --
577.16/144.55	c  N dy  4553   1058041       140     41039         0     56854    345164    734417     13.65     14.39  --
583.16/146.01	c  F st  4610   1071875       140     41039         0     70018    345162    978712     13.65   no data  --
585.55/146.69	c  N dy  4621   1078111       140     41039         0     75914    345162   1095851     13.65     14.46  --
594.74/148.99	c  N dy  4726   1098152       140     41039         0     51657    345160    643352     13.66     15.70  --
602.72/150.99	c  N dy  4797   1118488       140     41039         0     70891    345154    999693     13.65     14.43  --
613.52/153.61	c  N dy  4867   1138615       140     41039         0     45646    345150    524039     13.65     14.38  --
621.51/155.61	c  N dy  4991   1158662       140     41039         0     64792    345145    887020     13.66     15.53  --
631.10/158.06	c  N dy  5074   1178743       140     41039         0     83843    345144   1243594     13.66     17.40  --
640.68/160.47	c  N dy  5179   1198868       140     41039         0     57768    345141    745150     13.66     14.43  --
645.49/161.68	c  S st  5220   1209567       140     41039         0     67896    345141    934175     13.66     12.40  --
646.27/161.87	c  S st  5220   1210070       140     41039         0     68391    345139    943134     13.66   no data  --
646.27/161.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
646.27/161.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
646.67/161.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.26
646.67/161.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
646.67/161.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
646.67/161.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
646.67/161.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
729.38/182.65	c lits-rem:      9780  cl-subs:     2828  v-elim:      0  v-fix:    0  time: 82.47 s
729.38/182.65	c vivif2 --  cl tried    40854 cl shrink        0 lits rem          0 time: 0.02
729.38/182.66	c vivif2 --  cl tried    65748 cl shrink        0 lits rem          0 time: 0.05
730.55/182.99	c asymm  cl-useful: 26/531/40854 lits-rem:26 time: 1.29
730.55/182.99	c calculated reachability. Time: 0.00
730.55/182.99	c  N dy  5220   1210070       140     40854         0     65748    343204    883852     13.66   no data  --
738.54/184.95	c  N dy  5319   1230152       140     40854         0     84859    343202   1239428     13.67     15.45  --
746.96/187.06	c  N dy  5442   1250243       140     40854         0     57785    343195    735317     13.67     14.83  --
754.53/188.98	c  N dy  5554   1270422       140     40854         0     77018    343187   1100595     13.68     14.43  --
764.13/191.33	c  N dy  5607   1293221       140     40854         0     51016    343181    582694     13.66     14.51  --
770.90/193.08	c  N dy  5712   1313258       140     40854         0     70075    343175    940750     13.66     15.94  --
779.68/195.21	c  N dy  5750   1334497       140     40854         0     90035    343172   1298243     13.65     14.41  --
787.67/197.25	c  N dy  5819   1354518       140     40854         0     61003    343168    770510     13.64     14.49  --
796.06/199.35	c  N dy  5883   1376772       140     40854         0     81990    343165   1148636     13.64     14.61  --
806.05/201.85	c  N dy  5994   1396854       140     40854         0     52140    343161    603315     13.64     15.06  --
812.87/203.54	c  N dy  6089   1417281       140     40854         0     71524    343157    969384     13.65     14.45  --
822.03/205.80	c  N dy  6172   1437303       140     40854         0     90409    343152   1314303     13.65     15.12  --
832.02/208.34	c  N dy  6295   1457312       140     40854         0     59616    343148    739852     13.66     14.99  --
841.61/210.74	c  N dy  6387   1477782       140     40854         0     79131    343142   1111338     13.66     14.50  --
852.41/213.43	c  N dy  6487   1497884       140     40854         0     98309    343140   1475490     13.67     14.51  --
861.98/215.83	c  N dy  6573   1518549       140     40854         0     66807    343133    862710     13.67     14.49  --
871.57/218.22	c  N dy  6668   1538585       140     40854         0     85793    343130   1214059     13.67     15.32  --
883.17/221.14	c  N dy  6772   1558674       140     40854         0     52947    343129    595421     13.67     14.58  --
891.55/223.30	c  N dy  6873   1580145       140     40854         0     73254    343126    974266     13.68     14.47  --
901.92/225.85	c  N dy  6952   1600952       140     40854         0     93019    343123   1346684     13.67     14.40  --
922.72/231.00	c  N dy  6995   1638659       140     40854         0     74918    343119    944379     13.64     14.48  --
932.69/233.56	c  N dy  7094   1658723       140     40854         0     94060    343119   1308092     13.64     15.31  --
945.86/236.81	c  N dy  7213   1678947       140     40854         0     59988    343114    721618     13.65     14.44  --
955.85/239.31	c  N dy  7322   1698965       140     40854         0     79034    343106   1084237     13.66     14.53  --
961.85/240.88	c  S st  7374   1710071       140     40854         0     89582    343104   1286229     13.66   no data  --
963.03/241.13	c  S st  7374   1710575       140     40854         0     90069    343103   1294506     13.66   no data  --
963.03/241.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
963.03/241.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
963.43/241.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.31
963.43/241.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
963.43/241.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
963.43/241.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
963.43/241.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1102.05/276.00	c lits-rem:     20225  cl-subs:     3944  v-elim:      0  v-fix:    0  time: 138.65 s
1102.05/276.00	c vivif2 --  cl tried    40650 cl shrink        0 lits rem          0 time: 0.01
1102.47/276.02	c vivif2 --  cl tried    86329 cl shrink        0 lits rem          0 time: 0.07
1104.05/276.42	c asymm  cl-useful: 29/453/40650 lits-rem:29 time: 1.59
1104.05/276.42	c calculated reachability. Time: 0.00
1104.05/276.42	c  N dy  7374   1710575       140     40650         0     86329    340896   1202203     13.66   no data  --
1114.83/279.11	c  N dy  7485   1730584       140     40650         0    105434    340888   1568381     13.66     14.40  --
1126.41/282.02	c  N dy  7589   1753565       140     40650         0     72761    340881    947553     13.66     14.40  --
1137.20/284.70	c  N dy  7681   1773620       140     40650         0     91773    340879   1305240     13.67     14.57  --
1149.19/287.71	c  N dy  7756   1793660       140     40650         0    110589    340877   1644691     13.66     17.45  --
1158.37/290.08	c  N dy  7858   1813706       140     40650         0     74057    340871    965523     13.66     14.39  --
1168.78/292.68	c  N dy  7953   1833759       140     40650         0     93196    340868   1326662     13.66     15.02  --
1180.75/295.69	c  N dy  8031   1853803       140     40650         0    112148    340867   1680717     13.66     15.01  --
1190.74/298.12	c  N dy  8128   1873866       140     40650         0     74597    340865    961914     13.66     16.31  --
1201.52/300.84	c  N dy  8233   1893977       140     40650         0     93756    340862   1325245     13.67     14.48  --
1214.29/304.03	c  N dy  8335   1914007       140     40650         0    112886    340859   1690218     13.67     14.45  --
1225.50/306.85	c  N dy  8451   1934109       140     40650         0     74321    340856    955660     13.68     14.70  --
1238.26/310.01	c  N dy  8562   1955863       140     40650         0     94970    340854   1346117     13.68     14.59  --
1251.86/313.47	c  N dy  8674   1975911       140     40650         0    114030    340849   1705093     13.69     14.50  --
1264.63/316.61	c  N dy  8771   1995978       140     40650         0     74384    340845    943554     13.69     15.08  --
1276.22/319.58	c  N dy  8910   2016587       140     40650         0     94063    340841   1324062     13.70     14.59  --
1289.39/322.80	c  N dy  9023   2036820       140     40650         0    113355    340839   1691332     13.70     14.61  --
1300.60/325.69	c  N dy  9124   2056824       140     40650         0     72658    340834    905695     13.71     14.48  --
1310.96/328.20	c  N dy  9144   2077067       140     40650         0     91673    340832   1249441     13.69     14.47  --
1323.74/331.43	c  N dy  9263   2097103       140     40650         0    110755    340831   1612886     13.70     14.47  --
1338.12/335.02	c  N dy  9338   2118273       140     40650         0     70258    340830    849715     13.70     14.43  --
1349.71/337.99	c  N dy  9457   2138345       140     40650         0     89361    340827   1214924     13.70     14.50  --
1363.69/341.49	c  N dy  9521   2159484       140     40650         0    109312    340826   1578268     13.70     14.42  --
1379.69/345.45	c  N dy  9587   2180889       140     40650         0     68085    340822    795772     13.69     14.43  --
1396.86/349.73	c  N dy  9670   2210576       140     40650         0     96123    340817   1315154     13.68     11.63  --
1396.86/349.73	c  S st  9670   2210576       140     40650         0     96123    340817   1315154     13.68     11.63  --
1397.64/349.99	c  S st  9670   2211078       140     40650         0     96607    340817   1323681     13.68   no data  --
1398.04/350.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1398.04/350.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1398.04/350.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.32
1398.44/350.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1398.44/350.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1398.44/350.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1398.44/350.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1552.23/388.65	c lits-rem:     17148  cl-subs:     7935  v-elim:      0  v-fix:    0  time: 153.78 s
1552.23/388.66	c vivif2 --  cl tried    40572 cl shrink        0 lits rem          0 time: 0.02
1552.23/388.68	c vivif2 --  cl tried    88750 cl shrink        0 lits rem          0 time: 0.07
1553.83/389.08	c asymm  cl-useful: 22/446/40572 lits-rem:22 time: 1.62
1553.83/389.08	c calculated reachability. Time: 0.00
1553.83/389.08	c  N dy  9670   2211078       140     40572         0     88750    339795   1171373     13.68   no data  --
1565.82/392.05	c  N dy  9762   2231158       140     40572         0    107870    339792   1534262     13.68     14.42  --
1579.40/395.45	c  N dy  9840   2251245       140     40572         0     64918    339791    740848     13.69     14.62  --
1588.59/397.70	c  N dy  9939   2271307       140     40572         0     83984    339790   1101881     13.69     14.42  --
1601.36/400.90	c  N dy 10052   2291421       140     40572         0    103135    339787   1470125     13.69     14.44  --
1616.15/404.63	c  N dy 10183   2311578       140     40572         0    122429    339785   1842199     13.70     14.47  --
1629.33/408.00	c  N dy 10279   2331657       140     40572         0     78259    339781    978146     13.70     14.43  --
1641.71/411.08	c  N dy 10412   2351680       140     40572         0     97381    339776   1346432     13.71     14.96  --
1656.52/414.77	c  N dy 10544   2371844       140     40572         0    116617    339773   1716877     13.72     14.48  --
1672.46/418.73	c  N dy 10616   2391917       140     40572         0     71238    339770    846902     13.71     14.63  --
1684.05/421.66	c  N dy 10736   2412000       140     40572         0     90412    339767   1214198     13.71     14.87  --
1697.63/425.03	c  N dy 10859   2432009       140     40572         0    109509    339764   1578232     13.72     16.80  --
1712.01/428.69	c  N dy 10940   2452023       140     40572         0    128576    339760   1946399     13.72     14.97  --
1725.60/432.07	c  N dy 11057   2472075       140     40572         0     82362    339755   1051754     13.72     16.32  --
1738.37/435.26	c  N dy 11154   2492218       140     40572         0    101551    339753   1412536     13.72     14.45  --
1752.78/438.90	c  N dy 11230   2512279       140     40572         0    120528    339752   1771835     13.72     16.56  --
1769.13/442.93	c  N dy 11324   2532367       140     40572         0     73227    339752    865991     13.73     14.78  --
1781.12/445.92	c  N dy 11423   2552424       140     40572         0     92306    339751   1230182     13.73     16.84  --
1796.71/449.88	c  N dy 11493   2575779       140     40572         0    114268    339750   1628877     13.72     14.51  --
1812.67/453.86	c  N dy 11588   2595829       140     40572         0    133348    339748   1990118     13.72     15.49  --
1825.05/456.97	c  N dy 11671   2615914       140     40572         0     85226    339743   1081719     13.72     16.89  --
1837.44/460.07	c  N dy 11770   2635935       140     40572         0    104255    339741   1439224     13.73     14.71  --
1851.82/463.61	c  N dy 11838   2656156       140     40572         0    123312    339738   1791485     13.72     14.53  --
1868.60/467.82	c  N dy 11947   2676194       140     40572         0     74326    339736    877126     13.73     17.95  --
1881.37/471.06	c  N dy 12079   2696316       140     40572         0     93603    339736   1253724     13.73     14.47  --
1892.16/473.74	c  S st 12112   2711078       140     40572         0    107573    339735   1512772     13.73     10.72  --
1893.38/474.04	c  S st 12112   2711579       140     40572         0    108056    339735   1521262     13.73   no data  --
1893.38/474.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1893.38/474.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1893.78/474.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.38
1894.16/474.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1894.16/474.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1894.16/474.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1894.16/474.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2335.96/584.90	c lits-rem:     22214  cl-subs:     4393  v-elim:      0  v-fix:    0  time: 442.01 s
2336.36/584.90	c vivif2 --  cl tried    40431 cl shrink        0 lits rem          0 time: 0.02
2336.36/584.92	c vivif2 --  cl tried   103804 cl shrink        0 lits rem          0 time: 0.08
2337.95/585.33	c asymm  cl-useful: 11/418/40431 lits-rem:11 time: 1.63
2337.95/585.34	c calculated reachability. Time: 0.00
2337.95/585.34	c  N dy 12112   2711579       140     40431         0    103804    338218   1417454     13.73   no data  --
2351.14/588.68	c  N dy 12177   2732276       140     40431         0    123423    338215   1787219     13.73     14.68  --
2366.72/592.56	c  N dy 12277   2753294       140     40431         0     74422    338215    867784     13.73     14.64  --
2377.13/595.14	c  N dy 12371   2773327       140     40431         0     93493    338214   1231974     13.73     14.52  --
2389.90/598.34	c  N dy 12454   2793970       140     40431         0    113038    338214   1597699     13.73     14.47  --
2405.06/602.14	c  N dy 12565   2814131       140     40431         0    132299    338211   1968777     13.74     14.46  --
2419.45/605.71	c  N dy 12653   2834146       140     40431         0     81338    338209    993224     13.74     17.48  --
2431.83/608.86	c  N dy 12750   2854182       140     40431         0    100341    338208   1349986     13.74     15.25  --
2446.61/612.53	c  N dy 12864   2874272       140     40431         0    119455    338207   1715953     13.74     15.36  --
2464.60/617.03	c  N dy 12964   2894478       140     40431         0    138643    338207   2079636     13.74     14.51  --
2479.76/620.84	c  N dy 13077   2914646       140     40431         0     86788    338205   1082395     13.75     14.47  --
2493.35/624.26	c  N dy 13162   2934652       140     40431         0    105867    338201   1444071     13.75     17.58  --
2510.52/628.55	c  N dy 13266   2955986       140     40431         0    126189    338198   1834938     13.75     14.48  --
2529.70/633.38	c  N dy 13387   2976057       140     40431         0     73245    338197    823377     13.75     14.50  --
2541.27/636.22	c  N dy 13454   2996108       140     40431         0     92240    338197   1189190     13.75     17.23  --
2555.26/639.79	c  N dy 13542   3016905       140     40431         0    112053    338196   1568561     13.75     14.50  --
2573.63/644.37	c  N dy 13641   3038809       140     40431         0    132799    338195   1956681     13.75     14.58  --
2591.21/648.80	c  N dy 13733   3058848       140     40431         0     78921    338194    926344     13.75     14.51  --
2603.59/651.85	c  N dy 13821   3078877       140     40431         0     97938    338193   1291488     13.75     15.18  --
2617.97/655.41	c  N dy 13908   3099819       140     40431         0    117802    338192   1666592     13.75     14.60  --
2635.14/659.74	c  N dy 13988   3119950       140     40431         0    136928    338190   2029848     13.75     14.56  --
2652.33/664.00	c  N dy 14067   3139986       140     40431         0     82080    338190    975280     13.74     14.57  --
2664.71/667.15	c  N dy 14186   3160055       140     40431         0    101250    338189   1347251     13.75     18.16  --
2680.31/671.03	c  N dy 14283   3180117       140     40431         0    120321    338187   1712838     13.75     17.63  --
2698.65/675.67	c  N dy 14379   3201615       140     40431         0    140683    338186   2093525     13.75     14.57  --
2708.65/678.19	c  S st 14401   3211579       140     40431         0     75329    338185    845101     13.75     13.92  --
2709.45/678.39	c  S st 14401   3212082       140     40431         0     75821    338185    853279     13.75   no data  --
2709.85/678.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2709.85/678.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2709.85/678.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.27
2710.25/678.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2710.25/678.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2710.25/678.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2710.25/678.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2807.33/702.82	c lits-rem:      5655  cl-subs:      632  v-elim:      0  v-fix:    0  time: 97.09 s
2807.33/702.83	c vivif2 --  cl tried    40334 cl shrink        0 lits rem          0 time: 0.03
2807.33/702.84	c vivif2 --  cl tried    75286 cl shrink        0 lits rem          0 time: 0.06
2808.91/703.30	c asymm  cl-useful: 19/485/40334 lits-rem:19 time: 1.82
2809.31/703.30	c calculated reachability. Time: 0.00
2809.31/703.30	c  N dy 14401   3212082       140     40334         0     75286    337064    842150     13.75   no data  --
2822.09/706.51	c  N dy 14512   3232157       140     40334         0     94407    337063   1211483     13.75     14.50  --
2836.07/710.02	c  N dy 14600   3252336       140     40334         0    113547    337057   1566121     13.75     14.50  --
2852.45/714.15	c  N dy 14714   3272354       140     40334         0    132615    337054   1931373     13.75     15.37  --
2870.82/718.76	c  N dy 14806   3292397       140     40334         0     75940    337052    844165     13.75     14.69  --
2881.62/721.43	c  N dy 14895   3312404       140     40334         0     94991    337052   1206985     13.75     16.61  --
2894.00/724.50	c  N dy 14999   3332494       140     40334         0    114129    337050   1572785     13.76     14.58  --
2908.40/728.18	c  N dy 15128   3352576       140     40334         0    133306    337049   1946518     13.76     15.30  --
2924.75/732.25	c  N dy 15233   3372640       140     40334         0    152422    337047   2315607     13.76     14.53  --
2937.93/735.53	c  N dy 15328   3392724       140     40334         0     94658    337045   1195866     13.77     19.18  --
2951.11/738.83	c  N dy 15385   3412773       140     40334         0    113516    337044   1545285     13.76     14.70  --
2965.91/742.58	c  N dy 15503   3432786       140     40334         0    132595    337042   1915427     13.76     16.66  --
2980.27/746.19	c  N dy 15563   3452962       140     40334         0    151340    337039   2239347     13.76     14.63  --
2993.06/749.34	c  N dy 15638   3474025       140     40334         0     93875    337039   1165301     13.76     14.63  --
3003.85/752.07	c  N dy 15729   3494150       140     40334         0    112994    337038   1526034     13.76     14.49  --
3017.42/755.49	c  N dy 15823   3515570       140     40334         0    133303    337036   1907246     13.76     14.69  --
3032.60/759.23	c  N dy 15939   3535575       140     40334         0    152320    337033   2272150     13.76     14.57  --
3045.78/762.53	c  N dy 16039   3555584       140     40334         0     92952    337031   1151857     13.76     14.51  --
3057.79/765.57	c  N dy 16142   3576093       140     40334         0    112427    337031   1521229     13.76     14.51  --
3070.56/768.79	c  N dy 16244   3596140       140     40334         0    131478    337029   1881055     13.76     14.61  --
3086.13/772.61	c  N dy 16376   3616178       140     40334         0    150503    337029   2249366     13.77     14.84  --
3099.71/776.01	c  N dy 16464   3636274       140     40334         0     90144    337026   1094707     13.77     16.00  --
3109.29/778.48	c  N dy 16514   3656355       140     40334         0    109054    337025   1442133     13.77     14.63  --
3121.68/781.54	c  N dy 16571   3676462       140     40334         0    127997    337022   1800478     13.76     14.49  --
3136.06/785.12	c  N dy 16659   3696487       140     40334         0    146965    337021   2158627     13.76     14.71  --
3150.06/788.67	c  S st 16760   3712083       140     40334         0     81508    337021    920182     13.77     12.01  --
3150.84/788.87	c  S st 16760   3712588       140     40334         0     82000    337021    929157     13.77   no data  --
3150.84/788.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3150.84/788.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3151.24/788.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.22
3151.24/788.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3151.24/788.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3151.24/788.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
3151.24/788.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3240.32/811.28	c lits-rem:      5200  cl-subs:      871  v-elim:      0  v-fix:    0  time: 89.08 s
3240.32/811.29	c vivif2 --  cl tried    40149 cl shrink        0 lits rem          0 time: 0.02
3240.72/811.30	c vivif2 --  cl tried    81314 cl shrink        0 lits rem          0 time: 0.06
3242.33/811.72	c asymm  cl-useful: 24/472/40149 lits-rem:24 time: 1.67
3242.33/811.73	c calculated reachability. Time: 0.00
3242.33/811.73	c  N dy 16760   3712588       140     40149         0     81314    335159    916036     13.77   no data  --
3255.11/814.96	c  N dy 16880   3732674       140     40149         0    100495    335158   1287574     13.77     14.62  --
3268.70/818.37	c  F st 16977   3751562       140     40149         0    118550    335158   1638696     13.77     14.08  --
3269.88/818.61	c  N st 16980   3752750       140     40149         0    119673    335158   1660213     13.77   no data  --
3287.05/822.96	c  N dy 17074   3773703       140     40149         0    139538    335156   2046636     13.77     14.53  --
3305.42/827.58	c  N dy 17194   3793782       140     40149         0    158752    335155   2418452     13.78     15.97  --
3323.01/831.90	c  N dy 17272   3814764       140     40149         0     97139    335153   1194465     13.77     14.50  --
3337.78/835.69	c  N dy 17369   3834854       140     40149         0    116269    335152   1565516     13.78     14.54  --
3354.96/839.91	c  N dy 17443   3855075       140     40149         0    135479    335151   1930482     13.77     14.53  --
3373.74/844.70	c  N dy 17514   3875102       140     40149         0    154461    335151   2286853     13.77     14.51  --
3392.91/849.43	c  N dy 17556   3895177       140     40149         0     90957    335151   1062171     13.77     14.50  --
3407.69/853.16	c  N dy 17652   3916710       140     40149         0    111466    335150   1457571     13.77     14.50  --
3424.47/857.38	c  N dy 17744   3937030       140     40149         0    130797    335147   1827764     13.77     14.55  --
3442.04/861.74	c  N dy 17839   3957077       140     40149         0    149870    335143   2191321     13.77     14.51  --
3462.44/866.86	c  N dy 17933   3977546       140     40149         0     85998    335140    983259     13.77     14.52  --
3475.61/870.16	c  N dy 18055   3997824       140     40149         0    105407    335139   1357643     13.77     14.73  --
3490.77/873.94	c  N dy 18155   4018384       140     40149         0    125036    335136   1732078     13.77     14.52  --
3507.96/878.20	c  N dy 18267   4038419       140     40149         0    144071    335134   2101142     13.78     16.83  --
3525.93/882.72	c  N dy 18383   4058488       140     40149         0    163223    335134   2480300     13.78     14.59  --
3541.90/886.76	c  N dy 18497   4078543       140     40149         0     97952    335132   1206645     13.78     15.72  --
3556.28/890.32	c  N dy 18566   4098908       140     40149         0    117122    335131   1566509     13.78     14.63  --
3571.88/894.26	c  N dy 18671   4119105       140     40149         0    136419    335131   1940543     13.78     14.67  --
3589.04/898.57	c  N dy 18733   4139319       140     40149         0    155480    335130   2296215     13.78     14.85  --
3611.43/904.20	c  N dy 18787   4166209       140     40149         0     95403    335114   1118523     13.77     14.73  --
3625.01/907.53	c  N dy 18861   4186221       140     40149         0    114352    335111   1478389     13.77     15.40  --
3639.37/911.13	c  N dy 18921   4206223       140     40149         0    133177    335111   1823853     13.77     18.70  --
3644.56/912.45	c  S st 18944   4212588       140     40149         0    139201    335110   1936190     13.77   no data  --
3646.16/912.80	c  S st 18944   4213089       140     40149         0    139690    335110   1944608     13.77   no data  --
3646.16/912.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3646.16/912.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3646.58/912.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.41
3646.98/913.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3646.98/913.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3646.98/913.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
3646.98/913.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4381.13/1096.83	c lits-rem:     25834  cl-subs:    14588  v-elim:      0  v-fix:    0  time: 734.06 s
4381.13/1096.84	c vivif2 --  cl tried    40006 cl shrink        0 lits rem          0 time: 0.02
4381.13/1096.86	c vivif2 --  cl tried   125245 cl shrink        0 lits rem          0 time: 0.10
4383.13/1097.30	c asymm  cl-useful: 15/326/40006 lits-rem:15 time: 1.74
4383.13/1097.30	c calculated reachability. Time: 0.00
4383.13/1097.30	c  N dy 18944   4213089       140     40006         0    125245    333560   1682367     13.77   no data  --
4399.11/1101.40	c  N dy 19027   4233142       140     40006         0    144267    333559   2044519     13.77     16.07  --
4417.08/1105.85	c  N dy 19123   4253330       140     40006         0    163454    333557   2410777     13.77     14.61  --
4435.46/1110.48	c  N dy 19227   4275336       140     40006         0     98767    333556   1202370     13.77     14.69  --
4449.04/1113.83	c  N dy 19298   4295550       140     40006         0    117971    333555   1570453     13.77     14.62  --
4465.02/1117.80	c  N dy 19416   4315746       140     40006         0    137189    333553   1942435     13.77     14.50  --
4489.38/1123.98	c  N dy 19512   4342296       140     40006         0    162269    333548   2409992     13.77     14.61  --
4511.36/1129.45	c  N dy 19561   4363640       140     40006         0     95664    333546   1128007     13.76     14.60  --
4526.53/1133.27	c  N dy 19650   4383941       140     40006         0    115003    333546   1499434     13.76     14.62  --
4544.11/1137.62	c  N dy 19735   4404239       140     40006         0    134297    333542   1865900     13.76     14.66  --
4564.90/1142.82	c  N dy 19800   4425240       140     40006         0    154205    333542   2242184     13.76     14.50  --
4585.25/1147.91	c  N dy 19836   4445343       140     40006         0    173022    333542   2581750     13.76     14.49  --
4603.23/1152.45	c  N dy 19981   4466684       140     40006         0    105609    333539   1328772     13.76     14.50  --
4618.81/1156.36	c  N dy 20052   4486807       140     40006         0    124565    333538   1681041     13.76     14.62  --
4636.79/1160.87	c  N dy 20140   4507442       140     40006         0    144184    333537   2049727     13.76     14.62  --
4658.35/1166.29	c  N dy 20217   4527830       140     40006         0    163597    333536   2418468     13.76     14.54  --
4681.53/1172.05	c  N dy 20327   4548075       140     40006         0     94103    333533   1095976     13.76     14.63  --
4697.12/1175.90	c  N dy 20426   4569758       140     40006         0    114444    333530   1470926     13.76     14.62  --
4713.88/1180.18	c  N dy 20537   4589775       140     40006         0    133564    333529   1842343     13.76     16.38  --
4733.45/1185.07	c  N dy 20610   4610076       140     40006         0    152824    333523   2212473     13.76     14.68  --
4761.81/1192.10	c  N dy 20734   4635419       140     40006         0    176819    333520   2668350     13.76     14.50  --
4778.99/1196.49	c  N dy 20836   4655487       140     40006         0    106145    333518   1314045     13.76     15.87  --
4798.19/1201.21	c  N dy 20943   4679093       140     40006         0    128582    333517   1741947     13.76     14.54  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263345-1304134993/watcher-3263345-1304134993 -o /tmp/evaluation-result-3263345-1304134993/solver-3263345-1304134993 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3263345-1304134993.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: 3.41 4.15 5.45 5/180 3332
/proc/meminfo: memFree=30884240/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 525097253 52465664 352 33554432000 4194304 4650419 140736193226400 18446744073709551615 228244405233 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 12809 352 303 112 0 7774 0
[pid=3332/tid=3333] ppid=3330 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 525097254 52465664 352 33554432000 4194304 4650419 140736193226400 18446744073709551615 47656389240754 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 525097254 52465664 352 33554432000 4194304 4650419 140736193226400 18446744073709551615 47656389240748 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 525097254 52465664 352 33554432000 4194304 4650419 140736193226400 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.011746 s]
/proc/loadavg: 3.41 4.15 5.45 5/180 3332
/proc/meminfo: memFree=30884240/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=281924 CPUtime=0.02 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 2025 0 0 0 2 0 0 0 24 0 4 0 525097253 288690176 1936 33554432000 4194304 4650419 140736193226400 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 70481 1939 343 112 0 65446 0
[pid=3332/tid=3333] ppid=3330 vsize=281924 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 407 0 0 0 0 0 0 0 24 0 4 0 525097254 288690176 1939 33554432000 4194304 4650419 140736193226400 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=281924 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 397 0 0 0 0 0 0 0 24 0 4 0 525097254 288690176 1940 33554432000 4194304 4650419 140736193226400 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=281924 CPUtime=0 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 401 0 0 0 0 0 0 0 25 0 4 0 525097254 288690176 1942 33554432000 4194304 4650419 140736193226400 18446744073709551615 4306796 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 281924

[startup+0.100724 s]
/proc/loadavg: 3.41 4.15 5.45 5/180 3332
/proc/meminfo: memFree=30884240/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=286912 CPUtime=0.37 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 7553 0 0 0 36 1 0 0 24 0 4 0 525097253 293797888 7463 33554432000 4194304 4650419 140736193226400 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 71728 7463 367 112 0 66693 0
[pid=3332/tid=3333] ppid=3330 vsize=286912 CPUtime=0.09 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 1780 0 0 0 9 0 0 0 24 0 4 0 525097254 293797888 7463 33554432000 4194304 4650419 140736193226400 18446744073709551615 4370432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=286912 CPUtime=0.09 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 1778 0 0 0 9 0 0 0 24 0 4 0 525097254 293797888 7463 33554432000 4194304 4650419 140736193226400 18446744073709551615 4370582 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=286912 CPUtime=0.08 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 1798 0 0 0 8 0 0 0 25 0 4 0 525097254 293797888 7463 33554432000 4194304 4650419 140736193226400 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 286912

[startup+0.300689 s]
/proc/loadavg: 3.41 4.15 5.45 5/180 3332
/proc/meminfo: memFree=30884240/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=314868 CPUtime=1.17 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 23163 0 0 0 113 4 0 0 25 0 4 0 525097253 322424832 19770 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 78717 19770 383 112 0 73682 0
[pid=3332/tid=3333] ppid=3330 vsize=314868 CPUtime=0.28 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 6952 0 0 0 28 0 0 0 25 0 4 0 525097254 322424832 19770 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476437 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=314868 CPUtime=0.28 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 6850 0 0 0 27 1 0 0 18 0 4 0 525097254 322424832 19770 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=314868 CPUtime=0.28 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 2107 0 0 0 28 0 0 0 25 0 4 0 525097254 322424832 19770 33554432000 4194304 4650419 140736193226400 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 314868

[startup+0.700621 s]
/proc/loadavg: 3.41 4.15 5.45 5/180 3332
/proc/meminfo: memFree=30884240/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=314868 CPUtime=2.77 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 23479 0 0 0 273 4 0 0 25 0 4 0 525097253 322424832 20086 33554432000 4194304 4650419 140736193226400 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 78717 20086 386 112 0 73682 0
[pid=3332/tid=3333] ppid=3330 vsize=314868 CPUtime=0.68 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 6952 0 0 0 68 0 0 0 25 0 4 0 525097254 322424832 20086 33554432000 4194304 4650419 140736193226400 18446744073709551615 4438725 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=314868 CPUtime=0.68 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 6851 0 0 0 67 1 0 0 18 0 4 0 525097254 322424832 20086 33554432000 4194304 4650419 140736193226400 18446744073709551615 4433134 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=314868 CPUtime=0.68 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 2422 0 0 0 68 0 0 0 25 0 4 0 525097254 322424832 20086 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 314868

[startup+1.50048 s]
/proc/loadavg: 3.41 4.15 5.45 12/184 3336
/proc/meminfo: memFree=30763804/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=315900 CPUtime=5.96 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 24489 0 0 0 592 4 0 0 25 0 4 0 525097253 323481600 21079 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 78975 21079 388 112 0 73940 0
[pid=3332/tid=3333] ppid=3330 vsize=315900 CPUtime=1.48 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 7062 0 0 0 148 0 0 0 25 0 4 0 525097254 323481600 21079 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=315900 CPUtime=1.48 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 7117 0 0 0 147 1 0 0 19 0 4 0 525097254 323481600 21079 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=315900 CPUtime=1.47 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 2789 0 0 0 147 0 0 0 25 0 4 0 525097254 323481600 21079 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 315900

[startup+3.1002 s]
/proc/loadavg: 3.41 4.15 5.45 9/184 3336
/proc/meminfo: memFree=30735532/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=321992 CPUtime=12.35 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 33083 0 0 0 1230 5 0 0 25 0 4 0 525097253 329719808 26799 33554432000 4194304 4650419 140736193226400 18446744073709551615 4313315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 80498 26799 391 112 0 75463 0
[pid=3332/tid=3333] ppid=3330 vsize=321992 CPUtime=3.09 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 7582 0 0 0 308 1 0 0 25 0 4 0 525097254 329719808 26799 33554432000 4194304 4650419 140736193226400 18446744073709551615 4313319 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=321992 CPUtime=3.08 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 7633 0 0 0 307 1 0 0 23 0 4 0 525097254 329719808 26799 33554432000 4194304 4650419 140736193226400 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=321992 CPUtime=3.07 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 9829 0 0 0 306 1 0 0 25 0 4 0 525097254 329719808 26799 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 321992

[startup+6.30064 s]
/proc/loadavg: 3.78 4.21 5.47 9/184 3337
/proc/meminfo: memFree=30678660/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=330004 CPUtime=25.13 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 43227 0 0 0 2505 8 0 0 25 0 4 0 525097253 337924096 34137 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 82501 34137 393 112 0 77466 0
[pid=3332/tid=3333] ppid=3330 vsize=330004 CPUtime=6.28 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 10855 0 0 0 626 2 0 0 25 0 4 0 525097254 337924096 34137 33554432000 4194304 4650419 140736193226400 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=330004 CPUtime=6.28 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 10941 0 0 0 627 1 0 0 25 0 4 0 525097254 337924096 34137 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=330004 CPUtime=6.26 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 10611 0 0 0 624 2 0 0 25 0 4 0 525097254 337924096 34137 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 330004

[startup+12.7005 s]
/proc/loadavg: 4.12 4.27 5.48 9/184 3337
/proc/meminfo: memFree=30644836/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=294468 CPUtime=50.69 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 54580 0 0 0 5058 11 0 0 25 0 4 0 525097253 301535232 35747 33554432000 4194304 4650419 140736193226400 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 73617 35747 393 112 0 68582 0
[pid=3332/tid=3333] ppid=3330 vsize=294468 CPUtime=12.68 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 13579 0 0 0 1266 2 0 0 25 0 4 0 525097254 301535232 35747 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439293 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=294468 CPUtime=12.68 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 12486 0 0 0 1266 2 0 0 25 0 4 0 525097254 301535232 35747 33554432000 4194304 4650419 140736193226400 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=294468 CPUtime=12.62 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 15313 0 0 0 1259 3 0 0 25 0 4 0 525097254 301535232 35747 33554432000 4194304 4650419 140736193226400 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 294468

[startup+25.5003 s]
/proc/loadavg: 4.98 4.45 5.52 9/184 3337
/proc/meminfo: memFree=30595844/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=317884 CPUtime=101.82 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 69605 0 0 0 10166 16 0 0 25 0 4 0 525097253 325513216 41150 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 79471 41150 393 112 0 74436 0
[pid=3332/tid=3333] ppid=3330 vsize=317884 CPUtime=25.48 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 17786 0 0 0 2544 4 0 0 25 0 4 0 525097254 325513216 41150 33554432000 4194304 4650419 140736193226400 18446744073709551615 4370643 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=317884 CPUtime=25.48 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 15229 0 0 0 2545 3 0 0 25 0 4 0 525097254 325513216 41150 33554432000 4194304 4650419 140736193226400 18446744073709551615 4457376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=317884 CPUtime=25.34 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 19828 0 0 0 2530 4 0 0 25 0 4 0 525097254 325513216 41150 33554432000 4194304 4650419 140736193226400 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 317884

[startup+51.1008 s]
/proc/loadavg: 6.14 4.77 5.59 9/184 3338
/proc/meminfo: memFree=30531872/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=461716 CPUtime=204.08 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 103588 0 0 0 20384 24 0 0 25 0 4 0 525097253 472797184 51455 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 115429 51455 393 112 0 110394 0
[pid=3332/tid=3333] ppid=3330 vsize=461716 CPUtime=51.08 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 27582 0 0 0 5102 6 0 0 25 0 4 0 525097254 472797184 51455 33554432000 4194304 4650419 140736193226400 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=461716 CPUtime=51.08 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 17019 0 0 0 5103 5 0 0 25 0 4 0 525097254 472797184 51455 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=461716 CPUtime=50.81 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 33168 0 0 0 5073 8 0 0 25 0 4 0 525097254 472797184 51455 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 461716

[startup+102.307 s]
/proc/loadavg: 7.33 5.30 5.73 9/184 3339
/proc/meminfo: memFree=30458652/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=360272 CPUtime=408.62 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 163862 0 0 0 40817 45 0 0 25 0 4 0 525097253 368918528 58155 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 90068 58155 393 112 0 85033 0
[pid=3332/tid=3333] ppid=3330 vsize=360272 CPUtime=102.29 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 41524 0 0 0 10218 11 0 0 25 0 4 0 525097254 368918528 58155 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=360272 CPUtime=102.28 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 23627 0 0 0 10221 7 0 0 25 0 4 0 525097254 368918528 58155 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=360272 CPUtime=101.73 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 56971 0 0 0 10157 16 0 0 25 0 4 0 525097254 368918528 58155 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 360272

[startup+162.3 s]

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

[pid=3332] ppid=3330 vsize=596276 CPUtime=2805.31 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 508487 0 0 0 280372 159 0 0 25 0 4 0 525097253 610586624 100470 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 149069 100470 393 112 0 144034 0
[pid=3332/tid=3333] ppid=3330 vsize=596276 CPUtime=702.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 125968 0 0 0 70191 39 0 0 25 0 4 0 525097254 610586624 100470 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=596276 CPUtime=702.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 49489 0 0 0 70211 18 0 0 25 0 4 0 525097254 610586624 100470 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=596276 CPUtime=698.47 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 212688 0 0 0 69785 62 0 0 25 0 4 0 525097254 610586624 100470 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.31
Current children cumulated vsize (KiB) 596276

[startup+762.306 s]
/proc/loadavg: 8.12 7.80 6.93 9/184 3357
/proc/meminfo: memFree=30124144/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=678584 CPUtime=3045.01 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 540144 0 0 0 304326 175 0 0 25 0 4 0 525097253 694870016 100464 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 169646 100464 393 112 0 164611 0
[pid=3332/tid=3333] ppid=3330 vsize=678584 CPUtime=762.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 131122 0 0 0 76190 40 0 0 25 0 4 0 525097254 694870016 100464 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=678584 CPUtime=762.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 53529 0 0 0 76208 21 0 0 25 0 4 0 525097254 694870016 100464 33554432000 4194304 4650419 140736193226400 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=678584 CPUtime=758.15 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 225187 0 0 0 75747 68 0 0 25 0 4 0 525097254 694870016 100464 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 678584

[startup+822.301 s]
/proc/loadavg: 8.11 7.85 7.00 9/184 3358
/proc/meminfo: memFree=30100632/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=613936 CPUtime=3284.66 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 568214 0 0 0 328279 187 0 0 25 0 4 0 525097253 628670464 97837 33554432000 4194304 4650419 140736193226400 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 153484 97837 393 112 0 148449 0
[pid=3332/tid=3333] ppid=3330 vsize=613936 CPUtime=822.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 138057 0 0 0 82186 44 0 0 25 0 4 0 525097254 628670464 97837 33554432000 4194304 4650419 140736193226400 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=613936 CPUtime=822.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 54288 0 0 0 82208 21 0 0 25 0 4 0 525097254 628670464 97837 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=613936 CPUtime=817.82 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 236351 0 0 0 81710 72 0 0 25 0 4 0 525097254 628670464 97837 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 613936

[startup+882.3 s]
/proc/loadavg: 8.21 7.92 7.07 9/184 3360
/proc/meminfo: memFree=30106028/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=679824 CPUtime=3524.33 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 597008 0 0 0 352236 197 0 0 25 0 4 0 525097253 696139776 103097 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 169956 103097 393 112 0 164921 0
[pid=3332/tid=3333] ppid=3330 vsize=679824 CPUtime=882.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 144228 0 0 0 88184 46 0 0 25 0 4 0 525097254 696139776 103097 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=679824 CPUtime=882.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 54310 0 0 0 88208 21 0 0 25 0 4 0 525097254 696139776 103097 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=679824 CPUtime=877.49 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 248314 0 0 0 87673 76 0 0 25 0 4 0 525097254 696139776 103097 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 679824

[startup+942.301 s]
/proc/loadavg: 8.15 7.95 7.13 9/184 3362
/proc/meminfo: memFree=30076204/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=614576 CPUtime=3764 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 626257 0 0 0 376192 208 0 0 25 0 4 0 525097253 629325824 104922 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 153644 104922 393 112 0 148609 0
[pid=3332/tid=3333] ppid=3330 vsize=614576 CPUtime=942.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 151007 0 0 0 94181 49 0 0 25 0 4 0 525097254 629325824 104922 33554432000 4194304 4650419 140736193226400 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=614576 CPUtime=942.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 54314 0 0 0 94208 21 0 0 25 0 4 0 525097254 629325824 104922 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476306 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=614576 CPUtime=937.16 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 261129 0 0 0 93636 80 0 0 25 0 4 0 525097254 629325824 104922 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 614576

[startup+1002.3 s]
/proc/loadavg: 8.12 7.97 7.19 9/184 3363
/proc/meminfo: memFree=30062768/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=614576 CPUtime=4003.67 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 641064 0 0 0 400156 211 0 0 25 0 4 0 525097253 629325824 106390 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 153644 106390 393 112 0 148609 0
[pid=3332/tid=3333] ppid=3330 vsize=614576 CPUtime=1002.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 153353 0 0 0 100180 50 0 0 25 0 4 0 525097254 629325824 106390 33554432000 4194304 4650419 140736193226400 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=614576 CPUtime=1002.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 54316 0 0 0 100208 21 0 0 25 0 4 0 525097254 629325824 106390 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=614576 CPUtime=996.84 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 265725 0 0 0 99603 81 0 0 25 0 4 0 525097254 629325824 106390 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 614576

[startup+1062.3 s]
/proc/loadavg: 8.10 7.99 7.24 9/184 3365
/proc/meminfo: memFree=30055800/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=614576 CPUtime=4243.35 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 680036 0 0 0 424115 220 0 0 25 0 4 0 525097253 629325824 106997 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 153644 106997 393 112 0 148609 0
[pid=3332/tid=3333] ppid=3330 vsize=614576 CPUtime=1062.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 160621 0 0 0 106176 54 0 0 25 0 4 0 525097254 629325824 106997 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=614576 CPUtime=1062.29 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 55030 0 0 0 106207 22 0 0 25 0 4 0 525097254 629325824 106997 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=614576 CPUtime=1056.52 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 279637 0 0 0 105569 83 0 0 25 0 4 0 525097254 629325824 106997 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 614576

[startup+1122.3 s]
/proc/loadavg: 8.11 8.02 7.30 9/184 3376
/proc/meminfo: memFree=30039108/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=616444 CPUtime=4482.99 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 719369 0 0 0 448068 231 0 0 25 0 4 0 525097253 631238656 105141 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 154111 105141 393 112 0 149076 0
[pid=3332/tid=3333] ppid=3330 vsize=616444 CPUtime=1122.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 166510 0 0 0 112174 56 0 0 25 0 4 0 525097254 631238656 105141 33554432000 4194304 4650419 140736193226400 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=616444 CPUtime=1122.28 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 55296 0 0 0 112206 22 0 0 25 0 4 0 525097254 631238656 105141 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=616444 CPUtime=1116.18 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 296125 0 0 0 111531 87 0 0 25 0 4 0 525097254 631238656 105141 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 616444

[startup+1182.3 s]
/proc/loadavg: 8.10 8.03 7.34 9/184 3378
/proc/meminfo: memFree=30052808/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=616760 CPUtime=4722.66 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 750649 0 0 0 472024 242 0 0 25 0 4 0 525097253 631562240 104172 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 154190 104172 393 112 0 149155 0
[pid=3332/tid=3333] ppid=3330 vsize=616760 CPUtime=1182.3 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 174679 0 0 0 118173 57 0 0 25 0 4 0 525097254 631562240 104172 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=616760 CPUtime=1182.28 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 55296 0 0 0 118206 22 0 0 25 0 4 0 525097254 631562240 104172 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=616760 CPUtime=1175.86 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 307622 0 0 0 117494 92 0 0 25 0 4 0 525097254 631562240 104172 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 616760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.02 7.36 5/180 3379
/proc/meminfo: memFree=30476904/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=616812 CPUtime=4800.17 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 759786 0 0 0 479771 246 0 0 25 0 4 0 525097253 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 154203 105528 393 112 0 149168 0
[pid=3332/tid=3333] ppid=3330 vsize=616812 CPUtime=1201.71 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 178161 0 0 0 120113 58 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=616812 CPUtime=1201.68 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 55296 0 0 0 120146 22 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=616812 CPUtime=1195.15 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 309451 0 0 0 119422 93 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 616812

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

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

[startup+1201.7 s]
/proc/loadavg: 8.07 8.02 7.36 5/180 3379
/proc/meminfo: memFree=30476904/32951124 swapFree=67111364/67111528
[pid=3332] ppid=3330 vsize=616812 CPUtime=4800.17 cores=0,2,4,6
/proc/3332/stat : 3332 (strangenight1-m) R 3330 3332 1767 0 -1 4202496 759786 0 0 0 479771 246 0 0 25 0 4 0 525097253 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3332/statm: 154203 105528 393 112 0 149168 0
[pid=3332/tid=3333] ppid=3330 vsize=616812 CPUtime=1201.71 cores=0,2,4,6
/proc/3332/task/3333/stat : 3333 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 178161 0 0 0 120113 58 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3332/tid=3334] ppid=3330 vsize=616812 CPUtime=1201.68 cores=0,2,4,6
/proc/3332/task/3334/stat : 3334 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 55296 0 0 0 120146 22 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3332/tid=3335] ppid=3330 vsize=616812 CPUtime=1195.15 cores=0,2,4,6
/proc/3332/task/3335/stat : 3335 (strangenight1-m) R 3330 3332 1767 0 -1 4202560 309451 0 0 0 119422 93 0 0 25 0 4 0 525097254 631615488 105528 33554432000 4194304 4650419 140736193226400 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 616812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.23
CPU user time (s): 4797.74
CPU system time (s): 2.48562
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 694228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.74
system time used= 2.48562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 759787
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= 2031
involuntary context switches= 22288

runsolver used 1.80373 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 05:43:13
IDJOB=3263345
IDBENCH=83965
IDSOLVER=1588
FILE ID=node136/3263345-1304134993
RUNJOBID= node136-1304134993-3308
PBS_JOBID= 13170780
Free space on /tmp= 73072 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263345-1304134993/watcher-3263345-1304134993 -o /tmp/evaluation-result-3263345-1304134993/solver-3263345-1304134993 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3263345-1304134993.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1307433045

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30884768 kB
Buffers:        607380 kB
Cached:         953732 kB
SwapCached:          0 kB
Active:         178252 kB
Inactive:      1464724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30884768 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           16420 kB
Writeback:           0 kB
AnonPages:       81636 kB
Mapped:          14872 kB
Slab:           360764 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   275208 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= 73064 MiB
End job on node136 at 2011-04-30 06:03:17