Trace number 3366439

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.17 1202.24

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1351138814-007.SATISFIABLE.cnf
MD5SUMd1b5f6eba94843a6d4f11aae7cd57ab2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.45193
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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-3366439-1305404250.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        70      6230         0         0     43610         0   no data   no data
0.38/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.38/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.38/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.38/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:      40 undec:       2 neg:      28
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0        70      6230         0         0     43610         0   no data   no data
3.17/0.81	c  N dy     7      5264        70      6230         0      2512     43610     54901     21.42     22.60
3.17/0.81	c  N dy    11     10831        70      6230         0      7552     43610    173607     20.25     21.32
3.17/0.81	c  N dy    30     17199        70      6230         0      9439     43610    209304     20.30     21.38
3.57/1.00	c  N dy    53     21205        70      6230         0      7999     43610    164566     20.50     21.59
4.76/1.20	c  F st    71     25002        70      6230         0     11458     43610    247958     20.52     20.21
4.76/1.20	c  N st    72     25252        70      6230         0     11681     43610    253447     20.52   no data
5.16/1.37	c  N dy    77     30000        70      6230         0      9812     43610    197413     20.52   no data
5.16/1.37	c  S st    77     30000        70      6230         0      9812     43610    197413     20.52   no data
5.56/1.40	c  S st    77     30502        70      6230         0     10276     43610    208853     20.52   no data
5.56/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.40	c blocked clauses removed:        0 vars:      0 tried:          70 T: 0.00 s
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.61	c lits-rem:       145  cl-subs:      852  v-elim:      0  v-fix:    0  time:  0.20 s
7.16/1.87	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
7.16/1.87	c calculated reachability. Time: 0.00
7.16/1.87	c  N dy    77     30502        70      6230         0      9424     43610    187000     20.52   no data
7.96/2.10	c  N dy   104     34572        70      6230         0     13109     43610    277230     20.71     23.18
9.15/2.34	c  N dy   108     39461        70      6230         0     10371     43610    195732     20.59     21.68
10.75/2.71	c  N dy   124     45754        70      6230         0     16055     43610    331358     20.56     18.62
10.75/2.71	c  S st   124     45754        70      6230         0     16055     43610    331358     20.56     18.62
10.75/2.76	c  S st   124     46255        70      6230         0      8460     43610    138351     20.56   no data
10.75/2.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.75/2.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.75/2.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.75/2.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.75/2.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.75/2.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.80	c lits-rem:         5  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.03 s
11.15/2.80	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.15/2.81	c vivif2 --  cl tried     8407 cl shrink        0 lits rem          0 time: 0.00
11.95/3.05	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
11.95/3.05	c calculated reachability. Time: 0.00
11.95/3.05	c  N dy   124     46255        70      6230         0      8407     43610    136811     20.56   no data
14.34/3.61	c  N dy   143     56302        70      6230         0     17451     43610    351468     20.44     21.72
15.15/3.85	c  N dy   161     60493        70      6230         0     12265     43610    218838     20.47     21.64
16.74/4.28	c  N dy   171     67162        70      6230         0     18256     43610    362697     20.45     21.54
17.57/4.46	c  S st   176     69382        70      6230         0     10351     43610    159844     20.44     19.18
17.93/4.50	c  S st   176     69889        70      6230         0     10818     43610    171263     20.44   no data
17.93/4.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.93/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.93/4.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.93/4.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.93/4.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
17.93/4.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.93/4.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.93/4.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.57	c lits-rem:        13  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.06 s
17.93/4.57	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.93/4.57	c vivif2 --  cl tried    10652 cl shrink        0 lits rem          0 time: 0.00
19.13/4.86	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
19.13/4.86	c calculated reachability. Time: 0.00
19.13/4.86	c  N dy   176     69889        70      6230         0     10652     43610    167244     20.44   no data
20.33/5.17	c  N dy   177     75775        70      6230         0     15969     43610    294620     20.35     21.47
21.96/5.55	c  N dy   213     80794        70      6230         0     20519     43610    406332     20.45     21.53
23.53/5.92	c  N dy   252     85980        70      6230         0     14415     43610    249592     20.56     22.25
23.93/6.02	c  F st   259     87502        70      6230         0     15807     43610    283416     20.58     20.23
25.12/6.38	c  N dy   265     92697        70      6230         0     20518     43610    397986     20.58   no data
27.52/6.91	c  N dy   285    100085        70      6230         0     15408     43610    256870     20.57     21.82
28.72/7.21	c  S st   291    104833        70      6230         0     19678     43610    357597     20.53     18.55
28.72/7.27	c  S st   291    105335        70      6230         0     20132     43610    368881     20.53   no data
28.72/7.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.72/7.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
28.72/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.72/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.72/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.72/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
28.72/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.72/7.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.72/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.75/7.78	c lits-rem:       264  cl-subs:     1955  v-elim:      0  v-fix:    0  time:  0.49 s
30.75/7.78	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
30.75/7.79	c vivif2 --  cl tried    18177 cl shrink        0 lits rem          0 time: 0.00
32.31/8.16	c asymm  cl-useful: 0/5245/6230 lits-rem:0 time: 0.37
32.31/8.16	c calculated reachability. Time: 0.00
32.31/8.16	c  N dy   291    105335        70      6230         0     18177     43610    322729     20.53   no data
35.13/8.84	c  N dy   303    113583        70      6230         0     13063     43610    188598     20.46     21.54
39.12/9.86	c  N dy   322    127885        70      6230         0     25946     43610    489391     20.33     21.41
41.89/10.51	c  N dy   336    137302        70      6230         0     20966     43610    368204     20.31     21.40
45.08/11.40	c  N dy   361    147637        70      6230         0     15882     43610    231449     20.28     21.39
48.68/12.21	c  N dy   418    157563        70      6230         0     24938     43610    451917     20.34     21.44
48.68/12.25	c  S st   423    158002        70      6230         0     25339     43610    461860     20.35   no data
49.08/12.32	c  S st   423    158507        70      6230         0     25808     43610    473444     20.35   no data
49.08/12.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.08/12.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
49.08/12.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.08/12.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.08/12.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.08/12.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
49.08/12.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.08/12.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.08/12.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.87/13.09	c lits-rem:       302  cl-subs:     2303  v-elim:      0  v-fix:    0  time:  0.74 s
51.87/13.09	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
51.87/13.10	c vivif2 --  cl tried    23505 cl shrink        0 lits rem          0 time: 0.00
52.29/13.19	c asymm  cl-useful: 0/985/6230 lits-rem:0 time: 0.09
52.29/13.19	c calculated reachability. Time: 0.00
52.29/13.19	c  N dy   423    158507        70      6230         0     23505     43610    415725     20.35   no data
56.27/14.20	c  N dy   477    168670        70      6230         0     17406     43610    255134     20.41     21.66
60.26/15.13	c  N dy   496    180269        70      6230         0     27816     43610    498423     20.33     21.42
64.66/16.24	c  N dy   544    191826        70      6230         0     22078     43610    356194     20.38     23.34
69.86/17.60	c  N dy   602    204512        70      6230         0     33537     43610    630703     20.41     21.57
75.03/18.87	c  N dy   645    218672        70      6230         0     29164     43610    512252     20.41     21.56
81.03/20.35	c  N dy   715    232692        70      6230         0     23864     43610    374412     20.46     21.79
83.04/20.83	c  S st   734    237761        70      6230         0     28490     43610    485728     20.47     20.45
83.04/20.90	c  S st   734    238265        70      6230         0     28965     43610    497022     20.47   no data
83.45/20.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.45/20.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.45/20.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.45/20.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.45/20.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.45/20.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
83.45/20.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.45/20.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.45/20.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.61/21.75	c lits-rem:       247  cl-subs:     2193  v-elim:      0  v-fix:    0  time:  0.82 s
86.61/21.75	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
86.61/21.76	c vivif2 --  cl tried    26772 cl shrink        0 lits rem          0 time: 0.00
88.20/22.15	c asymm  cl-useful: 0/3981/6230 lits-rem:0 time: 0.39
88.20/22.15	c calculated reachability. Time: 0.00
88.20/22.15	c  N dy   734    238265        70      6230         0     26772     43610    441009     20.47   no data
95.39/23.90	c  N dy   816    253534        70      6230         0     21667     43610    305578     20.52     21.61
102.18/25.60	c  N dy   828    271431        70      6230         0     37713     43610    679834     20.44     21.75
108.57/27.27	c  N dy   856    288986        70      6230         0     33690     43610    577188     20.41     21.49
116.55/29.26	c  F st   931    306250        70      6230         0     28599     43610    449443     20.45   no data
116.95/29.38	c  N st   934    307437        70      6230         0     29662     43610    475677     20.45   no data
126.54/31.73	c  N dy  1008    327117        70      6230         0     25841     43610    368253     20.48     21.57
136.91/34.35	c  N dy  1117    347617        70      6230         0     44433     43610    820911     20.54     21.74
141.31/35.45	c  S st  1169    357397        70      6230         0     30669     43610    474683     20.56     21.27
141.71/35.53	c  S st  1169    357899        70      6230         0     31138     43610    486327     20.56   no data
141.71/35.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.71/35.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
141.71/35.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.71/35.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.71/35.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.71/35.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
141.71/35.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.71/35.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.71/35.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.53/36.28	c lits-rem:       176  cl-subs:     1705  v-elim:      0  v-fix:    0  time:  0.72 s
144.53/36.28	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
144.53/36.28	c vivif2 --  cl tried    29433 cl shrink        0 lits rem          0 time: 0.01
145.70/36.56	c asymm  cl-useful: 0/2249/6230 lits-rem:0 time: 0.27
145.70/36.56	c calculated reachability. Time: 0.00
145.70/36.56	c  N dy  1169    357899        70      6230         0     29433     43610    442732     20.56   no data
156.49/39.24	c  N dy  1250    377933        70      6230         0     24134     43610    302717     20.59     21.97
166.89/41.88	c  N dy  1320    397950        70      6230         0     42163     43610    736220     20.59     22.14
177.64/44.57	c  N dy  1375    417957        70      6230         0     35871     43610    570644     20.58     22.97
188.03/47.20	c  N dy  1407    438089        70      6230         0     28715     43610    383771     20.54     21.63
202.80/50.88	c  N dy  1434    470280        70      6230         0     31535     43610    435378     20.46     21.55
213.98/53.64	c  N dy  1485    490295        70      6230         0     49513     43610    859425     20.44     21.53
224.76/56.39	c  N dy  1546    510981        70      6230         0     41243     43610    662461     20.45     21.73
240.74/60.37	c  N dy  1664    536718        70      6230         0     36540     43610    531742     20.47     21.63
240.74/60.39	c  S st  1665    536848        70      6230         0     36662     43610    534618     20.47     20.31
241.15/60.49	c  S st  1665    537355        70      6230         0     37131     43610    546413     20.47   no data
241.15/60.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.15/60.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.15/60.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.15/60.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.15/60.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.15/60.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
241.15/60.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.56/60.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.56/60.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.54/61.60	c lits-rem:       219  cl-subs:     2255  v-elim:      0  v-fix:    0  time:  1.07 s
245.54/61.60	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
245.95/61.61	c vivif2 --  cl tried    34876 cl shrink        0 lits rem          0 time: 0.01
246.72/61.81	c asymm  cl-useful: 0/1678/6230 lits-rem:0 time: 0.21
246.72/61.81	c calculated reachability. Time: 0.00
246.72/61.81	c  N dy  1665    537355        70      6230         0     34876     43610    494767     20.47   no data
257.90/64.65	c  N dy  1718    557591        70      6230         0     53106     43610    932201     20.47     21.56
270.27/67.74	c  N dy  1760    581015        70      6230         0     45305     43610    724079     20.41     21.72
288.65/72.33	c  N dy  1812    614139        70      6230         0     45320     43610    703057     20.32     21.51
301.82/75.67	c  N dy  1903    634238        70      6230         0     33005     43610    416259     20.34     21.71
330.56/82.82	c  N dy  1986    683806        70      6230         0     45852     43610    693911     20.29     21.46
349.33/87.57	c  N dy  2093    708533        70      6230         0     35946     43610    455310     20.30     21.41
363.71/91.10	c  N dy  2189    730492        70      6230         0     55768     43610    932835     20.31     21.42
380.88/95.49	c  N dy  2322    750580        70      6230         0     40609     43610    557502     20.35     23.02
394.87/98.99	c  N dy  2420    770648        70      6230         0     58724     43610    997341     20.37     22.38
408.82/102.48	c  N dy  2481    790660        70      6230         0     42549     43610    588174     20.37     22.80
420.40/105.31	c  S st  2571    806032        70      6230         0     56491     43610    928411     20.39     19.87
420.80/105.46	c  S st  2571    806536        70      6230         0     56954     43610    940096     20.39   no data
420.80/105.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
420.80/105.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
420.80/105.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
420.80/105.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
420.80/105.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.80/105.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
420.80/105.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
420.80/105.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
421.22/105.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.37/109.32	c lits-rem:       575  cl-subs:     4812  v-elim:      0  v-fix:    0  time:  3.79 s
436.37/109.32	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
436.37/109.33	c vivif2 --  cl tried    52142 cl shrink        0 lits rem          0 time: 0.01
437.18/109.58	c asymm  cl-useful: 0/1056/6230 lits-rem:0 time: 0.25
437.18/109.58	c calculated reachability. Time: 0.00
437.18/109.58	c  N dy  2571    806536        70      6230         0     52142     43610    819853     20.39   no data
457.13/114.51	c  N dy  2711    826953        70      6230         0     35634     43610    410594     20.42     21.63
469.52/117.64	c  N dy  2769    847889        70      6230         0     54476     43610    862362     20.42     21.52
489.47/122.64	c  N dy  2888    867948        70      6230         0     36655     43610    421272     20.45     21.93
501.85/125.78	c  N dy  2965    888120        70      6230         0     54851     43610    862102     20.46     21.58
523.01/131.08	c  N dy  3067    910470        70      6230         0     38064     43610    440866     20.47     21.66
536.58/134.41	c  N dy  3153    930575        70      6230         0     56222     43610    882284     20.48     21.64
555.35/139.14	c  N dy  3232    951902        70      6230         0     75407     43610   1345259     20.49     21.59
570.96/143.03	c  N dy  3353    973425        70      6230         0     57032     43610    894077     20.51     21.66
592.92/148.57	c  N dy  3415    999261        70      6230         0     41521     43610    498456     20.50     21.66
609.26/152.70	c  N dy  3514   1022388        70      6230         0     62403     43610   1006155     20.51     21.70
627.64/157.28	c  N dy  3582   1042431        70      6230         0     40772     43610    469781     20.51     21.82
640.00/160.33	c  N dy  3620   1062484        70      6230         0     58753     43610    899346     20.50     22.25
648.38/162.49	c  F st  3674   1071875        70      6230         0     67231     43610   1106313     20.51     18.60
660.76/165.58	c  N dy  3729   1083870        70      6230         0     78055     43610   1371764     20.52     21.77
676.73/169.52	c  N dy  3813   1103876        70      6230         0     55571     43610    816412     20.52     23.23
695.10/174.15	c  N dy  3898   1123889        70      6230         0     73623     43610   1253563     20.53     22.00
711.50/178.23	c  N dy  3944   1143928        70      6230         0     50059     43610    658425     20.51     21.72
730.23/182.97	c  N dy  4008   1167820        70      6230         0     71572     43610   1175578     20.51     21.88
759.81/190.36	c  N dy  4100   1202250        70      6230         0     60114     43610    888304     20.50     21.70
765.37/191.78	c  S st  4102   1209804        70      6230         0     66889     43610   1050455     20.49   no data
766.57/192.00	c  S st  4102   1210309        70      6230         0     67366     43610   1062208     20.49   no data
766.57/192.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
766.57/192.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
766.57/192.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.57/192.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.57/192.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.57/192.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
766.57/192.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
766.57/192.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
766.57/192.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.46/205.03	c lits-rem:      1161  cl-subs:     6913  v-elim:      0  v-fix:    0  time: 12.94 s
818.46/205.03	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
818.46/205.05	c vivif2 --  cl tried    60453 cl shrink        0 lits rem          0 time: 0.01
820.46/205.50	c asymm  cl-useful: 0/872/6230 lits-rem:0 time: 0.45
820.46/205.50	c calculated reachability. Time: 0.00
820.46/205.50	c  N dy  4102   1210309        70      6230         0     60453     43610    905021     20.49   no data
848.81/212.66	c  N dy  4221   1234477        70      6230         0     82312     43610   1440168     20.51     21.68
866.38/217.07	c  N dy  4324   1254612        70      6230         0     57693     43610    832628     20.52     21.80
886.34/222.02	c  N dy  4407   1275160        70      6230         0     76257     43610   1279319     20.52     21.63
907.10/227.20	c  N dy  4492   1295218        70      6230         0     50326     43610    634071     20.53     24.51
939.87/235.43	c  N dy  4572   1333209        70      6230         0     84305     43610   1433061     20.51     21.71
961.83/240.92	c  N dy  4662   1353215        70      6230         0     57479     43610    793465     20.51     22.78
983.38/246.35	c  N dy  4740   1373283        70      6230         0     75620     43610   1232584     20.52     22.53
1006.92/252.27	c  N dy  4820   1393310        70      6230         0     47760     43610    548354     20.52     22.38
1022.91/256.24	c  N dy  4881   1414541        70      6230         0     66910     43610   1010504     20.52     21.70
1049.67/262.98	c  N dy  4980   1439659        70      6230         0     89551     43610   1560117     20.53     21.62
1069.21/267.88	c  N dy  5050   1461827        70      6230         0     62754     43610    898243     20.53     21.66
1088.79/272.75	c  N dy  5109   1482278        70      6230         0     81062     43610   1337711     20.53     21.82
1113.52/278.94	c  N dy  5183   1503880        70      6230         0     52831     43610    642738     20.54     21.78
1130.30/283.12	c  N dy  5255   1524291        70      6230         0     71294     43610   1095808     20.54     21.65
1151.06/288.35	c  N dy  5293   1544362        70      6230         0     89325     43610   1529805     20.53     22.29
1170.22/293.15	c  N dy  5332   1564432        70      6230         0     58635     43610    760097     20.52     22.21
1190.22/298.15	c  N dy  5434   1584528        70      6230         0     76780     43610   1203183     20.53     22.98
1218.14/305.10	c  N dy  5535   1607270        70      6230         0     97248     43610   1700752     20.54     21.65
1241.69/311.07	c  N dy  5565   1637541        70      6230         0     74743     43610   1123300     20.51     22.01
1268.86/317.88	c  N dy  5710   1657989        70      6230         0     93247     43610   1580236     20.53     21.74
1290.41/323.24	c  N dy  5765   1678329        70      6230         0     61155     43610    799099     20.52     21.69
1309.57/328.08	c  N dy  5837   1698925        70      6230         0     79751     43610   1249979     20.53     21.61
1322.35/331.24	c  S st  5875   1710310        70      6230         0     90025     43610   1497684     20.52     24.31
1323.54/331.50	c  S st  5875   1710815        70      6230         0     90494     43610   1509666     20.52   no data
1323.54/331.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1323.54/331.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1323.54/331.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1323.54/331.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.54/331.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1323.54/331.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1323.54/331.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1323.54/331.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1323.95/331.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1385.02/346.91	c lits-rem:       996  cl-subs:     9831  v-elim:      0  v-fix:    0  time: 15.30 s
1385.02/346.91	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1385.02/346.93	c vivif2 --  cl tried    80663 cl shrink        0 lits rem          0 time: 0.02
1387.02/347.48	c asymm  cl-useful: 0/673/6230 lits-rem:0 time: 0.55
1387.02/347.49	c calculated reachability. Time: 0.00
1387.02/347.49	c  N dy  5875   1710815        70      6230         0     80663     43610   1278972     20.52   no data
1436.52/359.85	c  N dy  5975   1739024        70      6230         0     55277     43610    656763     20.53     21.73
1460.07/365.79	c  N dy  6108   1759054        70      6230         0     73368     43610   1103830     20.54     21.82
1486.43/372.39	c  N dy  6249   1779121        70      6230         0     91488     43610   1550467     20.56     22.67
1514.38/379.37	c  N dy  6348   1800937        70      6230         0     59148     43610    736294     20.57     21.68
1533.14/384.08	c  N dy  6422   1820980        70      6230         0     77291     43610   1177979     20.57     24.08
1561.89/391.20	c  N dy  6526   1841062        70      6230         0     95505     43610   1625692     20.58     23.42
1593.04/399.00	c  N dy  6601   1866790        70      6230         0     65435     43610    864534     20.58     22.03
1614.60/404.40	c  N dy  6696   1886794        70      6230         0     83498     43610   1307686     20.58     21.75
1636.56/409.97	c  N dy  6755   1906829        70      6230         0    101524     43610   1744600     20.58     23.17
1671.70/418.72	c  N dy  6804   1944568        70      6230         0     81219     43610   1231076     20.56     21.98
1698.05/425.39	c  N dy  6888   1965505        70      6230         0    100068     43610   1689069     20.57     21.65
1726.79/432.58	c  N dy  6981   1987566        70      6230         0     65108     43610    839866     20.57     21.80
1751.15/438.66	c  N dy  7087   2009730        70      6230         0     85096     43610   1327964     20.58     21.70
1779.50/445.71	c  N dy  7186   2029832        70      6230         0    103187     43610   1770664     20.59     23.57
1805.45/452.21	c  N dy  7280   2050165        70      6230         0     65738     43610    844186     20.59     21.70
1830.61/458.53	c  N dy  7358   2074894        70      6230         0     87994     43610   1377858     20.59     21.76
1864.55/467.04	c  N dy  7464   2099127        70      6230         0    109776     43610   1908771     20.59     21.68
1888.54/473.06	c  N dy  7560   2120688        70      6230         0     72629     43610   1001653     20.60     21.79
1911.26/478.79	c  N dy  7631   2140787        70      6230         0     90704     43610   1439330     20.60     21.97
1943.61/486.82	c  N dy  7707   2164159        70      6230         0    111670     43610   1946429     20.60     21.70
1968.76/493.19	c  N dy  7762   2189508        70      6230         0     76882     43610   1085884     20.60     21.71
1993.55/499.39	c  N dy  7844   2210816        70      6230         0     96030     43610   1551399     20.60     19.85
1993.55/499.39	c  S st  7844   2210816        70      6230         0     96030     43610   1551399     20.60     19.85
1994.72/499.68	c  S st  7844   2211317        70      6230         0     96492     43610   1563104     20.60   no data
1994.72/499.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1995.12/499.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1995.12/499.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1995.12/499.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1995.12/499.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1995.12/499.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1995.12/499.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1995.12/499.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1995.12/499.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2036.64/510.15	c lits-rem:      1052  cl-subs:     9862  v-elim:      0  v-fix:    0  time: 10.35 s
2036.64/510.15	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2036.64/510.17	c vivif2 --  cl tried    86630 cl shrink        0 lits rem          0 time: 0.02
2038.23/510.52	c asymm  cl-useful: 0/607/6230 lits-rem:0 time: 0.35
2038.23/510.53	c calculated reachability. Time: 0.00
2038.23/510.53	c  N dy  7844   2211317        70      6230         0     86630     43610   1326408     20.60   no data
2073.36/519.35	c  N dy  7961   2231445        70      6230         0    104746     43610   1771373     20.61     21.80
2117.69/530.42	c  N dy  8096   2251512        70      6230         0     64887     43610    793025     20.62     22.10
2161.61/541.45	c  N dy  8140   2289022        70      6230         0     98300     43610   1581209     20.61     21.71
2209.92/553.58	c  N dy  8237   2327149        70      6230         0     73455     43610    967994     20.60     22.05
2236.67/560.29	c  N dy  8372   2347227        70      6230         0     91574     43610   1414833     20.61     21.71
2265.85/567.59	c  N dy  8455   2367295        70      6230         0    109648     43610   1857249     20.61     22.22
2298.16/575.63	c  N dy  8575   2387351        70      6230         0     67706     43610    832686     20.62     22.31
2318.96/580.88	c  N dy  8599   2410174        70      6230         0     88006     43610   1313317     20.61     21.73
2346.88/587.84	c  N dy  8634   2432064        70      6230         0    107569     43610   1780843     20.60     21.79
2377.62/595.51	c  N dy  8716   2452154        70      6230         0     64719     43610    747676     20.61     22.45
2398.01/600.63	c  N dy  8793   2472160        70      6230         0     82655     43610   1180711     20.61     21.75
2425.54/607.56	c  N dy  8839   2495450        70      6230         0    103478     43610   1678663     20.60     21.74
2457.88/615.64	c  N dy  8912   2515467        70      6230         0    121454     43610   2112974     20.60     24.32
2485.85/622.64	c  N dy  8948   2542816        70      6230         0     84019     43610   1184928     20.59     21.72
2513.77/629.64	c  N dy  9070   2562825        70      6230         0    102080     43610   1631601     20.60     21.71
2547.34/638.07	c  N dy  9161   2582938        70      6230         0    120209     43610   2076113     20.61     21.75
2576.06/645.21	c  N dy  9279   2603034        70      6230         0     75563     43610    986420     20.61     22.15
2602.82/651.92	c  N dy  9339   2626226        70      6230         0     96436     43610   1490116     20.61     21.75
2637.96/660.73	c  N dy  9415   2649888        70      6230         0    117766     43610   2004128     20.61     21.90
2663.11/667.02	c  N dy  9447   2669950        70      6230         0     71941     43610    879131     20.60     22.86
2685.47/672.69	c  N dy  9520   2689958        70      6230         0     89940     43610   1316376     20.61     22.10
2716.22/680.30	c  N dy  9621   2710671        70      6230         0    108518     43610   1769920     20.61     21.80
2717.42/680.60	c  S st  9627   2711317        70      6230         0    109103     43610   1784243     20.61   no data
2718.64/680.97	c  S st  9627   2711818        70      6230         0    109563     43610   1795760     20.61   no data
2718.64/680.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2719.01/681.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2719.01/681.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2719.01/681.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2719.01/681.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2719.01/681.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
2719.01/681.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2719.01/681.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2719.41/681.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2772.91/694.56	c lits-rem:      1074  cl-subs:    10775  v-elim:      0  v-fix:    0  time: 13.45 s
2772.91/694.56	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
2772.91/694.58	c vivif2 --  cl tried    98788 cl shrink        0 lits rem          0 time: 0.02
2774.51/694.95	c asymm  cl-useful: 0/565/6230 lits-rem:0 time: 0.36
2774.51/694.95	c calculated reachability. Time: 0.00
2774.51/694.95	c  N dy  9627   2711818        70      6230         0     98788     43610   1534054     20.61   no data
2809.25/703.66	c  N dy  9700   2732082        70      6230         0    116988     43610   1973380     20.61     21.70
2853.17/714.64	c  N dy  9828   2752102        70      6230         0     70877     43610    850822     20.62     22.61
2887.50/723.25	c  N dy  9936   2772120        70      6230         0     88902     43610   1294681     20.63     22.87
2926.63/733.05	c  N dy 10069   2792186        70      6230         0    107052     43610   1744646     20.64     21.78
2977.36/745.79	c  N dy 10187   2821829        70      6230         0     68246     43610    766533     20.64     21.87
3001.30/751.77	c  N dy 10314   2841865        70      6230         0     86289     43610   1208103     20.64     22.43
3029.65/758.89	c  N dy 10400   2861912        70      6230         0    104343     43610   1651243     20.65     21.76
3061.21/766.74	c  N dy 10459   2881942        70      6230         0    122341     43610   2086241     20.65     22.58
3094.73/775.15	c  N dy 10546   2902357        70      6230         0     74192     43610    895794     20.65     21.76
3116.29/780.55	c  N dy 10583   2922438        70      6230         0     92251     43610   1332014     20.65     23.25
3152.62/789.65	c  N dy 10654   2946893        70      6230         0    114239     43610   1865643     20.65     21.74
3192.16/799.56	c  N dy 10775   2967006        70      6230         0    132422     43610   2316234     20.66     21.80
3214.94/805.27	c  N dy 10821   2987020        70      6230         0     82933     43610   1091784     20.65     21.77
3263.26/817.31	c  N dy 10924   3022661        70      6230         0    114955     43610   1857860     20.65     21.77
3307.54/828.48	c  N dy 11022   3046554        70      6230         0    136431     43610   2380339     20.65     21.78
3336.70/835.74	c  N dy 11100   3072219        70      6230         0     91119     43610   1282530     20.65     21.88
3376.23/845.60	c  N dy 11185   3100032        70      6230         0    116033     43610   1885552     20.65     21.76
3409.76/854.00	c  N dy 11242   3120092        70      6230         0    134075     43610   2318025     20.65     21.88
3437.31/860.94	c  N dy 11318   3141906        70      6230         0     84525     43610   1112307     20.65     21.76
3467.26/868.44	c  N dy 11355   3168957        70      6230         0    108596     43610   1681794     20.64     21.78
3506.39/878.28	c  N dy 11457   3191601        70      6230         0    129007     43610   2179683     20.64     21.76
3542.32/887.21	c  N dy 11557   3211662        70      6230         0     77189     43610    918374     20.64     23.47
3542.32/887.26	c  S st 11559   3211819        70      6230         0     77334     43610    922058     20.64   no data
3543.12/887.47	c  S st 11559   3212321        70      6230         0     77798     43610    933929     20.64   no data
3543.12/887.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3543.52/887.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3543.52/887.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3543.52/887.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3543.52/887.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3543.52/887.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3543.52/887.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3543.52/887.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3543.52/887.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3551.52/889.53	c lits-rem:       162  cl-subs:     1929  v-elim:      0  v-fix:    0  time:  1.97 s
3551.52/889.53	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
3551.52/889.55	c vivif2 --  cl tried    75869 cl shrink        0 lits rem          0 time: 0.01
3552.73/889.86	c asymm  cl-useful: 0/714/6230 lits-rem:0 time: 0.31
3552.73/889.86	c calculated reachability. Time: 0.00
3552.73/889.86	c  N dy 11559   3212321        70      6230         0     75869     43610    888409     20.64   no data
3577.86/896.13	c  N dy 11655   3232403        70      6230         0     93932     43610   1331303     20.65     21.87
3616.20/905.79	c  N dy 11748   3259699        70      6230         0    118467     43610   1933460     20.65     21.75
3657.32/916.09	c  N dy 11853   3279728        70      6230         0    136635     43610   2382519     20.65     21.79
3699.64/926.61	c  N dy 11983   3307832        70      6230         0     90915     43610   1240113     20.66     21.81
3733.58/935.12	c  N dy 12088   3327895        70      6230         0    108987     43610   1683165     20.66     22.68
3772.34/944.83	c  N dy 12130   3351300        70      6230         0    129865     43610   2178430     20.65     21.85
3831.80/959.74	c  N dy 12227   3390932        70      6230         0     93291     43610   1262733     20.64     21.82
3865.35/968.13	c  N dy 12340   3411255        70      6230         0    111629     43610   1713225     20.65     21.82
3905.27/978.17	c  N dy 12489   3431265        70      6230         0    129688     43610   2163922     20.66     22.31
3946.81/988.52	c  N dy 12563   3453316        70      6230         0     76909     43610    876767     20.66     21.78
3968.36/993.91	c  N dy 12606   3473362        70      6230         0     94775     43610   1297660     20.65     21.85
4010.68/1004.51	c  N dy 12658   3505278        70      6230         0    123261     43610   1975089     20.64     21.79
4063.79/1017.89	c  N dy 12701   3543315        70      6230         0     83675     43610   1016300     20.62     21.82
4093.36/1025.21	c  N dy 12829   3563377        70      6230         0    101774     43610   1464953     20.63     23.44
4128.09/1033.97	c  N dy 12933   3583669        70      6230         0    119978     43610   1911878     20.63     21.76
4164.01/1042.91	c  N dy 12993   3603699        70      6230         0    137933     43610   2342806     20.63     22.49
4202.76/1052.70	c  N dy 13065   3626596        70      6230         0     84222     43610   1031869     20.63     21.75
4230.69/1059.67	c  N dy 13147   3647552        70      6230         0    103000     43610   1484708     20.63     21.79
4263.43/1067.85	c  N dy 13211   3667805        70      6230         0    121222     43610   1927422     20.63     21.79
4295.40/1075.86	c  N dy 13237   3687906        70      6230         0    139138     43610   2353993     20.63     21.83
4330.14/1084.59	c  N dy 13266   3708629        70      6230         0     82358     43610    969050     20.62     21.91
4334.93/1085.78	c  S st 13287   3712321        70      6230         0     85698     43610   1051670     20.63   no data
4336.10/1086.03	c  S st 13287   3712822        70      6230         0     86156     43610   1063340     20.63   no data
4336.10/1086.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4336.10/1086.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4336.10/1086.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4336.10/1086.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4336.10/1086.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4336.10/1086.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
4336.10/1086.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4336.50/1086.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4336.50/1086.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4347.70/1088.99	c lits-rem:       280  cl-subs:     2818  v-elim:      0  v-fix:    0  time:  2.86 s
4347.70/1088.99	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4348.10/1089.01	c vivif2 --  cl tried    83338 cl shrink        0 lits rem          0 time: 0.01
4349.27/1089.31	c asymm  cl-useful: 0/776/6230 lits-rem:0 time: 0.31
4349.27/1089.32	c calculated reachability. Time: 0.00
4349.27/1089.32	c  N dy 13287   3712822        70      6230         0     83338     43610    997740     20.63   no data
4378.03/1096.54	c  N dy 13389   3733893        70      6230         0    102279     43610   1462182     20.63     21.94
4407.97/1104.05	c  F st 13483   3751564        70      6230         0    118175     43610   1851668     20.63     18.00
4412.77/1105.25	c  N st 13488   3754859        70      6230         0    121140     43610   1925085     20.63   no data
4457.91/1116.54	c  N dy 13564   3777937        70      6230         0    141840     43610   2426415     20.63     21.80
4499.40/1126.93	c  N dy 13610   3804447        70      6230         0     89420     43610   1117178     20.63     21.93
4546.52/1138.78	c  N dy 13647   3839636        70      6230         0    120635     43610   1841093     20.61     21.76
4590.04/1149.60	c  N dy 13688   3865529        70      6230         0    143864     43610   2397009     20.61     21.72
4629.97/1159.66	c  N dy 13785   3885563        70      6230         0     85059     43610   1020615     20.61     22.61
4659.54/1167.07	c  N dy 13899   3905587        70      6230         0    103080     43610   1465806     20.62     23.33
4694.26/1175.80	c  N dy 14006   3925653        70      6230         0    121203     43610   1914118     20.62     22.80
4739.38/1187.00	c  N dy 14154   3945772        70      6230         0    139387     43610   2366297     20.63     21.78
4784.90/1198.44	c  N dy 14243   3965807        70      6230         0     79326     43610    860898     20.63     21.82

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-3366439-1305404250/watcher-3366439-1305404250 -o /tmp/evaluation-result-3366439-1305404250/solver-3366439-1305404250 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366439-1305404250.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: 3.75 5.12 6.70 7/241 8508
/proc/meminfo: memFree=24308876/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=183212 CPUtime=0 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 536 0 0 0 0 0 0 0 23 0 4 0 652025750 187609088 467 33554432000 4194304 4580107 140733306722992 18446744073709551615 222921776955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 45803 500 324 95 0 40785 0
[pid=8508/tid=8509] ppid=8506 vsize=208104 CPUtime=0 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 157 0 0 0 0 0 0 0 24 0 4 0 652025750 213098496 838 33554432000 4194304 4580107 140733306722992 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=208104 CPUtime=0 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 152 0 0 0 0 0 0 0 24 0 4 0 652025750 213098496 841 33554432000 4194304 4580107 140733306722992 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=208104 CPUtime=0 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 29 0 0 0 0 0 0 0 24 0 4 0 652025750 213098496 843 33554432000 4194304 4580107 140733306722992 18446744073709551615 222921776955 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.047821 s]
/proc/loadavg: 3.75 5.12 6.70 7/241 8508
/proc/meminfo: memFree=24308876/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=216292 CPUtime=0.16 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 1299 0 0 0 16 0 0 0 18 0 4 0 652025750 221483008 1225 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 54073 1225 357 95 0 49055 0
[pid=8508/tid=8509] ppid=8506 vsize=216292 CPUtime=0.04 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 206 0 0 0 4 0 0 0 18 0 4 0 652025750 221483008 1225 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=216292 CPUtime=0.04 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 208 0 0 0 4 0 0 0 18 0 4 0 652025750 221483008 1225 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=216292 CPUtime=0.03 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 247 0 0 0 3 0 0 0 24 0 4 0 652025750 221483008 1225 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 216292

[startup+0.100811 s]
/proc/loadavg: 3.75 5.12 6.70 7/241 8508
/proc/meminfo: memFree=24308876/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=216424 CPUtime=0.38 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 1393 0 0 0 38 0 0 0 18 0 4 0 652025750 221618176 1319 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 54106 1319 358 95 0 49088 0
[pid=8508/tid=8509] ppid=8506 vsize=216424 CPUtime=0.09 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 214 0 0 0 9 0 0 0 18 0 4 0 652025750 221618176 1319 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=216424 CPUtime=0.09 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 209 0 0 0 9 0 0 0 18 0 4 0 652025750 221618176 1319 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=216424 CPUtime=0.09 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 326 0 0 0 9 0 0 0 24 0 4 0 652025750 221618176 1319 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 216424

[startup+0.300775 s]
/proc/loadavg: 3.75 5.12 6.70 7/241 8508
/proc/meminfo: memFree=24308876/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=218840 CPUtime=1.17 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 3481 0 0 0 117 0 0 0 18 0 4 0 652025750 224092160 3044 33554432000 4194304 4580107 140733306722992 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 54710 3044 376 95 0 49692 0
[pid=8508/tid=8509] ppid=8506 vsize=218840 CPUtime=0.29 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 827 0 0 0 29 0 0 0 18 0 4 0 652025750 224092160 3044 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=218840 CPUtime=0.28 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 797 0 0 0 28 0 0 0 18 0 4 0 652025750 224092160 3044 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=218840 CPUtime=0.29 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 621 0 0 0 29 0 0 0 25 0 4 0 652025750 224092160 3044 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218840

[startup+0.700704 s]
/proc/loadavg: 3.75 5.12 6.70 7/241 8508
/proc/meminfo: memFree=24308876/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=221224 CPUtime=2.77 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 5794 0 0 0 276 1 0 0 18 0 4 0 652025750 226533376 3435 33554432000 4194304 4580107 140733306722992 18446744073709551615 4321235 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 55306 3435 376 95 0 50288 0
[pid=8508/tid=8509] ppid=8506 vsize=221224 CPUtime=0.69 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 1346 0 0 0 69 0 0 0 18 0 4 0 652025750 226533376 3435 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=221224 CPUtime=0.68 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 1399 0 0 0 68 0 0 0 18 0 4 0 652025750 226533376 3435 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=221224 CPUtime=0.68 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 1240 0 0 0 68 0 0 0 25 0 4 0 652025750 226533376 3435 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 221224

[startup+1.50056 s]
/proc/loadavg: 3.75 5.12 6.70 12/245 8512
/proc/meminfo: memFree=24283596/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=222336 CPUtime=5.95 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 10339 0 0 0 594 1 0 0 19 0 4 0 652025750 227672064 5609 33554432000 4194304 4580107 140733306722992 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 55584 5609 378 95 0 50566 0
[pid=8508/tid=8509] ppid=8506 vsize=222336 CPUtime=1.49 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 2215 0 0 0 149 0 0 0 20 0 4 0 652025750 227672064 5609 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=222336 CPUtime=1.48 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 2240 0 0 0 148 0 0 0 19 0 4 0 652025750 227672064 5609 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=222336 CPUtime=1.47 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 1909 0 0 0 147 0 0 0 25 0 4 0 652025750 227672064 5609 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 222336

[startup+3.10027 s]
/proc/loadavg: 3.75 5.12 6.70 10/245 8512
/proc/meminfo: memFree=24253464/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=227676 CPUtime=12.35 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 18643 0 0 0 1232 3 0 0 24 0 4 0 652025750 233140224 10629 33554432000 4194304 4580107 140733306722992 18446744073709551615 4316439 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 56919 10629 378 95 0 51901 0
[pid=8508/tid=8509] ppid=8506 vsize=227676 CPUtime=3.09 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 4306 0 0 0 309 0 0 0 25 0 4 0 652025750 233140224 10629 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=227676 CPUtime=3.08 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 4843 0 0 0 307 1 0 0 24 0 4 0 652025750 233140224 10629 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=227676 CPUtime=3.06 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 4634 0 0 0 306 0 0 0 25 0 4 0 652025750 233140224 10629 33554432000 4194304 4580107 140733306722992 18446744073709551615 4306255 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 227676

[startup+6.30068 s]
/proc/loadavg: 4.09 5.17 6.71 10/245 8512
/proc/meminfo: memFree=24218372/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=235432 CPUtime=25.12 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 28696 0 0 0 2507 5 0 0 25 0 4 0 652025750 241082368 13334 33554432000 4194304 4580107 140733306722992 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 58858 13334 378 95 0 53840 0
[pid=8508/tid=8509] ppid=8506 vsize=235432 CPUtime=6.28 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 7434 0 0 0 628 0 0 0 25 0 4 0 652025750 241082368 13334 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=235432 CPUtime=6.28 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 7501 0 0 0 627 1 0 0 25 0 4 0 652025750 241082368 13334 33554432000 4194304 4580107 140733306722992 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=235432 CPUtime=6.24 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 6781 0 0 0 623 1 0 0 25 0 4 0 652025750 241082368 13334 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 235432

[startup+12.7005 s]
/proc/loadavg: 4.48 5.23 6.72 10/245 8512
/proc/meminfo: memFree=24174188/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=238336 CPUtime=50.67 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 43786 0 0 0 5058 9 0 0 25 0 4 0 652025750 244056064 18453 33554432000 4194304 4580107 140733306722992 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 59584 18453 378 95 0 54566 0
[pid=8508/tid=8509] ppid=8506 vsize=238336 CPUtime=12.69 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 10819 0 0 0 1268 1 0 0 25 0 4 0 652025750 244056064 18453 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=238336 CPUtime=12.68 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 9751 0 0 0 1266 2 0 0 25 0 4 0 652025750 244056064 18453 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=238336 CPUtime=12.59 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 11056 0 0 0 1257 2 0 0 25 0 4 0 652025750 244056064 18453 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 238336

[startup+25.5012 s]
/proc/loadavg: 5.26 5.37 6.74 10/245 8513
/proc/meminfo: memFree=24137960/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=243716 CPUtime=101.78 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 65237 0 0 0 10164 14 0 0 25 0 4 0 652025750 249565184 21861 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 60929 21861 378 95 0 55911 0
[pid=8508/tid=8509] ppid=8506 vsize=243716 CPUtime=25.49 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 16129 0 0 0 2547 2 0 0 25 0 4 0 652025750 249565184 21861 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=243716 CPUtime=25.48 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 15442 0 0 0 2545 3 0 0 25 0 4 0 652025750 249565184 21861 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=243716 CPUtime=25.29 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 16195 0 0 0 2525 4 0 0 25 0 4 0 652025750 249565184 21861 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 243716

[startup+51.1005 s]
/proc/loadavg: 6.19 5.58 6.77 9/245 8513
/proc/meminfo: memFree=24121760/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=262312 CPUtime=204 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 96929 0 0 0 20379 21 0 0 25 0 4 0 652025750 268607488 25606 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 65578 25606 378 95 0 60560 0
[pid=8508/tid=8509] ppid=8506 vsize=262312 CPUtime=51.09 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 23332 0 0 0 5106 3 0 0 25 0 4 0 652025750 268607488 25606 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=262312 CPUtime=51.08 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 24299 0 0 0 5103 5 0 0 25 0 4 0 652025750 268607488 25606 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=262312 CPUtime=50.71 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 23357 0 0 0 5065 6 0 0 25 0 4 0 652025750 268607488 25606 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 262312

[startup+102.309 s]
/proc/loadavg: 7.30 5.98 6.84 10/245 8515
/proc/meminfo: memFree=24078540/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=260604 CPUtime=408.45 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 144775 0 0 0 40806 39 0 0 25 0 4 0 652025750 266858496 29120 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 65151 29120 378 95 0 60133 0
[pid=8508/tid=8509] ppid=8506 vsize=260604 CPUtime=102.29 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 30658 0 0 0 10223 6 0 0 25 0 4 0 652025750 266858496 29120 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=260604 CPUtime=102.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 36711 0 0 0 10219 10 0 0 25 0 4 0 652025750 266858496 29120 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=260604 CPUtime=101.54 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 38155 0 0 0 10144 10 0 0 25 0 4 0 652025750 266858496 29120 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.45
Current children cumulated vsize (KiB) 260604

[startup+162.301 s]

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

[pid=8508] ppid=8506 vsize=389280 CPUtime=2564.51 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 439173 0 0 0 256287 164 0 0 25 0 4 0 652025750 398622720 71099 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 97320 71099 378 95 0 92302 0
[pid=8508/tid=8509] ppid=8506 vsize=389280 CPUtime=642.31 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 99665 0 0 0 64195 36 0 0 25 0 4 0 652025750 398622720 71099 33554432000 4194304 4580107 140733306722992 18446744073709551615 4296772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=389280 CPUtime=642.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 109855 0 0 0 64186 43 0 0 25 0 4 0 652025750 398622720 71099 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=389280 CPUtime=637.56 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 112060 0 0 0 63717 39 0 0 25 0 4 0 652025750 398622720 71099 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2564.51
Current children cumulated vsize (KiB) 389280

[startup+702.3 s]
/proc/loadavg: 8.18 7.83 7.42 10/245 8531
/proc/meminfo: memFree=23769744/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=455180 CPUtime=2804.05 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 459001 0 0 0 280231 174 0 0 25 0 4 0 652025750 466104320 73941 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 113795 73941 378 95 0 108777 0
[pid=8508/tid=8509] ppid=8506 vsize=455180 CPUtime=702.3 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 100179 0 0 0 70194 36 0 0 25 0 4 0 652025750 466104320 73941 33554432000 4194304 4580107 140733306722992 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=455180 CPUtime=702.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 116694 0 0 0 70182 47 0 0 25 0 4 0 652025750 466104320 73941 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=455180 CPUtime=697.12 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 117822 0 0 0 69670 42 0 0 25 0 4 0 652025750 466104320 73941 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.05
Current children cumulated vsize (KiB) 455180

[startup+762.31 s]
/proc/loadavg: 8.12 7.87 7.46 10/245 8532
/proc/meminfo: memFree=23714520/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=495924 CPUtime=3043.65 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 475349 0 0 0 304183 182 0 0 25 0 4 0 652025750 507826176 80627 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 123981 80627 378 95 0 118963 0
[pid=8508/tid=8509] ppid=8506 vsize=495924 CPUtime=762.32 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 101089 0 0 0 76195 37 0 0 25 0 4 0 652025750 507826176 80627 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=495924 CPUtime=762.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 121075 0 0 0 76180 49 0 0 25 0 4 0 652025750 507826176 80627 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=495924 CPUtime=756.69 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 123477 0 0 0 75625 44 0 0 25 0 4 0 652025750 507826176 80627 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3043.65
Current children cumulated vsize (KiB) 495924

[startup+822.301 s]
/proc/loadavg: 8.09 7.91 7.50 10/245 8534
/proc/meminfo: memFree=23713984/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=440132 CPUtime=3283.19 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 486858 0 0 0 328131 188 0 0 25 0 4 0 652025750 450695168 80787 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 110033 80787 378 95 0 105015 0
[pid=8508/tid=8509] ppid=8506 vsize=440132 CPUtime=822.31 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 102333 0 0 0 82193 38 0 0 25 0 4 0 652025750 450695168 80787 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=440132 CPUtime=822.28 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 127078 0 0 0 82176 52 0 0 25 0 4 0 652025750 450695168 80787 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=440132 CPUtime=816.25 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 124241 0 0 0 81580 45 0 0 25 0 4 0 652025750 450695168 80787 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.19
Current children cumulated vsize (KiB) 440132

[startup+882.301 s]
/proc/loadavg: 8.08 7.94 7.53 9/245 8535
/proc/meminfo: memFree=23687304/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=440240 CPUtime=3522.76 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 500961 0 0 0 352082 194 0 0 25 0 4 0 652025750 450805760 86361 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 110060 86361 378 95 0 105042 0
[pid=8508/tid=8509] ppid=8506 vsize=440240 CPUtime=882.31 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 88193 38 0 0 25 0 4 0 652025750 450805760 86361 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=440240 CPUtime=882.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 133060 0 0 0 88174 55 0 0 25 0 4 0 652025750 450805760 86361 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=440240 CPUtime=875.81 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 128226 0 0 0 87534 47 0 0 25 0 4 0 652025750 450805760 86361 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.76
Current children cumulated vsize (KiB) 440240

[startup+942.301 s]
/proc/loadavg: 8.07 7.96 7.56 10/245 8537
/proc/meminfo: memFree=23683548/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=505888 CPUtime=3762.33 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 514276 0 0 0 376033 200 0 0 25 0 4 0 652025750 518029312 84898 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 126472 84898 378 95 0 121454 0
[pid=8508/tid=8509] ppid=8506 vsize=505888 CPUtime=942.31 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 94193 38 0 0 25 0 4 0 652025750 518029312 84898 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=505888 CPUtime=942.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 139105 0 0 0 94172 57 0 0 25 0 4 0 652025750 518029312 84898 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=505888 CPUtime=935.38 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 132933 0 0 0 93489 49 0 0 25 0 4 0 652025750 518029312 84898 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.33
Current children cumulated vsize (KiB) 505888

[startup+1002.3 s]
/proc/loadavg: 8.07 7.98 7.59 10/245 8539
/proc/meminfo: memFree=23665024/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=505936 CPUtime=4001.89 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 527108 0 0 0 399981 208 0 0 25 0 4 0 652025750 518078464 88597 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 126484 88597 378 95 0 121466 0
[pid=8508/tid=8509] ppid=8506 vsize=505936 CPUtime=1002.31 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 100193 38 0 0 25 0 4 0 652025750 518078464 88597 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=505936 CPUtime=1002.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 143466 0 0 0 100169 60 0 0 25 0 4 0 652025750 518078464 88597 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=505936 CPUtime=994.95 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 138659 0 0 0 99442 53 0 0 25 0 4 0 652025750 518078464 88597 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4001.89
Current children cumulated vsize (KiB) 505936

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.63 10/245 8540
/proc/meminfo: memFree=23664000/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=519292 CPUtime=4241.47 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 536491 0 0 0 423933 214 0 0 25 0 4 0 652025750 531755008 85866 33554432000 4194304 4580107 140733306722992 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 129823 85866 378 95 0 124805 0
[pid=8508/tid=8509] ppid=8506 vsize=519292 CPUtime=1062.32 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 106193 39 0 0 25 0 4 0 652025750 531755008 85866 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=519292 CPUtime=1062.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 146271 0 0 0 106168 61 0 0 25 0 4 0 652025750 531755008 85866 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=519292 CPUtime=1054.51 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 141439 0 0 0 105396 55 0 0 25 0 4 0 652025750 531755008 85866 33554432000 4194304 4580107 140733306722992 18446744073709551615 4305296 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.47
Current children cumulated vsize (KiB) 519292

[startup+1122.3 s]
/proc/loadavg: 8.11 8.03 7.66 9/245 8542
/proc/meminfo: memFree=23664076/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=519516 CPUtime=4481.04 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 550591 0 0 0 447882 222 0 0 25 0 4 0 652025750 531984384 87529 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 129879 87529 378 95 0 124861 0
[pid=8508/tid=8509] ppid=8506 vsize=519516 CPUtime=1122.32 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 112193 39 0 0 25 0 4 0 652025750 531984384 87529 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=519516 CPUtime=1122.29 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 151796 0 0 0 112165 64 0 0 25 0 4 0 652025750 531984384 87529 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=519516 CPUtime=1114.08 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 146833 0 0 0 111351 57 0 0 25 0 4 0 652025750 531984384 87529 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.04
Current children cumulated vsize (KiB) 519516

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.69 10/245 8543
/proc/meminfo: memFree=23646172/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=519676 CPUtime=4720.61 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 561644 0 0 0 471831 230 0 0 25 0 4 0 652025750 532148224 92201 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 129919 92201 378 95 0 124901 0
[pid=8508/tid=8509] ppid=8506 vsize=519676 CPUtime=1182.32 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 118193 39 0 0 25 0 4 0 652025750 532148224 92201 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=519676 CPUtime=1182.3 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 155842 0 0 0 118162 68 0 0 25 0 4 0 652025750 532148224 92201 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=519676 CPUtime=1173.65 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 151196 0 0 0 117305 60 0 0 25 0 4 0 652025750 532148224 92201 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4720.61
Current children cumulated vsize (KiB) 519676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.14 8.06 7.70 5/241 8545
/proc/meminfo: memFree=23969668/32951124 swapFree=61559568/67111528
[pid=8508] ppid=8506 vsize=519800 CPUtime=4800.11 cores=1,3,5,7
/proc/8508/stat : 8508 (strangenight2-m) R 8506 8508 7898 0 -1 4202496 566721 0 0 0 479778 233 0 0 25 0 4 0 652025750 532275200 84406 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8508/statm: 129950 84406 378 95 0 124932 0
[pid=8508/tid=8509] ppid=8506 vsize=519800 CPUtime=1202.24 cores=1,3,5,7
/proc/8508/task/8509/stat : 8509 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 103624 0 0 0 120185 39 0 0 25 0 4 0 652025750 532275200 84407 33554432000 4194304 4580107 140733306722992 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8508/tid=8510] ppid=8506 vsize=519800 CPUtime=1202.22 cores=1,3,5,7
/proc/8508/task/8510/stat : 8510 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 158124 0 0 0 120153 69 0 0 25 0 4 0 652025750 532275200 84407 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8508/tid=8511] ppid=8506 vsize=519800 CPUtime=1193.41 cores=1,3,5,7
/proc/8508/task/8511/stat : 8511 (strangenight2-m) R 8506 8508 7898 0 -1 4202560 151887 0 0 0 119280 61 0 0 25 0 4 0 652025750 532275200 84407 33554432000 4194304 4580107 140733306722992 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 519800

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): 1202.24
CPU time (s): 4800.17
CPU user time (s): 4797.82
CPU system time (s): 2.35264
CPU usage (%): 399.269
Max. virtual memory (cumulated for all children) (KiB): 546184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.35264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 566722
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= 581
involuntary context switches= 32825

runsolver used 2.49162 second user time and 6.33404 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 22:17:30
IDJOB=3366439
IDBENCH=82848
IDSOLVER=1844
FILE ID=node109/3366439-1305404250
RUNJOBID= node109-1305404250-8486
PBS_JOBID= 13324470
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1351138814-007.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366439-1305404250/watcher-3366439-1305404250 -o /tmp/evaluation-result-3366439-1305404250/solver-3366439-1305404250 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366439-1305404250.cnf

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

MD5SUM BENCH= d1b5f6eba94843a6d4f11aae7cd57ab2
RANDOM SEED=135733209

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24309164 kB
Buffers:        231656 kB
Cached:        2258164 kB
SwapCached:      28404 kB
Active:         103612 kB
Inactive:      8323160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24309164 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:           11268 kB
Writeback:           0 kB
AnonPages:     5914960 kB
Mapped:          17956 kB
Slab:           122124 kB
PageTables:      30740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17940072 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= 73216 MiB
End job on node109 at 2011-05-14 22:37:34