Trace number 3173694

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.31 1201.95

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
MD5SUM48e79d2b0d6ab8da0627cd3c9f41a435
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark46.079
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
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-3173694-1304029990.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:       15000
0.00/0.01	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.00/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.33/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.33/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.33/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.33/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.33/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.33/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.33/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.33/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.33/0.90	c calculated reachability. Time: 0.00
0.33/0.90	c Calc default polars -  time:   0.00 s pos:     343 undec:      31 neg:     376
0.33/0.90	c =========================================================================================
0.33/0.90	c types(t): F = full restart, N = normal restart
0.33/0.90	c types(t): S = simplification begin/end, E = solution found
0.33/0.90	c restart types(rt): st = static, dy = dynamic
0.33/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.33/0.90	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.33/0.90	c  N dy    17      4085       750     15000         0      4067     75000    413836     80.93     85.65
0.33/0.90	c  N dy    42      8142       750     15000         0      5618     75000    428950     80.44     87.30
0.33/0.90	c  N dy    62     12454       750     15000         0      5687     75000    312646     80.23     84.63
4.42/1.20	c  N dy    81     16480       750     15000         0      9698     75000    711286     80.23     88.86
5.97/1.50	c  N dy   100     20588       750     15000         0      8190     75000    443895     80.09     84.32
6.37/1.70	c  N dy   123     24640       750     15000         0     12229     75000    834373     80.00     84.52
6.77/1.72	c  F st   126     25000       750     15000         0     12589     75000    868518     80.00   no data
8.36/2.10	c  N dy   132     30000       750     15000         0     10769     75000    621441     80.00   no data
8.36/2.10	c  S st   132     30000       750     15000         0     10769     75000    621441     80.00   no data
8.36/2.14	c  S st   132     30512       750     15000         0     11281     75000    665417     80.00   no data
8.36/2.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.36/2.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.36/2.15	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
8.36/2.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.36/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
8.36/2.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.36/2.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.36/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.55	c lits-rem:       125  cl-subs:       75  v-elim:      0  v-fix:    0  time:  0.37 s
10.37/2.65	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
10.37/2.65	c calculated reachability. Time: 0.00
10.37/2.65	c  N dy   132     30512       750     15000         0     11206     75000    651376     80.00   no data
11.58/2.99	c  N dy   153     34875       750     15000         0     15560     75000   1078527     79.95     85.20
13.16/3.30	c  N dy   178     39051       750     15000         0     11843     75000    611401     80.11     84.53
14.35/3.69	c  N dy   200     43762       750     15000         0     16533     75000   1074303     80.04     84.69
15.16/3.86	c  S st   205     45768       750     15000         0      9613     75000    296799     79.79   no data
15.56/3.91	c  S st   205     46272       750     15000         0     10117     75000    341995     79.79   no data
15.56/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.56/3.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
15.56/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.56/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.97/4.03	c lits-rem:        42  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.09 s
15.97/4.03	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
15.97/4.03	c vivif2 --  cl tried    10105 cl shrink        0 lits rem          0 time: 0.00
16.37/4.14	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
16.37/4.14	c calculated reachability. Time: 0.00
16.37/4.14	c  N dy   205     46272       750     15000         0     10105     75000    339906     79.79   no data
17.55/4.46	c  N dy   226     50334       750     15000         0     14152     75000    732170     79.71     87.40
19.15/4.81	c  N dy   243     54411       750     15000         0     18222     75000   1135913     79.68     83.96
20.36/5.15	c  N dy   263     58469       750     15000         0     12327     75000    473078     79.71     84.06
21.54/5.49	c  N dy   283     62536       750     15000         0     16387     75000    869551     79.70     84.26
23.14/5.87	c  N dy   305     66650       750     15000         0     20484     75000   1268506     79.73     85.11
24.35/6.12	c  S st   322     69412       750     15000         0     12275     75000    375345     79.81   no data
24.35/6.17	c  S st   322     69918       750     15000         0     12781     75000    417872     79.81   no data
24.35/6.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.35/6.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.35/6.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.35/6.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.35/6.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.35/6.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
24.35/6.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.35/6.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.35/6.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.17/6.34	c lits-rem:        36  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.14 s
25.17/6.34	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
25.17/6.35	c vivif2 --  cl tried    12770 cl shrink        0 lits rem          0 time: 0.00
25.54/6.46	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.12
25.54/6.46	c calculated reachability. Time: 0.00
25.54/6.47	c  N dy   322     69918       750     15000         0     12770     75000    416020     79.81   no data
27.53/6.91	c  N dy   348     75015       750     15000         0     17854     75000    914638     79.85     84.21
29.16/7.40	c  N dy   370     80235       750     15000         0     23056     75000   1420181     79.76     85.69
31.13/7.89	c  N dy   406     85768       750     15000         0     16624     75000    712815     79.91     85.48
31.93/8.05	c  F st   417     87501       750     15000         0     18349     75000    879743     79.91   no data
33.95/8.56	c  N dy   423     92696       750     15000         0     23514     75000   1429861     79.91   no data
36.32/9.14	c  N dy   454     98739       750     15000         0     16587     75000    620015     79.86     84.16
38.71/9.70	c  S st   479    104877       750     15000         0     22709     75000   1218351     79.76   no data
38.71/9.76	c  S st   479    105381       750     15000         0     23213     75000   1258975     79.76   no data
38.71/9.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.71/9.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
38.71/9.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.71/9.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.71/9.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.71/9.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
38.71/9.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.11/9.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
39.11/9.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.72/11.73	c lits-rem:       296  cl-subs:       62  v-elim:      0  v-fix:    0  time:  1.89 s
46.72/11.73	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
46.72/11.74	c vivif2 --  cl tried    23151 cl shrink        0 lits rem          0 time: 0.02
47.51/11.93	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.18
47.51/11.93	c calculated reachability. Time: 0.00
47.51/11.93	c  N dy   479    105381       750     15000         0     23151     75000   1247794     79.76   no data
50.31/12.67	c  N dy   510    112111       750     15000         0     15898     75000    465928     79.77     84.38
53.10/13.38	c  N dy   547    119267       750     15000         0     23027     75000   1167540     79.82     84.39
56.70/14.27	c  N dy   581    127171       750     15000         0     15960     75000    382510     79.76     84.62
59.91/15.05	c  N dy   629    135297       750     15000         0     24060     75000   1181630     79.79     84.24
64.30/16.12	c  N dy   672    143940       750     15000         0     16736     75000    370683     79.78     85.80
68.70/17.22	c  N dy   717    154484       750     15000         0     27241     75000   1408075     79.68     84.79
70.28/17.66	c  S st   737    158071       750     15000         0     30820     75000   1758689     79.70     79.34
70.68/17.75	c  S st   737    158577       750     15000         0     31326     75000   1799018     79.70   no data
70.68/17.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.68/17.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
70.68/17.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70.68/17.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.68/17.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.68/17.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
70.68/17.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
71.07/17.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
71.07/17.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.07/22.80	c lits-rem:       472  cl-subs:      106  v-elim:      0  v-fix:    0  time:  4.95 s
91.07/22.80	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
91.07/22.83	c vivif2 --  cl tried    31220 cl shrink        0 lits rem          0 time: 0.02
91.85/23.06	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.23
91.85/23.06	c calculated reachability. Time: 0.00
91.85/23.06	c  N dy   737    158577       750     15000         0     31220     75000   1780506     79.70   no data
96.24/24.13	c  N dy   795    168719       750     15000         0     24377     75000   1026946     79.72     85.40
101.03/25.39	c  N dy   853    179507       750     15000         0     35130     75000   2087722     79.77     84.02
106.23/26.67	c  N dy   923    191143       750     15000         0     28784     75000   1374677     79.81     84.11
112.64/28.25	c  N dy   987    203365       750     15000         0     22030     75000    623034     79.86     96.60
119.01/29.85	c  N dy  1058    216934       750     15000         0     35555     75000   1958980     79.88     84.11
125.82/31.52	c  N dy  1127    230968       750     15000         0     29619     75000   1278474     79.86     85.07
129.39/32.42	c  S st  1171    237865       750     15000         0     36488     75000   1953388     79.88   no data
129.79/32.52	c  S st  1171    238371       750     15000         0     36994     75000   1996207     79.88   no data
129.79/32.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.79/32.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
129.79/32.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.79/32.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.79/32.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.79/32.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
129.79/32.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
129.79/32.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
130.21/32.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.75/41.05	c lits-rem:       334  cl-subs:       94  v-elim:      0  v-fix:    0  time:  8.41 s
163.75/41.05	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
163.75/41.07	c vivif2 --  cl tried    36900 cl shrink        0 lits rem          0 time: 0.03
164.95/41.36	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.29
164.95/41.36	c calculated reachability. Time: 0.00
164.95/41.36	c  N dy  1171    238371       750     15000         0     36900     75000   1978826     79.88   no data
172.13/43.19	c  N dy  1243    253693       750     15000         0     31250     75000   1340766     79.84     84.10
180.93/45.33	c  N dy  1333    270113       750     15000         0     25682     75000    703209     79.81     84.05
189.72/47.58	c  N dy  1427    287451       750     15000         0     42954     75000   2396944     79.84     86.94
198.90/49.88	c  N dy  1535    305838       750     15000         0     38370     75000   1868453     79.85     86.88
199.31/49.93	c  F st  1537    306250       750     15000         0     38782     75000   1908384     79.85     78.54
209.31/52.48	c  N dy  1611    325442       750     15000         0     33977     75000   1348492     79.84     84.51
220.87/55.34	c  N dy  1710    345558       750     15000         0     29114     75000    782614     79.84     85.49
227.28/56.95	c  S st  1782    357557       750     15000         0     41075     75000   1954804     79.86     80.17
227.66/57.06	c  S st  1782    358058       750     15000         0     41576     75000   1998686     79.86   no data
227.66/57.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
227.66/57.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
227.66/57.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.66/57.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.66/57.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.66/57.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
227.66/57.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.06/57.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
228.06/57.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.82/65.38	c lits-rem:       303  cl-subs:      111  v-elim:      0  v-fix:    0  time:  8.20 s
260.82/65.38	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
261.21/65.40	c vivif2 --  cl tried    41465 cl shrink        0 lits rem          0 time: 0.03
262.43/65.77	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.36
262.43/65.77	c calculated reachability. Time: 0.00
262.43/65.77	c  N dy  1782    358058       750     15000         0     41465     75000   1978869     79.86   no data
274.80/68.87	c  N dy  1889    378322       750     15000         0     35741     75000   1339917     79.84     84.48
287.98/72.13	c  N dy  2006    398405       750     15000         0     28856     75000    570976     79.87     84.24
299.56/75.06	c  N dy  2119    418427       750     15000         0     48812     75000   2540768     79.90     86.08
311.94/78.17	c  N dy  2220    438921       750     15000         0     41334     75000   1696286     79.88     84.31
325.12/81.45	c  N dy  2323    459070       750     15000         0     32511     75000    746949     79.84     84.08
337.51/84.54	c  N dy  2430    479123       750     15000         0     52490     75000   2698363     79.82    104.73
349.91/87.62	c  N dy  2537    499240       750     15000         0     42630     75000   1644747     79.83     84.10
364.27/91.27	c  N dy  2665    519532       750     15000         0     31951     75000    518066     79.90     85.44
374.66/93.82	c  S st  2761    537089       750     15000         0     49439     75000   2238478     79.92   no data
375.06/93.94	c  S st  2761    537594       750     15000         0     49943     75000   2285597     79.92   no data
375.06/93.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
375.06/93.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
375.06/93.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
375.06/93.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
375.06/93.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
375.06/93.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
375.06/93.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
375.46/94.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
375.46/94.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.19/106.24	c lits-rem:       509  cl-subs:      147  v-elim:      0  v-fix:    0  time: 12.17 s
424.19/106.24	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
424.19/106.27	c vivif2 --  cl tried    49796 cl shrink        0 lits rem          0 time: 0.03
425.79/106.61	c asymm  cl-useful: 0/13433/15000 lits-rem:0 time: 0.34
425.79/106.61	c calculated reachability. Time: 0.00
425.79/106.61	c  N dy  2761    537594       750     15000         0     49796     75000   2259049     79.92   no data
440.17/110.22	c  N dy  2870    557658       750     15000         0     37906     75000   1013775     79.93     84.52
454.15/113.70	c  N dy  2985    577689       750     15000         0     57860     75000   2972049     79.94     84.20
468.14/117.29	c  N dy  3072    597773       750     15000         0     44997     75000   1621224     79.92    100.41
484.91/121.40	c  N dy  3184    617922       750     15000         0     65081     75000   3600899     79.95     84.62
498.10/124.77	c  N dy  3293    637949       750     15000         0     51156     75000   2138175     79.96     84.64
514.46/128.82	c  N dy  3399    657967       750     15000         0     36237     75000    577057     79.97     84.84
527.65/132.13	c  N dy  3527    678059       750     15000         0     56246     75000   2552578     80.00     86.67
543.64/136.15	c  N dy  3644    698122       750     15000         0     40375     75000    898300     80.03     84.44
557.61/139.61	c  N dy  3751    718299       750     15000         0     60481     75000   2876831     80.04     84.47
573.59/143.65	c  N dy  3853    738664       750     15000         0     43888     75000   1154332     80.04     84.32
588.36/147.30	c  N dy  3956    758934       750     15000         0     64076     75000   3142996     80.06     85.18
603.95/151.20	c  N dy  4060    779005       750     15000         0     46216     75000   1297684     80.07     84.74
618.72/154.96	c  N dy  4168    799071       750     15000         0     66210     75000   3264831     80.06     84.85
625.52/156.68	c  S st  4214    806391       750     15000         0     73513     75000   3986832     80.07   no data
626.31/156.87	c  S st  4214    806894       750     15000         0     74016     75000   4033443     80.07   no data
626.31/156.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
626.73/156.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
626.73/156.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
626.73/156.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
626.73/156.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
626.73/156.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
626.73/156.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
626.73/156.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
627.51/157.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
722.98/181.02	c lits-rem:       753  cl-subs:      247  v-elim:      0  v-fix:    0  time: 23.92 s
722.98/181.02	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
722.98/181.07	c vivif2 --  cl tried    73769 cl shrink        0 lits rem          0 time: 0.05
723.40/181.15	c asymm  cl-useful: 0/1567/15000 lits-rem:0 time: 0.07
723.40/181.15	c calculated reachability. Time: 0.00
723.40/181.15	c  N dy  4214    806894       750     15000         0     73769     75000   3988620     80.07   no data
738.16/184.86	c  N dy  4329    826966       750     15000         0     54900     75000   2065604     80.10     84.58
755.74/189.23	c  N dy  4449    847238       750     15000         0     75108     75000   4065944     80.13     86.19
770.51/192.97	c  N dy  4551    867258       750     15000         0     55195     75000   1991800     80.12     84.83
788.49/197.40	c  N dy  4656    887889       750     15000         0     75746     75000   4010802     80.11     85.04
804.07/201.33	c  N dy  4766    908089       750     15000         0     55024     75000   1889249     80.12     84.70
821.25/205.62	c  N dy  4877    928138       750     15000         0     75008     75000   3855322     80.14     88.51
838.42/209.97	c  N dy  4999    949131       750     15000         0     54085     75000   1707506     80.17     84.96
855.62/214.28	c  N dy  5098    969274       750     15000         0     74151     75000   3685014     80.17     85.23
873.97/218.82	c  N dy  5224    989285       750     15000         0     51248     75000   1334312     80.19     84.89
890.37/222.95	c  N dy  5337   1009399       750     15000         0     71271     75000   3319987     80.21     85.66
909.93/227.85	c  N dy  5448   1029490       750     15000         0     47459     75000    869141     80.21     84.79
925.93/231.85	c  N dy  5568   1050081       750     15000         0     67969     75000   2894823     80.23     84.60
947.49/237.24	c  N dy  5684   1070286       750     15000         0     88117     75000   4886761     80.24     84.67
949.87/237.80	c  F st  5695   1071877       750     15000         0     44861     75000    525744     80.24   no data
963.85/241.32	c  N dy  5771   1090371       750     15000         0     63270     75000   2373913     80.25     84.94
985.03/246.63	c  N dy  5885   1110513       750     15000         0     83350     75000   4351624     80.26     85.36
1004.61/251.54	c  N dy  5998   1130586       750     15000         0     57518     75000   1694170     80.28     87.08
1022.59/256.02	c  N dy  6100   1150669       750     15000         0     77544     75000   3643767     80.26     92.76
1044.57/261.53	c  N dy  6219   1170858       750     15000         0     50826     75000    936341     80.27     84.71
1061.32/265.72	c  N dy  6339   1190896       750     15000         0     70788     75000   2914543     80.30     87.36
1082.49/271.03	c  S st  6462   1210343       750     15000         0     90174     75000   4830938     80.32   no data
1083.29/271.26	c  S st  6462   1210853       750     15000         0     90684     75000   4876451     80.32   no data
1083.29/271.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1083.71/271.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1083.71/271.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1083.71/271.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1083.71/271.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1083.71/271.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1083.71/271.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1083.71/271.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1084.48/271.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1221.91/305.96	c lits-rem:      1329  cl-subs:      303  v-elim:      0  v-fix:    0  time: 34.42 s
1221.91/305.96	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1222.30/306.02	c vivif2 --  cl tried    90381 cl shrink        0 lits rem          0 time: 0.06
1223.90/306.44	c asymm  cl-useful: 0/8700/15000 lits-rem:0 time: 0.42
1223.90/306.44	c calculated reachability. Time: 0.00
1223.90/306.44	c  N dy  6462   1210853       750     15000         0     90381     75000   4820307     80.32   no data
1241.48/310.80	c  N dy  6554   1230865       750     15000         0     62486     75000   1985735     80.30     87.08
1260.65/315.63	c  N dy  6669   1251009       750     15000         0     82568     75000   3958106     80.31     84.72
1281.85/320.93	c  N dy  6778   1271021       750     15000         0     53670     75000   1033711     80.31     86.15
1299.02/325.22	c  N dy  6887   1291173       750     15000         0     73752     75000   3021059     80.32     84.80
1320.17/330.57	c  N dy  6974   1311249       750     15000         0     93759     75000   4990239     80.31     85.16
1338.56/335.13	c  N dy  7085   1331265       750     15000         0     63876     75000   1953022     80.32    100.30
1357.72/339.97	c  N dy  7189   1351398       750     15000         0     83956     75000   3926071     80.31     84.85
1381.16/345.80	c  N dy  7297   1371520       750     15000         0     53189     75000    799559     80.32     84.67
1397.42/349.99	c  N dy  7415   1391536       750     15000         0     73147     75000   2777183     80.34     85.08
1419.53/355.53	c  N dy  7530   1411775       750     15000         0     93327     75000   4771093     80.36     85.87
1439.66/360.69	c  N dy  7639   1431815       750     15000         0     61445     75000   1541695     80.37     98.27
1458.36/365.36	c  N dy  7749   1451887       750     15000         0     81451     75000   3515363     80.37     84.77
1482.33/371.39	c  N dy  7861   1472016       750     15000         0    101509     75000   5509698     80.38     84.92
1501.50/376.14	c  N dy  7971   1492345       750     15000         0     68942     75000   2183928     80.38     84.76
1521.88/381.29	c  N dy  8077   1512471       750     15000         0     89005     75000   4175108     80.38     85.98
1548.24/387.84	c  N dy  8190   1532581       750     15000         0     55242     75000    745403     80.40     84.89
1565.42/392.19	c  N dy  8298   1552588       750     15000         0     75183     75000   2712482     80.40     85.18
1588.61/397.94	c  N dy  8397   1573464       750     15000         0     95980     75000   4770527     80.40     84.88
1612.15/403.87	c  N dy  8515   1593490       750     15000         0     61123     75000   1237129     80.42     84.73
1631.73/408.71	c  N dy  8629   1613674       750     15000         0     81219     75000   3220049     80.43     84.70
1655.29/414.67	c  N dy  8741   1633696       750     15000         0    101174     75000   5202925     80.44     99.68
1678.06/420.35	c  N dy  8853   1654397       750     15000         0     65995     75000   1625373     80.44     86.16
1698.05/425.31	c  N dy  8968   1674438       750     15000         0     85981     75000   3618240     80.45     86.10
1722.80/431.56	c  N dy  9072   1694933       750     15000         0    106418     75000   5642529     80.46     85.00
1739.97/435.84	c  S st  9149   1710855       750     15000         0     65474     75000   1483605     80.45   no data
1740.77/436.00	c  S st  9149   1711356       750     15000         0     65975     75000   1529368     80.45   no data
1740.77/436.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1740.77/436.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1740.77/436.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1740.77/436.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1740.77/436.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1740.77/436.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1740.77/436.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1740.77/436.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1741.18/436.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1762.75/441.59	c lits-rem:       283  cl-subs:       67  v-elim:      0  v-fix:    0  time:  5.47 s
1762.75/441.59	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1763.15/441.62	c vivif2 --  cl tried    65908 cl shrink        0 lits rem          0 time: 0.02
1763.97/441.86	c asymm  cl-useful: 0/6300/15000 lits-rem:0 time: 0.24
1763.97/441.86	c calculated reachability. Time: 0.00
1763.97/441.86	c  N dy  9149   1711356       750     15000         0     65908     75000   1517515     80.45   no data
1784.32/446.93	c  N dy  9253   1731367       750     15000         0     85848     75000   3496648     80.45     86.31
1810.68/453.52	c  N dy  9368   1751380       750     15000         0    105804     75000   5468472     80.46     85.98
1834.67/459.53	c  N dy  9463   1771412       750     15000         0     67958     75000   1632700     80.46     84.72
1857.82/465.33	c  N dy  9582   1791847       750     15000         0     88333     75000   3651452     80.46     87.17
1883.38/471.77	c  N dy  9690   1811948       750     15000         0    108355     75000   5635251     80.47     85.01
1906.95/477.63	c  N dy  9806   1831991       750     15000         0     69526     75000   1706412     80.48     86.55
1927.72/482.88	c  N dy  9906   1851995       750     15000         0     89458     75000   3666689     80.48     85.55
1954.09/489.43	c  N dy 10016   1872074       750     15000         0    109466     75000   5659189     80.49     85.22
1977.66/495.37	c  N dy 10130   1892090       750     15000         0     69626     75000   1623116     80.50     86.98
1998.43/500.50	c  N dy 10228   1912251       750     15000         0     89715     75000   3624695     80.50     85.98
2023.62/506.88	c  N dy 10339   1932412       750     15000         0    109822     75000   5611726     80.50     85.34
2048.36/513.06	c  N dy 10437   1952442       750     15000         0     68980     75000   1466328     80.50     86.35
2068.73/518.14	c  N dy 10545   1972460       750     15000         0     88932     75000   3442070     80.51     86.68
2095.09/524.70	c  N dy 10653   1992965       750     15000         0    109371     75000   5465027     80.51     85.93
2121.45/531.36	c  N dy 10764   2013020       750     15000         0     67568     75000   1240970     80.52     85.49
2141.85/536.41	c  N dy 10870   2033150       750     15000         0     87623     75000   3227073     80.53     85.40
2166.60/542.62	c  N dy 10966   2053185       750     15000         0    107589     75000   5190396     80.52     89.28
2195.76/549.95	c  N dy 11075   2073217       750     15000         0     64762     75000    874771     80.52     87.18
2214.93/554.79	c  N dy 11186   2093304       750     15000         0     84793     75000   2864305     80.53     85.73
2240.90/561.22	c  N dy 11294   2113373       750     15000         0    104796     75000   4846624     80.54     85.92
2270.45/568.69	c  N dy 11400   2133395       750     15000         0    124744     75000   6816863     80.54     90.13
2292.03/574.06	c  N dy 11520   2153447       750     15000         0     80958     75000   2387477     80.55     88.21
2316.79/580.25	c  N dy 11644   2173746       750     15000         0    101184     75000   4404098     80.56     87.05
2345.15/587.39	c  N dy 11753   2193769       750     15000         0    121140     75000   6383878     80.56     85.18
2367.52/592.94	c  S st 11843   2211357       750     15000         0     73874     75000   1599502     80.56   no data
2368.32/593.12	c  S st 11843   2211860       750     15000         0     74377     75000   1639661     80.56   no data
2368.32/593.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2368.32/593.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2368.32/593.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2368.32/593.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2368.32/593.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2368.32/593.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2368.32/593.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2368.72/593.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2368.72/593.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2386.69/597.78	c lits-rem:       200  cl-subs:      100  v-elim:      0  v-fix:    0  time:  4.53 s
2386.69/597.78	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2387.09/597.80	c vivif2 --  cl tried    74277 cl shrink        0 lits rem          0 time: 0.02
2388.31/598.17	c asymm  cl-useful: 0/9986/15000 lits-rem:0 time: 0.37
2388.31/598.18	c calculated reachability. Time: 0.00
2388.31/598.18	c  N dy 11843   2211860       750     15000         0     74277     75000   1622053     80.56   no data
2410.28/603.65	c  N dy 11962   2231880       750     15000         0     94246     75000   3595284     80.57     92.99
2437.02/610.35	c  N dy 12070   2252075       750     15000         0    114388     75000   5583767     80.58     86.35
2467.41/617.97	c  N dy 12191   2272111       750     15000         0     68567     75000    981803     80.58     85.09
2488.16/623.14	c  N dy 12313   2292256       750     15000         0     88635     75000   2984217     80.60     84.87
2513.73/629.50	c  N dy 12423   2312259       750     15000         0    108553     75000   4967334     80.61     85.84
2544.08/637.14	c  N dy 12536   2332274       750     15000         0    128503     75000   6952726     80.61     84.92
2567.25/642.92	c  N dy 12646   2352436       750     15000         0     81823     75000   2218405     80.62     85.44
2590.81/648.80	c  N dy 12756   2372452       750     15000         0    101777     75000   4188203     80.62     94.91
2620.38/656.27	c  N dy 12854   2392501       750     15000         0    121755     75000   6169241     80.62     87.89
2651.55/664.03	c  N dy 12973   2413002       750     15000         0     74414     75000   1376145     80.62     85.36
2673.52/669.57	c  N dy 13081   2433074       750     15000         0     94406     75000   3355671     80.62     89.66
2701.07/676.46	c  N dy 13189   2453353       750     15000         0    114620     75000   5353905     80.62     84.91
2733.02/684.42	c  N dy 13297   2473443       750     15000         0    134643     75000   7334395     80.63     89.22
2755.39/690.07	c  N dy 13406   2493454       750     15000         0     85825     75000   2421541     80.63     90.90
2780.16/696.20	c  N dy 13514   2513541       750     15000         0    105844     75000   4403244     80.64     85.15
2809.73/703.63	c  N dy 13613   2533672       750     15000         0    125902     75000   6385854     80.63     89.22
2838.48/710.84	c  N dy 13702   2553785       750     15000         0     76192     75000   1366696     80.62     86.18
2860.84/716.46	c  N dy 13824   2573889       750     15000         0     96232     75000   3358352     80.63     88.89
2888.41/723.35	c  N dy 13922   2594186       750     15000         0    116466     75000   5362506     80.63     84.96
2920.36/731.35	c  N dy 14027   2614187       750     15000         0    136395     75000   7341927     80.64     85.49
2945.13/737.51	c  N dy 14141   2634191       750     15000         0     85583     75000   2216369     80.64     86.03
2971.09/744.03	c  N dy 14262   2654405       750     15000         0    105714     75000   4215355     80.65     85.10
3002.65/751.99	c  N dy 14367   2674630       750     15000         0    125876     75000   6215873     80.65     85.39
3036.61/760.46	c  N dy 14476   2694646       750     15000         0     74073     75000    982891     80.65     94.50
3055.38/765.14	c  S st 14572   2711860       750     15000         0     91223     75000   2686875     80.66     76.12
3056.20/765.36	c  S st 14572   2712363       750     15000         0     91726     75000   2732028     80.66   no data
3056.20/765.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3056.57/765.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3056.57/765.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3056.57/765.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3056.57/765.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3056.57/765.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3056.57/765.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3056.57/765.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3056.97/765.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3117.71/780.72	c lits-rem:       288  cl-subs:      183  v-elim:      0  v-fix:    0  time: 15.17 s
3117.71/780.72	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3117.71/780.76	c vivif2 --  cl tried    91543 cl shrink        0 lits rem          0 time: 0.04
3118.89/781.04	c asymm  cl-useful: 0/5014/15000 lits-rem:0 time: 0.28
3118.89/781.04	c calculated reachability. Time: 0.00
3118.89/781.04	c  N dy 14572   2712363       750     15000         0     91543     75000   2698979     80.66   no data
3144.07/787.37	c  N dy 14667   2732441       750     15000         0    111545     75000   4687333     80.65     98.08
3175.62/795.21	c  N dy 14786   2752594       750     15000         0    131636     75000   6679443     80.66     85.40
3206.38/802.95	c  N dy 14897   2772835       750     15000         0     79041     75000   1389892     80.66     85.68
3229.54/808.75	c  N dy 15011   2793012       750     15000         0     99130     75000   3385494     80.67     85.41
3257.11/815.69	c  N dy 15122   2813033       750     15000         0    119082     75000   5372417     80.67     88.95
3289.86/823.84	c  N dy 15220   2833045       750     15000         0    139015     75000   7357486     80.67     87.26
3317.42/830.79	c  N dy 15319   2853396       750     15000         0     85584     75000   1950832     80.67     85.26
3341.82/836.87	c  N dy 15416   2873446       750     15000         0    105558     75000   3921369     80.66     85.06
3370.56/844.09	c  N dy 15518   2893482       750     15000         0    125535     75000   5903231     80.67     86.91
3406.11/852.94	c  N dy 15633   2913604       750     15000         0    145582     75000   7900359     80.67     85.51
3432.47/859.51	c  N dy 15751   2933653       750     15000         0     90804     75000   2398473     80.68     85.20
3459.63/866.38	c  N dy 15862   2953675       750     15000         0    110752     75000   4372078     80.68     87.37
3490.80/874.17	c  N dy 15969   2973708       750     15000         0    130707     75000   6355603     80.69     86.01
3527.13/883.21	c  N dy 16077   2993765       750     15000         0    150702     75000   8341903     80.69     86.74
3550.30/889.06	c  N dy 16195   3013889       750     15000         0     95030     75000   2716345     80.70     85.09
3577.06/895.72	c  N dy 16297   3033905       750     15000         0    114984     75000   4695333     80.70     85.14
3608.62/903.69	c  N dy 16406   3053943       750     15000         0    134945     75000   6681220     80.70     90.85
3645.38/912.85	c  N dy 16528   3073970       750     15000         0     78164     75000    948570     80.71     91.56
3668.55/918.66	c  N dy 16650   3094611       750     15000         0     98706     75000   2997241     80.72     85.70
3696.90/925.71	c  N dy 16758   3114770       750     15000         0    118792     75000   4986879     80.72     85.33
3730.06/934.02	c  N dy 16874   3134888       750     15000         0    138850     75000   6981015     80.73     86.32
3766.01/943.04	c  N dy 16992   3154953       750     15000         0     81141     75000   1154518     80.73     90.88
3789.60/948.91	c  N dy 17100   3175128       750     15000         0    101245     75000   3159076     80.74     86.29
3819.94/956.59	c  N dy 17206   3195174       750     15000         0    121224     75000   5146623     80.74     85.88
3851.11/964.35	c  S st 17297   3212365       750     15000         0    138356     75000   6843392     80.74     74.93
3852.69/964.72	c  S st 17297   3212867       750     15000         0    138858     75000   6886778     80.74   no data
3852.69/964.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3853.09/964.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
3853.09/964.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3853.09/964.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3853.09/964.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3853.09/964.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3853.09/964.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3853.49/964.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3854.29/965.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4075.62/1020.56	c lits-rem:       851  cl-subs:      489  v-elim:      0  v-fix:    0  time: 55.42 s
4075.62/1020.56	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4075.99/1020.66	c vivif2 --  cl tried   138369 cl shrink        0 lits rem          0 time: 0.09
4077.99/1021.11	c asymm  cl-useful: 0/6143/15000 lits-rem:0 time: 0.45
4077.99/1021.11	c calculated reachability. Time: 0.00
4077.99/1021.11	c  N dy 17297   3212867       750     15000         0    138369     75000   6799164     80.74   no data
4115.16/1030.47	c  N dy 17391   3232896       750     15000         0     79614     75000    908201     80.74     85.20
4138.31/1036.24	c  N dy 17500   3252984       750     15000         0     99634     75000   2906836     80.74     88.82
4166.67/1043.35	c  N dy 17610   3273341       750     15000         0    119930     75000   4922994     80.74     85.12
4200.23/1051.76	c  N dy 17713   3293580       750     15000         0    140087     75000   6938385     80.75     86.56
4239.37/1061.58	c  N dy 17828   3313892       750     15000         0     80610     75000    915600     80.75     85.34
4262.14/1067.26	c  N dy 17923   3333998       750     15000         0    100659     75000   2896286     80.75     85.40
4290.52/1074.35	c  N dy 18037   3354049       750     15000         0    120644     75000   4877480     80.75     86.54
4325.67/1083.14	c  N dy 18151   3374306       750     15000         0    140817     75000   6886985     80.76     85.26
4366.39/1093.39	c  N dy 18263   3394390       750     15000         0    160833     75000   8870817     80.76     86.19
4392.76/1099.99	c  N dy 18380   3414539       750     15000         0    100201     75000   2779671     80.76     86.76
4425.11/1108.01	c  N dy 18510   3434923       750     15000         0    120519     75000   4810882     80.78     85.21
4457.07/1116.10	c  N dy 18594   3454999       750     15000         0    140519     75000   6790700     80.77     85.37
4497.82/1126.25	c  N dy 18720   3475063       750     15000         0    160519     75000   8783958     80.78     85.66
4524.98/1133.06	c  N dy 18844   3495071       750     15000         0     98736     75000   2542519     80.79     93.71
4553.74/1140.28	c  N dy 18967   3515203       750     15000         0    118769     75000   4534522     80.80     85.36
4586.90/1148.58	c  N dy 19080   3535223       750     15000         0    138698     75000   6533451     80.80     95.66
4625.24/1158.19	c  N dy 19195   3555264       750     15000         0    158648     75000   8521803     80.81     85.14
4655.23/1165.65	c  N dy 19308   3575291       750     15000         0     95926     75000   2170946     80.81     87.82
4682.36/1172.41	c  N dy 19423   3595419       750     15000         0    115997     75000   4172849     80.81     85.73
4714.32/1180.49	c  N dy 19540   3615437       750     15000         0    135935     75000   6168820     80.82     85.30
4753.47/1190.24	c  N dy 19651   3636207       750     15000         0    156622     75000   8235098     80.83     85.58
4785.82/1198.33	c  N dy 19745   3656388       750     15000         0     93054     75000   1792265     80.82     85.17

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

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

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


[startup+0 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 593229652 52441088 347 33554432000 4194304 4627427 140735139458720 18446744073709551615 47052576896940 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16951/statm: 12803 347 299 106 0 7774 0
[pid=16951/tid=16952] ppid=16949 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593229652 52441088 347 33554432000 4194304 4627427 140735139458720 18446744073709551615 47052576896940 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593229652 52441088 347 33554432000 4194304 4627427 140735139458720 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 593229652 52441088 347 33554432000 4194304 4627427 140735139458720 18446744073709551615 47052576896946 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.090443 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=284372 CPUtime=0.33 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 2861 0 0 0 32 1 0 0 25 0 4 0 593229652 291196928 2758 33554432000 4194304 4627427 140735139458720 18446744073709551615 216734839493 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 71093 2765 369 106 0 66064 0
[pid=16951/tid=16952] ppid=16949 vsize=284372 CPUtime=0.08 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 484 0 0 0 8 0 0 0 25 0 4 0 593229652 291196928 2768 33554432000 4194304 4627427 140735139458720 18446744073709551615 216734839841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=284372 CPUtime=0.07 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 539 0 0 0 7 0 0 0 25 0 4 0 593229652 291196928 2775 33554432000 4194304 4627427 140735139458720 18446744073709551615 216735283694 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=284372 CPUtime=0.08 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 632 0 0 0 8 0 0 0 25 0 4 0 593229652 291196928 2779 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 284372

[startup+0.287292 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=293632 CPUtime=3.62 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 13440 0 0 0 359 3 0 0 19 0 4 0 593229652 300679168 6358 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 73408 6359 385 106 0 68379 0
[pid=16951/tid=16952] ppid=16949 vsize=293632 CPUtime=0.89 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3343 0 0 0 89 0 0 0 19 0 4 0 593229652 300679168 6359 33554432000 4194304 4627427 140735139458720 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=293632 CPUtime=0.89 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3535 0 0 0 89 0 0 0 19 0 4 0 593229652 300679168 6359 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=293632 CPUtime=0.9 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 2674 0 0 0 90 0 0 0 19 0 4 0 593229652 300679168 6360 33554432000 4194304 4627427 140735139458720 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 293632

[startup+1.01306 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=293632 CPUtime=4.02 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 14044 0 0 0 399 3 0 0 19 0 4 0 593229652 300679168 6962 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 73408 6962 385 106 0 68379 0
[pid=16951/tid=16952] ppid=16949 vsize=293632 CPUtime=0.99 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3504 0 0 0 99 0 0 0 19 0 4 0 593229652 300679168 6962 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=293632 CPUtime=0.99 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3691 0 0 0 99 0 0 0 19 0 4 0 593229652 300679168 6962 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=293632 CPUtime=1 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 2811 0 0 0 100 0 0 0 19 0 4 0 593229652 300679168 6962 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 293632

[startup+1.11305 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=293632 CPUtime=4.42 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 14600 0 0 0 439 3 0 0 19 0 4 0 593229652 300679168 7518 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 73408 7518 385 106 0 68379 0
[pid=16951/tid=16952] ppid=16949 vsize=293632 CPUtime=1.09 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3640 0 0 0 109 0 0 0 19 0 4 0 593229652 300679168 7518 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=293632 CPUtime=1.09 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 3830 0 0 0 109 0 0 0 19 0 4 0 593229652 300679168 7518 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=293632 CPUtime=1.1 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 2945 0 0 0 110 0 0 0 19 0 4 0 593229652 300679168 7518 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 293632

[startup+1.50098 s]
/proc/loadavg: 7.84 7.87 5.94 6/180 16951
/proc/meminfo: memFree=10965284/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=295412 CPUtime=5.97 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 18613 0 0 0 593 4 0 0 19 0 4 0 593229652 302501888 7066 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 73853 7066 385 106 0 68824 0
[pid=16951/tid=16952] ppid=16949 vsize=295412 CPUtime=1.49 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 4612 0 0 0 148 1 0 0 20 0 4 0 593229652 302501888 7066 33554432000 4194304 4627427 140735139458720 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=295412 CPUtime=1.48 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 4905 0 0 0 148 0 0 0 20 0 4 0 593229652 302501888 7066 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=295412 CPUtime=1.49 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 4007 0 0 0 148 1 0 0 19 0 4 0 593229652 302501888 7066 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 295412

[startup+3.1007 s]
/proc/loadavg: 7.85 7.87 5.95 10/184 16985
/proc/meminfo: memFree=11672308/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=298452 CPUtime=12.36 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 33701 0 0 0 1230 6 0 0 25 0 4 0 593229652 305614848 12375 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 74613 12375 389 106 0 69584 0
[pid=16951/tid=16952] ppid=16949 vsize=298452 CPUtime=3.08 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 7554 0 0 0 307 1 0 0 25 0 4 0 593229652 305614848 12375 33554432000 4194304 4627427 140735139458720 18446744073709551615 4527206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=298452 CPUtime=3.07 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 8033 0 0 0 306 1 0 0 25 0 4 0 593229652 305614848 12375 33554432000 4194304 4627427 140735139458720 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=298452 CPUtime=3.08 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 7244 0 0 0 307 1 0 0 25 0 4 0 593229652 305614848 12375 33554432000 4194304 4627427 140735139458720 18446744073709551615 4507260 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) 298452

[startup+6.30714 s]
/proc/loadavg: 7.85 7.87 5.95 9/184 16985
/proc/meminfo: memFree=11553404/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=374396 CPUtime=25.17 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 58905 0 0 0 2507 10 0 0 25 0 4 0 593229652 383381504 37116 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 93599 37116 389 106 0 88570 0
[pid=16951/tid=16952] ppid=16949 vsize=374396 CPUtime=6.29 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 13983 0 0 0 627 2 0 0 25 0 4 0 593229652 383381504 37116 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=374396 CPUtime=6.25 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 14823 0 0 0 624 1 0 0 25 0 4 0 593229652 383381504 37116 33554432000 4194304 4627427 140735139458720 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=374396 CPUtime=6.29 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 14680 0 0 0 627 2 0 0 25 0 4 0 593229652 383381504 37116 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 374396

[startup+12.701 s]
/proc/loadavg: 7.86 7.87 5.96 9/184 16985
/proc/meminfo: memFree=11431572/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=374996 CPUtime=50.71 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 85453 0 0 0 5056 15 0 0 25 0 4 0 593229652 383995904 54343 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 93749 54343 389 106 0 88720 0
[pid=16951/tid=16952] ppid=16949 vsize=374996 CPUtime=12.69 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 18548 0 0 0 1266 3 0 0 25 0 4 0 593229652 383995904 54343 33554432000 4194304 4627427 140735139458720 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=374996 CPUtime=12.62 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 19624 0 0 0 1260 2 0 0 25 0 4 0 593229652 383995904 54343 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=374996 CPUtime=12.69 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 26084 0 0 0 1264 5 0 0 25 0 4 0 593229652 383995904 54343 33554432000 4194304 4627427 140735139458720 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 374996

[startup+25.5008 s]
/proc/loadavg: 7.89 7.88 6.00 9/184 16986
/proc/meminfo: memFree=11296432/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=454544 CPUtime=101.84 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 110960 0 0 0 10161 23 0 0 25 0 4 0 593229652 465453056 68023 33554432000 4194304 4627427 140735139458720 18446744073709551615 4338533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 113636 68023 389 106 0 108607 0
[pid=16951/tid=16952] ppid=16949 vsize=454544 CPUtime=25.49 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 21658 0 0 0 2545 4 0 0 25 0 4 0 593229652 465453056 68023 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=454544 CPUtime=25.35 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 26369 0 0 0 2530 5 0 0 25 0 4 0 593229652 465453056 68023 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=454544 CPUtime=25.49 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 33017 0 0 0 2542 7 0 0 25 0 4 0 593229652 465453056 68023 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 454544

[startup+51.1003 s]
/proc/loadavg: 8.07 7.92 6.06 9/184 16986
/proc/meminfo: memFree=11207468/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=530184 CPUtime=204.09 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 168601 0 0 0 20372 37 0 0 25 0 4 0 593229652 542908416 81392 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 132546 81392 389 106 0 127517 0
[pid=16951/tid=16952] ppid=16949 vsize=530184 CPUtime=51.08 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 36542 0 0 0 5101 7 0 0 25 0 4 0 593229652 542908416 81392 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=530184 CPUtime=50.81 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 36247 0 0 0 5075 6 0 0 25 0 4 0 593229652 542908416 81393 33554432000 4194304 4627427 140735139458720 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=530184 CPUtime=51.08 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 51853 0 0 0 5096 12 0 0 25 0 4 0 593229652 542908416 81393 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 530184

[startup+102.3 s]
/proc/loadavg: 8.18 7.96 6.17 9/184 16988
/proc/meminfo: memFree=11120264/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=473672 CPUtime=408.61 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 261425 0 0 0 40793 68 0 0 25 0 4 0 593229652 485040128 74117 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 118418 74118 389 106 0 113389 0
[pid=16951/tid=16952] ppid=16949 vsize=473672 CPUtime=102.29 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 57821 0 0 0 10215 14 0 0 25 0 4 0 593229652 485040128 74118 33554432000 4194304 4627427 140735139458720 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=473672 CPUtime=101.73 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 54998 0 0 0 10160 13 0 0 25 0 4 0 593229652 485040128 74118 33554432000 4194304 4627427 140735139458720 18446744073709551615 4332816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=473672 CPUtime=102.29 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 82184 0 0 0 10207 22 0 0 25 0 4 0 593229652 485040128 74118 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 473672

[startup+162.301 s]

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

[pid=16951] ppid=16949 vsize=979968 CPUtime=2804.53 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1155443 0 0 0 280067 386 0 0 25 0 4 0 593229652 1003487232 152270 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 244992 152270 389 106 0 239963 0
[pid=16951/tid=16952] ppid=16949 vsize=979968 CPUtime=702.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 279556 0 0 0 70123 92 0 0 25 0 4 0 593229652 1003487232 152270 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=979968 CPUtime=698.46 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 258980 0 0 0 69762 84 0 0 25 0 4 0 593229652 1003487232 152270 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=979968 CPUtime=701.62 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 319311 0 0 0 70054 108 0 0 25 0 4 0 593229652 1003487232 152270 33554432000 4194304 4627427 140735139458720 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2804.53
Current children cumulated vsize (KiB) 979968

[startup+762.301 s]
/proc/loadavg: 8.03 8.05 7.12 9/184 17008
/proc/meminfo: memFree=10454380/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=929268 CPUtime=3044.19 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1227255 0 0 0 304005 414 0 0 25 0 4 0 593229652 951570432 156894 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 232317 156894 389 106 0 227288 0
[pid=16951/tid=16952] ppid=16949 vsize=929268 CPUtime=762.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 296933 0 0 0 76118 97 0 0 25 0 4 0 593229652 951570432 156894 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=929268 CPUtime=758.13 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 277826 0 0 0 75720 93 0 0 25 0 4 0 593229652 951570432 156894 33554432000 4194304 4627427 140735139458720 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=929268 CPUtime=761.62 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 334348 0 0 0 76048 114 0 0 25 0 4 0 593229652 951570432 156894 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427403 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.19
Current children cumulated vsize (KiB) 929268

[startup+822.3 s]
/proc/loadavg: 8.05 8.05 7.17 9/184 17010
/proc/meminfo: memFree=10404644/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=944612 CPUtime=3283.87 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1295223 0 0 0 327943 444 0 0 25 0 4 0 593229652 967282688 156991 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 236153 156991 403 106 0 231124 0
[pid=16951/tid=16952] ppid=16949 vsize=944612 CPUtime=822.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 315362 0 0 0 82110 105 0 0 25 0 4 0 593229652 967282688 156991 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=944612 CPUtime=817.8 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 298226 0 0 0 81679 101 0 0 25 0 4 0 593229652 967282688 156991 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=944612 CPUtime=821.62 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 349660 0 0 0 82041 121 0 0 25 0 4 0 593229652 967282688 156991 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3283.87
Current children cumulated vsize (KiB) 944612

[startup+882.301 s]
/proc/loadavg: 8.02 8.04 7.22 9/184 17011
/proc/meminfo: memFree=10359748/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=986644 CPUtime=3523.54 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1361515 0 0 0 351880 474 0 0 25 0 4 0 593229652 1010323456 162398 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 246661 162398 403 106 0 241632 0
[pid=16951/tid=16952] ppid=16949 vsize=986644 CPUtime=882.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 333758 0 0 0 88102 113 0 0 25 0 4 0 593229652 1010323456 162398 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=986644 CPUtime=877.48 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 309175 0 0 0 87642 106 0 0 25 0 4 0 593229652 1010323456 162398 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=986644 CPUtime=881.63 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 368257 0 0 0 88034 129 0 0 25 0 4 0 593229652 1010323456 162398 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.54
Current children cumulated vsize (KiB) 986644

[startup+942.301 s]
/proc/loadavg: 8.07 8.06 7.28 9/184 17013
/proc/meminfo: memFree=10311856/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=934452 CPUtime=3763.23 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1432465 0 0 0 375824 499 0 0 25 0 4 0 593229652 956878848 163268 33554432000 4194304 4627427 140735139458720 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 233613 163268 403 106 0 228584 0
[pid=16951/tid=16952] ppid=16949 vsize=934452 CPUtime=942.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 351942 0 0 0 94096 119 0 0 25 0 4 0 593229652 956878848 163268 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=934452 CPUtime=937.15 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 327521 0 0 0 93604 111 0 0 25 0 4 0 593229652 956878848 163268 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309505 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=934452 CPUtime=941.63 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 386559 0 0 0 94028 135 0 0 25 0 4 0 593229652 956878848 163268 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.23
Current children cumulated vsize (KiB) 934452

[startup+1002.3 s]
/proc/loadavg: 8.14 8.07 7.33 9/184 17015
/proc/meminfo: memFree=10112324/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1240208 CPUtime=4002.89 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1498734 0 0 0 399772 517 0 0 25 0 4 0 593229652 1269972992 215037 33554432000 4194304 4627427 140735139458720 18446744073709551615 4428121 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 310052 215037 389 106 0 305023 0
[pid=16951/tid=16952] ppid=16949 vsize=1240208 CPUtime=1002.16 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 376332 0 0 0 100093 123 0 0 25 0 4 0 593229652 1269972992 215037 33554432000 4194304 4627427 140735139458720 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1240208 CPUtime=996.83 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 344265 0 0 0 99562 121 0 0 25 0 4 0 593229652 1269972992 215037 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1240208 CPUtime=1001.63 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 397004 0 0 0 100026 137 0 0 25 0 4 0 593229652 1269972992 215037 33554432000 4194304 4627427 140735139458720 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4002.89
Current children cumulated vsize (KiB) 1240208

[startup+1062.31 s]
/proc/loadavg: 8.19 8.09 7.38 9/184 17016
/proc/meminfo: memFree=10159304/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1132052 CPUtime=4242.58 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1551502 0 0 0 423718 540 0 0 25 0 4 0 593229652 1159221248 202062 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309284 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 283013 202062 389 106 0 277984 0
[pid=16951/tid=16952] ppid=16949 vsize=1132052 CPUtime=1062.16 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 385190 0 0 0 106090 126 0 0 25 0 4 0 593229652 1159221248 202062 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1132052 CPUtime=1056.5 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 361989 0 0 0 105520 130 0 0 25 0 4 0 593229652 1159221248 202062 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1132052 CPUtime=1061.63 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 410494 0 0 0 106022 141 0 0 25 0 4 0 593229652 1159221248 202062 33554432000 4194304 4627427 140735139458720 18446744073709551615 4330928 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.58
Current children cumulated vsize (KiB) 1132052

[startup+1122.3 s]
/proc/loadavg: 8.20 8.10 7.43 9/184 17018
/proc/meminfo: memFree=10058472/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1243932 CPUtime=4482.24 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1609919 0 0 0 447657 567 0 0 25 0 4 0 593229652 1273786368 223032 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 310983 223032 389 106 0 305954 0
[pid=16951/tid=16952] ppid=16949 vsize=1243932 CPUtime=1122.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 402777 0 0 0 112083 132 0 0 25 0 4 0 593229652 1273786368 223032 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1243932 CPUtime=1116.18 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 370743 0 0 0 111486 132 0 0 25 0 4 0 593229652 1273786368 223032 33554432000 4194304 4627427 140735139458720 18446744073709551615 4427302 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1243932 CPUtime=1121.62 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 426193 0 0 0 112013 149 0 0 25 0 4 0 593229652 1273786368 223032 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 1243932

[startup+1182.3 s]
/proc/loadavg: 8.19 8.11 7.47 9/184 17020
/proc/meminfo: memFree=10094300/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1176828 CPUtime=4721.91 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1676150 0 0 0 471597 594 0 0 25 0 4 0 593229652 1205071872 215607 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 294207 215607 389 106 0 289178 0
[pid=16951/tid=16952] ppid=16949 vsize=1176828 CPUtime=1182.15 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 420276 0 0 0 118076 139 0 0 25 0 4 0 593229652 1205071872 215607 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1176828 CPUtime=1175.84 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 383746 0 0 0 117447 137 0 0 25 0 4 0 593229652 1205071872 215607 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1176828 CPUtime=1181.63 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 444086 0 0 0 118006 157 0 0 25 0 4 0 593229652 1205071872 215607 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4721.91
Current children cumulated vsize (KiB) 1176828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.10 7.48 9/184 17020
/proc/meminfo: memFree=10121820/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1107196 CPUtime=4800.24 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1696072 0 0 0 479420 604 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 276799 206482 389 106 0 271770 0
[pid=16951/tid=16952] ppid=16949 vsize=1107196 CPUtime=1201.77 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 425697 0 0 0 120035 142 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1107196 CPUtime=1195.35 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 388949 0 0 0 119395 140 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1107196 CPUtime=1201.24 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 450617 0 0 0 119964 160 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1107196

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

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

[startup+1201.9 s]
/proc/loadavg: 8.14 8.10 7.48 9/184 17020
/proc/meminfo: memFree=10121820/32951124 swapFree=67102140/67111528
[pid=16951] ppid=16949 vsize=1107196 CPUtime=4800.24 cores=1,3,5,7
/proc/16951/stat : 16951 (strangenight2-m) R 16949 16951 16723 0 -1 4202496 1696072 0 0 0 479420 604 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16951/statm: 276799 206482 389 106 0 271770 0
[pid=16951/tid=16952] ppid=16949 vsize=1107196 CPUtime=1201.77 cores=1,3,5,7
/proc/16951/task/16952/stat : 16952 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 425697 0 0 0 120035 142 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=16951/tid=16953] ppid=16949 vsize=1107196 CPUtime=1195.35 cores=1,3,5,7
/proc/16951/task/16953/stat : 16953 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 388949 0 0 0 119395 140 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=16951/tid=16954] ppid=16949 vsize=1107196 CPUtime=1201.24 cores=1,3,5,7
/proc/16951/task/16954/stat : 16954 (strangenight2-m) R 16949 16951 16723 0 -1 4202560 450617 0 0 0 119964 160 0 0 25 0 4 0 593229652 1133768704 206482 33554432000 4194304 4627427 140735139458720 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1107196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.95
CPU time (s): 4800.31
CPU user time (s): 4794.22
CPU system time (s): 6.08408
CPU usage (%): 399.375
Max. virtual memory (cumulated for all children) (KiB): 1253924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.22
system time used= 6.08408
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1696076
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= 1808
involuntary context switches= 19759

runsolver used 1.89371 second user time and 4.69029 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 00:33:10
IDJOB=3173694
IDBENCH=82512
IDSOLVER=1586
FILE ID=node119/3173694-1304029990
RUNJOBID= node119-1304028687-16742
PBS_JOBID= 13170333
Free space on /tmp= 71804 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S3662714-068-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173694-1304029990/watcher-3173694-1304029990 -o /tmp/evaluation-result-3173694-1304029990/solver-3173694-1304029990 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173694-1304029990.cnf

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

MD5SUM BENCH= 48e79d2b0d6ab8da0627cd3c9f41a435
RANDOM SEED=576726802

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10965564 kB
Buffers:       2241772 kB
Cached:       18301484 kB
SwapCached:       5504 kB
Active:       10268956 kB
Inactive:     11133196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10965564 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:            8456 kB
Writeback:           0 kB
AnonPages:      855664 kB
Mapped:          15340 kB
Slab:           520104 kB
PageTables:       6508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1124628 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= 71804 MiB
End job on node119 at 2011-04-29 00:53:14