Trace number 3366948

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 (fixed)? (TO) 4800.36 1203.46

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-3366948-1305392551.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.00 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.01 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.00 s
0.16/0.08	c lits-rem:       371  cl-subs:        0  v-elim:     45  v-fix:    0  time:  0.03 s
0.16/0.08	c Finding binary XORs  T:     0.00 s  found:       0
0.16/0.08	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.16/0.08	c calculated reachability. Time: 0.00
0.16/0.08	c Calc default polars -  time:   0.00 s pos:       0 undec:      45 neg:     900
0.16/0.08	c =========================================================================================
0.16/0.08	c types(t): F = full restart, N = normal restart
0.16/0.08	c types(t): S = simplification begin/end, E = solution found
0.16/0.08	c restart types(rt): st = static, dy = dynamic
0.16/0.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.16/0.08	c  B st     0         0       900      4020     56444         0    198704         0   no data   no data
3.56/0.90	c  N dy    12      4192       900      4020     56444      4111    198704    132635      9.00      9.52
3.56/0.90	c  N dy    32      8200       900      4020     56444      5611    198704    163546      9.25      9.76
3.56/0.90	c  N dy    52     12603       900      4020     56444      5771    198704    137446      9.26      9.83
3.56/1.00	c  N dy    70     16886       900      4020     56444      9992    198704    269292      9.29      9.84
4.75/1.20	c  N dy    94     21135       900      4020     56444      8649    198704    203536      9.39      9.89
5.55/1.40	c  F st   119     25000       900      4020     56444     12450    198704    326650      9.47   no data
5.95/1.50	c  N st   120     25250       900      4020     56444     12696    198704    333367      9.47   no data
6.34/1.68	c  N dy   125     30000       900      4020     56444     10637    198704    248174      9.47   no data
6.34/1.68	c  S st   125     30000       900      4020     56444     10637    198704    248174      9.47   no data
6.74/1.71	c  S st   125     30500       900      4020     56444     11137    198704    264951      9.47   no data
6.74/1.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.74/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.08
6.74/1.79	c blocked clauses removed:        0 vars:      0 tried:         900 T: 0.00 s
7.14/1.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
7.94/2.02	c subs with bin:        0  lits-rem:     18277  v-fix:    0  time:  0.22 s
7.94/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
7.94/2.03	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
7.94/2.04	c lits-rem:        12  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.93/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.01 s
12.33/3.14	c lits-rem:       178  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.08 s
13.17/3.38	c asymm  cl-useful: 0/3975/4020 lits-rem:0 time: 0.24
13.17/3.38	c calculated reachability. Time: 0.00
13.17/3.38	c  N dy   125     30500       900      4020     56444      9548    180415    242514      9.47   no data
14.32/3.63	c  N dy   145     34611       900      4020     56444     13583    180415    384922      9.54     10.09
15.12/3.88	c  N dy   166     38760       900      4020     56444      9900    180415    217957      9.60     10.12
16.32/4.13	c  N dy   194     42970       900      4020     56444     14021    180415    354667      9.68     10.19
16.72/4.31	c  S st   213     45750       900      4020     56444     16751    180415    451139      9.72      9.81
17.15/4.33	c  S st   213     46250       900      4020     56444     17250    180415    473360      9.72   no data
17.15/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.56/4.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.08
17.56/4.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.56/4.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.91/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
17.91/4.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
17.91/4.59	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
17.91/4.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.70/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
23.50/5.92	c lits-rem:       126  cl-subs:      795  v-elim:      0  v-fix:    0  time:  0.14 s
23.50/5.92	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
23.50/5.94	c vivif2 --  cl tried    16455 cl shrink        0 lits rem          0 time: 0.02
24.30/6.11	c asymm  cl-useful: 0/2598/4020 lits-rem:0 time: 0.18
24.30/6.12	c calculated reachability. Time: 0.00
24.30/6.12	c  N dy   213     46250       900      4020     56444     16455    180415    460886      9.72   no data
25.10/6.37	c  N dy   233     50348       900      4020     56444     11690    180415    267407      9.75     10.29
26.33/6.62	c  N dy   260     54460       900      4020     56444     15719    180415    411610      9.81     10.33
27.48/6.91	c  N dy   282     58643       900      4020     56444     10035    180415    191015      9.83     10.36
28.28/7.17	c  N dy   298     62999       900      4020     56444     14292    180415    337191      9.81     10.34
29.48/7.45	c  N dy   315     67182       900      4020     56444     18375    180415    460747      9.80     10.32
30.31/7.62	c  S st   323     69375       900      4020     56444     20502    180415    520366      9.80      9.81
30.31/7.65	c  S st   323     69876       900      4020     56444     21001    180415    540595      9.80   no data
30.31/7.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.72/7.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.0M T:  0.09
30.72/7.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.72/7.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.48/7.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
31.48/7.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
31.48/7.91	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
31.48/7.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.26/9.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
37.07/9.31	c lits-rem:       233  cl-subs:     1631  v-elim:      0  v-fix:    0  time:  0.20 s
37.07/9.32	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
37.07/9.34	c vivif2 --  cl tried    19370 cl shrink        0 lits rem          0 time: 0.02
37.46/9.45	c asymm  cl-useful: 0/1422/4020 lits-rem:0 time: 0.12
37.46/9.45	c calculated reachability. Time: 0.00
37.46/9.45	c  N dy   323     69876       900      4020     56444     19370    180415    516472      9.80   no data
38.66/9.76	c  N dy   340     74588       900      4020     56444     13233    180415    277885      9.78     10.31
39.85/10.08	c  N dy   358     79368       900      4020     56444     17904    180415    432683      9.77     10.38
41.45/10.45	c  N dy   386     84549       900      4020     56444     22992    180415    609976      9.79     10.33
42.25/10.63	c  F st   400     87502       900      4020     56444     14163    180415    279419      9.79      9.48
43.05/10.85	c  N st   405     90800       900      4020     56444     17370    180415    385216      9.79   no data
44.63/11.23	c  N dy   423     96653       900      4020     56444     23090    180415    584700      9.80     10.38
46.24/11.66	c  N dy   457    102858       900      4020     56444     16473    180415    332948      9.82     14.41
47.04/11.80	c  S st   468    104814       900      4020     56444     18383    180415    391048      9.82      7.77
47.04/11.84	c  S st   468    105316       900      4020     56444     18882    180415    409936      9.82   no data
47.04/11.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.44/11.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.08
47.44/11.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.44/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.86/12.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
47.86/12.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
47.86/12.09	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
47.86/12.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
52.66/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.15 s
53.01/13.35	c lits-rem:       174  cl-subs:      755  v-elim:      0  v-fix:    0  time:  0.09 s
53.01/13.35	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
53.01/13.37	c vivif2 --  cl tried    18127 cl shrink        0 lits rem          0 time: 0.02
53.81/13.54	c asymm  cl-useful: 0/2589/4020 lits-rem:0 time: 0.17
53.81/13.55	c calculated reachability. Time: 0.00
53.81/13.55	c  N dy   468    105316       900      4020     56444     18127    180415    399995      9.82   no data
55.81/14.04	c  N dy   505    112448       900      4020     56444     25110    180415    631337      9.84     10.38
57.80/14.57	c  N dy   530    119882       900      4020     56444     18688    180415    366159      9.82     10.37
59.80/15.08	c  N dy   572    127560       900      4020     56444     26236    180415    626829      9.85     10.98
62.59/15.70	c  N dy   601    136062       900      4020     56444     19847    180415    394570      9.84     10.39
64.98/16.39	c  N dy   637    144895       900      4020     56444     28447    180415    647574      9.84     10.42
67.78/17.06	c  N dy   682    154347       900      4020     56444     22077    180415    449386      9.85     10.47
68.98/17.33	c  S st   696    157974       900      4020     56444     25628    180415    558798      9.85      9.33
68.98/17.36	c  S st   696    158477       900      4020     56444     26128    180415    577315      9.85   no data
68.98/17.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.38/17.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.1M T:  0.09
69.38/17.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.38/17.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.21/17.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
70.21/17.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
70.21/17.63	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
70.21/17.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
74.95/18.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
75.75/19.04	c lits-rem:       294  cl-subs:     1563  v-elim:      0  v-fix:    0  time:  0.21 s
75.75/19.04	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
75.75/19.06	c vivif2 --  cl tried    24565 cl shrink        0 lits rem          0 time: 0.02
76.15/19.18	c asymm  cl-useful: 0/1431/4020 lits-rem:0 time: 0.12
76.15/19.18	c calculated reachability. Time: 0.00
76.15/19.18	c  N dy   696    158477       900      4020     56444     24565    180415    557852      9.85   no data
79.34/19.92	c  N dy   749    168776       900      4020     56444     18049    180415    301293      9.87     10.39
82.14/20.68	c  N dy   804    179811       900      4020     56444     28846    180415    655840      9.89     10.48
86.13/21.67	c  N dy   849    192096       900      4020     56444     23220    180415    436961      9.87     10.41
90.11/22.61	c  N dy   909    204687       900      4020     56444     35548    180415    852537      9.88     10.42
93.69/23.56	c  N dy   968    217771       900      4020     56444     29738    180415    644333      9.89     11.05
98.08/24.65	c  N dy  1026    232020       900      4020     56444     24148    180415    448635      9.89     10.45
99.68/25.07	c  S st  1052    237715       900      4020     56444     29718    180415    631367      9.89      9.69
100.08/25.11	c  S st  1052    238218       900      4020     56444     30221    180415    653243      9.89   no data
100.08/25.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.50/25.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.10
100.50/25.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.50/25.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.92/25.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
100.92/25.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
100.92/25.39	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
100.92/25.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
105.66/26.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
106.86/26.85	c lits-rem:       316  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  0.27 s
106.86/26.86	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
106.86/26.88	c vivif2 --  cl tried    28531 cl shrink        0 lits rem          0 time: 0.02
107.66/27.06	c asymm  cl-useful: 0/2070/4020 lits-rem:0 time: 0.18
107.66/27.07	c calculated reachability. Time: 0.00
107.66/27.07	c  N dy  1052    238218       900      4020     56444     28531    180415    633009      9.89   no data
112.85/28.34	c  N dy  1115    253523       900      4020     56444     22959    180415    393508      9.89     10.42
117.64/29.57	c  N dy  1182    269934       900      4020     56444     38972    180415    906004      9.89     10.44
123.22/30.96	c  N dy  1265    287320       900      4020     56444     34471    180415    752297      9.89     10.42
130.00/32.60	c  N dy  1354    305760       900      4020     56444     30032    180415    575107      9.90     10.51
130.00/32.65	c  F st  1358    306250       900      4020     56444     30517    180415    591789      9.90      9.39
136.78/34.37	c  N dy  1423    325755       900      4020     56444     26119    180415    450655      9.90     10.57
143.97/36.19	c  N dy  1517    345860       900      4020     56444     45734    180415   1050106      9.91     10.45
147.95/37.14	c  S st  1573    357328       900      4020     56444     32552    180415    638850      9.91      9.48
147.95/37.18	c  S st  1573    357835       900      4020     56444     33058    180415    660259      9.91   no data
147.95/37.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
148.35/37.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.8M T:  0.11
148.35/37.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
148.35/37.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.19/37.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
149.19/37.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
149.19/37.47	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
149.19/37.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
153.93/38.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
155.13/38.93	c lits-rem:       181  cl-subs:     1239  v-elim:      0  v-fix:    0  time:  0.24 s
155.13/38.93	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
155.13/38.96	c vivif2 --  cl tried    31819 cl shrink        0 lits rem          0 time: 0.03
155.93/39.15	c asymm  cl-useful: 0/1950/4020 lits-rem:0 time: 0.19
155.93/39.15	c calculated reachability. Time: 0.00
155.93/39.15	c  N dy  1573    357835       900      4020     56444     31819    180415    643988      9.91   no data
163.50/41.05	c  N dy  1647    377923       900      4020     56444     26029    180415    406084      9.91     11.47
169.90/42.66	c  N dy  1734    397939       900      4020     56444     45536    180415   1009491      9.91     10.45
176.67/44.36	c  N dy  1829    417950       900      4020     56444     38740    180415    781285      9.92     10.47
184.30/46.22	c  N dy  1913    437966       900      4020     56444     30950    180415    513448      9.92     12.07
191.83/48.10	c  N dy  1991    457989       900      4020     56444     50415    180415   1073738      9.92     10.48
199.41/50.00	c  N dy  2085    478430       900      4020     56444     42054    180415    816965      9.93     10.51
206.99/51.96	c  N dy  2181    498513       900      4020     56444     32420    180415    495629      9.93     10.58
213.78/53.60	c  N dy  2254    518724       900      4020     56444     52154    180415   1127669      9.93     10.47
220.15/55.20	c  S st  2329    536753       900      4020     56444     39509    180415    685373      9.93      9.17
220.15/55.24	c  S st  2329    537254       900      4020     56444     40007    180415    703929      9.93   no data
220.15/55.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
220.55/55.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.6M T:  0.11
220.55/55.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.55/55.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
221.35/55.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
221.35/55.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
221.35/55.52	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
221.35/55.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
225.74/56.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.12 s
226.94/56.94	c lits-rem:       439  cl-subs:     1764  v-elim:      0  v-fix:    0  time:  0.27 s
226.94/56.94	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
226.94/56.97	c vivif2 --  cl tried    38243 cl shrink        0 lits rem          0 time: 0.03
227.76/57.16	c asymm  cl-useful: 0/1610/4020 lits-rem:0 time: 0.19
227.76/57.16	c calculated reachability. Time: 0.00
227.76/57.16	c  N dy  2329    537254       900      4020     56444     38243    180415    682726      9.93   no data
235.32/59.00	c  N dy  2416    557266       900      4020     56444     57739    180415   1248608      9.93     10.52
242.49/60.84	c  N dy  2501    577299       900      4020     56444     46128    180415    873327      9.93     10.82
249.71/62.68	c  N dy  2589    597366       900      4020     56444     33503    180415    478513      9.93     10.48
256.45/64.39	c  N dy  2678    617373       900      4020     56444     53000    180415   1051981      9.94     11.06
264.83/66.47	c  N dy  2756    638318       900      4020     56444     40263    180415    644724      9.93     10.50
272.04/68.27	c  N dy  2832    658817       900      4020     56444     60244    180415   1227249      9.93     10.51
279.58/70.15	c  N dy  2912    679028       900      4020     56444     45767    180415    789687      9.93     10.46
287.56/72.12	c  N dy  2996    699302       900      4020     56444     65486    180415   1355238      9.93     10.52
295.14/74.00	c  N dy  3078    719495       900      4020     56444     50132    180415    907271      9.93     10.46
303.11/76.07	c  N dy  3157    739593       900      4020     56444     69602    180415   1428802      9.92     10.54
311.13/78.01	c  N dy  3238    759938       900      4020     56444     53491    180415    963806      9.92     10.55
318.68/79.96	c  N dy  3314    780024       900      4020     56444     73058    180415   1532877      9.92     10.48
326.26/81.84	c  N dy  3396    800103       900      4020     56444     55613    180415   1001122      9.92     10.55
328.26/82.35	c  S st  3413    805881       900      4020     56444     61223    180415   1155896      9.92      9.09
328.26/82.39	c  S st  3413    806381       900      4020     56444     61723    180415   1174967      9.92   no data
328.26/82.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
329.09/82.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.13
329.09/82.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
329.09/82.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
329.45/82.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
329.84/82.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
329.84/82.70	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
329.84/82.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
334.63/83.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
338.62/84.96	c lits-rem:       972  cl-subs:     4604  v-elim:      0  v-fix:    0  time:  0.97 s
338.62/84.96	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
339.02/85.01	c vivif2 --  cl tried    57119 cl shrink        0 lits rem          0 time: 0.05
339.82/85.21	c asymm  cl-useful: 0/1418/4020 lits-rem:0 time: 0.20
339.82/85.22	c calculated reachability. Time: 0.00
339.82/85.22	c  N dy  3413    806381       900      4020     56444     57119    180415   1117568      9.92   no data
348.19/87.39	c  N dy  3505    826443       900      4020     56444     38739    180415    517718      9.92     10.94
355.42/89.16	c  N dy  3595    846547       900      4020     56444     58343    180415   1070986      9.92     10.45
363.78/91.29	c  N dy  3685    866763       900      4020     56444     39103    180415    511087      9.92     10.45
370.93/93.07	c  N dy  3780    886952       900      4020     56444     58716    180415   1071728      9.92     10.48
379.32/95.11	c  N dy  3872    906978       900      4020     56444     78185    180415   1617494      9.92     14.28
387.28/97.15	c  N dy  3944    927608       900      4020     56444     58334    180415   1011248      9.92     10.46
395.67/99.22	c  N dy  4018    947674       900      4020     56444     77891    180415   1553115      9.92     10.46
403.28/101.18	c  N dy  4109    967786       900      4020     56444     56633    180415    967686      9.92     10.44
412.05/103.33	c  N dy  4202    987906       900      4020     56444     76210    180415   1505248      9.92     10.48
420.01/105.37	c  N dy  4267   1007922       900      4020     56444     53809    180415    856091      9.91     10.56
427.98/107.39	c  N dy  4363   1028057       900      4020     56444     73390    180415   1407579      9.91     10.56
436.75/109.52	c  N dy  4455   1048210       900      4020     56444     50228    180415    735671      9.91     10.45
444.33/111.47	c  N dy  4543   1068704       900      4020     56444     70214    180415   1302394      9.92     10.57
445.53/111.79	c  F st  4553   1071875       900      4020     56444     73311    180415   1391638      9.91   no data
453.50/113.73	c  N dy  4617   1088722       900      4020     56444     45891    180415    607659      9.92     10.49
461.07/115.66	c  N dy  4698   1108945       900      4020     56444     65559    180415   1141417      9.91     10.46
469.85/117.88	c  N dy  4779   1129383       900      4020     56444     85451    180415   1680470      9.91     10.44
478.28/119.93	c  N dy  4861   1149470       900      4020     56444     60212    180415    982335      9.91     10.61
487.06/122.13	c  N dy  4938   1169688       900      4020     56444     79905    180415   1511370      9.91     10.45
495.42/124.29	c  N dy  5012   1189923       900      4020     56444     53822    180415    793914      9.91     10.48
503.37/126.29	c  S st  5091   1209571       900      4020     56444     72930    180415   1323689      9.91      9.14
503.77/126.34	c  S st  5091   1210071       900      4020     56444     73428    180415   1340749      9.91   no data
503.77/126.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
504.61/126.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.0M T:  0.16
504.61/126.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
504.61/126.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
504.96/126.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
504.96/126.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
504.96/126.69	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
505.36/126.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
510.54/128.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
515.73/129.32	c lits-rem:      1109  cl-subs:     6173  v-elim:      0  v-fix:    0  time:  1.31 s
515.73/129.32	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
515.73/129.38	c vivif2 --  cl tried    67255 cl shrink        0 lits rem          0 time: 0.06
516.53/129.55	c asymm  cl-useful: 0/992/4020 lits-rem:0 time: 0.17
516.53/129.55	c calculated reachability. Time: 0.00
516.53/129.55	c  N dy  5091   1210071       900      4020     56444     67255    180415   1267436      9.91   no data
525.31/131.76	c  N dy  5179   1230461       900      4020     56444     87099    180415   1826043      9.91     10.45
534.48/134.01	c  N dy  5275   1250809       900      4020     56444     60247    180415    989394      9.91     10.48
542.86/136.13	c  N dy  5355   1270902       900      4020     56444     79814    180415   1521767      9.91     10.51
552.46/138.56	c  N dy  5439   1291094       900      4020     56444     51804    180415    728490      9.91     10.59
560.81/140.64	c  N dy  5522   1311312       900      4020     56444     71476    180415   1271807      9.91     10.53
570.01/142.96	c  N dy  5602   1331542       900      4020     56444     91138    180415   1812790      9.91     10.45
579.20/145.25	c  N dy  5705   1351635       900      4020     56444     62055    180415    975373      9.92     10.54
587.15/147.29	c  N dy  5784   1371998       900      4020     56444     81872    180415   1548263      9.91     10.56
597.10/149.77	c  N dy  5875   1392024       900      4020     56444     51792    180415    686676      9.92     10.55
605.12/151.79	c  N dy  5961   1412056       900      4020     56444     71284    180415   1242977      9.92     10.46
614.31/154.08	c  N dy  6055   1432244       900      4020     56444     90912    180415   1784765      9.92     10.57
623.84/156.45	c  N dy  6151   1452304       900      4020     56444     59832    180415    884574      9.92     11.06
631.85/158.48	c  N dy  6219   1472463       900      4020     56444     79463    180415   1423733      9.92     10.51
640.97/160.78	c  N dy  6297   1492468       900      4020     56444     98908    180415   1971585      9.92     10.56
650.16/163.01	c  N dy  6382   1512502       900      4020     56444     66851    180415   1058886      9.92     10.47
658.93/165.25	c  N dy  6479   1532833       900      4020     56444     86652    180415   1622550      9.92     10.55
669.31/167.82	c  N dy  6567   1552994       900      4020     56444     53714    180415    687799      9.92     10.54
676.89/169.80	c  N dy  6644   1573271       900      4020     56444     73418    180415   1226800      9.92     10.48
686.46/172.14	c  N dy  6737   1593961       900      4020     56444     93582    180415   1781786      9.92     10.50
696.83/174.71	c  N dy  6822   1614060       900      4020     56444     59619    180415    836997      9.92     10.89
704.81/176.79	c  N dy  6918   1634084       900      4020     56444     79159    180415   1395626      9.92     10.45
714.81/179.22	c  N dy  7001   1654754       900      4020     56444     99278    180415   1964841      9.92     10.52
724.75/181.72	c  N dy  7101   1674789       900      4020     56444     64236    180415    957541      9.92     10.65
733.93/184.07	c  N dy  7182   1695038       900      4020     56444     83942    180415   1508568      9.92     10.49
741.55/185.92	c  S st  7255   1710071       900      4020     56444     98587    180415   1913479      9.93   no data
741.55/185.97	c  S st  7255   1710575       900      4020     56444     99091    180415   1933637      9.93   no data
741.55/185.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
742.30/186.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.4M T:  0.19
742.30/186.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
742.30/186.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
743.11/186.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
743.11/186.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
743.11/186.34	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
743.11/186.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
748.69/187.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
760.65/190.71	c lits-rem:      1642  cl-subs:     8768  v-elim:      0  v-fix:    0  time:  2.99 s
760.65/190.71	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
761.05/190.80	c vivif2 --  cl tried    90323 cl shrink        0 lits rem          0 time: 0.08
761.85/191.01	c asymm  cl-useful: 0/1086/4020 lits-rem:0 time: 0.22
761.85/191.02	c calculated reachability. Time: 0.00
761.85/191.02	c  N dy  7255   1710575       900      4020     56444     90323    180415   1823804      9.93   no data
771.86/193.53	c  N dy  7340   1730852       900      4020     56444    110062    180415   2380332      9.93     10.78
781.05/195.86	c  N dy  7430   1750927       900      4020     56444     74235    180415   1218376      9.93     10.66
790.16/198.18	c  N dy  7527   1771058       900      4020     56444     93837    180415   1775349      9.93     10.48
801.35/200.97	c  N dy  7627   1791119       900      4020     56444     56943    180415    737682      9.93     11.57
810.12/203.14	c  N dy  7712   1811147       900      4020     56444     76384    180415   1258134      9.93     10.48
820.12/205.70	c  N dy  7802   1831582       900      4020     56444     96263    180415   1802201      9.93     10.47
831.25/208.41	c  N dy  7906   1851646       900      4020     56444     58414    180415    758931      9.94     11.39
840.03/210.60	c  N dy  7987   1871705       900      4020     56444     77921    180415   1277948      9.94     16.67
849.20/212.99	c  N dy  8079   1892363       900      4020     56444     97996    180415   1842586      9.94     11.00
860.37/215.71	c  N dy  8159   1912399       900      4020     56444     59134    180415    763060      9.94     10.52
869.15/217.97	c  N dy  8259   1932416       900      4020     56444     78543    180415   1291996      9.94     11.31
878.32/220.28	c  N dy  8341   1952457       900      4020     56444     98031    180415   1833507      9.94     16.38
889.10/222.91	c  N dy  8426   1972574       900      4020     56444    117568    180415   2361265      9.94     10.49
898.28/225.27	c  N dy  8519   1992698       900      4020     56444     77894    180415   1274176      9.94     10.48
907.87/227.68	c  N dy  8609   2013196       900      4020     56444     97800    180415   1841229      9.94     10.51
918.22/230.28	c  N dy  8692   2033317       900      4020     56444    117367    180415   2383509      9.94     10.48
928.20/232.76	c  N dy  8774   2053522       900      4020     56444     76754    180415   1214125      9.94     10.52
937.76/235.14	c  N dy  8871   2073752       900      4020     56444     96471    180415   1770402      9.95     10.49
948.14/237.73	c  N dy  8952   2093760       900      4020     56444    115912    180415   2309181      9.94     12.12
958.51/240.36	c  N dy  9043   2114119       900      4020     56444     74456    180415   1150443      9.95     10.52
968.08/242.72	c  N dy  9126   2134140       900      4020     56444     93916    180415   1699333      9.95     10.76
979.25/245.52	c  N dy  9226   2154316       900      4020     56444    113561    180415   2260918      9.95     10.51
989.63/248.11	c  N dy  9313   2174322       900      4020     56444     70761    180415   1018570      9.95     10.48
999.60/250.60	c  N dy  9397   2194339       900      4020     56444     90190    180415   1550436      9.95     10.49
1009.20/253.06	c  S st  9485   2210575       900      4020     56444    105959    180415   1977001      9.95      9.65
1009.55/253.13	c  S st  9485   2211075       900      4020     56444    106458    180415   1997797      9.95   no data
1009.55/253.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1010.75/253.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.28
1010.75/253.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1010.75/253.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1011.15/253.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
1011.55/253.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
1011.55/253.60	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1011.55/253.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1017.14/255.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
1029.90/258.21	c lits-rem:      1717  cl-subs:     8617  v-elim:      0  v-fix:    0  time:  3.17 s
1029.90/258.21	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1030.30/258.30	c vivif2 --  cl tried    97841 cl shrink        0 lits rem          0 time: 0.09
1031.14/258.52	c asymm  cl-useful: 0/1020/4020 lits-rem:0 time: 0.22
1031.14/258.53	c calculated reachability. Time: 0.00
1031.14/258.53	c  N dy  9485   2211075       900      4020     56444     97841    180415   1892589      9.95   no data
1042.27/261.30	c  N dy  9585   2231562       900      4020     56444    117788    180415   2448695      9.95     10.56
1053.08/264.07	c  N dy  9681   2252050       900      4020     56444     74687    180415   1133817      9.95     10.53
1063.01/266.51	c  N dy  9765   2272116       900      4020     56444     94187    180415   1681722      9.95     10.48
1073.78/269.21	c  N dy  9863   2292224       900      4020     56444    113749    180415   2219053      9.95     10.52
1085.34/272.11	c  N dy  9949   2312317       900      4020     56444     69148    180415    967885      9.95     10.51
1094.52/274.45	c  N dy 10039   2332330       900      4020     56444     88620    180415   1508792      9.95     10.49
1104.90/277.01	c  N dy 10134   2352460       900      4020     56444    108175    180415   2057611      9.95     10.63
1115.26/279.68	c  N dy 10220   2372535       900      4020     56444    127688    180415   2623309      9.95     10.81
1125.64/282.21	c  N dy 10301   2392566       900      4020     56444     82007    180415   1294959      9.95     10.67
1135.62/284.75	c  N dy 10395   2412728       900      4020     56444    101595    180415   1820607      9.96     10.63
1146.77/287.58	c  N dy 10491   2432807       900      4020     56444    121077    180415   2340516      9.96     10.76
1158.39/290.43	c  N dy 10579   2453053       900      4020     56444     74708    180415   1086197      9.96     10.51
1168.32/292.90	c  N dy 10674   2473209       900      4020     56444     94270    180415   1624918      9.96     10.51
1178.68/295.56	c  N dy 10770   2493284       900      4020     56444    113765    180415   2156034      9.96     10.58
1190.25/298.43	c  N dy 10871   2513431       900      4020     56444    133337    180415   2697197      9.96     10.68
1200.22/300.98	c  N dy 10973   2533517       900      4020     56444     85864    180415   1393389      9.96     13.15
1211.05/303.68	c  N dy 11070   2553587       900      4020     56444    105370    180415   1931950      9.97     10.49
1222.56/306.52	c  N dy 11157   2573707       900      4020     56444    124958    180415   2466219      9.97     10.50
1234.13/309.43	c  N dy 11245   2593754       900      4020     56444     76367    180415   1108077      9.97     10.51
1244.11/311.92	c  N dy 11356   2613994       900      4020     56444     96023    180415   1646395      9.97     10.65
1255.27/314.71	c  N dy 11433   2634659       900      4020     56444    116107    180415   2206734      9.97     10.55
1266.85/317.67	c  N dy 11519   2654702       900      4020     56444    135569    180415   2732572      9.97     10.52
1277.61/320.31	c  N dy 11608   2674840       900      4020     56444     86191    180415   1371818      9.97     10.62
1287.59/322.83	c  N dy 11698   2694845       900      4020     56444    105645    180415   1910528      9.97     10.94
1296.76/325.13	c  S st 11766   2711075       900      4020     56444    121467    180415   2350476      9.97      8.96
1297.16/325.20	c  S st 11766   2711577       900      4020     56444    121963    180415   2369174      9.97   no data
1297.16/325.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1297.97/325.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.29
1297.97/325.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1297.97/325.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1298.81/325.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
1298.81/325.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
1298.81/325.68	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1299.15/325.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1305.13/327.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
1323.09/331.77	c lits-rem:      1741  cl-subs:     8415  v-elim:      0  v-fix:    0  time:  4.55 s
1323.09/331.77	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1323.49/331.89	c vivif2 --  cl tried   113548 cl shrink        0 lits rem          0 time: 0.11
1324.71/332.16	c asymm  cl-useful: 0/899/4020 lits-rem:0 time: 0.28
1324.71/332.17	c calculated reachability. Time: 0.00
1324.71/332.17	c  N dy 11766   2711577       900      4020     56444    113548    180415   2259590      9.97   no data
1337.04/335.24	c  N dy 11849   2731738       900      4020     56444    133131    180415   2802619      9.97     10.60
1348.61/338.15	c  N dy 11943   2751984       900      4020     56444     82878    180415   1265723      9.97     10.58
1358.98/340.72	c  N dy 12019   2772280       900      4020     56444    102554    180415   1811502      9.97     10.59
1370.14/343.60	c  N dy 12130   2792389       900      4020     56444    122124    180415   2348998      9.97     10.52
1382.91/346.71	c  N dy 12235   2812423       900      4020     56444    141596    180415   2877004      9.97     10.78
1392.89/349.20	c  N dy 12324   2832437       900      4020     56444     90159    180415   1472289      9.97     10.83
1403.26/351.81	c  N dy 12412   2852494       900      4020     56444    109684    180415   2017274      9.97     10.58
1414.02/354.53	c  N dy 12482   2872709       900      4020     56444    129352    180415   2575139      9.97     10.59
1426.04/357.58	c  N dy 12583   2892808       900      4020     56444     77000    180415   1076478      9.97     12.29
1436.37/360.16	c  N dy 12691   2912860       900      4020     56444     96474    180415   1608308      9.98     10.53
1447.56/362.93	c  N dy 12788   2933215       900      4020     56444    116222    180415   2159990      9.98     10.51
1459.10/365.89	c  N dy 12873   2953270       900      4020     56444    135665    180415   2697032      9.98     12.42
1471.07/368.82	c  N dy 12936   2973317       900      4020     56444     82300    180415   1220764      9.98     10.56
1481.05/371.33	c  N dy 13034   2993466       900      4020     56444    101891    180415   1767206      9.98     10.55
1492.22/374.14	c  N dy 13119   3013571       900      4020     56444    121403    180415   2294225      9.98     10.60
1504.19/377.15	c  N dy 13215   3033675       900      4020     56444    141011    180415   2852796      9.98     10.51
1516.16/380.12	c  N dy 13320   3053933       900      4020     56444     86864    180415   1324527      9.98     10.51
1526.55/382.75	c  N dy 13417   3074036       900      4020     56444    106416    180415   1872377      9.98     10.72
1538.09/385.63	c  N dy 13511   3094303       900      4020     56444    126170    180415   2424469      9.98     10.65
1550.45/388.75	c  N dy 13595   3114381       900      4020     56444    145684    180415   2954271      9.98     10.55
1562.41/391.72	c  N dy 13696   3134501       900      4020     56444     90355    180415   1407981      9.98     10.57
1572.79/394.35	c  N dy 13777   3154574       900      4020     56444    109800    180415   1935758      9.98     10.70
1584.35/397.28	c  N dy 13868   3175092       900      4020     56444    129719    180415   2498775      9.98     10.58
1597.17/400.45	c  N dy 13976   3195150       900      4020     56444    149244    180415   3043629      9.99     11.23
1606.69/402.87	c  S st 14054   3211578       900      4020     56444     89387    180415   1372304      9.99   no data
1607.09/402.93	c  S st 14054   3212081       900      4020     56444     89883    180415   1389602      9.99   no data
1607.09/402.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1607.89/403.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.19
1607.89/403.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1607.89/403.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1608.29/403.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
1608.29/403.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
1608.69/403.30	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1608.69/403.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1613.48/404.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.15 s
1615.87/405.14	c lits-rem:       486  cl-subs:     2925  v-elim:      0  v-fix:    0  time:  0.63 s
1615.87/405.14	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1616.27/405.21	c vivif2 --  cl tried    86958 cl shrink        0 lits rem          0 time: 0.07
1617.07/405.44	c asymm  cl-useful: 0/972/4020 lits-rem:0 time: 0.23
1617.07/405.45	c calculated reachability. Time: 0.00
1617.07/405.45	c  N dy 14054   3212081       900      4020     56444     86958    180415   1356062      9.99   no data
1628.63/408.30	c  N dy 14148   3232112       900      4020     56444    106443    180415   1910355      9.99     10.65
1640.21/411.29	c  N dy 14245   3252650       900      4020     56444    126374    180415   2467206      9.99     10.53
1653.37/414.52	c  N dy 14343   3272742       900      4020     56444    145867    180415   2992634      9.99     11.10
1665.34/417.58	c  N dy 14432   3292776       900      4020     56444     88562    180415   1333446      9.99     10.66
1676.50/420.30	c  N dy 14517   3312785       900      4020     56444    108052    180415   1875008      9.99     11.58
1687.68/423.19	c  N dy 14617   3333065       900      4020     56444    127816    180415   2431490      9.99     10.54
1700.44/426.38	c  N dy 14712   3353083       900      4020     56444    147253    180415   2954972      9.99     10.53
1713.19/429.59	c  N dy 14793   3373141       900      4020     56444     89018    180415   1334604      9.99     10.55
1724.41/432.38	c  N dy 14883   3393200       900      4020     56444    108448    180415   1865528      9.99     11.74
1735.93/435.23	c  N dy 14958   3413917       900      4020     56444    128635    180415   2436993      9.99     10.56
1749.10/438.50	c  N dy 15061   3434264       900      4020     56444    148470    180415   2982877      9.99     10.88
1761.87/441.76	c  N dy 15150   3454408       900      4020     56444     89277    180415   1331925      9.99     10.65
1772.68/444.41	c  N dy 15228   3474528       900      4020     56444    108858    180415   1864261      9.99     10.64
1784.60/447.49	c  N dy 15321   3494695       900      4020     56444    128471    180415   2390454      9.99     10.52
1798.16/450.87	c  N dy 15413   3514956       900      4020     56444    148140    180415   2926692      9.99     10.58
1811.75/454.27	c  N dy 15505   3534964       900      4020     56444     87869    180415   1284509      9.99     11.85
1822.50/456.99	c  N dy 15588   3555000       900      4020     56444    107288    180415   1806211      9.99     10.52
1834.47/459.90	c  N dy 15678   3575144       900      4020     56444    126903    180415   2361577      9.99     10.56
1846.86/463.04	c  N dy 15785   3595174       900      4020     56444    146394    180415   2917219      9.99     10.96
1861.19/466.64	c  N dy 15866   3615661       900      4020     56444     85632    180415   1202803      9.99     10.56
1871.96/469.33	c  N dy 15955   3635676       900      4020     56444    105075    180415   1739544      9.99     13.81
1883.13/472.17	c  N dy 16041   3655715       900      4020     56444    124524    180415   2270729      9.99     10.77
1895.54/475.29	c  N dy 16126   3675735       900      4020     56444    143947    180415   2796096     10.00     11.22
1911.05/479.10	c  N dy 16232   3695800       900      4020     56444     81855    180415   1084030     10.00     11.91
1919.03/481.17	c  S st 16302   3712081       900      4020     56444     97652    180415   1518423     10.00      9.77
1919.43/481.23	c  S st 16302   3712583       900      4020     56444     98150    180415   1535158     10.00   no data
1919.43/481.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1920.23/481.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.21
1920.23/481.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1920.23/481.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1921.03/481.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
1921.03/481.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
1921.03/481.62	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
1921.03/481.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1925.83/482.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.16 s
1929.01/483.61	c lits-rem:       586  cl-subs:     3507  v-elim:      0  v-fix:    0  time:  0.76 s
1929.01/483.61	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
1929.01/483.68	c vivif2 --  cl tried    94643 cl shrink        0 lits rem          0 time: 0.07
1930.23/483.91	c asymm  cl-useful: 0/962/4020 lits-rem:0 time: 0.23
1930.23/483.92	c calculated reachability. Time: 0.00
1930.23/483.92	c  N dy 16302   3712583       900      4020     56444     94643    180415   1491347     10.00   no data
1942.96/487.11	c  N dy 16386   3733483       900      4020     56444    114893    180415   2032115     10.00     10.55
1954.53/490.09	c  F st 16482   3751562       900      4020     56444    132459    180415   2512946     10.00   no data
1955.73/490.39	c  N st 16486   3753595       900      4020     56444    134455    180415   2572577     10.00   no data
1968.89/493.64	c  N dy 16577   3773763       900      4020     56444    154018    180415   3093207     10.00     10.59
1982.88/497.16	c  N dy 16663   3793771       900      4020     56444     90993    180415   1309253     10.00     11.64
1994.82/500.18	c  N dy 16770   3814892       900      4020     56444    111524    180415   1881194     10.00     10.63
2006.78/503.18	c  N dy 16867   3835044       900      4020     56444    131165    180415   2427894     10.00     10.55
2019.55/506.33	c  N dy 16956   3855296       900      4020     56444    150836    180415   2975989     10.00     10.54
2034.31/510.00	c  N dy 17054   3875408       900      4020     56444     86854    180415   1199406     10.00     10.59
2045.07/512.73	c  N dy 17151   3895486       900      4020     56444    106344    180415   1733278     10.00     11.28
2056.26/515.53	c  N dy 17248   3915548       900      4020     56444    125815    180415   2268231     10.00     11.02
2068.21/518.52	c  N dy 17344   3935593       900      4020     56444    145358    180415   2832242     10.01     12.19
2081.77/521.94	c  N dy 17434   3955659       900      4020     56444    164813    180415   3368462     10.01     10.61
2094.53/525.17	c  N dy 17532   3976206       900      4020     56444    100210    180415   1537230     10.01     10.55
2105.73/527.93	c  N dy 17620   3996300       900      4020     56444    119725    180415   2060074     10.01     10.99
2118.08/531.02	c  N dy 17717   4016442       900      4020     56444    139325    180415   2579110     10.01     10.55
2130.84/534.20	c  N dy 17811   4036572       900      4020     56444    158852    180415   3112195     10.01     10.56
2144.01/537.57	c  N dy 17906   4056591       900      4020     56444     92804    180415   1322605     10.01     10.54
2155.17/540.35	c  N dy 17995   4076660       900      4020     56444    112274    180415   1843659     10.01     10.56
2166.74/543.22	c  N dy 18070   4096745       900      4020     56444    131743    180415   2360277     10.01     10.56
2179.11/546.34	c  N dy 18161   4116961       900      4020     56444    151398    180415   2900922     10.01     10.56
2192.67/549.72	c  N dy 18262   4136975       900      4020     56444    170843    180415   3436431     10.01     11.13
2205.03/552.83	c  N dy 18360   4157026       900      4020     56444    103885    180415   1606798     10.01     11.61
2216.60/555.70	c  N dy 18456   4177040       900      4020     56444    123323    180415   2132378     10.01     10.66
2227.78/558.58	c  N dy 18556   4197066       900      4020     56444    142778    180415   2687845     10.01     10.74
2237.79/561.02	c  S st 18624   4212586       900      4020     56444    157849    180415   3093037     10.01      7.72
2238.14/561.10	c  S st 18624   4213091       900      4020     56444    158353    180415   3112336     10.01   no data
2238.14/561.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2238.94/561.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.4M T:  0.28
2239.34/561.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2239.34/561.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2239.74/561.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
2239.74/561.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
2239.74/561.57	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
2240.14/561.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2245.73/563.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
2258.08/566.13	c lits-rem:      1332  cl-subs:    10436  v-elim:      0  v-fix:    0  time:  3.11 s
2258.08/566.14	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2258.48/566.28	c vivif2 --  cl tried   147917 cl shrink        0 lits rem          0 time: 0.14
2259.72/566.54	c asymm  cl-useful: 0/780/4020 lits-rem:0 time: 0.26
2259.72/566.55	c calculated reachability. Time: 0.00
2259.72/566.55	c  N dy 18624   4213091       900      4020     56444    147917    180415   2972808     10.01   no data
2275.23/570.45	c  N dy 18709   4234142       900      4020     56444    168344    180415   3528111     10.01     10.59
2290.02/574.11	c  N dy 18785   4254707       900      4020     56444    101067    180415   1516434     10.01     10.70
2301.16/576.92	c  N dy 18886   4274906       900      4020     56444    120783    180415   2063469     10.01     10.55
2312.72/579.89	c  N dy 18977   4294916       900      4020     56444    140237    180415   2601390     10.01     10.58
2325.89/583.18	c  N dy 19064   4314992       900      4020     56444    159758    180415   3138110     10.02     11.24
2341.05/586.91	c  N dy 19160   4335118       900      4020     56444     90956    180415   1231709     10.02     10.56
2351.86/589.61	c  N dy 19253   4355164       900      4020     56444    110433    180415   1762788     10.02     10.82
2363.38/592.59	c  N dy 19333   4375206       900      4020     56444    129829    180415   2271450     10.02     10.74
2375.75/595.60	c  N dy 19410   4395291       900      4020     56444    149285    180415   2811087     10.02     10.55
2388.92/598.98	c  N dy 19499   4415368       900      4020     56444    168748    180415   3332622     10.02     10.56
2402.08/602.29	c  N dy 19577   4435385       900      4020     56444     98949    180415   1425597     10.02     10.56
2413.65/605.13	c  N dy 19664   4455491       900      4020     56444    118480    180415   1949000     10.02     10.64
2425.62/608.15	c  N dy 19761   4475667       900      4020     56444    138026    180415   2483179     10.02     10.62
2438.38/611.34	c  N dy 19858   4495727       900      4020     56444    157540    180415   3007896     10.02     11.06
2452.37/614.90	c  N dy 19957   4515942       900      4020     56444    177136    180415   3539162     10.02     10.61
2465.11/618.06	c  N dy 20052   4536023       900      4020     56444    106343    180415   1611233     10.02     10.81
2476.67/620.94	c  N dy 20147   4556072       900      4020     56444    125738    180415   2130079     10.02     10.59
2489.03/624.00	c  N dy 20243   4576214       900      4020     56444    145237    180415   2643367     10.02     10.70
2501.80/627.27	c  N dy 20332   4597304       900      4020     56444    165786    180415   3213033     10.02     10.70
2516.57/630.93	c  N dy 20433   4617354       900      4020     56444     94076    180415   1264410     10.02     10.63
2527.38/633.63	c  N dy 20525   4637394       900      4020     56444    113529    180415   1788862     10.02     10.55
2538.50/636.48	c  N dy 20620   4657642       900      4020     56444    133260    180415   2328703     10.02     10.72
2550.86/639.56	c  N dy 20696   4677874       900      4020     56444    152909    180415   2862087     10.02     10.60
2564.03/642.85	c  N dy 20776   4697994       900      4020     56444    172484    180415   3384193     10.02     10.58
2575.23/645.64	c  S st 20837   4713091       900      4020     56444     94870    180415   1264622     10.02   no data
2575.23/645.70	c  S st 20837   4713593       900      4020     56444     95368    180415   1283860     10.02   no data
2575.65/645.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2576.40/645.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.20
2576.40/645.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2576.40/645.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2576.79/646.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
2576.79/646.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.01 s
2576.79/646.08	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
2577.20/646.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2581.58/647.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.10 s
2582.79/647.52	c lits-rem:       162  cl-subs:      866  v-elim:      0  v-fix:    0  time:  0.28 s
2582.79/647.52	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2582.79/647.59	c vivif2 --  cl tried    94502 cl shrink        0 lits rem          0 time: 0.07
2584.01/647.81	c asymm  cl-useful: 0/1012/4020 lits-rem:0 time: 0.22
2584.01/647.82	c calculated reachability. Time: 0.00
2584.01/647.82	c  N dy 20837   4713593       900      4020     56444     94502    180415   1275028     10.02   no data
2593.95/650.36	c  N dy 20924   4733639       900      4020     56444    114016    180415   1824781     10.02     10.73
2605.94/653.36	c  N dy 20985   4753819       900      4020     56444    133612    180415   2348585     10.02     10.56
2618.67/656.58	c  N dy 21072   4774178       900      4020     56444    153362    180415   2868970     10.02     10.75
2632.26/659.98	c  N dy 21152   4794200       900      4020     56444    172815    180415   3375745     10.02     11.76
2647.00/663.69	c  N dy 21248   4814290       900      4020     56444     99065    180415   1364119     10.02     10.60
2659.36/666.77	c  N dy 21336   4834487       900      4020     56444    118676    180415   1872148     10.02     10.58
2672.52/670.02	c  N dy 21441   4854533       900      4020     56444    138208    180415   2406582     10.02     10.58
2685.33/673.28	c  N dy 21537   4874659       900      4020     56444    157759    180415   2938425     10.02     10.63
2699.65/676.81	c  N dy 21623   4895083       900      4020     56444    177555    180415   3464442     10.02     10.61
2714.01/680.44	c  N dy 21724   4915148       900      4020     56444    102800    180415   1449678     10.02     10.69
2725.18/683.28	c  N dy 21796   4935366       900      4020     56444    122430    180415   1963579     10.02     10.56
2737.57/686.38	c  N dy 21893   4955444       900      4020     56444    141919    180415   2484899     10.02     12.14
2751.16/689.77	c  N dy 21980   4975498       900      4020     56444    161319    180415   2982327     10.02     10.60
2765.06/693.20	c  N dy 22067   4995679       900      4020     56444    180900    180415   3515798     10.02     10.56
2779.03/696.74	c  N dy 22177   5015793       900      4020     56444    105331    180415   1502272     10.03     10.57
2790.63/699.63	c  N dy 22267   5036250       900      4020     56444    125240    180415   2024228     10.03     10.66
2802.56/702.66	c  N dy 22349   5056328       900      4020     56444    144707    180415   2553583     10.03     10.63
2816.13/706.04	c  N dy 22444   5076987       900      4020     56444    164810    180415   3086781     10.03     10.60
2829.29/709.36	c  N dy 22546   5097024       900      4020     56444    184265    180415   3601726     10.03     10.72
2842.88/712.79	c  N dy 22638   5117037       900      4020     56444    107565    180415   1539802     10.03     11.68
2854.42/715.67	c  N dy 22736   5137567       900      4020     56444    127515    180415   2072821     10.03     10.63
2866.38/718.67	c  N dy 22812   5157790       900      4020     56444    147134    180415   2576857     10.03     10.57
2879.14/721.88	c  N dy 22893   5178073       900      4020     56444    166810    180415   3103052     10.03     10.56
2893.51/725.49	c  N dy 22998   5199322       900      4020     56444    187415    180415   3647632     10.03     10.65
2904.31/728.13	c  S st 23064   5213593       900      4020     56444    104185    180415   1425160     10.03     10.01
2904.31/728.19	c  S st 23064   5214094       900      4020     56444    104684    180415   1444453     10.03   no data
2904.31/728.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2905.48/728.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.20
2905.48/728.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2905.48/728.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2905.87/728.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
2905.87/728.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
2905.87/728.58	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
2906.27/728.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2910.66/729.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.12 s
2912.26/730.16	c lits-rem:       259  cl-subs:     2128  v-elim:      0  v-fix:    0  time:  0.39 s
2912.26/730.16	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
2912.66/730.23	c vivif2 --  cl tried   102556 cl shrink        0 lits rem          0 time: 0.07
2913.51/730.46	c asymm  cl-useful: 0/995/4020 lits-rem:0 time: 0.23
2913.51/730.47	c calculated reachability. Time: 0.00
2913.51/730.47	c  N dy 23064   5214094       900      4020     56444    102556    180415   1419758     10.03   no data
2924.62/733.25	c  N dy 23146   5234168       900      4020     56444    121993    180415   1931499     10.03     11.87
2936.19/736.18	c  N dy 23237   5254374       900      4020     56444    141601    180415   2439443     10.03     10.59
2950.15/739.61	c  N dy 23342   5274401       900      4020     56444    161008    180415   2943959     10.03     10.56
2963.32/742.98	c  N dy 23452   5294483       900      4020     56444    180467    180415   3464836     10.03     10.76
2978.47/746.70	c  N dy 23530   5315301       900      4020     56444    102639    180415   1368529     10.03     10.59
2989.23/749.46	c  N dy 23637   5335321       900      4020     56444    122167    180415   1897774     10.03     10.71
3002.00/752.69	c  N dy 23720   5355394       900      4020     56444    141587    180415   2401851     10.03     10.56
3015.16/755.90	c  N dy 23806   5375462       900      4020     56444    161121    180415   2916763     10.03     10.64
3028.33/759.27	c  N dy 23898   5395632       900      4020     56444    180665    180415   3417228     10.03     10.57
3043.90/763.11	c  N dy 23986   5415904       900      4020     56444    101363    180415   1332420     10.03     10.66
3054.25/765.78	c  N dy 24066   5435977       900      4020     56444    120808    180415   1845539     10.03     10.59
3065.83/768.69	c  N dy 24171   5456178       900      4020     56444    140468    180415   2371822     10.03     10.57
3078.19/771.71	c  N dy 24271   5476279       900      4020     56444    160063    180415   2924652     10.03     10.58
3091.76/775.10	c  N dy 24373   5496597       900      4020     56444    179805    180415   3458662     10.04     10.67
3105.33/778.57	c  N dy 24463   5516624       900      4020     56444    199265    180415   3986010     10.04     10.71
3117.69/781.68	c  N dy 24556   5536658       900      4020     56444    118684    180415   1770686     10.04     10.83
3129.25/784.54	c  N dy 24652   5556723       900      4020     56444    138152    180415   2279803     10.04     10.92
3141.67/787.63	c  N dy 24761   5576897       900      4020     56444    157771    180415   2821852     10.04     10.58
3155.57/791.11	c  N dy 24860   5597003       900      4020     56444    177280    180415   3320350     10.04     10.65
3169.93/794.72	c  N dy 24953   5617211       900      4020     56444    196834    180415   3821550     10.04     10.58
3183.09/798.00	c  N dy 25038   5637559       900      4020     56444    115592    180415   1667304     10.04     10.63
3194.31/800.83	c  N dy 25122   5658135       900      4020     56444    135542    180415   2186566     10.04     10.59
3206.24/803.83	c  N dy 25212   5678312       900      4020     56444    155132    180415   2707661     10.04     10.59
3219.40/807.19	c  N dy 25310   5698510       900      4020     56444    174705    180415   3217363     10.04     10.59
3230.17/809.83	c  S st 25379   5714095       900      4020     56444    189862    180415   3613367     10.04   no data
3230.57/809.91	c  S st 25379   5714598       900      4020     56444    190365    180415   3631136     10.04   no data
3230.57/809.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3231.77/810.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.4M T:  0.30
3231.77/810.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3231.77/810.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3232.17/810.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
3232.17/810.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
3232.17/810.39	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
3232.57/810.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3238.54/811.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
3255.32/816.19	c lits-rem:      1420  cl-subs:    14187  v-elim:      0  v-fix:    0  time:  4.28 s
3255.32/816.19	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3256.09/816.36	c vivif2 --  cl tried   176178 cl shrink        0 lits rem          0 time: 0.17
3257.29/816.62	c asymm  cl-useful: 0/776/4020 lits-rem:0 time: 0.26
3257.29/816.63	c calculated reachability. Time: 0.00
3257.29/816.63	c  N dy 25379   5714598       900      4020     56444    176178    180415   3439310     10.04   no data
3271.25/820.15	c  N dy 25459   5734673       900      4020     56444    195652    180415   3947439     10.04     10.76
3286.80/824.01	c  N dy 25555   5754696       900      4020     56444    113445    180415   1598686     10.04     10.63
3301.17/827.61	c  N dy 25628   5775653       900      4020     56444    133789    180415   2125097     10.04     10.57
3313.52/830.71	c  N dy 25707   5795701       900      4020     56444    153241    180415   2628658     10.04     12.43
3326.68/834.03	c  N dy 25795   5816311       900      4020     56444    173245    180415   3141265     10.04     10.61
3341.05/837.68	c  N dy 25893   5836426       900      4020     56444    192748    180415   3648399     10.04     10.74
3356.24/841.44	c  N dy 25983   5856995       900      4020     56444    109957    180415   1490554     10.04     10.62
3366.97/844.14	c  N dy 26059   5877015       900      4020     56444    129425    180415   2004127     10.04     11.23
3379.74/847.34	c  N dy 26143   5897028       900      4020     56444    148774    180415   2488699     10.04     10.60
3392.50/850.54	c  N dy 26242   5917144       900      4020     56444    168296    180415   3008267     10.04     10.67
3406.07/853.96	c  N dy 26333   5937218       900      4020     56444    187797    180415   3509817     10.04     11.64
3419.63/857.39	c  N dy 26414   5957293       900      4020     56444    207281    180415   4029670     10.04     11.06
3432.39/860.57	c  N dy 26488   5977344       900      4020     56444    122900    180415   1804133     10.04     10.67
3443.57/863.40	c  N dy 26580   5997447       900      4020     56444    142467    180415   2323798     10.04     10.79
3455.93/866.41	c  N dy 26669   6017452       900      4020     56444    161863    180415   2829684     10.04     10.70
3468.70/869.63	c  N dy 26755   6037491       900      4020     56444    181271    180415   3338477     10.04     10.72
3482.66/873.12	c  N dy 26848   6058284       900      4020     56444    201490    180415   3872111     10.04     10.59
3495.83/876.45	c  N dy 26939   6078391       900      4020     56444    116193    180415   1608291     10.04     10.60
3507.38/879.33	c  N dy 27019   6098647       900      4020     56444    135897    180415   2113816     10.04     10.63
3519.75/882.44	c  N dy 27099   6118733       900      4020     56444    155425    180415   2619852     10.04     10.63
3532.16/885.56	c  N dy 27197   6138917       900      4020     56444    175050    180415   3140136     10.04     10.62
3546.08/889.03	c  N dy 27294   6160060       900      4020     56444    195529    180415   3677927     10.05     10.60
3561.24/892.85	c  N dy 27397   6180337       900      4020     56444    109402    180415   1417590     10.05     10.61
3572.00/895.54	c  N dy 27480   6200355       900      4020     56444    128828    180415   1911694     10.05     10.65
3580.02/897.57	c  S st 27542   6214598       900      4020     56444    142678    180415   2265446     10.05   no data
3580.43/897.64	c  S st 27542   6215098       900      4020     56444    143173    180415   2283056     10.05   no data
3580.43/897.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3581.18/897.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.4M T:  0.23
3581.18/897.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3581.18/897.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3581.98/898.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
3581.98/898.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
3581.98/898.06	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
3581.98/898.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3587.57/899.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
3596.74/901.73	c lits-rem:       888  cl-subs:     6137  v-elim:      0  v-fix:    0  time:  2.30 s
3596.74/901.73	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3597.14/901.85	c vivif2 --  cl tried   137036 cl shrink        0 lits rem          0 time: 0.11
3597.98/902.09	c asymm  cl-useful: 0/951/4020 lits-rem:0 time: 0.24
3597.98/902.09	c calculated reachability. Time: 0.00
3597.98/902.09	c  N dy 27542   6215098       900      4020     56444    137036    180415   2202260     10.05   no data
3610.30/905.15	c  N dy 27635   6235486       900      4020     56444    156843    180415   2719321     10.05     10.61
3623.47/908.43	c  N dy 27733   6255502       900      4020     56444    176272    180415   3229959     10.05     10.92
3637.82/912.09	c  N dy 27833   6275580       900      4020     56444    195730    180415   3747682     10.05     11.01
3656.17/916.69	c  N dy 27924   6295637       900      4020     56444    108469    180415   1385718     10.05     12.71
3667.77/919.53	c  N dy 28021   6315769       900      4020     56444    127982    180415   1888011     10.05     10.65
3681.35/922.94	c  N dy 28111   6335818       900      4020     56444    147398    180415   2376754     10.05     10.88
3693.66/926.10	c  N dy 28209   6355886       900      4020     56444    166847    180415   2881798     10.05     10.64
3706.43/929.26	c  N dy 28286   6376017       900      4020     56444    186422    180415   3392266     10.05     10.67
3720.41/932.77	c  N dy 28372   6397028       900      4020     56444    206819    180415   3921314     10.05     10.59
3735.14/936.41	c  N dy 28463   6417346       900      4020     56444    118855    180415   1630922     10.05     10.61
3745.52/939.06	c  N dy 28546   6437349       900      4020     56444    138288    180415   2144521     10.05     11.95
3757.48/942.02	c  N dy 28656   6457354       900      4020     56444    157729    180415   2654692     10.05     10.60
3770.24/945.29	c  N dy 28754   6477677       900      4020     56444    177427    180415   3163963     10.05     10.61
3783.00/948.49	c  N dy 28832   6498112       900      4020     56444    197295    180415   3689742     10.05     10.67
3797.38/952.04	c  N dy 28914   6518217       900      4020     56444    216764    180415   4186671     10.05     10.73
3810.13/955.29	c  N dy 29006   6538507       900      4020     56444    127790    180415   1847142     10.05     10.62
3821.75/958.13	c  N dy 29097   6558567       900      4020     56444    147263    180415   2355172     10.05     11.45
3834.08/961.20	c  N dy 29190   6578587       900      4020     56444    166702    180415   2850992     10.05     12.07
3846.84/964.40	c  N dy 29267   6598804       900      4020     56444    186314    180415   3361316     10.05     10.69
3860.41/967.88	c  N dy 29368   6618868       900      4020     56444    205800    180415   3879942     10.05     10.73
3875.55/971.62	c  N dy 29465   6638899       900      4020     56444    115615    180415   1513413     10.05     11.32
3886.33/974.37	c  N dy 29562   6658987       900      4020     56444    135167    180415   2020193     10.05     12.31
3898.69/977.46	c  N dy 29656   6679520       900      4020     56444    155082    180415   2515045     10.05     10.60
3911.45/980.67	c  N dy 29735   6700017       900      4020     56444    174923    180415   3022908     10.05     10.59
3921.04/983.08	c  S st 29775   6715098       900      4020     56444    189512    180415   3385676     10.05   no data
3921.44/983.15	c  S st 29775   6715603       900      4020     56444    190015    180415   3403501     10.05   no data
3921.44/983.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3922.67/983.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.27
3922.67/983.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3922.67/983.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3923.42/983.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
3923.42/983.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
3923.42/983.61	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
3923.42/983.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3929.00/985.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
3944.96/989.01	c lits-rem:      1590  cl-subs:    14715  v-elim:      0  v-fix:    0  time:  3.98 s
3944.96/989.01	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
3945.36/989.18	c vivif2 --  cl tried   175300 cl shrink        0 lits rem          0 time: 0.17
3946.56/989.43	c asymm  cl-useful: 0/866/4020 lits-rem:0 time: 0.25
3946.56/989.44	c calculated reachability. Time: 0.00
3946.56/989.44	c  N dy 29775   6715603       900      4020     56444    175300    180415   3198346     10.05   no data
3960.52/992.90	c  N dy 29870   6735884       900      4020     56444    195004    180415   3711400     10.05     10.71
3974.49/996.45	c  N dy 29959   6756394       900      4020     56444    214846    180415   4217308     10.05     10.69
3990.44/1000.45	c  N dy 30059   6777300       900      4020     56444    124782    180415   1747663     10.05     11.01
4002.00/1003.38	c  N dy 30136   6797485       900      4020     56444    144442    180415   2267856     10.05     10.72
4014.40/1006.50	c  N dy 30230   6817622       900      4020     56444    164016    180415   2779445     10.05     10.65
4027.98/1009.88	c  N dy 30322   6837812       900      4020     56444    183631    180415   3278340     10.05     10.62
4041.15/1013.19	c  N dy 30403   6857877       900      4020     56444    203095    180415   3777108     10.05     10.70
4055.46/1016.74	c  N dy 30494   6878087       900      4020     56444    222729    180415   4272470     10.05     10.60
4068.63/1020.00	c  N dy 30600   6898318       900      4020     56444    130806    180415   1870974     10.06     10.71
4080.64/1023.01	c  N dy 30679   6918738       900      4020     56444    150608    180415   2372557     10.06     10.60
4093.38/1026.30	c  N dy 30759   6939086       900      4020     56444    170296    180415   2845979     10.05     10.60
4106.56/1029.51	c  N dy 30829   6959152       900      4020     56444    189739    180415   3338244     10.05     10.84
4120.48/1033.07	c  N dy 30914   6979369       900      4020     56444    209284    180415   3820959     10.05     10.72
4135.65/1036.88	c  N dy 31013   6999496       900      4020     56444    116362    180415   1490393     10.05     10.61
4146.46/1039.56	c  N dy 31079   7019718       900      4020     56444    136059    180415   1993208     10.05     10.66
4158.39/1042.59	c  N dy 31177   7039916       900      4020     56444    155655    180415   2488985     10.05     10.81
4171.15/1045.71	c  N dy 31270   7060141       900      4020     56444    175227    180415   2979605     10.06     10.61
4183.92/1048.98	c  N dy 31375   7080264       900      4020     56444    194812    180415   3487745     10.06     10.59
4197.48/1052.34	c  N dy 31447   7100699       900      4020     56444    214573    180415   3978158     10.06     10.63
4212.63/1056.11	c  N dy 31543   7120874       900      4020     56444    120700    180415   1587447     10.06     10.63
4224.60/1059.10	c  N dy 31618   7141019       900      4020     56444    140227    180415   2063930     10.06     10.61
4236.17/1062.08	c  N dy 31696   7161044       900      4020     56444    159694    180415   2544402     10.05     10.90
4248.54/1065.10	c  N dy 31785   7181203       900      4020     56444    179277    180415   3048191     10.05     10.59
4261.70/1068.46	c  N dy 31868   7201435       900      4020     56444    198881    180415   3528263     10.05     10.60
4271.28/1070.82	c  S st 31930   7215603       900      4020     56444    212682    180415   3886228     10.05   no data
4271.68/1070.90	c  S st 31930   7216105       900      4020     56444    213179    180415   3902390     10.05   no data
4271.68/1070.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4272.87/1071.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.2M T:  0.30
4272.87/1071.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4272.87/1071.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4273.30/1071.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
4273.30/1071.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
4273.30/1071.39	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
4273.71/1071.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4279.25/1072.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
4300.39/1078.11	c lits-rem:      2102  cl-subs:    16299  v-elim:      0  v-fix:    0  time:  5.24 s
4300.39/1078.11	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
4301.19/1078.31	c vivif2 --  cl tried   196880 cl shrink        0 lits rem          0 time: 0.19
4301.99/1078.57	c asymm  cl-useful: 0/776/4020 lits-rem:0 time: 0.27
4301.99/1078.58	c calculated reachability. Time: 0.00
4301.99/1078.58	c  N dy 31930   7216105       900      4020     56444    196880    180415   3684595     10.05   no data
4316.76/1082.20	c  N dy 31996   7236200       900      4020     56444    216329    180415   4177226     10.05     10.68
4333.51/1086.45	c  N dy 32081   7256668       900      4020     56444    121880    180415   1579604     10.05     10.65
4347.90/1090.06	c  N dy 32177   7276803       900      4020     56444    141432    180415   2074468     10.05     10.60
4362.62/1093.72	c  N dy 32283   7296875       900      4020     56444    160902    180415   2552086     10.05     10.60
4374.98/1096.81	c  N dy 32365   7317633       900      4020     56444    181047    180415   3057448     10.05     10.60
4387.79/1100.03	c  N dy 32443   7337910       900      4020     56444    200710    180415   3571378     10.05     10.60
4401.71/1103.54	c  N dy 32507   7358055       900      4020     56444    220233    180415   4053100     10.05     10.68
4416.47/1107.24	c  N dy 32605   7378133       900      4020     56444    124429    180415   1655515     10.05     10.91
4427.29/1109.99	c  N dy 32690   7398404       900      4020     56444    144059    180415   2136601     10.05     10.64
4439.21/1112.90	c  N dy 32771   7418453       900      4020     56444    163491    180415   2620552     10.05     10.72
4451.98/1116.12	c  N dy 32867   7438509       900      4020     56444    182899    180415   3098190     10.05     12.13
4465.94/1119.62	c  N dy 32951   7459616       900      4020     56444    203383    180415   3601797     10.05     10.66
4479.10/1122.90	c  N dy 33026   7479758       900      4020     56444    222896    180415   4117324     10.05     10.61
4493.86/1126.67	c  N dy 33119   7499779       900      4020     56444    126044    180415   1664738     10.05     12.63
4505.44/1129.51	c  N dy 33213   7519966       900      4020     56444    145603    180415   2167734     10.05     10.61
4516.60/1132.37	c  N dy 33279   7540060       900      4020     56444    165078    180415   2656398     10.05     10.60
4529.37/1135.56	c  N dy 33356   7560133       900      4020     56444    184558    180415   3148006     10.05     10.69
4543.32/1139.05	c  N dy 33430   7580417       900      4020     56444    204104    180415   3617183     10.05     10.76
4557.30/1142.52	c  N dy 33515   7600529       900      4020     56444    223611    180415   4110011     10.05     10.69
4572.09/1146.27	c  N dy 33602   7620743       900      4020     56444    125929    180415   1647741     10.05     10.65
4583.22/1149.05	c  N dy 33694   7640836       900      4020     56444    145401    180415   2124005     10.05     10.94
4594.78/1151.99	c  N dy 33786   7660845       900      4020     56444    164839    180415   2603769     10.05     10.62
4607.94/1155.22	c  N dy 33871   7681063       900      4020     56444    184509    180415   3102005     10.05     10.71
4621.11/1158.55	c  N dy 33955   7701126       900      4020     56444    203958    180415   3588268     10.05     10.59
4631.49/1161.19	c  S st 34028   7716105       900      4020     56444    218468    180415   3958055     10.05   no data
4631.89/1161.26	c  S st 34028   7716609       900      4020     56444    218969    180415   3976882     10.05   no data
4631.89/1161.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4633.11/1161.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  0.30
4633.11/1161.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4633.11/1161.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4633.87/1161.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
4633.87/1161.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.00 s
4633.87/1161.75	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.00 s
4633.87/1161.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4639.86/1163.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
4661.40/1168.69	c lits-rem:      2332  cl-subs:    16514  v-elim:      0  v-fix:    0  time:  5.48 s
4661.80/1168.70	c vivif2 --  cl tried     4020 cl shrink        0 lits rem          0 time: 0.00
4662.20/1168.89	c vivif2 --  cl tried   202455 cl shrink        0 lits rem          0 time: 0.19
4663.40/1169.12	c asymm  cl-useful: 0/651/4020 lits-rem:0 time: 0.23
4663.40/1169.13	c calculated reachability. Time: 0.00
4663.40/1169.13	c  N dy 34028   7716609       900      4020     56444    202455    180415   3755160     10.05   no data
4677.41/1172.62	c  N dy 34120   7736847       900      4020     56444    222134    180415   4260432     10.05     10.61
4693.72/1176.78	c  N dy 34227   7757520       900      4020     56444    124125    180415   1593562     10.05     10.87
4706.48/1179.90	c  N dy 34307   7777524       900      4020     56444    143506    180415   2084446     10.05     10.95
4722.03/1183.82	c  N dy 34410   7798502       900      4020     56444    163858    180415   2599521     10.05     10.59
4736.00/1187.30	c  N dy 34503   7819083       900      4020     56444    183872    180415   3101012     10.05     10.79
4749.96/1190.83	c  N dy 34594   7839672       900      4020     56444    203792    180415   3581891     10.06     10.60
4763.93/1194.32	c  N dy 34691   7860344       900      4020     56444    223847    180415   4107305     10.06     10.81
4779.08/1198.17	c  N dy 34767   7880621       900      4020     56444    124332    180415   1571375     10.06     10.61
4790.26/1200.91	c  N dy 34837   7900716       900      4020     56444    143852    180415   2066948     10.06     10.76

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366948-1305392551/watcher-3366948-1305392551 -o /tmp/evaluation-result-3366948-1305392551/solver-3366948-1305392551 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366948-1305392551.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.88 8.08 7.94 5/355 17122
/proc/meminfo: memFree=24479216/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=281700 CPUtime=0.01 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1558 0 0 0 1 0 0 0 25 0 4 0 650852205 288460800 1480 33554432000 4194304 4580107 140736319665424 18446744073709551615 239476353203 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 70425 1487 336 95 0 65407 0
[pid=17122/tid=17123] ppid=17120 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 248 0 0 0 0 0 0 0 25 0 4 0 650852205 288620544 1852 33554432000 4194304 4580107 140736319665424 18446744073709551615 239476799982 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 432 0 0 0 0 0 0 0 25 0 4 0 650852205 288620544 1853 33554432000 4194304 4580107 140736319665424 18446744073709551615 239476363697 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=281856 CPUtime=0 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 444 0 0 0 0 0 0 0 18 0 4 0 650852205 288620544 1856 33554432000 4194304 4580107 140736319665424 18446744073709551615 4512470 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0533001 s]
/proc/loadavg: 7.88 8.08 7.94 5/355 17122
/proc/meminfo: memFree=24479216/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=284496 CPUtime=0.16 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 4070 0 0 0 16 0 0 0 18 0 4 0 650852205 291323904 3992 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 71124 3992 373 95 0 66106 0
[pid=17122/tid=17123] ppid=17120 vsize=284496 CPUtime=0.03 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 936 0 0 0 3 0 0 0 18 0 4 0 650852205 291323904 3993 33554432000 4194304 4580107 140736319665424 18446744073709551615 4291811 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=284496 CPUtime=0.03 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 994 0 0 0 3 0 0 0 25 0 4 0 650852205 291323904 3993 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=284496 CPUtime=0.04 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 792 0 0 0 4 0 0 0 18 0 4 0 650852205 291323904 3993 33554432000 4194304 4580107 140736319665424 18446744073709551615 4319787 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 284496

[startup+0.109066 s]
/proc/loadavg: 7.88 8.08 7.94 5/355 17122
/proc/meminfo: memFree=24479216/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=286216 CPUtime=0.39 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 5980 0 0 0 38 1 0 0 18 0 4 0 650852205 293085184 5711 33554432000 4194304 4580107 140736319665424 18446744073709551615 4316670 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 71554 5711 376 95 0 66536 0
[pid=17122/tid=17123] ppid=17120 vsize=286216 CPUtime=0.09 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 1539 0 0 0 9 0 0 0 18 0 4 0 650852205 293085184 5711 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=286216 CPUtime=0.09 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 1567 0 0 0 9 0 0 0 25 0 4 0 650852205 293085184 5711 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=286216 CPUtime=0.1 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 964 0 0 0 10 0 0 0 18 0 4 0 650852205 293085184 5711 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 286216

[startup+0.301033 s]
/proc/loadavg: 7.88 8.08 7.94 5/355 17122
/proc/meminfo: memFree=24479216/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=287152 CPUtime=1.16 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 7206 0 0 0 115 1 0 0 18 0 4 0 650852205 294043648 6482 33554432000 4194304 4580107 140736319665424 18446744073709551615 4320840 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 71788 6482 376 95 0 66770 0
[pid=17122/tid=17123] ppid=17120 vsize=287152 CPUtime=0.28 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 1752 0 0 0 28 0 0 0 18 0 4 0 650852205 294043648 6482 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=287152 CPUtime=0.28 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 1792 0 0 0 28 0 0 0 25 0 4 0 650852205 294043648 6482 33554432000 4194304 4580107 140736319665424 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=287152 CPUtime=0.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 1545 0 0 0 29 0 0 0 18 0 4 0 650852205 294043648 6482 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489412 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 287152

[startup+0.700955 s]
/proc/loadavg: 7.88 8.08 7.94 5/355 17122
/proc/meminfo: memFree=24479216/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=290524 CPUtime=2.76 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 10084 0 0 0 275 1 0 0 18 0 4 0 650852205 297496576 6931 33554432000 4194304 4580107 140736319665424 18446744073709551615 4320891 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 72631 6931 376 95 0 67613 0
[pid=17122/tid=17123] ppid=17120 vsize=290524 CPUtime=0.68 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 2461 0 0 0 68 0 0 0 18 0 4 0 650852205 297496576 6931 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=290524 CPUtime=0.68 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 2509 0 0 0 68 0 0 0 25 0 4 0 650852205 297496576 6931 33554432000 4194304 4580107 140736319665424 18446744073709551615 4320735 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=290524 CPUtime=0.69 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 2295 0 0 0 69 0 0 0 18 0 4 0 650852205 297496576 6931 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293308 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 290524

[startup+1.5008 s]
/proc/loadavg: 7.88 8.08 7.94 10/359 17126
/proc/meminfo: memFree=24447316/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=282420 CPUtime=5.95 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 14457 0 0 0 593 2 0 0 19 0 4 0 650852205 289198080 8021 33554432000 4194304 4580107 140736319665424 18446744073709551615 4322880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 70605 8021 377 95 0 65587 0
[pid=17122/tid=17123] ppid=17120 vsize=282420 CPUtime=1.47 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 3488 0 0 0 147 0 0 0 20 0 4 0 650852205 289198080 8021 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=282420 CPUtime=1.47 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 3544 0 0 0 147 0 0 0 25 0 4 0 650852205 289198080 8021 33554432000 4194304 4580107 140736319665424 18446744073709551615 4324280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=282420 CPUtime=1.48 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 3613 0 0 0 148 0 0 0 19 0 4 0 650852205 289198080 8021 33554432000 4194304 4580107 140736319665424 18446744073709551615 4296111 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 282420

[startup+3.1005 s]
/proc/loadavg: 7.88 8.08 7.94 9/359 17126
/proc/meminfo: memFree=24439500/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=297128 CPUtime=12.33 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 23013 0 0 0 1229 4 0 0 25 0 4 0 650852205 304259072 13725 33554432000 4194304 4580107 140736319665424 18446744073709551615 4416463 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 74282 13728 381 95 0 69264 0
[pid=17122/tid=17123] ppid=17120 vsize=297128 CPUtime=3.08 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 5329 0 0 0 307 1 0 0 25 0 4 0 650852205 304259072 13729 33554432000 4194304 4580107 140736319665424 18446744073709551615 4421592 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=297128 CPUtime=3.06 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 6441 0 0 0 305 1 0 0 25 0 4 0 650852205 304259072 13731 33554432000 4194304 4580107 140736319665424 18446744073709551615 4413328 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=297128 CPUtime=3.08 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 5534 0 0 0 308 0 0 0 25 0 4 0 650852205 304259072 13733 33554432000 4194304 4580107 140736319665424 18446744073709551615 4415812 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 297128

[startup+6.30089 s]
/proc/loadavg: 7.89 8.07 7.94 9/359 17126
/proc/meminfo: memFree=24403760/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=294712 CPUtime=25.1 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 34153 0 0 0 2504 6 0 0 25 0 4 0 650852205 301785088 17268 33554432000 4194304 4580107 140736319665424 18446744073709551615 4321277 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 73678 17268 378 95 0 68660 0
[pid=17122/tid=17123] ppid=17120 vsize=294712 CPUtime=6.27 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 8509 0 0 0 626 1 0 0 25 0 4 0 650852205 301785088 17268 33554432000 4194304 4580107 140736319665424 18446744073709551615 4413635 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=294712 CPUtime=6.23 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 9114 0 0 0 621 2 0 0 25 0 4 0 650852205 301785088 17268 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=294712 CPUtime=6.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 8271 0 0 0 628 1 0 0 25 0 4 0 650852205 301785088 17268 33554432000 4194304 4580107 140736319665424 18446744073709551615 4324252 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 294712

[startup+12.7007 s]
/proc/loadavg: 7.90 8.07 7.94 9/359 17126
/proc/meminfo: memFree=24377264/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=307028 CPUtime=50.62 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 50472 0 0 0 5053 9 0 0 25 0 4 0 650852205 314396672 25627 33554432000 4194304 4580107 140736319665424 18446744073709551615 4413635 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 76757 25627 378 95 0 71739 0
[pid=17122/tid=17123] ppid=17120 vsize=307028 CPUtime=12.68 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 11523 0 0 0 1266 2 0 0 25 0 4 0 650852205 314396672 25627 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=307028 CPUtime=12.56 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 12938 0 0 0 1253 3 0 0 25 0 4 0 650852205 314396672 25627 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=307028 CPUtime=12.68 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 14832 0 0 0 1266 2 0 0 25 0 4 0 650852205 314396672 25627 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 307028

[startup+25.5002 s]
/proc/loadavg: 8.00 8.08 7.94 9/359 17126
/proc/meminfo: memFree=24332012/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=298636 CPUtime=101.66 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 75010 0 0 0 10152 14 0 0 25 0 4 0 650852205 305803264 32899 33554432000 4194304 4580107 140736319665424 18446744073709551615 4413647 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 74659 32899 378 95 0 69641 0
[pid=17122/tid=17123] ppid=17120 vsize=298636 CPUtime=25.48 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 15925 0 0 0 2545 3 0 0 25 0 4 0 650852205 305803264 32899 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=298636 CPUtime=25.21 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 19146 0 0 0 2517 4 0 0 25 0 4 0 650852205 305803264 32899 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=298636 CPUtime=25.48 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 22959 0 0 0 2544 4 0 0 25 0 4 0 650852205 305803264 32899 33554432000 4194304 4580107 140736319665424 18446744073709551615 4473770 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 298636

[startup+51.1003 s]
/proc/loadavg: 8.00 8.08 7.94 9/359 17127
/proc/meminfo: memFree=24308668/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=327356 CPUtime=203.8 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 118611 0 0 0 20354 26 0 0 25 0 4 0 650852205 335212544 38190 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 81839 38190 378 95 0 76821 0
[pid=17122/tid=17123] ppid=17120 vsize=327356 CPUtime=51.08 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 24910 0 0 0 5103 5 0 0 25 0 4 0 650852205 335212544 38190 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=327356 CPUtime=50.53 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 30221 0 0 0 5047 6 0 0 25 0 4 0 650852205 335212544 38190 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=327356 CPUtime=51.08 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 37327 0 0 0 5100 8 0 0 25 0 4 0 650852205 335212544 38190 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 327356

[startup+102.314 s]
/proc/loadavg: 8.00 8.06 7.94 9/359 17131
/proc/meminfo: memFree=24251316/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=341000 CPUtime=408.08 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 188016 0 0 0 40765 43 0 0 25 0 4 0 650852205 349184000 53226 33554432000 4194304 4580107 140736319665424 18446744073709551615 4306008 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 85250 53226 378 95 0 80232 0
[pid=17122/tid=17123] ppid=17120 vsize=341000 CPUtime=102.29 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 28006 0 0 0 10223 6 0 0 25 0 4 0 650852205 349184000 53226 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294160 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=341000 CPUtime=101.18 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 50323 0 0 0 10107 11 0 0 25 0 4 0 650852205 349184000 53226 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293255 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=341000 CPUtime=102.3 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 60613 0 0 0 10217 13 0 0 25 0 4 0 650852205 349184000 53226 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 341000

[startup+162.301 s]

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

[pid=17122] ppid=17120 vsize=606372 CPUtime=2562.07 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 828924 0 0 0 255981 226 0 0 25 0 4 0 650852205 620924928 102876 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 151593 102876 384 95 0 146575 0
[pid=17122/tid=17123] ppid=17120 vsize=606372 CPUtime=642.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 147548 0 0 0 64192 39 0 0 25 0 4 0 650852205 620924928 102878 33554432000 4194304 4580107 140736319665424 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=606372 CPUtime=635.27 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 218888 0 0 0 63465 62 0 0 25 0 4 0 650852205 620924928 102878 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=606372 CPUtime=642.3 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 241780 0 0 0 64165 65 0 0 25 0 4 0 650852205 620924928 102878 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2562.07
Current children cumulated vsize (KiB) 606372

[startup+702.3 s]
/proc/loadavg: 8.20 8.19 8.06 9/359 17148
/proc/meminfo: memFree=23839992/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=732268 CPUtime=2801.36 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 891651 0 0 0 279891 245 0 0 25 0 4 0 650852205 749842432 109284 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 183067 109284 384 95 0 178049 0
[pid=17122/tid=17123] ppid=17120 vsize=732268 CPUtime=702.3 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 157058 0 0 0 70187 43 0 0 25 0 4 0 650852205 749842432 109284 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=732268 CPUtime=694.6 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 237777 0 0 0 69393 67 0 0 25 0 4 0 650852205 749842432 109284 33554432000 4194304 4580107 140736319665424 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=732268 CPUtime=702.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 258848 0 0 0 70159 70 0 0 25 0 4 0 650852205 749842432 109284 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.36
Current children cumulated vsize (KiB) 732268

[startup+762.313 s]
/proc/loadavg: 8.20 8.18 8.07 9/359 17149
/proc/meminfo: memFree=23815052/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=686960 CPUtime=3040.74 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 949917 0 0 0 303810 264 0 0 25 0 4 0 650852205 703447040 113567 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 171740 113568 384 95 0 166722 0
[pid=17122/tid=17123] ppid=17120 vsize=686960 CPUtime=762.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 169650 0 0 0 76184 47 0 0 25 0 4 0 650852205 703447040 113568 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=686960 CPUtime=753.95 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 251465 0 0 0 75325 70 0 0 25 0 4 0 650852205 703447040 113568 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=686960 CPUtime=762.3 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 275057 0 0 0 76155 75 0 0 25 0 4 0 650852205 703447040 113568 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.74
Current children cumulated vsize (KiB) 686960

[startup+822.301 s]
/proc/loadavg: 8.19 8.18 8.07 9/359 17151
/proc/meminfo: memFree=23710736/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=802260 CPUtime=3280.03 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1021128 0 0 0 327715 288 0 0 25 0 4 0 650852205 821514240 131231 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 200565 131231 384 95 0 195547 0
[pid=17122/tid=17123] ppid=17120 vsize=802260 CPUtime=822.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 184972 0 0 0 82178 53 0 0 25 0 4 0 650852205 821514240 131231 33554432000 4194304 4580107 140736319665424 18446744073709551615 4413346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=802260 CPUtime=813.29 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 266778 0 0 0 81252 77 0 0 25 0 4 0 650852205 821514240 131231 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=802260 CPUtime=822.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 294865 0 0 0 82147 82 0 0 25 0 4 0 650852205 821514240 131231 33554432000 4194304 4580107 140736319665424 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3280.03
Current children cumulated vsize (KiB) 802260

[startup+882.301 s]
/proc/loadavg: 8.14 8.16 8.07 9/359 17152
/proc/meminfo: memFree=23766136/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=819512 CPUtime=3519.35 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1080387 0 0 0 351629 306 0 0 25 0 4 0 650852205 839180288 124443 33554432000 4194304 4580107 140736319665424 18446744073709551615 4287822 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 204878 124443 384 95 0 199860 0
[pid=17122/tid=17123] ppid=17120 vsize=819512 CPUtime=882.3 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 199078 0 0 0 88173 57 0 0 25 0 4 0 650852205 839180288 124443 33554432000 4194304 4580107 140736319665424 18446744073709551615 4293308 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=819512 CPUtime=872.62 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 281132 0 0 0 87181 81 0 0 25 0 4 0 650852205 839180288 124443 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=819512 CPUtime=882.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 309811 0 0 0 88142 87 0 0 25 0 4 0 650852205 839180288 124443 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.35
Current children cumulated vsize (KiB) 819512

[startup+942.301 s]
/proc/loadavg: 8.14 8.16 8.08 9/359 17154
/proc/meminfo: memFree=23722944/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=821976 CPUtime=3758.68 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1139497 0 0 0 375542 326 0 0 25 0 4 0 650852205 841703424 124777 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 205494 124777 384 95 0 200476 0
[pid=17122/tid=17123] ppid=17120 vsize=821976 CPUtime=942.3 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 213374 0 0 0 94168 62 0 0 25 0 4 0 650852205 841703424 124777 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=821976 CPUtime=931.96 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 295576 0 0 0 93110 86 0 0 25 0 4 0 650852205 841703424 124777 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=821976 CPUtime=942.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 324905 0 0 0 94137 92 0 0 25 0 4 0 650852205 841703424 124777 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.68
Current children cumulated vsize (KiB) 821976

[startup+1002.3 s]
/proc/loadavg: 6.47 7.74 7.94 5/350 17174
/proc/meminfo: memFree=24286124/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=761580 CPUtime=3998.01 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1201698 0 0 0 399451 350 0 0 25 0 4 0 650852205 779857920 122050 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 190395 122050 384 95 0 185377 0
[pid=17122/tid=17123] ppid=17120 vsize=761580 CPUtime=1002.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 227894 0 0 0 100163 68 0 0 25 0 4 0 650852205 779857920 122050 33554432000 4194304 4580107 140736319665424 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=761580 CPUtime=991.3 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 312392 0 0 0 99036 94 0 0 25 0 4 0 650852205 779857920 122050 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=761580 CPUtime=1002.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 340630 0 0 0 100133 96 0 0 25 0 4 0 650852205 779857920 122050 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3998.01
Current children cumulated vsize (KiB) 761580

[startup+1062.3 s]
/proc/loadavg: 4.91 7.06 7.69 5/350 17175
/proc/meminfo: memFree=24283624/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=763624 CPUtime=4237.37 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1262678 0 0 0 423364 373 0 0 25 0 4 0 650852205 781950976 123364 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 190906 123364 384 95 0 185888 0
[pid=17122/tid=17123] ppid=17120 vsize=763624 CPUtime=1062.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 243049 0 0 0 106157 74 0 0 25 0 4 0 650852205 781950976 123364 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=763624 CPUtime=1050.65 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 327659 0 0 0 104965 100 0 0 25 0 4 0 650852205 781950976 123364 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=763624 CPUtime=1062.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 355842 0 0 0 106128 101 0 0 25 0 4 0 650852205 781950976 123364 33554432000 4194304 4580107 140736319665424 18446744073709551615 4322678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.37
Current children cumulated vsize (KiB) 763624

[startup+1122.3 s]
/proc/loadavg: 4.33 6.50 7.46 5/350 17177
/proc/meminfo: memFree=24262648/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=768644 CPUtime=4476.71 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1322056 0 0 0 447275 396 0 0 25 0 4 0 650852205 787091456 128281 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 192161 128281 384 95 0 187143 0
[pid=17122/tid=17123] ppid=17120 vsize=768644 CPUtime=1122.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 257921 0 0 0 112151 80 0 0 25 0 4 0 650852205 787091456 128281 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=768644 CPUtime=1109.98 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 340216 0 0 0 110892 106 0 0 25 0 4 0 650852205 787091456 128281 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=768644 CPUtime=1122.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 372510 0 0 0 112124 105 0 0 25 0 4 0 650852205 787091456 128281 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.71
Current children cumulated vsize (KiB) 768644

[startup+1182.3 s]
/proc/loadavg: 4.23 6.07 7.25 5/350 17178
/proc/meminfo: memFree=24235228/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=775236 CPUtime=4716.06 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1381899 0 0 0 471189 417 0 0 25 0 4 0 650852205 793841664 134847 33554432000 4194304 4580107 140736319665424 18446744073709551615 4320648 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 193809 134847 384 95 0 188791 0
[pid=17122/tid=17123] ppid=17120 vsize=775236 CPUtime=1182.31 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 271833 0 0 0 118147 84 0 0 25 0 4 0 650852205 793841664 134847 33554432000 4194304 4580107 140736319665424 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=775236 CPUtime=1169.33 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 354519 0 0 0 116821 112 0 0 25 0 4 0 650852205 793841664 134847 33554432000 4194304 4580107 140736319665424 18446744073709551615 4322175 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=775236 CPUtime=1182.29 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 387645 0 0 0 118119 110 0 0 25 0 4 0 650852205 793841664 134847 33554432000 4194304 4580107 140736319665424 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4716.06
Current children cumulated vsize (KiB) 775236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 4.15 5.90 7.16 5/350 17179
/proc/meminfo: memFree=24245392/32950928 swapFree=67056568/67111528
[pid=17122] ppid=17120 vsize=639748 CPUtime=4800.29 cores=1,3,5,7
/proc/17122/stat : 17122 (strangenight2-m) R 17120 17122 16708 0 -1 4202496 1401996 0 0 0 479604 425 0 0 25 0 4 0 650852205 655101952 132170 33554432000 4194304 4580107 140736319665424 18446744073709551615 4296116 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17122/statm: 159937 132170 384 95 0 154919 0
[pid=17122/tid=17123] ppid=17120 vsize=639748 CPUtime=1203.44 cores=1,3,5,7
/proc/17122/task/17123/stat : 17123 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 276660 0 0 0 120257 87 0 0 25 0 4 0 650852205 655101952 132172 33554432000 4194304 4580107 140736319665424 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17122/tid=17124] ppid=17120 vsize=639748 CPUtime=1190.21 cores=1,3,5,7
/proc/17122/task/17124/stat : 17124 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 359742 0 0 0 118906 115 0 0 25 0 4 0 650852205 655101952 132173 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17122/tid=17125] ppid=17120 vsize=639748 CPUtime=1203.41 cores=1,3,5,7
/proc/17122/task/17125/stat : 17125 (strangenight2-m) R 17120 17122 16708 0 -1 4202560 392351 0 0 0 120230 111 0 0 25 0 4 0 650852205 655101952 132173 33554432000 4194304 4580107 140736319665424 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 639748

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.46
CPU time (s): 4800.36
CPU user time (s): 4796.08
CPU system time (s): 4.27635
CPU usage (%): 398.882
Max. virtual memory (cumulated for all children) (KiB): 911248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.08
system time used= 4.27635
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1402003
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= 1002
involuntary context switches= 34428

runsolver used 3.75943 second user time and 9.53055 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 19:02:31
IDJOB=3366948
IDBENCH=71540
IDSOLVER=1844
FILE ID=node148/3366948-1305392551
RUNJOBID= node148-1305389192-16727
PBS_JOBID= 13324440
Free space on /tmp= 72836 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1280995762

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24479496 kB
Buffers:        312384 kB
Cached:        4581844 kB
SwapCached:       8488 kB
Active:        4826276 kB
Inactive:      3292140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24479496 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:     3221316 kB
Mapped:          27760 kB
Slab:           258640 kB
PageTables:      29312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85076660 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72836 MiB
End job on node148 at 2011-05-14 19:22:37