Trace number 3173761

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.25 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S434028979-077-UNKNOWN.cnf
MD5SUM99649f8478aeec246b4c83e11dce9c4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.820874
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3173761-1304030582.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.01	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.01	c -- vars added       5000
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.13	c lits-rem:         0  cl-subs:        0  v-elim:    113  v-fix:    0  time:  0.02 s
0.00/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.13	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.13	c calculated reachability. Time: 0.00
0.00/0.13	c Calc default polars -  time:   0.00 s pos:    2212 undec:     524 neg:    2264
0.00/0.13	c =========================================================================================
0.00/0.13	c types(t): F = full restart, N = normal restart
0.00/0.13	c types(t): S = simplification begin/end, E = solution found
0.00/0.13	c restart types(rt): st = static, dy = dynamic
0.00/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.13	c  B st     0         0      4887     20886         0         0     63353         0   no data   no data
1.57/0.46	c  N dy    15      4032      4887     20886         0      4032     63353    435101     66.09     70.73
3.17/0.88	c  N dy    42      8150      4887     20886         0      5651     63353    413775     65.38     68.88
5.17/1.31	c  N dy    66     12274      4887     20886         0      5526     63353    250642     65.01     69.05
6.76/1.74	c  N dy    90     16292      4887     20886         0      9543     63353    660352     64.94     68.96
8.36/2.19	c  N dy   115     20386      4887     20886         0      8015     63353    375015     65.19     68.68
10.36/2.65	c  N dy   141     24512      4887     20886         0     12140     63353    807111     65.44     69.10
10.76/2.71	c  F st   145     25001      4887     20886         0     12629     63353    857051     65.46     65.52
13.18/3.33	c  N dy   151     30002      4887     20886         0     10817     63353    644436     65.46   no data
13.18/3.33	c  S st   151     30002      4887     20886         0     10817     63353    644436     65.46   no data
13.18/3.38	c  S st   151     30504      4887     20886         0     11319     63353    680077     65.46   no data
13.18/3.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.18/3.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.18/3.40	c blocked clauses removed:       53 vars:     10 tried:        4887 T: 0.00 s
13.58/3.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.58/3.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.58/3.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4877 time:  0.00 s
13.58/3.41	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.58/3.42	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.02 s
13.58/3.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.95/3.55	c lits-rem:        20  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
13.95/3.57	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
13.95/3.57	c calculated reachability. Time: 0.00
13.95/3.57	c  N dy   151     30504      4871     20827         0     11245     63221    668246     65.46   no data
15.95/4.06	c  N dy   178     34616      4871     20827         0     15357     63221   1079117     65.50     69.01
17.97/4.54	c  N dy   208     38666      4871     20827         0     11537     63221    537537     65.84     69.64
19.94/5.02	c  N dy   237     42675      4871     20827         0     15546     63221    942204     65.80     75.58
21.54/5.44	c  S st   261     45758      4871     20827         0      9696     63221    232419     66.02   no data
21.54/5.49	c  S st   261     46263      4871     20827         0     10201     63221    274817     66.02   no data
21.54/5.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.96/5.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
21.96/5.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.96/5.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.96/5.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.96/5.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
21.96/5.51	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
21.96/5.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.96/5.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.96/5.57	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
21.96/5.57	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
21.96/5.57	c vivif2 --  cl tried    10201 cl shrink        0 lits rem          0 time: 0.00
21.96/5.59	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
21.96/5.59	c calculated reachability. Time: 0.00
21.96/5.59	c  N dy   261     46263      4871     20827         0     10201     63221    274816     66.02   no data
23.94/6.09	c  N dy   287     50393      4871     20827         0     14330     63221    703969     66.19     72.45
26.36/6.61	c  N dy   318     54475      4871     20827         0     18410     63221   1137269     66.46     73.85
28.34/7.13	c  N dy   342     58647      4871     20827         0     12617     63221    442543     66.48     70.14
30.34/7.63	c  N dy   368     62746      4871     20827         0     16716     63221    863907     66.52     70.53
32.33/8.15	c  N dy   391     66786      4871     20827         0     20756     63221   1275371     66.37     70.52
33.93/8.51	c  S st   408     69394      4871     20827         0     12379     63221    312783     66.38   no data
33.93/8.57	c  S st   408     69894      4871     20827         0     12879     63221    353165     66.38   no data
33.93/8.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.93/8.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
33.93/8.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.93/8.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.93/8.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.93/8.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
33.93/8.59	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
34.33/8.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
34.33/8.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.33/8.66	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
34.33/8.66	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
34.33/8.66	c vivif2 --  cl tried    12878 cl shrink        0 lits rem          0 time: 0.00
34.33/8.69	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
34.33/8.69	c calculated reachability. Time: 0.00
34.33/8.69	c  N dy   408     69894      4871     20827         0     12878     63221    352982     66.38   no data
36.72/9.26	c  N dy   436     74460      4871     20827         0     17444     63221    829559     66.45     70.95
39.54/9.92	c  N dy   462     79307      4871     20827         0     22290     63221   1339888     66.38     72.46
41.92/10.59	c  N dy   488     84540      4871     20827         0     15533     63221    548078     66.33     69.82
43.51/10.96	c  F st   506     87500      4871     20827         0     18493     63221    856597     66.29     56.89
45.11/11.39	c  N st   511     90797      4871     20827         0     21790     63221   1216005     66.29   no data
48.72/12.26	c  N dy   537     96735      4871     20827         0     14735     63221    360612     66.33     70.01
51.90/13.06	c  N dy   572    102922      4871     20827         0     20918     63221   1000834     66.29     72.57
53.11/13.32	c  S st   586    104841      4871     20827         0     22837     63221   1197887     66.29     63.34
53.49/13.40	c  S st   586    105342      4871     20827         0     23338     63221   1241529     66.29   no data
53.49/13.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.49/13.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
53.49/13.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.49/13.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.49/13.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.49/13.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
53.49/13.43	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
53.49/13.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
53.89/13.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.49/13.93	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.42 s
55.49/13.94	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
55.49/13.95	c vivif2 --  cl tried    23337 cl shrink        0 lits rem          0 time: 0.02
55.49/13.99	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.03
55.49/13.99	c calculated reachability. Time: 0.00
55.49/13.99	c  N dy   586    105342      4871     20827         0     23337     63221   1241490     66.29   no data
59.48/14.93	c  N dy   622    112084      4871     20827         0     16080     63221    410948     66.24     69.74
63.48/15.92	c  N dy   670    119314      4871     20827         0     23310     63221   1175178     66.36     72.18
68.27/17.12	c  N dy   720    127038      4871     20827         0     16035     63221    294700     66.48     71.60
72.67/18.23	c  N dy   765    135376      4871     20827         0     24373     63221   1177706     66.51     73.05
78.27/19.61	c  N dy   813    144648      4871     20827         0     17650     63221    370651     66.51     70.14
83.06/20.88	c  N dy   870    153882      4871     20827         0     26880     63221   1331709     66.48     70.41
85.84/21.51	c  S st   900    158015      4871     20827         0     31012     63221   1764252     66.54   no data
86.25/21.60	c  S st   900    158517      4871     20827         0     31514     63221   1804453     66.54   no data
86.25/21.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.25/21.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
86.25/21.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.25/21.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.25/21.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.25/21.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
86.25/21.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
86.25/21.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
86.65/21.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.64/22.72	c lits-rem:        11  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.97 s
90.64/22.73	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
90.64/22.75	c vivif2 --  cl tried    31506 cl shrink        0 lits rem          0 time: 0.02
90.64/22.79	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.04
90.64/22.79	c calculated reachability. Time: 0.00
90.64/22.79	c  N dy   900    158517      4871     20827         0     31506     63221   1802578     66.54   no data
96.65/24.25	c  N dy   961    168671      4871     20827         0     24664     63221    996213     66.56     76.03
103.42/25.96	c  N dy  1033    179474      4871     20827         0     35464     63221   2131890     66.63     83.43
110.23/27.65	c  N dy  1120    191024      4871     20827         0     29015     63221   1355227     66.76     73.26
118.21/29.66	c  N dy  1198    203470      4871     20827         0     22461     63221    587320     66.82     73.14
126.19/31.68	c  N dy  1284    216528      4871     20827         0     35518     63221   1959835     66.90     71.02
134.98/33.86	c  N dy  1373    230441      4871     20827         0     29429     63221   1224438     66.97     76.51
139.78/35.05	c  S st  1415    237775      4871     20827         0     36762     63221   1992057     66.97     59.90
140.18/35.15	c  S st  1415    238277      4871     20827         0     37264     63221   2031631     66.97   no data
140.18/35.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.18/35.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
140.18/35.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.18/35.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.18/35.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.18/35.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
140.18/35.19	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
140.59/35.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
140.99/35.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.16/36.67	c lits-rem:        26  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.36 s
146.16/36.67	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
146.56/36.70	c vivif2 --  cl tried    37260 cl shrink        0 lits rem          0 time: 0.03
146.56/36.75	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.05
146.56/36.75	c calculated reachability. Time: 0.00
146.56/36.75	c  N dy  1415    238277      4871     20827         0     37260     63221   2031044     66.97   no data
156.54/39.20	c  N dy  1515    253576      4871     20827         0     31560     63221   1336676     67.08     74.26
166.95/41.89	c  N dy  1611    269857      4871     20827         0     25839     63221    642890     67.07     74.17
178.51/44.74	c  N dy  1715    287079      4871     20827         0     43060     63221   2436103     67.04     81.47
190.49/47.77	c  N dy  1823    305534      4871     20827         0     38515     63221   1880863     67.04     73.67
190.90/47.89	c  F st  1829    306250      4871     20827         0     39231     63221   1955463     67.05   no data
203.68/51.07	c  N dy  1920    325092      4871     20827         0     34076     63221   1303023     67.09     78.88
218.06/54.64	c  N dy  2046    345142      4871     20827         0     29128     63221    685451     67.12     71.52
226.44/56.70	c  S st  2115    357417      4871     20827         0     41397     63221   1971618     67.05   no data
226.84/56.80	c  S st  2115    357921      4871     20827         0     41901     63221   2011564     67.05   no data
226.84/56.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
226.84/56.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
226.84/56.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.84/56.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.84/56.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.84/56.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
226.84/56.85	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
226.84/56.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
227.24/56.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.85/58.38	c lits-rem:        10  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.42 s
232.85/58.38	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
233.25/58.41	c vivif2 --  cl tried    41894 cl shrink        0 lits rem          0 time: 0.03
233.25/58.46	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.05
233.25/58.46	c calculated reachability. Time: 0.00
233.25/58.46	c  N dy  2115    357921      4871     20827         0     41894     63221   2010755     67.05   no data
247.62/62.02	c  N dy  2242    378046      4871     20827         0     36022     63221   1300379     67.06     72.48
262.40/65.77	c  N dy  2366    398170      4871     20827         0     29147     63221    491399     67.10     70.66
277.20/69.42	c  N dy  2487    418243      4871     20827         0     49220     63221   2630620     67.12     71.29
291.55/73.08	c  N dy  2613    438392      4871     20827         0     41373     63221   1671630     67.16     71.31
307.13/77.00	c  N dy  2731    458654      4871     20827         0     32637     63221    665514     67.14     71.39
321.92/80.67	c  N dy  2856    478708      4871     20827         0     52689     63221   2802579     67.19     72.38
337.09/84.47	c  N dy  2973    498797      4871     20827         0     42776     63221   1616512     67.21     72.34
353.87/88.60	c  N dy  3098    518852      4871     20827         0     31832     63221    371004     67.23     74.90
366.66/91.86	c  S st  3225    536882      4871     20827         0     49860     63221   2304812     67.30   no data
367.06/91.98	c  S st  3225    537383      4871     20827         0     50361     63221   2343762     67.30   no data
367.06/91.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
367.45/92.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
367.45/92.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
367.45/92.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
367.45/92.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
367.45/92.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
367.45/92.03	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
367.45/92.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
367.85/92.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.04/94.46	c lits-rem:        34  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.30 s
377.04/94.46	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
377.04/94.49	c vivif2 --  cl tried    50356 cl shrink        0 lits rem          0 time: 0.03
377.44/94.55	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.06
377.44/94.56	c calculated reachability. Time: 0.00
377.44/94.56	c  N dy  3225    537383      4871     20827         0     50356     63221   2342967     67.30   no data
393.81/98.65	c  N dy  3353    557534      4871     20827         0     38502     63221    990446     67.33     72.20
409.78/102.65	c  N dy  3489    577585      4871     20827         0     58550     63221   3106995     67.38     71.00
425.77/106.62	c  N dy  3614    597679      4871     20827         0     45644     63221   1657042     67.43     71.64
442.94/110.95	c  N dy  3743    617841      4871     20827         0     65805     63221   3787621     67.46     71.30
458.53/114.81	c  N dy  3867    637961      4871     20827         0     51927     63221   2185507     67.47     71.28
476.10/119.25	c  N dy  3992    658081      4871     20827         0     37052     63221    536426     67.49     71.38
491.68/123.16	c  N dy  4126    678164      4871     20827         0     57135     63221   2684731     67.54     72.28
510.07/127.70	c  N dy  4252    698184      4871     20827         0     41158     63221    875867     67.59     72.32
526.83/131.93	c  N dy  4381    718203      4871     20827         0     61171     63221   3005606     67.62     72.10
544.82/136.41	c  N dy  4509    738290      4871     20827         0     44267     63221   1094464     67.64     74.79
561.58/140.69	c  N dy  4632    758430      4871     20827         0     64402     63221   3248180     67.66     71.42
579.16/145.10	c  N dy  4758    778454      4871     20827         0     46425     63221   1217886     67.67     73.33
597.13/149.51	c  N dy  4882    798741      4871     20827         0     66712     63221   3356780     67.68     74.94
604.32/151.36	c  S st  4935    806075      4871     20827         0     74045     63221   4136218     67.70     69.66
605.12/151.51	c  S st  4935    806580      4871     20827         0     74550     63221   4175599     67.70   no data
605.12/151.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
605.12/151.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
605.12/151.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
605.12/151.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
605.12/151.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
605.12/151.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
605.12/151.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
605.52/151.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
606.34/151.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
622.29/155.85	c lits-rem:        38  cl-subs:        9  v-elim:      0  v-fix:    0  time:  4.04 s
622.29/155.85	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
622.69/155.91	c vivif2 --  cl tried    74541 cl shrink        0 lits rem          0 time: 0.06
623.10/156.01	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.10
623.10/156.01	c calculated reachability. Time: 0.00
623.10/156.01	c  N dy  4935    806580      4871     20827         0     74541     63221   4174560     67.70   no data
639.47/160.19	c  N dy  5061    826604      4871     20827         0     55568     63221   2092892     67.72     74.56
659.06/165.02	c  N dy  5191    846778      4871     20827         0     75740     63221   4247903     67.75     73.02
676.22/169.36	c  N dy  5321    866830      4871     20827         0     55797     63221   2026759     67.78     77.05
695.00/174.08	c  N dy  5441    886905      4871     20827         0     75869     63221   4144637     67.79     71.45
712.97/178.52	c  N dy  5564    907005      4871     20827         0     54964     63221   1829173     67.80     71.83
732.54/183.40	c  N dy  5698    927396      4871     20827         0     75351     63221   3998201     67.82     71.78
750.93/188.03	c  N dy  5824    947502      4871     20827         0     53457     63221   1566244     67.86     72.45
769.31/192.65	c  N dy  5957    967518      4871     20827         0     73471     63221   3720805     67.90     72.38
788.87/197.55	c  N dy  6076    987753      4871     20827         0     50714     63221   1180856     67.90     71.76
806.84/202.05	c  N dy  6206   1007842      4871     20827         0     70800     63221   3310278     67.91     76.77
827.61/207.27	c  N dy  6332   1027898      4871     20827         0     46860     63221    671989     67.93     71.97
844.79/211.58	c  N dy  6455   1047928      4871     20827         0     66888     63221   2788527     67.93     72.13
866.36/216.96	c  N dy  6589   1068254      4871     20827         0     87210     63221   4934673     67.95     73.40
870.37/217.95	c  F st  6605   1071875      4871     20827         0     45838     63221    456263     67.94   no data
884.33/221.43	c  N dy  6681   1088347      4871     20827         0     62307     63221   2310142     67.95     81.33
904.71/226.54	c  N dy  6809   1108454      4871     20827         0     82413     63221   4419540     67.95     71.85
924.28/231.46	c  N dy  6942   1128553      4871     20827         0     56512     63221   1489191     67.98     72.14
943.45/236.24	c  N dy  7056   1148660      4871     20827         0     76615     63221   3625937     67.98     73.27
965.42/241.70	c  N dy  7175   1168691      4871     20827         0     49654     63221    671681     67.99     73.21
983.80/246.33	c  N dy  7305   1188711      4871     20827         0     69673     63221   2818923     68.02     71.76
1005.77/251.89	c  N dy  7425   1208863      4871     20827         0     89822     63221   5000448     68.03     71.78
1007.37/252.20	c  S st  7434   1209871      4871     20827         0     90830     63221   5110493     68.04     69.15
1007.77/252.39	c  S st  7434   1210371      4871     20827         0     91330     63221   5150510     68.04   no data
1008.17/252.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1008.17/252.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1008.17/252.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1008.17/252.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1008.17/252.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1008.17/252.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
1008.17/252.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1008.57/252.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1009.36/252.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1032.55/258.54	c lits-rem:        77  cl-subs:       17  v-elim:      0  v-fix:    0  time:  5.80 s
1032.55/258.55	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
1032.95/258.62	c vivif2 --  cl tried    91313 cl shrink        0 lits rem          0 time: 0.07
1033.33/258.74	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.12
1033.33/258.74	c calculated reachability. Time: 0.00
1033.33/258.74	c  N dy  7434   1210371      4871     20827         0     91313     63221   5146888     68.04   no data
1052.50/263.50	c  N dy  7552   1230382      4871     20827         0     63329     63221   2022486     68.04     73.43
1072.50/268.57	c  N dy  7672   1250443      4871     20827         0     83389     63221   4149729     68.04     72.54
1094.85/274.14	c  N dy  7798   1270531      4871     20827         0     54476     63221    963063     68.06     74.93
1113.62/278.82	c  N dy  7914   1290628      4871     20827         0     74568     63221   3103739     68.05     75.29
1136.39/284.50	c  N dy  8051   1310673      4871     20827         0     94610     63221   5233739     68.07     71.80
1156.35/289.52	c  N dy  8181   1330740      4871     20827         0     64681     63221   1963511     68.09     72.07
1177.13/294.73	c  N dy  8306   1350911      4871     20827         0     84851     63221   4124421     68.10     71.98
1200.69/300.69	c  N dy  8432   1371127      4871     20827         0     54069     63221    732034     68.11     71.73
1219.48/305.39	c  N dy  8557   1391305      4871     20827         0     74246     63221   2866887     68.12     73.44
1242.25/311.05	c  N dy  8693   1411318      4871     20827         0     94258     63221   4996164     68.14     72.16
1264.21/316.51	c  N dy  8821   1431405      4871     20827         0     62350     63221   1534465     68.16     71.88
1284.18/321.58	c  N dy  8947   1451451      4871     20827         0     82393     63221   3691142     68.17     72.00
1308.55/327.61	c  N dy  9069   1471536      4871     20827         0    102476     63221   5810035     68.16     72.50
1328.12/332.58	c  N dy  9192   1491580      4871     20827         0     69520     63221   2184667     68.18     73.76
1349.69/337.97	c  N dy  9314   1511666      4871     20827         0     89606     63221   4329563     68.18     76.62
1374.86/344.24	c  N dy  9443   1531719      4871     20827         0     55666     63221    602095     68.20     72.92
1394.03/349.02	c  N dy  9577   1551725      4871     20827         0     75670     63221   2762637     68.23     72.04
1416.40/354.67	c  N dy  9699   1571730      4871     20827         0     95675     63221   4886341     68.22     72.53
1440.37/360.60	c  N dy  9815   1591735      4871     20827         0     60685     63221   1039272     68.23     72.77
1460.34/365.67	c  N dy  9945   1611816      4871     20827         0     80764     63221   3197218     68.25     74.94
1483.91/371.55	c  N dy 10063   1631851      4871     20827         0    100796     63221   5338580     68.25     72.23
1507.49/377.42	c  N dy 10194   1652063      4871     20827         0     65007     63221   1397880     68.26     75.08
1528.25/382.66	c  N dy 10316   1672132      4871     20827         0     85074     63221   3547197     68.27     72.53
1553.41/388.95	c  N dy 10438   1692240      4871     20827         0    105179     63221   5712222     68.28     72.73
1574.58/394.21	c  S st 10546   1710371      4871     20827         0     66313     63221   1432431     68.28     61.96
1574.98/394.35	c  S st 10546   1710878      4871     20827         0     66820     63221   1475016     68.28   no data
1574.98/394.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1575.38/394.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
1575.38/394.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1575.38/394.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1575.38/394.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1575.38/394.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
1575.38/394.41	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1575.38/394.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1575.78/394.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1580.17/395.68	c lits-rem:         9  cl-subs:        9  v-elim:      0  v-fix:    0  time:  1.18 s
1580.17/395.69	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
1580.57/395.71	c vivif2 --  cl tried    66811 cl shrink        0 lits rem          0 time: 0.02
1580.57/395.79	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.08
1580.57/395.79	c calculated reachability. Time: 0.00
1580.57/395.79	c  N dy 10546   1710878      4871     20827         0     66811     63221   1473182     68.28   no data
1602.15/401.12	c  N dy 10673   1730992      4871     20827         0     86923     63221   3614015     68.29     72.37
1626.90/407.39	c  N dy 10806   1751159      4871     20827         0    107087     63221   5801951     68.31     76.98
1650.08/413.14	c  N dy 10917   1771542      4871     20827         0     69477     63221   1662508     68.31     73.80
1671.64/418.51	c  N dy 11019   1791614      4871     20827         0     89547     63221   3805667     68.29     72.42
1697.61/425.03	c  N dy 11150   1811895      4871     20827         0    109828     63221   5981396     68.31     72.15
1720.38/430.79	c  N dy 11280   1831945      4871     20827         0     70880     63221   1704113     68.32     72.28
1743.55/436.50	c  N dy 11411   1852226      4871     20827         0     91157     63221   3862205     68.33     72.36
1769.91/443.16	c  N dy 11528   1872663      4871     20827         0    111592     63221   6055704     68.34     72.01
1793.10/448.98	c  N dy 11653   1892747      4871     20827         0     71675     63221   1693367     68.35     75.08
1815.08/454.47	c  N dy 11784   1912753      4871     20827         0     91680     63221   3833972     68.35     73.53
1841.44/461.02	c  N dy 11900   1932836      4871     20827         0    111760     63221   5978254     68.36     72.08
1865.38/467.07	c  N dy 12027   1952965      4871     20827         0     70894     63221   1515060     68.36     72.10
1887.36/472.57	c  N dy 12141   1973355      4871     20827         0     91283     63221   3714524     68.36     72.24
1913.32/479.03	c  N dy 12258   1993405      4871     20827         0    111332     63221   5863128     68.37     73.34
1938.89/485.45	c  N dy 12388   2013430      4871     20827         0     69366     63221   1269925     68.40     81.40
1960.85/490.92	c  N dy 12528   2033548      4871     20827         0     89483     63221   3438791     68.42     72.63
1986.82/497.49	c  N dy 12663   2053659      4871     20827         0    109593     63221   5613949     68.44     73.69
2014.78/504.49	c  N dy 12799   2073678      4871     20827         0     66615     63221    870425     68.46     72.14
2035.95/509.73	c  N dy 12920   2093715      4871     20827         0     86649     63221   3031439     68.47     75.79
2061.14/516.03	c  N dy 13039   2113884      4871     20827         0    106817     63221   5204975     68.47     74.02
2089.88/523.26	c  N dy 13159   2134034      4871     20827         0    126964     63221   7359499     68.48     73.42
2111.05/528.56	c  N dy 13291   2154156      4871     20827         0     83088     63221   2541812     68.50     72.22
2135.84/534.70	c  N dy 13417   2174169      4871     20827         0    103098     63221   4696748     68.51     72.40
2164.58/541.94	c  N dy 13543   2194352      4871     20827         0    123277     63221   6868254     68.52     74.21
2184.95/547.08	c  S st 13645   2210878      4871     20827         0     74816     63221   1520085     68.52   no data
2185.75/547.24	c  S st 13645   2211384      4871     20827         0     75322     63221   1558482     68.52   no data
2185.75/547.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2185.75/547.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
2186.15/547.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2186.15/547.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2186.15/547.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2186.15/547.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
2186.15/547.30	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2186.15/547.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2186.55/547.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2190.54/548.42	c lits-rem:        20  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.01 s
2190.54/548.42	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
2190.54/548.44	c vivif2 --  cl tried    75318 cl shrink        0 lits rem          0 time: 0.02
2190.94/548.53	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.09
2190.94/548.54	c calculated reachability. Time: 0.00
2190.94/548.54	c  N dy 13645   2211384      4871     20827         0     75318     63221   1558207     68.52   no data
2213.71/554.26	c  N dy 13766   2231624      4871     20827         0     95557     63221   3713647     68.52     73.12
2240.89/561.01	c  N dy 13896   2251645      4871     20827         0    115575     63221   5857273     68.54     73.95
2269.64/568.20	c  N dy 14030   2271723      4871     20827         0     69656     63221    906106     68.56     93.48
2290.40/573.49	c  N dy 14145   2291728      4871     20827         0     89660     63221   3050133     68.56     73.37
2316.37/579.96	c  N dy 14271   2311807      4871     20827         0    109737     63221   5202558     68.56     73.99
2346.34/587.44	c  N dy 14400   2331875      4871     20827         0    129804     63221   7336262     68.57     72.51
2369.49/593.27	c  N dy 14531   2351961      4871     20827         0     82894     63221   2218540     68.58     72.94
2394.26/599.49	c  N dy 14661   2372083      4871     20827         0    103012     63221   4366390     68.59     72.34
2423.01/606.68	c  N dy 14783   2392292      4871     20827         0    123217     63221   6530990     68.59     77.32
2451.38/613.70	c  N dy 14916   2412333      4871     20827         0     75265     63221   1288790     68.60     74.54
2473.35/619.30	c  N dy 15043   2432355      4871     20827         0     95284     63221   3439468     68.61     74.35
2500.54/626.03	c  N dy 15177   2452358      4871     20827         0    115286     63221   5585792     68.62     72.54
2530.89/633.68	c  N dy 15297   2472435      4871     20827         0    135358     63221   7784251     68.64     72.86
2554.04/639.48	c  N dy 15424   2492532      4871     20827         0     86458     63221   2411891     68.65     90.36
2579.22/645.79	c  N dy 15558   2512663      4871     20827         0    106588     63221   4574500     68.66     72.42
2608.77/653.12	c  N dy 15683   2532672      4871     20827         0    126594     63221   6723070     68.67     73.27
2637.92/660.46	c  N dy 15816   2552741      4871     20827         0     76668     63221   1239498     68.68     73.34
2661.09/666.21	c  N dy 15943   2572891      4871     20827         0     96818     63221   3399102     68.69     73.98
2688.65/673.13	c  N dy 16072   2593171      4871     20827         0    117093     63221   5576890     68.69     72.48
2719.82/680.95	c  N dy 16190   2613278      4871     20827         0    137198     63221   7725744     68.69     72.80
2743.77/686.96	c  N dy 16301   2633293      4871     20827         0     86224     63221   2158986     68.69     72.98
2768.16/693.09	c  N dy 16421   2653328      4871     20827         0    106258     63221   4333224     68.70     72.48
2797.30/700.33	c  N dy 16546   2673377      4871     20827         0    126304     63221   6485633     68.70     72.88
2828.86/708.27	c  N dy 16670   2693412      4871     20827         0     74343     63221    795176     68.70     72.83
2848.84/713.26	c  S st 16767   2711384      4871     20827         0     92311     63221   2723757     68.70     67.80
2849.64/713.45	c  S st 16767   2711889      4871     20827         0     92816     63221   2768097     68.70   no data
2849.64/713.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2850.04/713.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2850.04/713.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2850.04/713.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2850.04/713.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2850.04/713.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
2850.04/713.53	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2850.04/713.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2850.44/713.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2862.41/716.67	c lits-rem:        25  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.99 s
2862.41/716.67	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
2862.81/716.72	c vivif2 --  cl tried    92811 cl shrink        0 lits rem          0 time: 0.04
2863.21/716.83	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.12
2863.21/716.84	c calculated reachability. Time: 0.00
2863.21/716.84	c  N dy 16767   2711889      4871     20827         0     92811     63221   2767561     68.70   no data
2889.58/723.44	c  N dy 16897   2731950      4871     20827         0    112866     63221   4914670     68.71     74.63
2919.94/731.09	c  N dy 17022   2751970      4871     20827         0    132884     63221   7041549     68.71     72.91
2949.49/738.47	c  N dy 17145   2772093      4871     20827         0     80012     63221   1321517     68.72     73.61
2973.07/744.32	c  N dy 17264   2792304      4871     20827         0    100220     63221   3469643     68.72     73.56
3001.04/751.32	c  N dy 17400   2812335      4871     20827         0    120248     63221   5626770     68.73     72.43
3033.38/759.41	c  N dy 17524   2832439      4871     20827         0    140352     63221   7811203     68.74     72.70
3060.15/766.16	c  N dy 17655   2852518      4871     20827         0     86435     63221   1885801     68.74     74.73
3084.93/772.36	c  N dy 17783   2872573      4871     20827         0    106486     63221   4044468     68.75     73.62
3114.08/779.69	c  N dy 17897   2892719      4871     20827         0    126630     63221   6209445     68.75     72.83
3148.02/788.16	c  N dy 18027   2912951      4871     20827         0    146860     63221   8393003     68.76     73.14
3173.18/794.41	c  N dy 18157   2933299      4871     20827         0     92217     63221   2404489     68.77     73.46
3199.18/800.96	c  N dy 18286   2953394      4871     20827         0    112310     63221   4573389     68.78     72.47
3229.53/808.51	c  N dy 18408   2973465      4871     20827         0    132381     63221   6726587     68.78     79.59
3263.87/817.17	c  N dy 18530   2993489      4871     20827         0     76412     63221    602687     68.79     74.48
3286.65/822.84	c  N dy 18658   3013500      4871     20827         0     96420     63221   2753894     68.79     74.25
3313.42/829.54	c  N dy 18781   3033553      4871     20827         0    116471     63221   4909835     68.80     75.05
3343.77/837.15	c  N dy 18895   3053567      4871     20827         0    136481     63221   7045888     68.80     78.12
3378.11/845.74	c  N dy 19040   3073677      4871     20827         0     79601     63221    842703     68.81     73.67
3401.67/851.60	c  N dy 19163   3093795      4871     20827         0     99716     63221   3000825     68.82     73.47
3428.84/858.48	c  N dy 19283   3113892      4871     20827         0    119813     63221   5162851     68.82     72.81
3461.19/866.58	c  N dy 19410   3133905      4871     20827         0    139826     63221   7317402     68.83     73.86
3494.74/874.95	c  N dy 19538   3153995      4871     20827         0     81924     63221    985327     68.83     76.73
3518.32/880.87	c  N dy 19663   3174044      4871     20827         0    101970     63221   3144420     68.83     74.14
3546.30/887.83	c  N dy 19781   3194262      4871     20827         0    122187     63221   5324822     68.84     72.87
3575.04/895.03	c  S st 19894   3211889      4871     20827         0    139813     63221   7227235     68.85   no data
3576.24/895.34	c  S st 19894   3212393      4871     20827         0    140317     63221   7275775     68.85   no data
3576.24/895.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3576.66/895.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3576.66/895.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3576.66/895.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3576.66/895.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3576.66/895.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
3576.66/895.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3577.06/895.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3578.24/895.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3613.39/904.68	c lits-rem:        51  cl-subs:       18  v-elim:      0  v-fix:    0  time:  8.80 s
3613.39/904.68	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
3613.79/904.79	c vivif2 --  cl tried   140299 cl shrink        0 lits rem          0 time: 0.11
3614.59/904.98	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.19
3614.59/904.99	c calculated reachability. Time: 0.00
3614.59/904.99	c  N dy 19894   3212393      4871     20827         0    140299     63221   7271930     68.85   no data
3650.54/913.90	c  N dy 20028   3232549      4871     20827         0     81456     63221    842527     68.85     73.57
3674.10/919.89	c  N dy 20160   3252639      4871     20827         0    101545     63221   2990945     68.86     80.77
3702.07/926.88	c  N dy 20280   3272884      4871     20827         0    121789     63221   5168395     68.86     73.27
3734.84/935.04	c  N dy 20401   3292958      4871     20827         0    141860     63221   7346145     68.87     94.08
3771.17/944.12	c  N dy 20538   3313196      4871     20827         0     82104     63221    811914     68.88     75.36
3794.74/950.05	c  N dy 20658   3333313      4871     20827         0    102218     63221   3003768     68.89     76.34
3822.72/957.04	c  N dy 20771   3353421      4871     20827         0    122325     63221   5138950     68.88     72.61
3855.06/965.18	c  N dy 20895   3373507      4871     20827         0    142410     63221   7319142     68.89     84.23
3893.03/974.65	c  N dy 21020   3393549      4871     20827         0     81460     63221    638549     68.90     73.64
3916.57/980.50	c  N dy 21145   3413577      4871     20827         0    101486     63221   2788302     68.90     72.79
3943.74/987.31	c  N dy 21258   3433585      4871     20827         0    121492     63221   4948686     68.90     74.70
3976.10/995.41	c  N dy 21379   3453798      4871     20827         0    141702     63221   7123457     68.91     74.22
4012.84/1004.64	c  N dy 21512   3473816      4871     20827         0    161715     63221   9311526     68.92     73.53
4039.21/1011.25	c  N dy 21644   3494374      4871     20827         0    100272     63221   2554695     68.93     72.57
4067.17/1018.20	c  N dy 21771   3514631      4871     20827         0    120528     63221   4731904     68.93     73.74
4098.73/1026.19	c  N dy 21889   3534847      4871     20827         0    140741     63221   6916025     68.94     74.58
4135.48/1035.36	c  N dy 22009   3554883      4871     20827         0    160777     63221   9080203     68.94     73.87
4163.84/1042.44	c  N dy 22144   3575071      4871     20827         0     97972     63221   2219351     68.95     72.96
4190.60/1049.12	c  N dy 22269   3595094      4871     20827         0    117991     63221   4359238     68.96     72.76
4222.16/1057.03	c  N dy 22405   3615226      4871     20827         0    138122     63221   6550505     68.97     73.11
4257.73/1065.98	c  N dy 22535   3635261      4871     20827         0    158157     63221   8728629     68.98     73.28
4288.88/1073.70	c  N dy 22649   3655309      4871     20827         0     94213     63221   1702930     68.98     74.34
4315.62/1080.48	c  N dy 22790   3675803      4871     20827         0    114706     63221   3928064     68.99     72.75
4346.38/1088.11	c  N dy 22913   3695877      4871     20827         0    134779     63221   6100695     68.99     73.36
4375.14/1095.31	c  S st 23015   3712393      4871     20827         0    151292     63221   7854588     69.00     70.03
4376.36/1095.62	c  S st 23015   3712894      4871     20827         0    151793     63221   7893635     69.00   no data
4376.36/1095.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4376.76/1095.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4376.76/1095.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4376.76/1095.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4376.76/1095.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4376.76/1095.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
4376.76/1095.76	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4377.13/1095.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4378.33/1096.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4417.48/1105.99	c lits-rem:       110  cl-subs:       31  v-elim:      0  v-fix:    0  time:  9.81 s
4417.48/1105.99	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
4418.28/1106.11	c vivif2 --  cl tried   151762 cl shrink        0 lits rem          0 time: 0.12
4419.08/1106.31	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.20
4419.08/1106.32	c calculated reachability. Time: 0.00
4419.08/1106.32	c  N dy 23015   3712894      4871     20827         0    151762     63221   7887537     69.00   no data
4458.22/1116.18	c  N dy 23147   3732985      4871     20827         0     86865     63221    815751     69.00     73.44
4481.00/1121.86	c  F st 23276   3751564      4871     20827         0    105443     63221   2828541     69.01     63.75
4483.79/1122.51	c  N st 23280   3753601      4871     20827         0    107480     63221   3074757     69.01   no data
4511.75/1129.56	c  N dy 23383   3773623      4871     20827         0    127497     63221   5233577     69.01     74.85
4545.31/1137.95	c  N dy 23511   3793745      4871     20827         0    147616     63221   7397322     69.02     73.26
4583.65/1147.57	c  N dy 23649   3813897      4871     20827         0    167764     63221   9555314     69.03     73.35
4611.61/1154.57	c  N dy 23781   3833902      4871     20827         0    101781     63221   2317243     69.03     73.12
4639.18/1161.49	c  N dy 23903   3853981      4871     20827         0    121859     63221   4489188     69.04     88.56
4671.53/1169.50	c  N dy 24034   3874050      4871     20827         0    141925     63221   6664267     69.05     73.06
4709.09/1178.94	c  N dy 24157   3894141      4871     20827         0    162013     63221   8827340     69.05     72.93
4743.04/1187.44	c  N dy 24284   3914359      4871     20827         0     95239     63221   1524378     69.06     72.84
4769.40/1194.05	c  N dy 24408   3934463      4871     20827         0    115341     63221   3682200     69.06     76.43

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173761-1304030582/watcher-3173761-1304030582 -o /tmp/evaluation-result-3173761-1304030582/solver-3173761-1304030582 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173761-1304030582.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.75 8.02 6.99 5/180 26323
/proc/meminfo: memFree=13152500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514656978 52441088 347 33554432000 4194304 4627427 140735411783280 18446744073709551615 47876583131058 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 12803 347 299 106 0 7774 0
[pid=26323/tid=26324] ppid=26321 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514656978 52441088 347 33554432000 4194304 4627427 140735411783280 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514656978 52441088 347 33554432000 4194304 4627427 140735411783280 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514656978 52441088 347 33554432000 4194304 4627427 140735411783280 18446744073709551615 47876583131058 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.157279 s]
/proc/loadavg: 7.75 8.02 6.99 5/180 26323
/proc/meminfo: memFree=13152500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=291392 CPUtime=0.6 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 8068 0 0 0 59 1 0 0 25 0 4 0 514656978 298385408 6318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 72848 6318 385 106 0 67819 0
[pid=26323/tid=26324] ppid=26321 vsize=291392 CPUtime=0.14 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2140 0 0 0 14 0 0 0 25 0 4 0 514656978 298385408 6318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=291392 CPUtime=0.14 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2169 0 0 0 14 0 0 0 25 0 4 0 514656978 298385408 6318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=291392 CPUtime=0.15 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 1169 0 0 0 15 0 0 0 25 0 4 0 514656978 298385408 6318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4321614 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 291392

[startup+0.200273 s]
/proc/loadavg: 7.75 8.02 6.99 5/180 26323
/proc/meminfo: memFree=13152500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=291392 CPUtime=0.77 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 8276 0 0 0 76 1 0 0 25 0 4 0 514656978 298385408 6526 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308143 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 72848 6526 385 106 0 67819 0
[pid=26323/tid=26324] ppid=26321 vsize=291392 CPUtime=0.18 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2190 0 0 0 18 0 0 0 25 0 4 0 514656978 298385408 6526 33554432000 4194304 4627427 140735411783280 18446744073709551615 4327274 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=291392 CPUtime=0.18 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2224 0 0 0 18 0 0 0 25 0 4 0 514656978 298385408 6526 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=291392 CPUtime=0.19 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 1221 0 0 0 19 0 0 0 25 0 4 0 514656978 298385408 6526 33554432000 4194304 4627427 140735411783280 18446744073709551615 4299555 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 291392

[startup+0.300257 s]
/proc/loadavg: 7.75 8.02 6.99 5/180 26323
/proc/meminfo: memFree=13152500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=291392 CPUtime=1.17 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 8755 0 0 0 116 1 0 0 25 0 4 0 514656978 298385408 7005 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308599 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 72848 7005 385 106 0 67819 0
[pid=26323/tid=26324] ppid=26321 vsize=291392 CPUtime=0.28 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2311 0 0 0 28 0 0 0 25 0 4 0 514656978 298385408 7005 33554432000 4194304 4627427 140735411783280 18446744073709551615 4306552 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=291392 CPUtime=0.28 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2343 0 0 0 28 0 0 0 25 0 4 0 514656978 298385408 7005 33554432000 4194304 4627427 140735411783280 18446744073709551615 4504795 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=291392 CPUtime=0.29 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 1346 0 0 0 29 0 0 0 25 0 4 0 514656978 298385408 7005 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 291392

[startup+0.701187 s]
/proc/loadavg: 7.75 8.02 6.99 5/180 26323
/proc/meminfo: memFree=13152500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=295816 CPUtime=2.77 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 11533 0 0 0 276 1 0 0 25 0 4 0 514656978 302915584 7131 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 73954 7131 386 106 0 68925 0
[pid=26323/tid=26324] ppid=26321 vsize=295816 CPUtime=0.68 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2948 0 0 0 68 0 0 0 25 0 4 0 514656978 302915584 7131 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=295816 CPUtime=0.68 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 3034 0 0 0 68 0 0 0 25 0 4 0 514656978 302915584 7131 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=295816 CPUtime=0.69 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 2095 0 0 0 69 0 0 0 25 0 4 0 514656978 302915584 7131 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308624 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 295816

[startup+1.50105 s]
/proc/loadavg: 7.75 8.02 6.99 9/184 26327
/proc/meminfo: memFree=13113904/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=296872 CPUtime=5.96 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 16059 0 0 0 594 2 0 0 25 0 4 0 514656978 303996928 8318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308326 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 74218 8318 386 106 0 69189 0
[pid=26323/tid=26324] ppid=26321 vsize=296872 CPUtime=1.47 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 4080 0 0 0 147 0 0 0 25 0 4 0 514656978 303996928 8318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=296872 CPUtime=1.48 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 4168 0 0 0 148 0 0 0 25 0 4 0 514656978 303996928 8318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4310378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=296872 CPUtime=1.49 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 3231 0 0 0 149 0 0 0 25 0 4 0 514656978 303996928 8318 33554432000 4194304 4627427 140735411783280 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296872

[startup+3.10076 s]
/proc/loadavg: 7.75 8.02 6.99 9/184 26327
/proc/meminfo: memFree=13143280/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=297868 CPUtime=12.36 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 24676 0 0 0 1231 5 0 0 25 0 4 0 514656978 305016832 8556 33554432000 4194304 4627427 140735411783280 18446744073709551615 4330946 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 74467 8556 387 106 0 69438 0
[pid=26323/tid=26324] ppid=26321 vsize=297868 CPUtime=3.07 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 6245 0 0 0 306 1 0 0 25 0 4 0 514656978 305016832 8556 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308717 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=297868 CPUtime=3.08 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 6316 0 0 0 307 1 0 0 25 0 4 0 514656978 305016832 8556 33554432000 4194304 4627427 140735411783280 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=297868 CPUtime=3.09 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 5384 0 0 0 308 1 0 0 25 0 4 0 514656978 305016832 8556 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297868

[startup+6.3012 s]
/proc/loadavg: 7.77 8.02 7.00 9/184 26327
/proc/meminfo: memFree=13087924/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=296664 CPUtime=25.14 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 51988 0 0 0 2502 12 0 0 25 0 4 0 514656978 303783936 24200 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 74166 24200 390 106 0 69137 0
[pid=26323/tid=26324] ppid=26321 vsize=296664 CPUtime=6.25 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 11580 0 0 0 623 2 0 0 25 0 4 0 514656978 303783936 24200 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=296664 CPUtime=6.29 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 14602 0 0 0 626 3 0 0 25 0 4 0 514656978 303783936 24200 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=296664 CPUtime=6.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 11804 0 0 0 626 2 0 0 25 0 4 0 514656978 303783936 24200 33554432000 4194304 4627427 140735411783280 18446744073709551615 4321395 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 296664

[startup+12.7011 s]
/proc/loadavg: 7.79 8.02 7.00 9/184 26327
/proc/meminfo: memFree=12997280/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=329424 CPUtime=50.7 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 85649 0 0 0 5051 19 0 0 25 0 4 0 514656978 337330176 34495 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308277 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 82356 34495 390 106 0 77327 0
[pid=26323/tid=26324] ppid=26321 vsize=329424 CPUtime=12.62 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 23034 0 0 0 1257 5 0 0 25 0 4 0 514656978 337330176 34495 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=329424 CPUtime=12.68 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 23033 0 0 0 1264 4 0 0 25 0 4 0 514656978 337330176 34495 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=329424 CPUtime=12.69 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 18461 0 0 0 1265 4 0 0 25 0 4 0 514656978 337330176 34495 33554432000 4194304 4627427 140735411783280 18446744073709551615 4332314 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 329424

[startup+25.5008 s]
/proc/loadavg: 7.84 8.02 7.02 9/184 26327
/proc/meminfo: memFree=12925228/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=341608 CPUtime=101.83 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 144296 0 0 0 10152 31 0 0 25 0 4 0 514656978 349806592 51953 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 85402 51953 390 106 0 80373 0
[pid=26323/tid=26324] ppid=26321 vsize=341608 CPUtime=25.35 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 35831 0 0 0 2527 8 0 0 25 0 4 0 514656978 349806592 51953 33554432000 4194304 4627427 140735411783280 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=341608 CPUtime=25.48 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 34576 0 0 0 2541 7 0 0 25 0 4 0 514656978 349806592 51953 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=341608 CPUtime=25.49 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 34840 0 0 0 2542 7 0 0 25 0 4 0 514656978 349806592 51953 33554432000 4194304 4627427 140735411783280 18446744073709551615 4299724 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 341608

[startup+51.1003 s]
/proc/loadavg: 7.97 8.03 7.04 9/184 26328
/proc/meminfo: memFree=12901500/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=384060 CPUtime=204.08 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 228213 0 0 0 20356 52 0 0 25 0 4 0 514656978 393277440 62345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 96015 62345 390 106 0 90986 0
[pid=26323/tid=26324] ppid=26321 vsize=384060 CPUtime=50.8 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 55249 0 0 0 5068 12 0 0 25 0 4 0 514656978 393277440 62345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4327488 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=384060 CPUtime=51.07 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 57145 0 0 0 5094 13 0 0 25 0 4 0 514656978 393277440 62345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=384060 CPUtime=51.08 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 54618 0 0 0 5097 11 0 0 25 0 4 0 514656978 393277440 62345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 384060

[startup+102.3 s]
/proc/loadavg: 8.06 8.04 7.10 9/184 26329
/proc/meminfo: memFree=12849376/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=562192 CPUtime=408.6 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 364788 0 0 0 40769 91 0 0 25 0 4 0 514656978 575684608 69584 33554432000 4194304 4627427 140735411783280 18446744073709551615 4332667 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 140548 69584 390 106 0 135519 0
[pid=26323/tid=26324] ppid=26321 vsize=562192 CPUtime=101.73 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 88236 0 0 0 10150 23 0 0 25 0 4 0 514656978 575684608 69584 33554432000 4194304 4627427 140735411783280 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=562192 CPUtime=102.28 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 92317 0 0 0 10205 23 0 0 25 0 4 0 514656978 575684608 69584 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=562192 CPUtime=102.29 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 88012 0 0 0 10209 20 0 0 25 0 4 0 514656978 575684608 69584 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 562192

[startup+162.301 s]

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

[pid=26323] ppid=26321 vsize=885152 CPUtime=2565.63 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1365418 0 0 0 256127 436 0 0 25 0 4 0 514656978 906395648 145933 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 221288 145933 390 106 0 216259 0
[pid=26323/tid=26324] ppid=26321 vsize=885152 CPUtime=638.78 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 331584 0 0 0 63771 107 0 0 25 0 4 0 514656978 906395648 145933 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=885152 CPUtime=642.27 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 346250 0 0 0 64122 105 0 0 25 0 4 0 514656978 906395648 145933 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=885152 CPUtime=642.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 343160 0 0 0 64117 111 0 0 25 0 4 0 514656978 906395648 145933 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.63
Current children cumulated vsize (KiB) 885152

[startup+702.301 s]
/proc/loadavg: 8.17 8.11 7.56 9/184 26376
/proc/meminfo: memFree=12507452/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=886508 CPUtime=2805.29 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1449731 0 0 0 280059 470 0 0 25 0 4 0 514656978 907784192 153104 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 221627 153104 390 106 0 216598 0
[pid=26323/tid=26324] ppid=26321 vsize=886508 CPUtime=698.45 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 352089 0 0 0 69730 115 0 0 25 0 4 0 514656978 907784192 153104 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=886508 CPUtime=702.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 367509 0 0 0 70112 114 0 0 25 0 4 0 514656978 907784192 153104 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=886508 CPUtime=702.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 364721 0 0 0 70109 119 0 0 25 0 4 0 514656978 907784192 153104 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 886508

[startup+762.301 s]
/proc/loadavg: 8.17 8.12 7.60 9/184 26378
/proc/meminfo: memFree=12356492/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=857740 CPUtime=3044.98 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1534569 0 0 0 303997 501 0 0 25 0 4 0 514656978 878325760 156939 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 214435 156939 390 106 0 209406 0
[pid=26323/tid=26324] ppid=26321 vsize=857740 CPUtime=758.13 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 376208 0 0 0 75690 123 0 0 25 0 4 0 514656978 878325760 156939 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=857740 CPUtime=762.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 387368 0 0 0 76104 122 0 0 25 0 4 0 514656978 878325760 156939 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=857740 CPUtime=762.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 385673 0 0 0 76103 125 0 0 25 0 4 0 514656978 878325760 156939 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 857740

[startup+822.3 s]
/proc/loadavg: 8.16 8.12 7.63 9/184 26380
/proc/meminfo: memFree=12327060/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=908856 CPUtime=3284.64 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1616565 0 0 0 327927 537 0 0 25 0 4 0 514656978 930668544 156196 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 227214 156197 390 106 0 222185 0
[pid=26323/tid=26324] ppid=26321 vsize=908856 CPUtime=817.79 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 396621 0 0 0 81648 131 0 0 25 0 4 0 514656978 930668544 156197 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=908856 CPUtime=822.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 407200 0 0 0 82095 131 0 0 25 0 4 0 514656978 930668544 156197 33554432000 4194304 4627427 140735411783280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=908856 CPUtime=822.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 406045 0 0 0 82093 135 0 0 25 0 4 0 514656978 930668544 156197 33554432000 4194304 4627427 140735411783280 18446744073709551615 4328823 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 908856

[startup+882.307 s]
/proc/loadavg: 8.14 8.13 7.66 9/184 26381
/proc/meminfo: memFree=12337520/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=910580 CPUtime=3524.33 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1697217 0 0 0 351865 568 0 0 25 0 4 0 514656978 932433920 152050 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 227645 152050 390 106 0 222616 0
[pid=26323/tid=26324] ppid=26321 vsize=910580 CPUtime=877.47 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 416404 0 0 0 87608 139 0 0 25 0 4 0 514656978 932433920 152050 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=910580 CPUtime=882.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 428191 0 0 0 88087 139 0 0 25 0 4 0 514656978 932433920 152050 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=910580 CPUtime=882.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 426030 0 0 0 88085 143 0 0 25 0 4 0 514656978 932433920 152050 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 910580

[startup+942.3 s]
/proc/loadavg: 8.10 8.12 7.68 9/184 26383
/proc/meminfo: memFree=12061320/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1017960 CPUtime=3763.99 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1808732 0 0 0 375796 603 0 0 25 0 4 0 514656978 1042391040 204345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 254490 204345 390 106 0 249461 0
[pid=26323/tid=26324] ppid=26321 vsize=1017960 CPUtime=937.14 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 451800 0 0 0 93567 147 0 0 25 0 4 0 514656978 1042391040 204345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1017960 CPUtime=942.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 447352 0 0 0 94078 148 0 0 25 0 4 0 514656978 1042391040 204345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1017960 CPUtime=942.27 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 456684 0 0 0 94075 152 0 0 25 0 4 0 514656978 1042391040 204345 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.99
Current children cumulated vsize (KiB) 1017960

[startup+1002.3 s]
/proc/loadavg: 8.08 8.11 7.71 9/184 26384
/proc/meminfo: memFree=11938396/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1070284 CPUtime=4003.66 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1891230 0 0 0 399733 633 0 0 25 0 4 0 514656978 1095970816 217289 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 267571 217289 390 106 0 262542 0
[pid=26323/tid=26324] ppid=26321 vsize=1070284 CPUtime=996.82 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 470904 0 0 0 99527 155 0 0 25 0 4 0 514656978 1095970816 217289 33554432000 4194304 4627427 140735411783280 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1070284 CPUtime=1002.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 472242 0 0 0 100071 155 0 0 25 0 4 0 514656978 1095970816 217289 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1070284 CPUtime=1002.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 475799 0 0 0 100068 160 0 0 25 0 4 0 514656978 1095970816 217289 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1070284

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 7.73 9/184 26386
/proc/meminfo: memFree=11882032/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1122804 CPUtime=4243.34 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 1966674 0 0 0 423667 667 0 0 25 0 4 0 514656978 1149751296 222545 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 280701 222545 390 106 0 275672 0
[pid=26323/tid=26324] ppid=26321 vsize=1122804 CPUtime=1056.49 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 489903 0 0 0 105486 163 0 0 25 0 4 0 514656978 1149751296 222545 33554432000 4194304 4627427 140735411783280 18446744073709551615 4332856 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1122804 CPUtime=1062.26 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 491395 0 0 0 106061 165 0 0 25 0 4 0 514656978 1149751296 222545 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1122804 CPUtime=1062.28 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 493880 0 0 0 106059 169 0 0 25 0 4 0 514656978 1149751296 222545 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.34
Current children cumulated vsize (KiB) 1122804

[startup+1122.3 s]
/proc/loadavg: 8.07 8.09 7.75 9/184 26397
/proc/meminfo: memFree=11805228/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1238244 CPUtime=4482.99 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 2054304 0 0 0 447602 697 0 0 25 0 4 0 514656978 1267961856 225928 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308307 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 309561 225928 391 106 0 304532 0
[pid=26323/tid=26324] ppid=26321 vsize=1238244 CPUtime=1116.16 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 512033 0 0 0 111447 169 0 0 25 0 4 0 514656978 1267961856 225928 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308615 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1238244 CPUtime=1122.25 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 509841 0 0 0 112050 175 0 0 25 0 4 0 514656978 1267961856 225928 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1238244 CPUtime=1122.27 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 517937 0 0 0 112050 177 0 0 25 0 4 0 514656978 1267961856 225928 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.99
Current children cumulated vsize (KiB) 1238244

[startup+1182.3 s]
/proc/loadavg: 8.07 8.09 7.76 9/184 26398
/proc/meminfo: memFree=11711712/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1356224 CPUtime=4722.67 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 2123976 0 0 0 471539 728 0 0 25 0 4 0 514656978 1388773376 252223 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 339056 252223 394 106 0 334027 0
[pid=26323/tid=26324] ppid=26321 vsize=1356224 CPUtime=1175.84 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 529758 0 0 0 117406 178 0 0 25 0 4 0 514656978 1388773376 252223 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1356224 CPUtime=1182.25 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 528015 0 0 0 118043 182 0 0 25 0 4 0 514656978 1388773376 252223 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1356224 CPUtime=1182.27 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 534649 0 0 0 118043 184 0 0 25 0 4 0 514656978 1388773376 252223 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1356224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.10 7.77 9/184 26399
/proc/meminfo: memFree=11748036/32950928 swapFree=67111528/67111528
[pid=26323] ppid=26321 vsize=1357152 CPUtime=4800.18 cores=1,3,5,7
/proc/26323/stat : 26323 (strangenight2-m) R 26321 26323 26049 0 -1 4202496 2150999 0 0 0 479280 738 0 0 25 0 4 0 514656978 1389723648 237227 33554432000 4194304 4627427 140735411783280 18446744073709551615 4308824 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/26323/statm: 339288 237227 394 106 0 334259 0
[pid=26323/tid=26324] ppid=26321 vsize=1357152 CPUtime=1195.13 cores=1,3,5,7
/proc/26323/task/26324/stat : 26324 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 536232 0 0 0 119333 180 0 0 25 0 4 0 514656978 1389723648 237227 33554432000 4194304 4627427 140735411783280 18446744073709551615 4332964 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26323/tid=26325] ppid=26321 vsize=1357152 CPUtime=1201.66 cores=1,3,5,7
/proc/26323/task/26325/stat : 26325 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 534643 0 0 0 119981 185 0 0 25 0 4 0 514656978 1389723648 237227 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26323/tid=26326] ppid=26321 vsize=1357152 CPUtime=1201.68 cores=1,3,5,7
/proc/26323/task/26326/stat : 26326 (strangenight2-m) R 26321 26323 26049 0 -1 4202560 541673 0 0 0 119981 187 0 0 25 0 4 0 514656978 1389723648 237227 33554432000 4194304 4627427 140735411783280 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1357152

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): 1201.76
CPU time (s): 4800.25
CPU user time (s): 4792.82
CPU system time (s): 7.42487
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 1357152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.82
system time used= 7.42487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2151006
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= 1378
involuntary context switches= 32014

runsolver used 1.92871 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 00:43:02
IDJOB=3173761
IDBENCH=82579
IDSOLVER=1586
FILE ID=node120/3173761-1304030582
RUNJOBID= node120-1304028687-26068
PBS_JOBID= 13170332
Free space on /tmp= 72068 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S434028979-077-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173761-1304030582/watcher-3173761-1304030582 -o /tmp/evaluation-result-3173761-1304030582/solver-3173761-1304030582 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173761-1304030582.cnf

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

MD5SUM BENCH= 99649f8478aeec246b4c83e11dce9c4a
RANDOM SEED=1962268896

node120.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	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13152780 kB
Buffers:       2480460 kB
Cached:       16092424 kB
SwapCached:          0 kB
Active:       11430304 kB
Inactive:      7796000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13152780 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:      651992 kB
Mapped:          15708 kB
Slab:           507120 kB
PageTables:       5700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1013048 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= 72064 MiB
End job on node120 at 2011-04-29 01:03:06