Trace number 3259251

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-2-mt? (TO) 4800.32 1201.74

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3259251-1304028958.cnf'
0.00/0.00	c -- header says num vars:            945
0.00/0.00	c -- header says num clauses:       61409
0.00/0.02	c -- clauses added:            0 learnts,        61409 normals,            0 xors
0.00/0.02	c -- vars added        945
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       945        45     61364         0    123673         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/45/45 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    945 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.00 s
0.00/0.09	c lits-rem:       371  cl-subs:        0  v-elim:     45  v-fix:    0  time:  0.03 s
0.00/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.09	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.09	c calculated reachability. Time: 0.00
0.00/0.80	c Calc default polars -  time:   0.00 s pos:       0 undec:      45 neg:     900
0.00/0.80	c =========================================================================================
0.00/0.80	c types(t): F = full restart, N = normal restart
0.00/0.80	c types(t): S = simplification begin/end, E = solution found
0.00/0.80	c restart types(rt): st = static, dy = dynamic
0.00/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.80	c  B st     0         0       900      4020     56444         0    198704         0   no data   no data
0.00/0.80	c  N dy    12      4192       900      4020     56444      4111    198704    132635      9.00      9.52
0.00/0.80	c  N dy    32      8200       900      4020     56444      5611    198704    163546      9.25      9.76
0.00/0.80	c  N dy    52     12603       900      4020     56444      5771    198704    137446      9.26      9.83
3.60/0.97	c  N dy    70     16886       900      4020     56444      9992    198704    269292      9.29      9.84
4.77/1.20	c  N dy    94     21135       900      4020     56444      8649    198704    203536      9.39      9.89
5.57/1.43	c  F st   119     25000       900      4020     56444     12450    198704    326650      9.47   no data
5.57/1.45	c  N st   120     25250       900      4020     56444     12696    198704    333367      9.47   no data
6.76/1.71	c  N dy   125     30000       900      4020     56444     10637    198704    248174      9.47   no data
6.76/1.71	c  S st   125     30000       900      4020     56444     10637    198704    248174      9.47   no data
6.76/1.74	c  S st   125     30500       900      4020     56444     11137    198704    264951      9.47   no data
6.76/1.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.09
7.17/1.83	c blocked clauses removed:        0 vars:      0 tried:         900 T: 0.00 s
7.17/1.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
7.96/2.07	c subs with bin:        0  lits-rem:     18277  v-fix:    0  time:  0.23 s
7.96/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
7.96/2.08	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
7.96/2.08	c lits-rem:        12  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.35/3.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.08 s
12.75/3.26	c lits-rem:       178  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.08 s
13.95/3.50	c asymm  cl-useful: 0/3975/4020 lits-rem:0 time: 0.25
13.95/3.51	c calculated reachability. Time: 0.00
13.95/3.51	c  N dy   125     30500       900      4020     56444      9548    180415    242514      9.47   no data
14.75/3.75	c  N dy   145     34611       900      4020     56444     13583    180415    384922      9.54     10.09
15.96/4.01	c  N dy   166     38760       900      4020     56444      9900    180415    217957      9.60     10.12
16.75/4.27	c  N dy   194     42970       900      4020     56444     14021    180415    354667      9.68     10.19
17.55/4.44	c  S st   213     45750       900      4020     56444     16751    180415    451139      9.72      9.81
17.55/4.47	c  S st   213     46250       900      4020     56444     17250    180415    473360      9.72   no data
17.55/4.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.95/4.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.09
17.95/4.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.95/4.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.74/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
18.74/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
18.74/4.73	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
18.74/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.94/6.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
24.34/6.15	c lits-rem:       126  cl-subs:      795  v-elim:      0  v-fix:    0  time:  0.14 s
24.34/6.15	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
24.34/6.17	c vivif2 --  cl tried    16455 cl shrink        0 lits rem          0 time: 0.02
25.16/6.35	c asymm  cl-useful: 0/2598/4020 lits-rem:0 time: 0.18
25.16/6.35	c calculated reachability. Time: 0.00
25.16/6.35	c  N dy   213     46250       900      4020     56444     16455    180415    460886      9.72   no data
26.34/6.61	c  N dy   233     50348       900      4020     56444     11690    180415    267407      9.75     10.29
27.14/6.87	c  N dy   260     54460       900      4020     56444     15719    180415    411610      9.81     10.33
28.33/7.16	c  N dy   282     58643       900      4020     56444     10035    180415    191015      9.83     10.36
29.55/7.42	c  N dy   298     62999       900      4020     56444     14292    180415    337191      9.81     10.34
30.73/7.71	c  N dy   315     67182       900      4020     56444     18375    180415    460747      9.80     10.32
31.13/7.87	c  S st   323     69375       900      4020     56444     20502    180415    520366      9.80      9.81
31.53/7.90	c  S st   323     69876       900      4020     56444     21001    180415    540595      9.80   no data
31.53/7.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.93/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.0M T:  0.09
31.93/8.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.93/8.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.33/8.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
32.33/8.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
32.33/8.17	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
32.33/8.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.52/9.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
38.34/9.65	c lits-rem:       233  cl-subs:     1631  v-elim:      0  v-fix:    0  time:  0.20 s
38.34/9.66	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
38.34/9.67	c vivif2 --  cl tried    19370 cl shrink        0 lits rem          0 time: 0.02
38.72/9.79	c asymm  cl-useful: 0/1422/4020 lits-rem:0 time: 0.12
39.12/9.80	c calculated reachability. Time: 0.00
39.12/9.80	c  N dy   323     69876       900      4020     56444     19370    180415    516472      9.80   no data
40.31/10.11	c  N dy   340     74588       900      4020     56444     13233    180415    277885      9.78     10.31
41.52/10.43	c  N dy   358     79368       900      4020     56444     17904    180415    432683      9.77     10.38
43.11/10.80	c  N dy   386     84549       900      4020     56444     22992    180415    609976      9.79     10.33
43.52/10.99	c  F st   400     87502       900      4020     56444     14163    180415    279419      9.79      9.48
44.72/11.21	c  N st   405     90800       900      4020     56444     17370    180415    385216      9.79   no data
45.92/11.60	c  N dy   423     96653       900      4020     56444     23090    180415    584700      9.80     10.38
47.91/12.03	c  N dy   457    102858       900      4020     56444     16473    180415    332948      9.82     14.41
48.31/12.17	c  S st   468    104814       900      4020     56444     18383    180415    391048      9.82      7.77
48.71/12.21	c  S st   468    105316       900      4020     56444     18882    180415    409936      9.82   no data
48.71/12.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.11/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.09
49.11/12.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.11/12.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
49.50/12.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
49.50/12.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
49.50/12.47	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
49.50/12.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.70/13.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
55.10/13.80	c lits-rem:       174  cl-subs:      755  v-elim:      0  v-fix:    0  time:  0.09 s
55.10/13.80	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
55.10/13.82	c vivif2 --  cl tried    18127 cl shrink        0 lits rem          0 time: 0.02
55.50/14.00	c asymm  cl-useful: 0/2589/4020 lits-rem:0 time: 0.18
55.50/14.00	c calculated reachability. Time: 0.00
55.50/14.00	c  N dy   468    105316       900      4020     56444     18127    180415    399995      9.82   no data
57.89/14.50	c  N dy   505    112448       900      4020     56444     25110    180415    631337      9.84     10.38
59.90/15.04	c  N dy   530    119882       900      4020     56444     18688    180415    366159      9.82     10.37
61.89/15.55	c  N dy   572    127560       900      4020     56444     26236    180415    626829      9.85     10.98
64.30/16.18	c  N dy   601    136062       900      4020     56444     19847    180415    394570      9.84     10.39
67.08/16.87	c  N dy   637    144895       900      4020     56444     28447    180415    647574      9.84     10.42
69.88/17.55	c  N dy   682    154347       900      4020     56444     22077    180415    449386      9.85     10.47
71.08/17.82	c  S st   696    157974       900      4020     56444     25628    180415    558798      9.85      9.33
71.08/17.86	c  S st   696    158477       900      4020     56444     26128    180415    577315      9.85   no data
71.08/17.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.47/17.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.1M T:  0.10
71.47/17.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.47/17.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
72.27/18.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
72.27/18.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
72.27/18.13	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
72.27/18.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.07/19.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
78.26/19.61	c lits-rem:       294  cl-subs:     1563  v-elim:      0  v-fix:    0  time:  0.21 s
78.26/19.61	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
78.26/19.63	c vivif2 --  cl tried    24565 cl shrink        0 lits rem          0 time: 0.02
78.66/19.76	c asymm  cl-useful: 0/1431/4020 lits-rem:0 time: 0.12
78.66/19.76	c calculated reachability. Time: 0.00
78.66/19.76	c  N dy   696    158477       900      4020     56444     24565    180415    557852      9.85   no data
81.87/20.51	c  N dy   749    168776       900      4020     56444     18049    180415    301293      9.87     10.39
84.65/21.28	c  N dy   804    179811       900      4020     56444     28846    180415    655840      9.89     10.48
88.66/22.27	c  N dy   849    192096       900      4020     56444     23220    180415    436961      9.87     10.41
92.64/23.22	c  N dy   909    204687       900      4020     56444     35548    180415    852537      9.88     10.42
96.24/24.17	c  N dy   968    217771       900      4020     56444     29738    180415    644333      9.89     11.05
100.63/25.26	c  N dy  1026    232020       900      4020     56444     24148    180415    448635      9.89     10.45
102.63/25.70	c  S st  1052    237715       900      4020     56444     29718    180415    631367      9.89      9.69
102.63/25.73	c  S st  1052    238218       900      4020     56444     30221    180415    653243      9.89   no data
102.63/25.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
103.03/25.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.11
103.03/25.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.03/25.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
103.83/26.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
103.83/26.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
103.83/26.02	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
103.83/26.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
108.64/27.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
109.82/27.56	c lits-rem:       316  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  0.28 s
109.82/27.56	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
109.82/27.59	c vivif2 --  cl tried    28531 cl shrink        0 lits rem          0 time: 0.03
110.62/27.78	c asymm  cl-useful: 0/2070/4020 lits-rem:0 time: 0.19
110.62/27.78	c calculated reachability. Time: 0.00
110.62/27.78	c  N dy  1052    238218       900      4020     56444     28531    180415    633009      9.89   no data
115.81/29.06	c  N dy  1115    253523       900      4020     56444     22959    180415    393508      9.89     10.42
121.01/30.31	c  N dy  1182    269934       900      4020     56444     38972    180415    906004      9.89     10.44
126.59/31.71	c  N dy  1265    287320       900      4020     56444     34471    180415    752297      9.89     10.42
132.99/33.37	c  N dy  1354    305760       900      4020     56444     30032    180415    575107      9.90     10.51
133.39/33.41	c  F st  1358    306250       900      4020     56444     30517    180415    591789      9.90      9.39
140.17/35.14	c  N dy  1423    325755       900      4020     56444     26119    180415    450655      9.90     10.57
147.36/36.98	c  N dy  1517    345860       900      4020     56444     45734    180415   1050106      9.91     10.45
151.37/37.95	c  S st  1573    357328       900      4020     56444     32552    180415    638850      9.91      9.48
151.37/37.99	c  S st  1573    357835       900      4020     56444     33058    180415    660259      9.91   no data
151.37/37.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
152.18/38.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.8M T:  0.11
152.18/38.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.18/38.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
152.58/38.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
152.58/38.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
152.58/38.28	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
152.58/38.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
157.75/39.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
158.95/39.81	c lits-rem:       181  cl-subs:     1239  v-elim:      0  v-fix:    0  time:  0.24 s
158.95/39.82	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
158.95/39.84	c vivif2 --  cl tried    31819 cl shrink        0 lits rem          0 time: 0.03
159.75/40.03	c asymm  cl-useful: 0/1950/4020 lits-rem:0 time: 0.18
159.75/40.03	c calculated reachability. Time: 0.00
159.75/40.03	c  N dy  1573    357835       900      4020     56444     31819    180415    643988      9.91   no data
167.34/41.94	c  N dy  1647    377923       900      4020     56444     26029    180415    406084      9.91     11.47
173.74/43.56	c  N dy  1734    397939       900      4020     56444     45536    180415   1009491      9.91     10.45
180.52/45.26	c  N dy  1829    417950       900      4020     56444     38740    180415    781285      9.92     10.47
188.11/47.13	c  N dy  1913    437966       900      4020     56444     30950    180415    513448      9.92     12.07
195.70/49.03	c  N dy  1991    457989       900      4020     56444     50415    180415   1073738      9.92     10.48
203.29/50.96	c  N dy  2085    478430       900      4020     56444     42054    180415    816965      9.93     10.51
211.28/52.93	c  N dy  2181    498513       900      4020     56444     32420    180415    495629      9.93     10.58
217.67/54.58	c  N dy  2254    518724       900      4020     56444     52154    180415   1127669      9.93     10.47
224.06/56.18	c  S st  2329    536753       900      4020     56444     39509    180415    685373      9.93      9.17
224.46/56.22	c  S st  2329    537254       900      4020     56444     40007    180415    703929      9.93   no data
224.46/56.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
224.86/56.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.6M T:  0.11
224.86/56.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.86/56.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
225.66/56.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
225.66/56.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
225.66/56.51	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
225.66/56.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
230.45/57.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
231.26/57.99	c lits-rem:       439  cl-subs:     1764  v-elim:      0  v-fix:    0  time:  0.27 s
231.26/57.99	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
231.67/58.03	c vivif2 --  cl tried    38243 cl shrink        0 lits rem          0 time: 0.03
232.44/58.22	c asymm  cl-useful: 0/1610/4020 lits-rem:0 time: 0.19
232.44/58.22	c calculated reachability. Time: 0.00
232.44/58.22	c  N dy  2329    537254       900      4020     56444     38243    180415    682726      9.93   no data
239.64/60.06	c  N dy  2416    557266       900      4020     56444     57739    180415   1248608      9.93     10.52
247.23/61.92	c  N dy  2501    577299       900      4020     56444     46128    180415    873327      9.93     10.82
254.42/63.77	c  N dy  2589    597366       900      4020     56444     33503    180415    478513      9.93     10.48
261.22/65.48	c  N dy  2678    617373       900      4020     56444     53000    180415   1051981      9.94     11.06
269.60/67.57	c  N dy  2756    638318       900      4020     56444     40263    180415    644724      9.93     10.50
276.79/69.37	c  N dy  2832    658817       900      4020     56444     60244    180415   1227249      9.93     10.51
284.41/71.27	c  N dy  2912    679028       900      4020     56444     45767    180415    789687      9.93     10.46
292.37/73.23	c  N dy  2996    699302       900      4020     56444     65486    180415   1355238      9.93     10.52
299.95/75.12	c  N dy  3078    719495       900      4020     56444     50132    180415    907271      9.93     10.46
307.95/77.18	c  N dy  3157    739593       900      4020     56444     69602    180415   1428802      9.92     10.54
315.93/79.14	c  N dy  3238    759938       900      4020     56444     53491    180415    963806      9.92     10.55
323.54/81.09	c  N dy  3314    780024       900      4020     56444     73058    180415   1532877      9.92     10.48
331.52/83.00	c  N dy  3396    800103       900      4020     56444     55613    180415   1001122      9.92     10.55
333.51/83.52	c  S st  3413    805881       900      4020     56444     61223    180415   1155896      9.92      9.09
333.51/83.56	c  S st  3413    806381       900      4020     56444     61723    180415   1174967      9.92   no data
333.51/83.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
334.31/83.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.15
334.31/83.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
334.31/83.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
334.71/83.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
334.71/83.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
334.71/83.89	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
335.11/83.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
340.31/85.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
343.90/86.18	c lits-rem:       972  cl-subs:     4604  v-elim:      0  v-fix:    0  time:  0.97 s
343.90/86.19	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
344.30/86.24	c vivif2 --  cl tried    57119 cl shrink        0 lits rem          0 time: 0.05
345.10/86.45	c asymm  cl-useful: 0/1418/4020 lits-rem:0 time: 0.21
345.10/86.45	c calculated reachability. Time: 0.00
345.10/86.45	c  N dy  3413    806381       900      4020     56444     57119    180415   1117568      9.92   no data
353.89/88.64	c  N dy  3505    826443       900      4020     56444     38739    180415    517718      9.92     10.94
361.07/90.41	c  N dy  3595    846547       900      4020     56444     58343    180415   1070986      9.92     10.45
369.46/92.57	c  N dy  3685    866763       900      4020     56444     39103    180415    511087      9.92     10.45
376.68/94.34	c  N dy  3780    886952       900      4020     56444     58716    180415   1071728      9.92     10.48
384.65/96.39	c  N dy  3872    906978       900      4020     56444     78185    180415   1617494      9.92     14.28
393.04/98.45	c  N dy  3944    927608       900      4020     56444     58334    180415   1011248      9.92     10.46
401.42/100.52	c  N dy  4018    947674       900      4020     56444     77891    180415   1553115      9.92     10.46
409.41/102.50	c  N dy  4109    967786       900      4020     56444     56633    180415    967686      9.92     10.44
417.79/104.65	c  N dy  4202    987906       900      4020     56444     76210    180415   1505248      9.92     10.48
426.18/106.71	c  N dy  4267   1007922       900      4020     56444     53809    180415    856091      9.91     10.56
434.17/108.72	c  N dy  4363   1028057       900      4020     56444     73390    180415   1407579      9.91     10.56
442.58/110.87	c  N dy  4455   1048210       900      4020     56444     50228    180415    735671      9.91     10.45
450.56/112.83	c  N dy  4543   1068704       900      4020     56444     70214    180415   1302394      9.92     10.57
451.75/113.14	c  F st  4553   1071875       900      4020     56444     73311    180415   1391638      9.91   no data
459.75/115.10	c  N dy  4617   1088722       900      4020     56444     45891    180415    607659      9.92     10.49
467.34/117.04	c  N dy  4698   1108945       900      4020     56444     65559    180415   1141417      9.91     10.46
476.12/119.25	c  N dy  4779   1129383       900      4020     56444     85451    180415   1680470      9.91     10.44
484.51/121.33	c  N dy  4861   1149470       900      4020     56444     60212    180415    982335      9.91     10.61
493.30/123.54	c  N dy  4938   1169688       900      4020     56444     79905    180415   1511370      9.91     10.45
502.08/125.74	c  N dy  5012   1189923       900      4020     56444     53822    180415    793914      9.91     10.48
510.07/127.78	c  S st  5091   1209571       900      4020     56444     72930    180415   1323689      9.91      9.14
510.47/127.82	c  S st  5091   1210071       900      4020     56444     73428    180415   1340749      9.91   no data
510.47/127.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
510.87/127.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.0M T:  0.15
510.87/127.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
510.87/127.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
511.67/128.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
511.67/128.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
511.67/128.16	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
511.67/128.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
516.87/129.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
522.45/130.81	c lits-rem:      1109  cl-subs:     6173  v-elim:      0  v-fix:    0  time:  1.31 s
522.45/130.81	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
522.45/130.87	c vivif2 --  cl tried    67255 cl shrink        0 lits rem          0 time: 0.06
523.25/131.04	c asymm  cl-useful: 0/992/4020 lits-rem:0 time: 0.17
523.25/131.05	c calculated reachability. Time: 0.00
523.25/131.05	c  N dy  5091   1210071       900      4020     56444     67255    180415   1267436      9.91   no data
532.04/133.26	c  N dy  5179   1230461       900      4020     56444     87099    180415   1826043      9.91     10.45
541.23/135.52	c  N dy  5275   1250809       900      4020     56444     60247    180415    989394      9.91     10.48
549.62/137.65	c  N dy  5355   1270902       900      4020     56444     79814    180415   1521767      9.91     10.51
559.61/140.17	c  N dy  5439   1291094       900      4020     56444     51804    180415    728490      9.91     10.59
567.99/142.25	c  N dy  5522   1311312       900      4020     56444     71476    180415   1271807      9.91     10.53
576.78/144.48	c  N dy  5602   1331542       900      4020     56444     91138    180415   1812790      9.91     10.45
585.96/146.79	c  N dy  5705   1351635       900      4020     56444     62055    180415    975373      9.92     10.54
594.36/148.83	c  N dy  5784   1371998       900      4020     56444     81872    180415   1548263      9.91     10.56
604.34/151.33	c  N dy  5875   1392024       900      4020     56444     51792    180415    686676      9.92     10.55
612.34/153.36	c  N dy  5961   1412056       900      4020     56444     71284    180415   1242977      9.92     10.46
621.52/155.64	c  N dy  6055   1432244       900      4020     56444     90912    180415   1784765      9.92     10.57
631.12/158.04	c  N dy  6151   1452304       900      4020     56444     59832    180415    884574      9.92     11.06
639.09/160.05	c  N dy  6219   1472463       900      4020     56444     79463    180415   1423733      9.92     10.51
648.29/162.35	c  N dy  6297   1492468       900      4020     56444     98908    180415   1971585      9.92     10.56
657.48/164.61	c  N dy  6382   1512502       900      4020     56444     66851    180415   1058886      9.92     10.47
666.27/166.85	c  N dy  6479   1532833       900      4020     56444     86652    180415   1622550      9.92     10.55
676.65/169.47	c  N dy  6567   1552994       900      4020     56444     53714    180415    687799      9.92     10.54
684.63/171.43	c  N dy  6644   1573271       900      4020     56444     73418    180415   1226800      9.92     10.48
693.82/173.78	c  N dy  6737   1593961       900      4020     56444     93582    180415   1781786      9.92     10.50
704.21/176.38	c  N dy  6822   1614060       900      4020     56444     59619    180415    836997      9.92     10.89
712.59/178.46	c  N dy  6918   1634084       900      4020     56444     79159    180415   1395626      9.92     10.45
722.18/180.88	c  N dy  7001   1654754       900      4020     56444     99278    180415   1964841      9.92     10.52
732.18/183.35	c  N dy  7101   1674789       900      4020     56444     64236    180415    957541      9.92     10.65
741.75/185.72	c  N dy  7182   1695038       900      4020     56444     83942    180415   1508568      9.92     10.49
749.35/187.62	c  S st  7255   1710071       900      4020     56444     98587    180415   1913479      9.93   no data
749.35/187.67	c  S st  7255   1710575       900      4020     56444     99091    180415   1933637      9.93   no data
749.35/187.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
750.17/187.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.4M T:  0.19
750.17/187.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
750.17/187.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
750.94/188.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
750.94/188.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
750.94/188.05	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
750.94/188.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
756.54/189.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
768.52/192.46	c lits-rem:      1642  cl-subs:     8768  v-elim:      0  v-fix:    0  time:  2.97 s
768.52/192.46	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
768.92/192.55	c vivif2 --  cl tried    90323 cl shrink        0 lits rem          0 time: 0.09
769.72/192.77	c asymm  cl-useful: 0/1086/4020 lits-rem:0 time: 0.22
769.72/192.78	c calculated reachability. Time: 0.00
769.72/192.78	c  N dy  7255   1710575       900      4020     56444     90323    180415   1823804      9.93   no data
779.70/195.30	c  N dy  7340   1730852       900      4020     56444    110062    180415   2380332      9.93     10.78
789.31/197.67	c  N dy  7430   1750927       900      4020     56444     74235    180415   1218376      9.93     10.66
798.50/199.98	c  N dy  7527   1771058       900      4020     56444     93837    180415   1775349      9.93     10.48
810.07/202.86	c  N dy  7627   1791119       900      4020     56444     56943    180415    737682      9.93     11.57
818.86/205.06	c  N dy  7712   1811147       900      4020     56444     76384    180415   1258134      9.93     10.48
828.84/207.52	c  N dy  7802   1831582       900      4020     56444     96263    180415   1802201      9.93     10.47
839.63/210.25	c  N dy  7906   1851646       900      4020     56444     58414    180415    758931      9.94     11.39
848.41/212.44	c  N dy  7987   1871705       900      4020     56444     77921    180415   1277948      9.94     16.67
858.00/214.85	c  N dy  8079   1892363       900      4020     56444     97996    180415   1842586      9.94     11.00
869.18/217.61	c  N dy  8159   1912399       900      4020     56444     59134    180415    763060      9.94     10.52
877.97/219.85	c  N dy  8259   1932416       900      4020     56444     78543    180415   1291996      9.94     11.31
887.16/222.16	c  N dy  8341   1952457       900      4020     56444     98031    180415   1833507      9.94     16.38
897.54/224.78	c  N dy  8426   1972574       900      4020     56444    117568    180415   2361265      9.94     10.49
907.13/227.17	c  N dy  8519   1992698       900      4020     56444     77894    180415   1274176      9.94     10.48
916.73/229.59	c  N dy  8609   2013196       900      4020     56444     97800    180415   1841229      9.94     10.51
927.10/232.19	c  N dy  8692   2033317       900      4020     56444    117367    180415   2383509      9.94     10.48
937.08/234.69	c  N dy  8774   2053522       900      4020     56444     76754    180415   1214125      9.94     10.52
946.68/237.08	c  N dy  8871   2073752       900      4020     56444     96471    180415   1770402      9.95     10.49
957.05/239.68	c  N dy  8952   2093760       900      4020     56444    115912    180415   2309181      9.94     12.12
967.85/242.33	c  N dy  9043   2114119       900      4020     56444     74456    180415   1150443      9.95     10.52
977.04/244.67	c  N dy  9126   2134140       900      4020     56444     93916    180415   1699333      9.95     10.76
988.21/247.46	c  N dy  9226   2154316       900      4020     56444    113561    180415   2260918      9.95     10.51
998.61/250.08	c  N dy  9313   2174322       900      4020     56444     70761    180415   1018570      9.95     10.48
1008.60/252.53	c  N dy  9397   2194339       900      4020     56444     90190    180415   1550436      9.95     10.49
1018.58/255.07	c  S st  9485   2210575       900      4020     56444    105959    180415   1977001      9.95      9.65
1018.98/255.13	c  S st  9485   2211075       900      4020     56444    106458    180415   1997797      9.95   no data
1018.98/255.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1019.78/255.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.25
1019.78/255.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1019.78/255.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1020.57/255.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
1020.57/255.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
1020.57/255.57	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
1020.97/255.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1026.99/257.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
1038.95/260.16	c lits-rem:      1717  cl-subs:     8617  v-elim:      0  v-fix:    0  time:  2.99 s
1038.95/260.17	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1039.35/260.26	c vivif2 --  cl tried    97841 cl shrink        0 lits rem          0 time: 0.09
1040.16/260.49	c asymm  cl-useful: 0/1020/4020 lits-rem:0 time: 0.23
1040.16/260.49	c calculated reachability. Time: 0.00
1040.16/260.49	c  N dy  9485   2211075       900      4020     56444     97841    180415   1892589      9.95   no data
1051.34/263.25	c  N dy  9585   2231562       900      4020     56444    117788    180415   2448695      9.95     10.56
1062.51/266.06	c  N dy  9681   2252050       900      4020     56444     74687    180415   1133817      9.95     10.53
1072.10/268.49	c  N dy  9765   2272116       900      4020     56444     94187    180415   1681722      9.95     10.48
1083.29/271.24	c  N dy  9863   2292224       900      4020     56444    113749    180415   2219053      9.95     10.52
1094.87/274.14	c  N dy  9949   2312317       900      4020     56444     69148    180415    967885      9.95     10.51
1104.06/276.48	c  N dy 10039   2332330       900      4020     56444     88620    180415   1508792      9.95     10.49
1114.45/279.05	c  N dy 10134   2352460       900      4020     56444    108175    180415   2057611      9.95     10.63
1125.23/281.71	c  N dy 10220   2372535       900      4020     56444    127688    180415   2623309      9.95     10.81
1135.21/284.27	c  N dy 10301   2392566       900      4020     56444     82007    180415   1294959      9.95     10.67
1145.63/286.81	c  N dy 10395   2412728       900      4020     56444    101595    180415   1820607      9.96     10.63
1156.79/289.64	c  N dy 10491   2432807       900      4020     56444    121077    180415   2340516      9.96     10.76
1168.37/292.51	c  N dy 10579   2453053       900      4020     56444     74708    180415   1086197      9.96     10.51
1177.96/294.98	c  N dy 10674   2473209       900      4020     56444     94270    180415   1624918      9.96     10.51
1188.74/297.63	c  N dy 10770   2493284       900      4020     56444    113765    180415   2156034      9.96     10.58
1199.93/300.48	c  N dy 10871   2513431       900      4020     56444    133337    180415   2697197      9.96     10.68
1210.32/303.08	c  N dy 10973   2533517       900      4020     56444     85864    180415   1393389      9.96     13.15
1221.09/305.77	c  N dy 11070   2553587       900      4020     56444    105370    180415   1931950      9.97     10.49
1232.69/308.61	c  N dy 11157   2573707       900      4020     56444    124958    180415   2466219      9.97     10.50
1244.27/311.54	c  N dy 11245   2593754       900      4020     56444     76367    180415   1108077      9.97     10.51
1254.25/314.03	c  N dy 11356   2613994       900      4020     56444     96023    180415   1646395      9.97     10.65
1265.43/316.82	c  N dy 11433   2634659       900      4020     56444    116107    180415   2206734      9.97     10.55
1277.03/319.77	c  N dy 11519   2654702       900      4020     56444    135569    180415   2732572      9.97     10.52
1287.81/322.44	c  N dy 11608   2674840       900      4020     56444     86191    180415   1371818      9.97     10.62
1297.80/324.96	c  N dy 11698   2694845       900      4020     56444    105645    180415   1910528      9.97     10.94
1306.98/327.22	c  S st 11766   2711075       900      4020     56444    121467    180415   2350476      9.97      8.96
1306.98/327.29	c  S st 11766   2711577       900      4020     56444    121963    180415   2369174      9.97   no data
1307.38/327.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1308.20/327.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.26
1308.20/327.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1308.20/327.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1308.97/327.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
1308.97/327.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
1308.97/327.74	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1308.97/327.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1315.77/329.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
1333.75/333.99	c lits-rem:      1741  cl-subs:     8415  v-elim:      0  v-fix:    0  time:  4.54 s
1333.75/333.99	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1334.57/334.11	c vivif2 --  cl tried   113548 cl shrink        0 lits rem          0 time: 0.12
1335.74/334.45	c asymm  cl-useful: 0/899/4020 lits-rem:0 time: 0.34
1335.74/334.45	c calculated reachability. Time: 0.00
1335.74/334.45	c  N dy 11766   2711577       900      4020     56444    113548    180415   2259590      9.97   no data
1347.75/337.44	c  N dy 11849   2731738       900      4020     56444    133131    180415   2802619      9.97     10.60
1359.31/340.39	c  N dy 11943   2751984       900      4020     56444     82878    180415   1265723      9.97     10.58
1369.72/342.99	c  N dy 12019   2772280       900      4020     56444    102554    180415   1811502      9.97     10.59
1381.28/345.83	c  N dy 12130   2792389       900      4020     56444    122124    180415   2348998      9.97     10.52
1393.66/348.90	c  N dy 12235   2812423       900      4020     56444    141596    180415   2877004      9.97     10.78
1403.65/351.44	c  N dy 12324   2832437       900      4020     56444     90159    180415   1472289      9.97     10.83
1414.04/354.04	c  N dy 12412   2852494       900      4020     56444    109684    180415   2017274      9.97     10.58
1424.83/356.73	c  N dy 12482   2872709       900      4020     56444    129352    180415   2575139      9.97     10.59
1437.20/359.82	c  N dy 12583   2892808       900      4020     56444     77000    180415   1076478      9.97     12.29
1447.60/362.41	c  N dy 12691   2912860       900      4020     56444     96474    180415   1608308      9.98     10.53
1458.38/365.17	c  N dy 12788   2933215       900      4020     56444    116222    180415   2159990      9.98     10.51
1470.37/368.12	c  N dy 12873   2953270       900      4020     56444    135665    180415   2697032      9.98     12.42
1481.95/371.09	c  N dy 12936   2973317       900      4020     56444     82300    180415   1220764      9.98     10.56
1491.94/373.58	c  N dy 13034   2993466       900      4020     56444    101891    180415   1767206      9.98     10.55
1503.12/376.39	c  N dy 13119   3013571       900      4020     56444    121403    180415   2294225      9.98     10.60
1515.10/379.37	c  N dy 13215   3033675       900      4020     56444    141011    180415   2852796      9.98     10.51
1527.09/382.40	c  N dy 13320   3053933       900      4020     56444     86864    180415   1324527      9.98     10.51
1537.87/385.03	c  N dy 13417   3074036       900      4020     56444    106416    180415   1872377      9.98     10.72
1549.06/387.89	c  N dy 13511   3094303       900      4020     56444    126170    180415   2424469      9.98     10.65
1561.44/390.99	c  N dy 13595   3114381       900      4020     56444    145684    180415   2954271      9.98     10.55
1573.82/394.05	c  N dy 13696   3134501       900      4020     56444     90355    180415   1407981      9.98     10.57
1584.22/396.69	c  N dy 13777   3154574       900      4020     56444    109800    180415   1935758      9.98     10.70
1596.20/399.63	c  N dy 13868   3175092       900      4020     56444    129719    180415   2498775      9.98     10.58
1608.57/402.79	c  N dy 13976   3195150       900      4020     56444    149244    180415   3043629      9.99     11.23
1618.56/405.27	c  S st 14054   3211578       900      4020     56444     89387    180415   1372304      9.99   no data
1618.96/405.32	c  S st 14054   3212081       900      4020     56444     89883    180415   1389602      9.99   no data
1618.96/405.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1619.77/405.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.20
1619.77/405.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1619.77/405.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1620.18/405.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
1620.56/405.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
1620.56/405.70	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1620.56/405.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1625.36/406.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
1627.75/407.59	c lits-rem:       486  cl-subs:     2925  v-elim:      0  v-fix:    0  time:  0.64 s
1627.75/407.60	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1628.15/407.66	c vivif2 --  cl tried    86958 cl shrink        0 lits rem          0 time: 0.07
1629.35/407.90	c asymm  cl-useful: 0/972/4020 lits-rem:0 time: 0.23
1629.35/407.90	c calculated reachability. Time: 0.00
1629.35/407.90	c  N dy 14054   3212081       900      4020     56444     86958    180415   1356062      9.99   no data
1640.54/410.75	c  N dy 14148   3232112       900      4020     56444    106443    180415   1910355      9.99     10.65
1652.51/413.73	c  N dy 14245   3252650       900      4020     56444    126374    180415   2467206      9.99     10.53
1665.70/417.05	c  N dy 14343   3272742       900      4020     56444    145867    180415   2992634      9.99     11.10
1678.48/420.23	c  N dy 14432   3292776       900      4020     56444     88562    180415   1333446      9.99     10.66
1688.47/422.79	c  N dy 14517   3312785       900      4020     56444    108052    180415   1875008      9.99     11.58
1700.05/425.66	c  N dy 14617   3333065       900      4020     56444    127816    180415   2431490      9.99     10.54
1712.83/428.83	c  N dy 14712   3353083       900      4020     56444    147253    180415   2954972      9.99     10.53
1725.64/432.06	c  N dy 14793   3373141       900      4020     56444     89018    180415   1334604      9.99     10.55
1736.81/434.86	c  N dy 14883   3393200       900      4020     56444    108448    180415   1865528      9.99     11.74
1748.39/437.72	c  N dy 14958   3413917       900      4020     56444    128635    180415   2436993      9.99     10.56
1761.17/440.98	c  N dy 15061   3434264       900      4020     56444    148470    180415   2982877      9.99     10.88
1774.75/444.30	c  N dy 15150   3454408       900      4020     56444     89277    180415   1331925      9.99     10.65
1785.14/446.97	c  N dy 15228   3474528       900      4020     56444    108858    180415   1864261      9.99     10.64
1797.52/450.06	c  N dy 15321   3494695       900      4020     56444    128471    180415   2390454      9.99     10.52
1811.10/453.44	c  N dy 15413   3514956       900      4020     56444    148140    180415   2926692      9.99     10.58
1825.08/456.90	c  N dy 15505   3534964       900      4020     56444     87869    180415   1284509      9.99     11.85
1835.86/459.61	c  N dy 15588   3555000       900      4020     56444    107288    180415   1806211      9.99     10.52
1847.45/462.50	c  N dy 15678   3575144       900      4020     56444    126903    180415   2361577      9.99     10.56
1859.84/465.63	c  N dy 15785   3595174       900      4020     56444    146394    180415   2917219      9.99     10.96
1874.22/469.27	c  N dy 15866   3615661       900      4020     56444     85632    180415   1202803      9.99     10.56
1885.00/471.94	c  N dy 15955   3635676       900      4020     56444    105075    180415   1739544      9.99     13.81
1896.19/474.79	c  N dy 16041   3655715       900      4020     56444    124524    180415   2270729      9.99     10.77
1908.57/477.89	c  N dy 16126   3675735       900      4020     56444    143947    180415   2796096     10.00     11.22
1924.15/481.74	c  N dy 16232   3695800       900      4020     56444     81855    180415   1084030     10.00     11.91
1932.16/483.78	c  S st 16302   3712081       900      4020     56444     97652    180415   1518423     10.00      9.77
1932.54/483.84	c  S st 16302   3712583       900      4020     56444     98150    180415   1535158     10.00   no data
1932.54/483.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1933.34/484.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.21
1933.34/484.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1933.34/484.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1934.14/484.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
1934.14/484.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
1934.14/484.24	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1934.14/484.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1939.33/485.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1942.12/486.29	c lits-rem:       586  cl-subs:     3507  v-elim:      0  v-fix:    0  time:  0.76 s
1942.12/486.29	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1942.52/486.37	c vivif2 --  cl tried    94643 cl shrink        0 lits rem          0 time: 0.07
1943.32/486.59	c asymm  cl-useful: 0/962/4020 lits-rem:0 time: 0.22
1943.32/486.59	c calculated reachability. Time: 0.00
1943.32/486.59	c  N dy 16302   3712583       900      4020     56444     94643    180415   1491347     10.00   no data
1956.11/489.72	c  N dy 16386   3733483       900      4020     56444    114893    180415   2032115     10.00     10.55
1968.09/492.73	c  F st 16482   3751562       900      4020     56444    132459    180415   2512946     10.00   no data
1969.29/493.03	c  N st 16486   3753595       900      4020     56444    134455    180415   2572577     10.00   no data
1982.07/496.28	c  N dy 16577   3773763       900      4020     56444    154018    180415   3093207     10.00     10.59
1996.85/499.92	c  N dy 16663   3793771       900      4020     56444     90993    180415   1309253     10.00     11.64
2008.44/502.83	c  N dy 16770   3814892       900      4020     56444    111524    180415   1881194     10.00     10.63
2020.42/505.82	c  N dy 16867   3835044       900      4020     56444    131165    180415   2427894     10.00     10.55
2032.81/508.97	c  N dy 16956   3855296       900      4020     56444    150836    180415   2975989     10.00     10.54
2047.59/512.69	c  N dy 17054   3875408       900      4020     56444     86854    180415   1199406     10.00     10.59
2058.77/515.40	c  N dy 17151   3895486       900      4020     56444    106344    180415   1733278     10.00     11.28
2069.96/518.20	c  N dy 17248   3915548       900      4020     56444    125815    180415   2268231     10.00     11.02
2081.56/521.17	c  N dy 17344   3935593       900      4020     56444    145358    180415   2832242     10.01     12.19
2095.12/524.56	c  N dy 17434   3955659       900      4020     56444    164813    180415   3368462     10.01     10.61
2108.30/527.84	c  N dy 17532   3976206       900      4020     56444    100210    180415   1537230     10.01     10.55
2119.49/530.61	c  N dy 17620   3996300       900      4020     56444    119725    180415   2060074     10.01     10.99
2131.47/533.68	c  N dy 17717   4016442       900      4020     56444    139325    180415   2579110     10.01     10.55
2144.25/536.84	c  N dy 17811   4036572       900      4020     56444    158852    180415   3112195     10.01     10.56
2157.83/540.26	c  N dy 17906   4056591       900      4020     56444     92804    180415   1322605     10.01     10.54
2169.03/543.02	c  N dy 17995   4076660       900      4020     56444    112274    180415   1843659     10.01     10.56
2180.60/545.90	c  N dy 18070   4096745       900      4020     56444    131743    180415   2360277     10.01     10.56
2192.98/549.01	c  N dy 18161   4116961       900      4020     56444    151398    180415   2900922     10.01     10.56
2206.16/552.38	c  N dy 18262   4136975       900      4020     56444    170843    180415   3436431     10.01     11.13
2218.95/555.55	c  N dy 18360   4157026       900      4020     56444    103885    180415   1606798     10.01     11.61
2230.55/558.43	c  N dy 18456   4177040       900      4020     56444    123323    180415   2132378     10.01     10.66
2242.12/561.32	c  N dy 18556   4197066       900      4020     56444    142778    180415   2687845     10.01     10.74
2251.71/563.76	c  S st 18624   4212586       900      4020     56444    157849    180415   3093037     10.01      7.72
2252.10/563.84	c  S st 18624   4213091       900      4020     56444    158353    180415   3112336     10.01   no data
2252.10/563.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2253.30/564.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.4M T:  0.29
2253.30/564.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2253.30/564.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2254.10/564.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
2254.10/564.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
2254.10/564.31	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
2254.10/564.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2260.10/565.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
2272.47/568.91	c lits-rem:      1332  cl-subs:    10436  v-elim:      0  v-fix:    0  time:  3.09 s
2272.47/568.91	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2272.87/569.06	c vivif2 --  cl tried   147917 cl shrink        0 lits rem          0 time: 0.14
2274.07/569.32	c asymm  cl-useful: 0/780/4020 lits-rem:0 time: 0.26
2274.07/569.33	c calculated reachability. Time: 0.00
2274.07/569.33	c  N dy 18624   4213091       900      4020     56444    147917    180415   2972808     10.01   no data
2288.85/573.02	c  N dy 18709   4234142       900      4020     56444    168344    180415   3528111     10.01     10.59
2303.64/576.78	c  N dy 18785   4254707       900      4020     56444    101067    180415   1516434     10.01     10.70
2316.82/580.01	c  N dy 18886   4274906       900      4020     56444    120783    180415   2063469     10.01     10.55
2328.40/582.96	c  N dy 18977   4294916       900      4020     56444    140237    180415   2601390     10.01     10.58
2340.80/586.01	c  N dy 19064   4314992       900      4020     56444    159758    180415   3138110     10.02     11.24
2355.56/589.75	c  N dy 19160   4335118       900      4020     56444     90956    180415   1231709     10.02     10.56
2366.35/592.45	c  N dy 19253   4355164       900      4020     56444    110433    180415   1762788     10.02     10.82
2378.34/595.41	c  N dy 19333   4375206       900      4020     56444    129829    180415   2271450     10.02     10.74
2390.32/598.44	c  N dy 19410   4395291       900      4020     56444    149285    180415   2811087     10.02     10.55
2403.89/601.82	c  N dy 19499   4415368       900      4020     56444    168748    180415   3332622     10.02     10.56
2417.08/605.17	c  N dy 19577   4435385       900      4020     56444     98949    180415   1425597     10.02     10.56
2428.27/607.99	c  N dy 19664   4455491       900      4020     56444    118480    180415   1949000     10.02     10.64
2440.25/610.99	c  N dy 19761   4475667       900      4020     56444    138026    180415   2483179     10.02     10.62
2453.03/614.19	c  N dy 19858   4495727       900      4020     56444    157540    180415   3007896     10.02     11.06
2467.42/617.74	c  N dy 19957   4515942       900      4020     56444    177136    180415   3539162     10.02     10.61
2480.20/620.97	c  N dy 20052   4536023       900      4020     56444    106343    180415   1611233     10.02     10.81
2491.78/623.83	c  N dy 20147   4556072       900      4020     56444    125738    180415   2130079     10.02     10.59
2503.76/626.89	c  N dy 20243   4576214       900      4020     56444    145237    180415   2643367     10.02     10.70
2516.94/630.18	c  N dy 20332   4597304       900      4020     56444    165786    180415   3213033     10.02     10.70
2531.73/633.89	c  N dy 20433   4617354       900      4020     56444     94076    180415   1264410     10.02     10.63
2542.52/636.58	c  N dy 20525   4637394       900      4020     56444    113529    180415   1788862     10.02     10.55
2553.70/639.39	c  N dy 20620   4657642       900      4020     56444    133260    180415   2328703     10.02     10.72
2566.08/642.48	c  N dy 20696   4677874       900      4020     56444    152909    180415   2862087     10.02     10.60
2579.26/645.77	c  N dy 20776   4697994       900      4020     56444    172484    180415   3384193     10.02     10.58
2590.86/648.62	c  S st 20837   4713091       900      4020     56444     94870    180415   1264622     10.02   no data
2590.86/648.68	c  S st 20837   4713593       900      4020     56444     95368    180415   1283860     10.02   no data
2590.86/648.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2591.64/648.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.20
2591.64/648.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2592.04/648.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2592.44/649.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
2592.44/649.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
2592.44/649.07	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
2592.44/649.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2597.24/650.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.11 s
2598.44/650.53	c lits-rem:       162  cl-subs:      866  v-elim:      0  v-fix:    0  time:  0.28 s
2598.44/650.53	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2598.84/650.60	c vivif2 --  cl tried    94502 cl shrink        0 lits rem          0 time: 0.07
2599.65/650.83	c asymm  cl-useful: 0/1012/4020 lits-rem:0 time: 0.23
2599.65/650.83	c calculated reachability. Time: 0.00
2599.65/650.83	c  N dy 20837   4713593       900      4020     56444     94502    180415   1275028     10.02   no data
2609.62/653.36	c  N dy 20924   4733639       900      4020     56444    114016    180415   1824781     10.02     10.73
2621.62/656.34	c  N dy 20985   4753819       900      4020     56444    133612    180415   2348585     10.02     10.56
2634.39/659.55	c  N dy 21072   4774178       900      4020     56444    153362    180415   2868970     10.02     10.75
2649.57/663.30	c  N dy 21152   4794200       900      4020     56444    172815    180415   3375745     10.02     11.76
2664.75/667.12	c  N dy 21248   4814290       900      4020     56444     99065    180415   1364119     10.02     10.60
2676.33/670.05	c  N dy 21336   4834487       900      4020     56444    118676    180415   1872148     10.02     10.58
2688.31/673.08	c  N dy 21441   4854533       900      4020     56444    138208    180415   2406582     10.02     10.58
2701.49/676.33	c  N dy 21537   4874659       900      4020     56444    157759    180415   2938425     10.02     10.63
2715.47/679.86	c  N dy 21623   4895083       900      4020     56444    177555    180415   3464442     10.02     10.61
2730.25/683.57	c  N dy 21724   4915148       900      4020     56444    102800    180415   1449678     10.02     10.69
2741.85/686.41	c  N dy 21796   4935366       900      4020     56444    122430    180415   1963579     10.02     10.56
2753.85/689.48	c  N dy 21893   4955444       900      4020     56444    141919    180415   2484899     10.02     12.14
2767.41/692.84	c  N dy 21980   4975498       900      4020     56444    161319    180415   2982327     10.02     10.60
2780.99/696.27	c  N dy 22067   4995679       900      4020     56444    180900    180415   3515798     10.02     10.56
2795.37/699.89	c  N dy 22177   5015793       900      4020     56444    105331    180415   1502272     10.03     10.57
2806.95/702.75	c  N dy 22267   5036250       900      4020     56444    125240    180415   2024228     10.03     10.66
2818.94/705.78	c  N dy 22349   5056328       900      4020     56444    144707    180415   2553583     10.03     10.63
2832.53/709.14	c  N dy 22444   5076987       900      4020     56444    164810    180415   3086781     10.03     10.60
2845.71/712.45	c  N dy 22546   5097024       900      4020     56444    184265    180415   3601726     10.03     10.72
2859.68/715.97	c  N dy 22638   5117037       900      4020     56444    107565    180415   1539802     10.03     11.68
2871.27/718.83	c  N dy 22736   5137567       900      4020     56444    127515    180415   2072821     10.03     10.63
2883.25/721.83	c  N dy 22812   5157790       900      4020     56444    147134    180415   2576857     10.03     10.57
2896.04/725.03	c  N dy 22893   5178073       900      4020     56444    166810    180415   3103052     10.03     10.56
2910.41/728.64	c  N dy 22998   5199322       900      4020     56444    187415    180415   3647632     10.03     10.65
2921.19/731.38	c  S st 23064   5213593       900      4020     56444    104185    180415   1425160     10.03     10.01
2921.59/731.44	c  S st 23064   5214094       900      4020     56444    104684    180415   1444453     10.03   no data
2921.59/731.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2922.40/731.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.21
2922.40/731.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2922.40/731.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2923.19/731.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
2923.19/731.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
2923.19/731.84	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
2923.19/731.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2927.99/733.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.14 s
2929.61/733.44	c lits-rem:       259  cl-subs:     2128  v-elim:      0  v-fix:    0  time:  0.40 s
2929.61/733.45	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2929.98/733.52	c vivif2 --  cl tried   102556 cl shrink        0 lits rem          0 time: 0.07
2930.78/733.75	c asymm  cl-useful: 0/995/4020 lits-rem:0 time: 0.23
2930.78/733.76	c calculated reachability. Time: 0.00
2930.78/733.76	c  N dy 23064   5214094       900      4020     56444    102556    180415   1419758     10.03   no data
2941.97/736.52	c  N dy 23146   5234168       900      4020     56444    121993    180415   1931499     10.03     11.87
2953.55/739.43	c  N dy 23237   5254374       900      4020     56444    141601    180415   2439443     10.03     10.59
2967.14/742.81	c  N dy 23342   5274401       900      4020     56444    161008    180415   2943959     10.03     10.56
2981.52/746.49	c  N dy 23452   5294483       900      4020     56444    180467    180415   3464836     10.03     10.76
2997.10/750.36	c  N dy 23530   5315301       900      4020     56444    102639    180415   1368529     10.03     10.59
3007.89/753.09	c  N dy 23637   5335321       900      4020     56444    122167    180415   1897774     10.03     10.71
3019.87/756.04	c  N dy 23720   5355394       900      4020     56444    141587    180415   2401851     10.03     10.56
3032.65/759.21	c  N dy 23806   5375462       900      4020     56444    161121    180415   2916763     10.03     10.64
3045.82/762.59	c  N dy 23898   5395632       900      4020     56444    180665    180415   3417228     10.03     10.57
3061.81/766.51	c  N dy 23986   5415904       900      4020     56444    101363    180415   1332420     10.03     10.66
3072.19/769.17	c  N dy 24066   5435977       900      4020     56444    120808    180415   1845539     10.03     10.59
3083.77/772.07	c  N dy 24171   5456178       900      4020     56444    140468    180415   2371822     10.03     10.57
3095.77/775.06	c  N dy 24271   5476279       900      4020     56444    160063    180415   2924652     10.03     10.58
3109.35/778.44	c  N dy 24373   5496597       900      4020     56444    179805    180415   3458662     10.04     10.67
3122.95/781.88	c  N dy 24463   5516624       900      4020     56444    199265    180415   3986010     10.04     10.71
3135.72/785.09	c  N dy 24556   5536658       900      4020     56444    118684    180415   1770686     10.04     10.83
3147.29/787.96	c  N dy 24652   5556723       900      4020     56444    138152    180415   2279803     10.04     10.92
3159.68/791.03	c  N dy 24761   5576897       900      4020     56444    157771    180415   2821852     10.04     10.58
3173.26/794.49	c  N dy 24860   5597003       900      4020     56444    177280    180415   3320350     10.04     10.65
3187.64/798.09	c  N dy 24953   5617211       900      4020     56444    196834    180415   3821550     10.04     10.58
3201.22/801.47	c  N dy 25038   5637559       900      4020     56444    115592    180415   1667304     10.04     10.63
3212.80/804.30	c  N dy 25122   5658135       900      4020     56444    135542    180415   2186566     10.04     10.59
3224.39/807.28	c  N dy 25212   5678312       900      4020     56444    155132    180415   2707661     10.04     10.59
3237.97/810.60	c  N dy 25310   5698510       900      4020     56444    174705    180415   3217363     10.04     10.59
3248.35/813.24	c  S st 25379   5714095       900      4020     56444    189862    180415   3613367     10.04   no data
3248.75/813.31	c  S st 25379   5714598       900      4020     56444    190365    180415   3631136     10.04   no data
3248.75/813.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3249.96/813.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.4M T:  0.30
3249.96/813.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3249.96/813.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3250.37/813.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
3250.75/813.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
3250.75/813.80	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
3250.75/813.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3256.74/815.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
3273.91/819.68	c lits-rem:      1420  cl-subs:    14187  v-elim:      0  v-fix:    0  time:  4.30 s
3273.91/819.68	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3274.71/819.85	c vivif2 --  cl tried   176178 cl shrink        0 lits rem          0 time: 0.17
3275.92/820.13	c asymm  cl-useful: 0/776/4020 lits-rem:0 time: 0.27
3275.92/820.13	c calculated reachability. Time: 0.00
3275.92/820.13	c  N dy 25379   5714598       900      4020     56444    176178    180415   3439310     10.04   no data
3289.92/823.63	c  N dy 25459   5734673       900      4020     56444    195652    180415   3947439     10.04     10.76
3305.08/827.45	c  N dy 25555   5754696       900      4020     56444    113445    180415   1598686     10.04     10.63
3319.06/830.92	c  N dy 25628   5775653       900      4020     56444    133789    180415   2125097     10.04     10.57
3332.24/834.24	c  N dy 25707   5795701       900      4020     56444    153241    180415   2628658     10.04     12.43
3345.82/837.69	c  N dy 25795   5816311       900      4020     56444    173245    180415   3141265     10.04     10.61
3359.41/841.08	c  N dy 25893   5836426       900      4020     56444    192748    180415   3648399     10.04     10.74
3374.98/844.93	c  N dy 25983   5856995       900      4020     56444    109957    180415   1490554     10.04     10.62
3385.77/847.60	c  N dy 26059   5877015       900      4020     56444    129425    180415   2004127     10.04     11.23
3398.15/850.78	c  N dy 26143   5897028       900      4020     56444    148774    180415   2488699     10.04     10.60
3410.94/853.94	c  N dy 26242   5917144       900      4020     56444    168296    180415   3008267     10.04     10.67
3424.52/857.37	c  N dy 26333   5937218       900      4020     56444    187797    180415   3509817     10.04     11.64
3438.50/860.80	c  N dy 26414   5957293       900      4020     56444    207281    180415   4029670     10.04     11.06
3451.28/864.08	c  N dy 26488   5977344       900      4020     56444    122900    180415   1804133     10.04     10.67
3462.46/866.88	c  N dy 26580   5997447       900      4020     56444    142467    180415   2323798     10.04     10.79
3474.47/869.84	c  N dy 26669   6017452       900      4020     56444    161863    180415   2829684     10.04     10.70
3487.24/873.05	c  N dy 26755   6037491       900      4020     56444    181271    180415   3338477     10.04     10.72
3501.21/876.53	c  N dy 26848   6058284       900      4020     56444    201490    180415   3872111     10.04     10.59
3514.80/879.94	c  N dy 26939   6078391       900      4020     56444    116193    180415   1608291     10.04     10.60
3525.97/882.78	c  N dy 27019   6098647       900      4020     56444    135897    180415   2113816     10.04     10.63
3538.36/885.87	c  N dy 27099   6118733       900      4020     56444    155425    180415   2619852     10.04     10.63
3550.74/888.95	c  N dy 27197   6138917       900      4020     56444    175050    180415   3140136     10.04     10.62
3564.72/892.44	c  N dy 27294   6160060       900      4020     56444    195529    180415   3677927     10.05     10.60
3580.30/896.35	c  N dy 27397   6180337       900      4020     56444    109402    180415   1417590     10.05     10.61
3591.09/899.01	c  N dy 27480   6200355       900      4020     56444    128828    180415   1911694     10.05     10.65
3599.08/901.03	c  S st 27542   6214598       900      4020     56444    142678    180415   2265446     10.05   no data
3599.48/901.10	c  S st 27542   6215098       900      4020     56444    143173    180415   2283056     10.05   no data
3599.48/901.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3600.28/901.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.4M T:  0.23
3600.28/901.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3600.28/901.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3601.08/901.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
3601.08/901.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
3601.08/901.52	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
3601.08/901.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3606.66/902.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
3615.45/905.15	c lits-rem:       888  cl-subs:     6137  v-elim:      0  v-fix:    0  time:  2.22 s
3615.45/905.16	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3615.85/905.27	c vivif2 --  cl tried   137036 cl shrink        0 lits rem          0 time: 0.12
3617.05/905.53	c asymm  cl-useful: 0/951/4020 lits-rem:0 time: 0.25
3617.05/905.53	c calculated reachability. Time: 0.00
3617.05/905.53	c  N dy 27542   6215098       900      4020     56444    137036    180415   2202260     10.05   no data
3629.03/908.59	c  N dy 27635   6235486       900      4020     56444    156843    180415   2719321     10.05     10.61
3643.02/912.00	c  N dy 27733   6255502       900      4020     56444    176272    180415   3229959     10.05     10.92
3658.20/915.86	c  N dy 27833   6275580       900      4020     56444    195730    180415   3747682     10.05     11.01
3676.18/920.35	c  N dy 27924   6295637       900      4020     56444    108469    180415   1385718     10.05     12.71
3688.16/923.33	c  N dy 28021   6315769       900      4020     56444    127982    180415   1888011     10.05     10.65
3700.14/926.38	c  N dy 28111   6335818       900      4020     56444    147398    180415   2376754     10.05     10.88
3712.52/929.49	c  N dy 28209   6355886       900      4020     56444    166847    180415   2881798     10.05     10.64
3725.30/932.60	c  N dy 28286   6376017       900      4020     56444    186422    180415   3392266     10.05     10.67
3739.29/936.13	c  N dy 28372   6397028       900      4020     56444    206819    180415   3921314     10.05     10.59
3754.07/939.89	c  N dy 28463   6417346       900      4020     56444    118855    180415   1630922     10.05     10.61
3764.85/942.52	c  N dy 28546   6437349       900      4020     56444    138288    180415   2144521     10.05     11.95
3776.44/945.44	c  N dy 28656   6457354       900      4020     56444    157729    180415   2654692     10.05     10.60
3789.22/948.69	c  N dy 28754   6477677       900      4020     56444    177427    180415   3163963     10.05     10.61
3802.01/951.85	c  N dy 28832   6498112       900      4020     56444    197295    180415   3689742     10.05     10.67
3816.39/955.40	c  N dy 28914   6518217       900      4020     56444    216764    180415   4186671     10.05     10.73
3829.57/958.75	c  N dy 29006   6538507       900      4020     56444    127790    180415   1847142     10.05     10.62
3840.75/961.56	c  N dy 29097   6558567       900      4020     56444    147263    180415   2355172     10.05     11.45
3852.73/964.60	c  N dy 29190   6578587       900      4020     56444    166702    180415   2850992     10.05     12.07
3865.53/967.75	c  N dy 29267   6598804       900      4020     56444    186314    180415   3361316     10.05     10.69
3879.50/971.24	c  N dy 29368   6618868       900      4020     56444    205800    180415   3879942     10.05     10.73
3894.68/975.08	c  N dy 29465   6638899       900      4020     56444    115615    180415   1513413     10.05     11.32
3905.86/977.81	c  N dy 29562   6658987       900      4020     56444    135167    180415   2020193     10.05     12.31
3917.86/980.88	c  N dy 29656   6679520       900      4020     56444    155082    180415   2515045     10.05     10.60
3930.63/984.06	c  N dy 29735   6700017       900      4020     56444    174923    180415   3022908     10.05     10.59
3940.23/986.45	c  S st 29775   6715098       900      4020     56444    189512    180415   3385676     10.05   no data
3940.61/986.52	c  S st 29775   6715603       900      4020     56444    190015    180415   3403501     10.05   no data
3940.61/986.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3941.82/986.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.29
3941.82/986.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3941.82/986.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3942.22/986.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
3942.22/986.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
3942.62/987.00	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
3942.62/987.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3948.21/988.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
3964.58/992.50	c lits-rem:      1590  cl-subs:    14715  v-elim:      0  v-fix:    0  time:  4.02 s
3964.58/992.50	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3964.98/992.67	c vivif2 --  cl tried   175300 cl shrink        0 lits rem          0 time: 0.17
3966.19/992.93	c asymm  cl-useful: 0/866/4020 lits-rem:0 time: 0.26
3966.19/992.94	c calculated reachability. Time: 0.00
3966.19/992.94	c  N dy 29775   6715603       900      4020     56444    175300    180415   3198346     10.05   no data
3980.16/996.41	c  N dy 29870   6735884       900      4020     56444    195004    180415   3711400     10.05     10.71
3994.14/999.95	c  N dy 29959   6756394       900      4020     56444    214846    180415   4217308     10.05     10.69
4009.32/1003.71	c  N dy 30059   6777300       900      4020     56444    124782    180415   1747663     10.05     11.01
4020.50/1006.56	c  N dy 30136   6797485       900      4020     56444    144442    180415   2267856     10.05     10.72
4034.08/1009.91	c  N dy 30230   6817622       900      4020     56444    164016    180415   2779445     10.05     10.65
4047.67/1013.35	c  N dy 30322   6837812       900      4020     56444    183631    180415   3278340     10.05     10.62
4060.85/1016.67	c  N dy 30403   6857877       900      4020     56444    203095    180415   3777108     10.05     10.70
4075.23/1020.21	c  N dy 30494   6878087       900      4020     56444    222729    180415   4272470     10.05     10.60
4088.41/1023.57	c  N dy 30600   6898318       900      4020     56444    130806    180415   1870974     10.06     10.71
4100.39/1026.54	c  N dy 30679   6918738       900      4020     56444    150608    180415   2372557     10.06     10.60
4113.57/1029.81	c  N dy 30759   6939086       900      4020     56444    170296    180415   2845979     10.05     10.60
4126.36/1033.00	c  N dy 30829   6959152       900      4020     56444    189739    180415   3338244     10.05     10.84
4140.34/1036.54	c  N dy 30914   6979369       900      4020     56444    209284    180415   3820959     10.05     10.72
4155.92/1040.45	c  N dy 31013   6999496       900      4020     56444    116362    180415   1490393     10.05     10.61
4166.71/1043.11	c  N dy 31079   7019718       900      4020     56444    136059    180415   1993208     10.05     10.66
4178.69/1046.11	c  N dy 31177   7039916       900      4020     56444    155655    180415   2488985     10.05     10.81
4191.08/1049.22	c  N dy 31270   7060141       900      4020     56444    175227    180415   2979605     10.06     10.61
4204.26/1052.50	c  N dy 31375   7080264       900      4020     56444    194812    180415   3487745     10.06     10.59
4217.43/1055.84	c  N dy 31447   7100699       900      4020     56444    214573    180415   3978158     10.06     10.63
4233.02/1059.70	c  N dy 31543   7120874       900      4020     56444    120700    180415   1587447     10.06     10.63
4244.60/1062.67	c  N dy 31618   7141019       900      4020     56444    140227    180415   2063930     10.06     10.61
4256.61/1065.63	c  N dy 31696   7161044       900      4020     56444    159694    180415   2544402     10.05     10.90
4268.57/1068.63	c  N dy 31785   7181203       900      4020     56444    179277    180415   3048191     10.05     10.59
4281.76/1071.99	c  N dy 31868   7201435       900      4020     56444    198881    180415   3528263     10.05     10.60
4291.35/1074.34	c  S st 31930   7215603       900      4020     56444    212682    180415   3886228     10.05   no data
4291.76/1074.41	c  S st 31930   7216105       900      4020     56444    213179    180415   3902390     10.05   no data
4291.76/1074.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4292.93/1074.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.2M T:  0.31
4292.93/1074.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4292.93/1074.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4293.73/1074.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
4293.73/1074.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
4293.73/1074.91	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
4293.73/1074.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4299.73/1076.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
4322.10/1082.07	c lits-rem:      2102  cl-subs:    16299  v-elim:      0  v-fix:    0  time:  5.61 s
4322.10/1082.07	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
4322.89/1082.27	c vivif2 --  cl tried   196880 cl shrink        0 lits rem          0 time: 0.19
4324.10/1082.54	c asymm  cl-useful: 0/776/4020 lits-rem:0 time: 0.27
4324.10/1082.54	c calculated reachability. Time: 0.00
4324.10/1082.54	c  N dy 31930   7216105       900      4020     56444    196880    180415   3684595     10.05   no data
4338.48/1086.12	c  N dy 31996   7236200       900      4020     56444    216329    180415   4177226     10.05     10.68
4355.65/1090.45	c  N dy 32081   7256668       900      4020     56444    121880    180415   1579604     10.05     10.65
4367.63/1093.46	c  N dy 32177   7276803       900      4020     56444    141432    180415   2074468     10.05     10.60
4380.42/1096.68	c  N dy 32283   7296875       900      4020     56444    160902    180415   2552086     10.05     10.60
4393.99/1100.05	c  N dy 32365   7317633       900      4020     56444    181047    180415   3057448     10.05     10.60
4407.98/1103.58	c  N dy 32443   7337910       900      4020     56444    200710    180415   3571378     10.05     10.60
4421.96/1107.09	c  N dy 32507   7358055       900      4020     56444    220233    180415   4053100     10.05     10.68
4437.53/1110.91	c  N dy 32605   7378133       900      4020     56444    124429    180415   1655515     10.05     10.91
4448.32/1113.67	c  N dy 32690   7398404       900      4020     56444    144059    180415   2136601     10.05     10.64
4459.91/1116.58	c  N dy 32771   7418453       900      4020     56444    163491    180415   2620552     10.05     10.72
4473.09/1119.80	c  N dy 32867   7438509       900      4020     56444    182899    180415   3098190     10.05     12.13
4486.67/1123.25	c  N dy 32951   7459616       900      4020     56444    203383    180415   3601797     10.05     10.66
4499.85/1126.53	c  N dy 33026   7479758       900      4020     56444    222896    180415   4117324     10.05     10.61
4515.45/1130.41	c  N dy 33119   7499779       900      4020     56444    126044    180415   1664738     10.05     12.63
4526.62/1133.24	c  N dy 33213   7519966       900      4020     56444    145603    180415   2167734     10.05     10.61
4537.82/1136.09	c  N dy 33279   7540060       900      4020     56444    165078    180415   2656398     10.05     10.60
4550.59/1139.27	c  N dy 33356   7560133       900      4020     56444    184558    180415   3148006     10.05     10.69
4564.57/1142.72	c  N dy 33430   7580417       900      4020     56444    204104    180415   3617183     10.05     10.76
4578.14/1146.17	c  N dy 33515   7600529       900      4020     56444    223611    180415   4110011     10.05     10.69
4593.73/1150.02	c  N dy 33602   7620743       900      4020     56444    125929    180415   1647741     10.05     10.65
4604.91/1152.80	c  N dy 33694   7640836       900      4020     56444    145401    180415   2124005     10.05     10.94
4616.50/1155.73	c  N dy 33786   7660845       900      4020     56444    164839    180415   2603769     10.05     10.62
4629.28/1158.96	c  N dy 33871   7681063       900      4020     56444    184509    180415   3102005     10.05     10.71
4642.46/1162.24	c  N dy 33955   7701126       900      4020     56444    203958    180415   3588268     10.05     10.59
4652.85/1164.88	c  S st 34028   7716105       900      4020     56444    218468    180415   3958055     10.05   no data
4653.25/1164.95	c  S st 34028   7716609       900      4020     56444    218969    180415   3976882     10.05   no data
4653.25/1164.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4654.45/1165.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  0.32
4654.45/1165.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4654.45/1165.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4655.25/1165.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
4655.25/1165.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
4655.25/1165.47	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
4655.65/1165.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4662.03/1167.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
4684.00/1172.64	c lits-rem:      2332  cl-subs:    16514  v-elim:      0  v-fix:    0  time:  5.54 s
4684.00/1172.64	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
4684.80/1172.84	c vivif2 --  cl tried   202455 cl shrink        0 lits rem          0 time: 0.20
4685.60/1173.08	c asymm  cl-useful: 0/651/4020 lits-rem:0 time: 0.23
4685.60/1173.08	c calculated reachability. Time: 0.00
4685.60/1173.08	c  N dy 34028   7716609       900      4020     56444    202455    180415   3755160     10.05   no data
4699.58/1176.55	c  N dy 34120   7736847       900      4020     56444    222134    180415   4260432     10.05     10.61
4716.36/1180.72	c  N dy 34227   7757520       900      4020     56444    124125    180415   1593562     10.05     10.87
4727.94/1183.65	c  N dy 34307   7777524       900      4020     56444    143506    180415   2084446     10.05     10.95
4741.53/1187.08	c  N dy 34410   7798502       900      4020     56444    163858    180415   2599521     10.05     10.59
4755.11/1190.40	c  N dy 34503   7819083       900      4020     56444    183872    180415   3101012     10.05     10.79
4770.71/1194.31	c  N dy 34594   7839672       900      4020     56444    203792    180415   3581891     10.06     10.60
4785.07/1197.96	c  N dy 34691   7860344       900      4020     56444    223847    180415   4107305     10.06     10.81

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-3259251-1304028958/watcher-3259251-1304028958 -o /tmp/evaluation-result-3259251-1304028958/solver-3259251-1304028958 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3259251-1304028958.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 514493971 52441088 347 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516890609 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2239/statm: 12803 347 299 106 0 7774 0
[pid=2239/tid=2240] ppid=2237 vsize=116748 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 22 0 0 0 0 0 0 0 24 0 4 0 514493971 119549952 394 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516877402 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=116760 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 13 0 0 0 0 0 0 0 24 0 4 0 514493971 119562240 398 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516834107 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=117712 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 4 0 514493971 120537088 420 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516495045 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0070651 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1107 0 0 0 0 0 0 0 23 0 4 0 514493971 212992000 1024 33554432000 4194304 4627427 140734346429376 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 52000 1024 338 106 0 46971 0
[pid=2239/tid=2240] ppid=2237 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 235 0 0 0 0 0 0 0 24 0 4 0 514493971 212992000 1026 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516495393 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 223 0 0 0 0 0 0 0 24 0 4 0 514493971 212992000 1034 33554432000 4194304 4627427 140734346429376 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 22 0 0 0 0 0 0 0 24 0 4 0 514493971 212992000 1034 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516834107 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 208000

[startup+0.220272 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=290400 CPUtime=3.6 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 10728 0 0 0 358 2 0 0 19 0 4 0 514493971 297369600 7583 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 72600 7583 385 106 0 67571 0
[pid=2239/tid=2240] ppid=2237 vsize=290400 CPUtime=0.89 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2651 0 0 0 89 0 0 0 19 0 4 0 514493971 297369600 7583 33554432000 4194304 4627427 140734346429376 18446744073709551615 4308764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=290400 CPUtime=0.89 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2689 0 0 0 89 0 0 0 19 0 4 0 514493971 297369600 7583 33554432000 4194304 4627427 140734346429376 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=290400 CPUtime=0.89 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2263 0 0 0 89 0 0 0 19 0 4 0 514493971 297369600 7583 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 290400

[startup+1.01088 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=281584 CPUtime=4.01 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 11667 0 0 0 398 3 0 0 19 0 4 0 514493971 288342016 7132 33554432000 4194304 4627427 140734346429376 18446744073709551615 4327434 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 70396 7132 385 106 0 65367 0
[pid=2239/tid=2240] ppid=2237 vsize=281584 CPUtime=1 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2933 0 0 0 99 1 0 0 19 0 4 0 514493971 288342016 7132 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=281584 CPUtime=0.99 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2974 0 0 0 99 0 0 0 19 0 4 0 514493971 288342016 7132 33554432000 4194304 4627427 140734346429376 18446744073709551615 4308438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=281584 CPUtime=0.99 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2568 0 0 0 99 0 0 0 19 0 4 0 514493971 288342016 7132 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 281584

[startup+1.11086 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=281664 CPUtime=4.41 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 12208 0 0 0 438 3 0 0 19 0 4 0 514493971 288423936 7247 33554432000 4194304 4627427 140734346429376 18446744073709551615 4333440 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 70416 7247 385 106 0 65387 0
[pid=2239/tid=2240] ppid=2237 vsize=281664 CPUtime=1.1 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 3012 0 0 0 109 1 0 0 19 0 4 0 514493971 288423936 7247 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=281664 CPUtime=1.09 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 3043 0 0 0 109 0 0 0 19 0 4 0 514493971 288423936 7247 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=281664 CPUtime=1.09 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 2681 0 0 0 109 0 0 0 19 0 4 0 514493971 288423936 7247 33554432000 4194304 4627427 140734346429376 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 281664

[startup+1.50079 s]
/proc/loadavg: 7.84 4.78 2.02 6/184 2239
/proc/meminfo: memFree=24879704/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=300504 CPUtime=5.97 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 14407 0 0 0 594 3 0 0 20 0 4 0 514493971 307716096 8470 33554432000 4194304 4627427 140734346429376 18446744073709551615 246516877447 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 75126 7979 386 106 0 70097 0
[pid=2239/tid=2240] ppid=2237 vsize=300504 CPUtime=1.49 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 3535 0 0 0 148 1 0 0 19 0 4 0 514493971 307716096 7979 33554432000 4194304 4627427 140734346429376 18446744073709551615 4333210 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=291276 CPUtime=1.48 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 3560 0 0 0 148 0 0 0 19 0 4 0 514493971 298266624 7979 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=291276 CPUtime=1.48 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 3311 0 0 0 148 0 0 0 20 0 4 0 514493971 298266624 7979 33554432000 4194304 4627427 140734346429376 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 300504

[startup+3.1005 s]
/proc/loadavg: 7.84 4.78 2.02 9/188 2243
/proc/meminfo: memFree=24822184/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=301056 CPUtime=12.35 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 20396 0 0 0 1231 4 0 0 25 0 4 0 514493971 308281344 12088 33554432000 4194304 4627427 140734346429376 18446744073709551615 4424610 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 75264 12088 392 106 0 70235 0
[pid=2239/tid=2240] ppid=2237 vsize=301056 CPUtime=3.09 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 4858 0 0 0 308 1 0 0 25 0 4 0 514493971 308281344 12088 33554432000 4194304 4627427 140734346429376 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=301056 CPUtime=3.08 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 5166 0 0 0 308 0 0 0 25 0 4 0 514493971 308281344 12088 33554432000 4194304 4627427 140734346429376 18446744073709551615 4423738 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=301056 CPUtime=3.06 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 5141 0 0 0 306 0 0 0 25 0 4 0 514493971 308281344 12088 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 301056

[startup+6.30692 s]
/proc/loadavg: 7.93 4.85 2.06 9/188 2243
/proc/meminfo: memFree=24785232/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=301960 CPUtime=25.16 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 32780 0 0 0 2510 6 0 0 25 0 4 0 514493971 309207040 17735 33554432000 4194304 4627427 140734346429376 18446744073709551615 4299630 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 75490 17735 389 106 0 70461 0
[pid=2239/tid=2240] ppid=2237 vsize=301960 CPUtime=6.29 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 8694 0 0 0 628 1 0 0 25 0 4 0 514493971 309207040 17735 33554432000 4194304 4627427 140734346429376 18446744073709551615 4424686 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=301960 CPUtime=6.29 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 7768 0 0 0 628 1 0 0 25 0 4 0 514493971 309207040 17735 33554432000 4194304 4627427 140734346429376 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=301960 CPUtime=6.26 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 8345 0 0 0 625 1 0 0 25 0 4 0 514493971 309207040 17735 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 301960

[startup+12.7008 s]
/proc/loadavg: 7.93 4.91 2.09 9/188 2243
/proc/meminfo: memFree=24736152/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=283812 CPUtime=50.7 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 49925 0 0 0 5059 11 0 0 25 0 4 0 514493971 290623488 25624 33554432000 4194304 4627427 140734346429376 18446744073709551615 4424975 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 70953 25624 389 106 0 65924 0
[pid=2239/tid=2240] ppid=2237 vsize=283812 CPUtime=12.68 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 11939 0 0 0 1266 2 0 0 25 0 4 0 514493971 290623488 25624 33554432000 4194304 4627427 140734346429376 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=283812 CPUtime=12.68 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 11505 0 0 0 1266 2 0 0 25 0 4 0 514493971 290623488 25624 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=283812 CPUtime=12.62 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 15329 0 0 0 1260 2 0 0 25 0 4 0 514493971 290623488 25624 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 283812

[startup+25.5004 s]
/proc/loadavg: 8.02 5.07 2.19 9/188 2244
/proc/meminfo: memFree=24736208/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=380228 CPUtime=101.83 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 77841 0 0 0 10166 17 0 0 25 0 4 0 514493971 389353472 34813 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 95057 34813 389 106 0 90028 0
[pid=2239/tid=2240] ppid=2237 vsize=380228 CPUtime=25.49 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 18319 0 0 0 2545 4 0 0 25 0 4 0 514493971 389353472 34813 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=380228 CPUtime=25.48 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 18486 0 0 0 2545 3 0 0 25 0 4 0 514493971 389353472 34813 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=380228 CPUtime=25.35 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 23623 0 0 0 2530 5 0 0 25 0 4 0 514493971 389353472 34813 33554432000 4194304 4627427 140734346429376 18446744073709551615 4424993 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 380228

[startup+51.1008 s]
/proc/loadavg: 8.08 5.32 2.35 9/188 2244
/proc/meminfo: memFree=24708144/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=317304 CPUtime=204.09 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 112769 0 0 0 20384 25 0 0 25 0 4 0 514493971 324919296 42054 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 79326 42054 389 106 0 74297 0
[pid=2239/tid=2240] ppid=2237 vsize=317304 CPUtime=51.09 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 28719 0 0 0 5103 6 0 0 25 0 4 0 514493971 324919296 42054 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=317304 CPUtime=51.07 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 25342 0 0 0 5103 4 0 0 25 0 4 0 514493971 324919296 42055 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=317304 CPUtime=50.81 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 36681 0 0 0 5074 7 0 0 25 0 4 0 514493971 324919296 42055 33554432000 4194304 4627427 140734346429376 18446744073709551615 4507136 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 317304

[startup+102.3 s]
/proc/loadavg: 8.29 5.80 2.67 9/188 2246
/proc/meminfo: memFree=24632444/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=321516 CPUtime=408.61 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 188323 0 0 0 40817 44 0 0 25 0 4 0 514493971 329232384 48285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 80379 48285 389 106 0 75350 0
[pid=2239/tid=2240] ppid=2237 vsize=321516 CPUtime=102.29 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 48691 0 0 0 10218 11 0 0 25 0 4 0 514493971 329232384 48285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=321516 CPUtime=102.27 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 41707 0 0 0 10218 9 0 0 25 0 4 0 514493971 329232384 48285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=321516 CPUtime=101.73 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 59666 0 0 0 10159 14 0 0 25 0 4 0 514493971 329232384 48285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 321516

[startup+162.301 s]

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

[pid=2239] ppid=2237 vsize=667012 CPUtime=2805.36 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 904281 0 0 0 280271 265 0 0 25 0 4 0 514493971 683020288 107073 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 166753 107073 389 106 0 161724 0
[pid=2239/tid=2240] ppid=2237 vsize=667012 CPUtime=702.3 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 236311 0 0 0 70158 72 0 0 25 0 4 0 514493971 683020288 107073 33554432000 4194304 4627427 140734346429376 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=667012 CPUtime=702.25 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 219590 0 0 0 70161 64 0 0 25 0 4 0 514493971 683020288 107073 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=667012 CPUtime=698.47 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 238463 0 0 0 69781 66 0 0 25 0 4 0 514493971 683020288 107073 33554432000 4194304 4627427 140734346429376 18446744073709551615 4327945 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 667012

[startup+762.3 s]
/proc/loadavg: 8.10 7.87 5.44 9/188 2263
/proc/meminfo: memFree=24269220/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=605112 CPUtime=3045.02 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 968199 0 0 0 304216 286 0 0 25 0 4 0 514493971 619634688 107123 33554432000 4194304 4627427 140734346429376 18446744073709551615 4302342 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 151278 107123 389 106 0 146249 0
[pid=2239/tid=2240] ppid=2237 vsize=605112 CPUtime=762.31 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 253216 0 0 0 76152 79 0 0 25 0 4 0 514493971 619634688 107123 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=605112 CPUtime=762.24 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 234369 0 0 0 76157 67 0 0 25 0 4 0 514493971 619634688 107123 33554432000 4194304 4627427 140734346429376 18446744073709551615 4330954 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=605112 CPUtime=758.14 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 255219 0 0 0 75742 72 0 0 25 0 4 0 514493971 619634688 107123 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 605112

[startup+822.3 s]
/proc/loadavg: 8.04 7.89 5.60 9/188 2265
/proc/meminfo: memFree=24220092/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=734272 CPUtime=3284.71 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1035264 0 0 0 328163 308 0 0 25 0 4 0 514493971 751894528 113288 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 183568 113288 389 106 0 178539 0
[pid=2239/tid=2240] ppid=2237 vsize=734272 CPUtime=822.31 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 268951 0 0 0 82148 83 0 0 25 0 4 0 514493971 751894528 113288 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=734272 CPUtime=822.24 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 251366 0 0 0 82150 74 0 0 25 0 4 0 514493971 751894528 113288 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=734272 CPUtime=817.82 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 270884 0 0 0 81704 78 0 0 25 0 4 0 514493971 751894528 113288 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 734272

[startup+882.3 s]
/proc/loadavg: 8.07 7.93 5.75 9/188 2266
/proc/meminfo: memFree=24143556/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=606548 CPUtime=3524.38 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1103135 0 0 0 352111 327 0 0 25 0 4 0 514493971 621105152 117180 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 151637 117180 389 106 0 146608 0
[pid=2239/tid=2240] ppid=2237 vsize=606548 CPUtime=882.31 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 286794 0 0 0 88143 88 0 0 25 0 4 0 514493971 621105152 117180 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=606548 CPUtime=882.24 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 266487 0 0 0 88146 78 0 0 25 0 4 0 514493971 621105152 117180 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=606548 CPUtime=877.49 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 288998 0 0 0 87668 81 0 0 25 0 4 0 514493971 621105152 117180 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 606548

[startup+942.301 s]
/proc/loadavg: 8.08 7.95 5.89 9/188 2268
/proc/meminfo: memFree=24173416/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=610076 CPUtime=3764.06 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1164668 0 0 0 376059 347 0 0 25 0 4 0 514493971 624717824 118698 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 152519 118698 389 106 0 147490 0
[pid=2239/tid=2240] ppid=2237 vsize=610076 CPUtime=942.31 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 301832 0 0 0 94138 93 0 0 25 0 4 0 514493971 624717824 118700 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=610076 CPUtime=942.24 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 281614 0 0 0 94142 82 0 0 25 0 4 0 514493971 624717824 118700 33554432000 4194304 4627427 140734346429376 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=610076 CPUtime=937.17 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 304873 0 0 0 93630 87 0 0 25 0 4 0 514493971 624717824 118700 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 610076

[startup+1002.3 s]
/proc/loadavg: 8.14 7.99 6.03 9/188 2270
/proc/meminfo: memFree=24158628/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=676752 CPUtime=4003.73 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1226331 0 0 0 400006 367 0 0 25 0 4 0 514493971 692994048 121020 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 169188 121020 389 106 0 164159 0
[pid=2239/tid=2240] ppid=2237 vsize=676752 CPUtime=1002.31 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 317623 0 0 0 100133 98 0 0 25 0 4 0 514493971 692994048 121020 33554432000 4194304 4627427 140734346429376 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=676752 CPUtime=1002.23 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 296736 0 0 0 100136 87 0 0 25 0 4 0 514493971 692994048 121020 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=676752 CPUtime=996.85 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 320435 0 0 0 99592 93 0 0 25 0 4 0 514493971 692994048 121020 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 676752

[startup+1062.31 s]
/proc/loadavg: 8.24 8.03 6.17 9/188 2332
/proc/meminfo: memFree=24596852/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=611376 CPUtime=4243.42 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1288367 0 0 0 423954 388 0 0 25 0 4 0 514493971 626049024 120215 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 152844 120215 389 106 0 147815 0
[pid=2239/tid=2240] ppid=2237 vsize=611376 CPUtime=1062.32 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 332480 0 0 0 106130 102 0 0 25 0 4 0 514493971 626049024 120215 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=611376 CPUtime=1062.24 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 312489 0 0 0 106130 94 0 0 25 0 4 0 514493971 626049024 120215 33554432000 4194304 4627427 140734346429376 18446744073709551615 4302447 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=611376 CPUtime=1056.52 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 336211 0 0 0 105555 97 0 0 25 0 4 0 514493971 626049024 120215 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 611376

[startup+1122.3 s]
/proc/loadavg: 8.19 8.07 6.30 9/188 2334
/proc/meminfo: memFree=24514488/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=683692 CPUtime=4483.08 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1349814 0 0 0 447898 410 0 0 25 0 4 0 514493971 700100608 125550 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 170923 125550 389 106 0 165894 0
[pid=2239/tid=2240] ppid=2237 vsize=683692 CPUtime=1122.32 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 348713 0 0 0 112124 108 0 0 25 0 4 0 514493971 700100608 125550 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=683692 CPUtime=1122.23 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 327027 0 0 0 112124 99 0 0 25 0 4 0 514493971 700100608 125550 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=683692 CPUtime=1116.19 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 351842 0 0 0 111516 103 0 0 25 0 4 0 514493971 700100608 125550 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 683692

[startup+1182.3 s]
/proc/loadavg: 8.26 8.10 6.42 9/188 2335
/proc/meminfo: memFree=24426168/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=752840 CPUtime=4722.75 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1408991 0 0 0 471846 429 0 0 25 0 4 0 514493971 770908160 132593 33554432000 4194304 4627427 140734346429376 18446744073709551615 4332992 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 188210 132593 389 106 0 183181 0
[pid=2239/tid=2240] ppid=2237 vsize=752840 CPUtime=1182.32 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 363865 0 0 0 118119 113 0 0 25 0 4 0 514493971 770908160 132593 33554432000 4194304 4627427 140734346429376 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=752840 CPUtime=1182.22 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 339863 0 0 0 118119 103 0 0 25 0 4 0 514493971 770908160 132593 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=752840 CPUtime=1175.86 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 367093 0 0 0 117478 108 0 0 25 0 4 0 514493971 770908160 132593 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 752840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.39 8.14 6.46 10/188 2336
/proc/meminfo: memFree=24426032/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=818856 CPUtime=4800.25 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1426331 0 0 0 479590 435 0 0 25 0 4 0 514493971 838508544 131283 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 204714 131283 389 106 0 199685 0
[pid=2239/tid=2240] ppid=2237 vsize=818856 CPUtime=1201.72 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 368001 0 0 0 120058 114 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=818856 CPUtime=1201.63 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 344716 0 0 0 120058 105 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4326315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=818856 CPUtime=1195.16 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 370586 0 0 0 119407 109 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 818856

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.39 8.14 6.46 10/188 2336
/proc/meminfo: memFree=24426032/32951124 swapFree=67111352/67111528
[pid=2239] ppid=2237 vsize=818856 CPUtime=4800.25 cores=1,3,5,7
/proc/2239/stat : 2239 (strangenight2-m) R 2237 2239 2100 0 -1 4202496 1426331 0 0 0 479590 435 0 0 25 0 4 0 514493971 838508544 131283 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2239/statm: 204714 131283 389 106 0 199685 0
[pid=2239/tid=2240] ppid=2237 vsize=818856 CPUtime=1201.72 cores=1,3,5,7
/proc/2239/task/2240/stat : 2240 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 368001 0 0 0 120058 114 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2239/tid=2241] ppid=2237 vsize=818856 CPUtime=1201.63 cores=1,3,5,7
/proc/2239/task/2241/stat : 2241 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 344716 0 0 0 120058 105 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4326315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2239/tid=2242] ppid=2237 vsize=818856 CPUtime=1195.16 cores=1,3,5,7
/proc/2239/task/2242/stat : 2242 (strangenight2-m) R 2237 2239 2100 0 -1 4202560 370586 0 0 0 119407 109 0 0 25 0 4 0 514493971 838508544 131285 33554432000 4194304 4627427 140734346429376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 818856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.32
CPU user time (s): 4795.94
CPU system time (s): 4.38133
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 886808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.94
system time used= 4.38133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1426337
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= 2291
involuntary context switches= 31851

runsolver used 1.9537 second user time and 4.64529 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 00:15:58
IDJOB=3259251
IDBENCH=71540
IDSOLVER=1586
FILE ID=node134/3259251-1304028958
RUNJOBID= node134-1304028687-2120
PBS_JOBID= 13170318
Free space on /tmp= 71576 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259251-1304028958/watcher-3259251-1304028958 -o /tmp/evaluation-result-3259251-1304028958/solver-3259251-1304028958 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3259251-1304028958.cnf

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=417393073

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24879860 kB
Buffers:       1464628 kB
Cached:        5672724 kB
SwapCached:         64 kB
Active:        1723660 kB
Inactive:      5824884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24879860 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            6576 kB
Writeback:           0 kB
AnonPages:      411340 kB
Mapped:          15672 kB
Slab:           457948 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   628156 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-29 00:36:02