Trace number 3174045

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.33 1201.72

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1458986015-022.SATISFIABLE.cnf
MD5SUMd549c96b17fdae3a10d8538216eeee78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.168973
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

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-3174045-1304079139.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.40/0.12	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.40/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.40/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.40/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.77/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:      30 undec:       0 neg:      30
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.27	c  N dy    10      5075        60      5340         0      2296     37380     43771     17.82     18.79
1.57/0.41	c  N dy    32      9211        60      5340         0      5990     37380    123365     18.36     19.34
1.97/0.57	c  N dy    35     13515        60      5340         0      6020     37380    114244     17.98     18.93
2.77/0.78	c  N dy    52     18265        60      5340         0      5249     37380     89665     18.05     19.00
3.57/0.95	c  N dy    66     22535        60      5340         0      8993     37380    168153     18.10     19.15
3.97/1.08	c  F st    85     25002        60      5340         0     11194     37380    215560     18.21   no data
4.38/1.19	c  N st    89     27034        60      5340         0      6964     37380    116239     18.21   no data
5.17/1.31	c  S st    91     30000        60      5340         0      9542     37380    170192     18.21   no data
5.17/1.35	c  S st    91     30501        60      5340         0      9989     37380    179952     18.21   no data
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.35	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c lits-rem:       117  cl-subs:     1069  v-elim:      0  v-fix:    0  time:  0.19 s
6.76/1.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.76/1.77	c calculated reachability. Time: 0.00
6.76/1.77	c  N dy    91     30501        60      5340         0      8920     37380    157574     18.21   no data
9.96/2.54	c  N dy    97     45752        60      5340         0     15444     37380    282056     17.77     17.40
9.96/2.54	c  S st    97     45752        60      5340         0     15444     37380    282056     17.77     17.40
10.36/2.60	c  S st    97     46253        60      5340         0      8035     37380    122057     17.77   no data
10.36/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.64	c lits-rem:        11  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.64	c vivif2 --  cl tried     8003 cl shrink        0 lits rem          0 time: 0.00
11.15/2.85	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.15/2.86	c calculated reachability. Time: 0.00
11.15/2.86	c  N dy    97     46253        60      5340         0      8003     37380    121243     17.77   no data
11.95/3.05	c  N dy   112     50332        60      5340         0     11644     37380    198471     17.80     18.99
12.76/3.28	c  N dy   128     54342        60      5340         0     15229     37380    274847     17.86     18.86
13.96/3.56	c  N dy   152     58386        60      5340         0     10005     37380    153868     17.95     19.41
15.56/3.95	c  N dy   159     65427        60      5340         0     16202     37380    279661     17.81     18.90
16.76/4.27	c  S st   180     69379        60      5340         0     10007     37380    145693     17.87   no data
17.16/4.30	c  S st   180     69883        60      5340         0     10471     37380    156009     17.87   no data
17.16/4.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.16/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.16/4.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.16/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.16/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.16/4.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.16/4.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.16/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.37	c lits-rem:        16  cl-subs:      118  v-elim:      0  v-fix:    0  time:  0.06 s
17.16/4.37	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.37	c vivif2 --  cl tried    10353 cl shrink        0 lits rem          0 time: 0.00
18.35/4.63	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.35/4.63	c calculated reachability. Time: 0.00
18.35/4.63	c  N dy   180     69883        60      5340         0     10353     37380    153254     17.87   no data
19.15/4.88	c  N dy   197     74355        60      5340         0     14346     37380    237872     17.90     18.87
20.75/5.26	c  N dy   234     79597        60      5340         0     19024     37380    339740     18.00     18.99
22.36/5.64	c  N dy   261     84844        60      5340         0     13022     37380    198207     18.04     19.01
23.14/5.80	c  F st   269     87500        60      5340         0     15377     37380    247579     18.04     17.02
23.94/6.02	c  N st   274     90799        60      5340         0     18316     37380    310258     18.04   no data
25.54/6.48	c  N dy   306     96658        60      5340         0     11970     37380    165593     18.11     19.06
27.54/6.97	c  N dy   318    104825        60      5340         0     19199     37380    314635     18.04     14.72
27.54/6.97	c  S st   318    104825        60      5340         0     19199     37380    314635     18.04     14.72
27.94/7.02	c  S st   318    105327        60      5340         0     19670     37380    324943     18.04   no data
27.94/7.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.94/7.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.94/7.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.94/7.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.52	c lits-rem:       215  cl-subs:     2341  v-elim:      0  v-fix:    0  time:  0.49 s
29.93/7.52	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.93/7.53	c vivif2 --  cl tried    17329 cl shrink        0 lits rem          0 time: 0.00
31.15/7.88	c asymm  cl-useful: 0/4862/5340 lits-rem:0 time: 0.35
31.15/7.88	c calculated reachability. Time: 0.00
31.15/7.88	c  N dy   318    105327        60      5340         0     17329     37380    278089     18.04   no data
34.73/8.78	c  N dy   336    117873        60      5340         0     16078     37380    243054     17.94     18.95
37.92/9.51	c  N dy   353    127925        60      5340         0     24996     37380    429035     17.91     18.99
40.32/10.13	c  N dy   368    136607        60      5340         0     19534     37380    305609     17.90     18.88
44.34/11.18	c  N dy   385    150404        60      5340         0     17534     37380    252698     17.83     18.94
47.11/11.84	c  S st   438    157992        60      5340         0     24312     37380    397466     17.88   no data
47.51/11.91	c  S st   438    158495        60      5340         0     24769     37380    407412     17.88   no data
47.51/11.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.51/11.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.51/11.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.51/11.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.51/11.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.51/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.30/12.64	c lits-rem:       341  cl-subs:     2622  v-elim:      0  v-fix:    0  time:  0.71 s
50.30/12.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.30/12.65	c vivif2 --  cl tried    22147 cl shrink        0 lits rem          0 time: 0.00
51.90/13.00	c asymm  cl-useful: 0/3990/5340 lits-rem:0 time: 0.35
51.90/13.00	c calculated reachability. Time: 0.00
51.90/13.00	c  N dy   438    158495        60      5340         0     22147     37380    352480     17.88   no data
56.70/14.20	c  N dy   492    172250        60      5340         0     19418     37380    283345     17.92     18.90
60.29/15.18	c  N dy   538    183378        60      5340         0     29242     37380    491859     17.94     18.90
64.68/16.21	c  N dy   560    195150        60      5340         0     23753     37380    361339     17.89     18.88
69.87/17.54	c  N dy   622    207889        60      5340         0     18284     37380    241673     17.92     19.06
74.27/18.69	c  N dy   638    221414        60      5340         0     30226     37380    488831     17.85     18.82
80.26/20.12	c  N dy   696    235852        60      5340         0     25381     37380    381034     17.88     18.92
81.06/20.32	c  S st   713    237743        60      5340         0     27080     37380    418068     17.90   no data
81.06/20.39	c  S st   713    238249        60      5340         0     27541     37380    428168     17.90   no data
81.06/20.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.46/20.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.46/20.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.46/20.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.46/20.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.46/20.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.46/20.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.46/20.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.46/20.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.25/21.14	c lits-rem:       207  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  0.73 s
84.25/21.14	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.25/21.15	c vivif2 --  cl tried    25077 cl shrink        0 lits rem          0 time: 0.00
85.05/21.30	c asymm  cl-useful: 0/1350/5340 lits-rem:0 time: 0.15
85.05/21.30	c calculated reachability. Time: 0.00
85.05/21.30	c  N dy   713    238249        60      5340         0     25077     37380    375644     17.90   no data
91.85/23.09	c  N dy   820    253546        60      5340         0     20218     37380    262381     17.97     19.66
98.24/24.68	c  N dy   884    269780        60      5340         0     34658     37380    568708     18.00     19.65
111.82/28.01	c  F st   895    306250        60      5340         0     26873     37380    369670     17.72     15.87
111.82/28.01	c  N st   895    306250        60      5340         0     26873     37380    369670     17.72     15.87
121.80/30.50	c  N dy  1025    325877        60      5340         0     23177     37380    296773     17.81     18.78
132.99/33.31	c  N dy  1153    349144        60      5340         0     43949     37380    744630     17.87     18.82
136.61/34.26	c  S st  1217    357373        60      5340         0     29087     37380    414414     17.91   no data
136.99/34.34	c  S st  1217    357875        60      5340         0     29534     37380    424258     17.91   no data
136.99/34.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.99/34.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.99/34.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.99/34.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.99/34.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.99/34.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.99/34.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.99/34.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.38/34.99	c lits-rem:       169  cl-subs:     1558  v-elim:      0  v-fix:    0  time:  0.62 s
139.38/34.99	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.38/34.99	c vivif2 --  cl tried    27976 cl shrink        0 lits rem          0 time: 0.01
141.00/35.37	c asymm  cl-useful: 0/3360/5340 lits-rem:0 time: 0.37
141.00/35.37	c calculated reachability. Time: 0.00
141.00/35.37	c  N dy  1217    357875        60      5340         0     27976     37380    389126     17.91   no data
150.96/37.88	c  N dy  1295    377892        60      5340         0     45705     37380    759904     17.90     18.98
161.35/40.42	c  N dy  1396    398018        60      5340         0     40564     37380    645397     17.93     18.88
173.34/43.42	c  N dy  1510    418169        60      5340         0     34584     37380    506924     17.97     18.94
187.71/47.06	c  N dy  1623    445011        60      5340         0     33471     37380    462098     17.98     18.94
199.30/49.92	c  N dy  1710    465106        60      5340         0     51266     37380    840864     17.99     19.00
209.69/52.56	c  N dy  1805    485802        60      5340         0     44044     37380    685220     18.00     19.04
221.27/55.42	c  N dy  1861    506238        60      5340         0     35520     37380    490884     17.99     18.96
233.28/58.42	c  N dy  1955    526269        60      5340         0     53333     37380    872915     18.01     19.06
238.85/59.86	c  S st  2005    536813        60      5340         0     35189     37380    476059     18.02   no data
239.25/59.96	c  S st  2005    537315        60      5340         0     35638     37380    485913     18.02   no data
239.25/59.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.25/59.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.25/59.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.25/59.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.25/59.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.25/59.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
239.25/59.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.25/59.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.25/59.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.84/60.86	c lits-rem:       241  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  0.86 s
242.84/60.86	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
242.84/60.86	c vivif2 --  cl tried    33594 cl shrink        0 lits rem          0 time: 0.00
244.04/61.17	c asymm  cl-useful: 0/1980/5340 lits-rem:0 time: 0.31
244.04/61.18	c calculated reachability. Time: 0.00
244.04/61.18	c  N dy  2005    537315        60      5340         0     33594     37380    442634     18.02   no data
258.42/64.79	c  N dy  2106    560922        60      5340         0     54546     37380    890842     18.04     19.00
270.01/67.61	c  N dy  2189    581124        60      5340         0     44097     37380    654862     18.05     19.08
284.39/71.26	c  N dy  2286    602610        60      5340         0     33974     37380    429274     18.06     19.06
296.37/74.28	c  N dy  2378    622872        60      5340         0     51977     37380    814421     18.08     19.12
312.36/78.27	c  N dy  2439    651003        60      5340         0     46657     37380    686595     18.05     19.10
328.32/82.27	c  N dy  2513    673654        60      5340         0     35796     37380    451393     18.06     19.15
340.71/85.37	c  N dy  2566    693714        60      5340         0     53473     37380    823934     18.05     19.06
355.09/88.90	c  N dy  2634    713982        60      5340         0     39546     37380    512587     18.05     19.17
369.09/92.49	c  N dy  2703    734874        60      5340         0     57958     37380    902205     18.05     19.03
394.24/98.71	c  N dy  2835    772476        60      5340         0     58341     37380    894060     18.03     19.11
408.22/102.21	c  N dy  2908    793419        60      5340         0     43384     37380    580445     18.03     19.07
416.61/104.32	c  S st  2966    805972        60      5340         0     54512     37380    818432     18.04     18.07
417.01/104.46	c  S st  2966    806474        60      5340         0     54963     37380    828326     18.04   no data
417.01/104.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
417.01/104.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
417.01/104.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
417.01/104.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
417.01/104.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
417.01/104.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
417.01/104.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
417.01/104.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
417.42/104.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.61/107.85	c lits-rem:       630  cl-subs:     5395  v-elim:      0  v-fix:    0  time:  3.33 s
430.61/107.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
430.61/107.86	c vivif2 --  cl tried    49568 cl shrink        0 lits rem          0 time: 0.01
431.78/108.11	c asymm  cl-useful: 0/1045/5340 lits-rem:0 time: 0.25
431.78/108.11	c calculated reachability. Time: 0.00
431.78/108.11	c  N dy  2966    806474        60      5340         0     49568     37380    713986     18.04   no data
449.36/112.55	c  N dy  3088    826573        60      5340         0     67382     37380   1098519     18.06     19.01
476.52/119.30	c  N dy  3176    866931        60      5340         0     68656     37380   1096613     18.03     19.00
489.30/122.53	c  N dy  3249    886942        60      5340         0     51289     37380    730212     18.03     19.52
522.06/130.72	c  N dy  3282    939194        60      5340         0     60910     37380    891102     17.93     18.93
539.65/135.11	c  N dy  3377    959475        60      5340         0     42045     37380    512987     17.95     19.01
554.82/138.93	c  N dy  3461    980546        60      5340         0     60760     37380    909772     17.96     18.99
575.20/144.10	c  N dy  3563   1001178        60      5340         0     41115     37380    478659     17.96     18.94
590.77/147.92	c  N dy  3697   1021224        60      5340         0     58898     37380    863114     17.99     18.94
611.54/153.15	c  N dy  3816   1041296        60      5340         0     76698     37380   1248484     18.01     19.93
628.34/157.30	c  N dy  3859   1066322        60      5340         0     59767     37380    851536     17.98     18.93
633.14/158.56	c  F st  3878   1071875        60      5340         0     64670     37380    956402     17.98   no data
649.49/162.65	c  N dy  3921   1089267        60      5340         0     40235     37380    442267     17.98     19.04
664.27/166.33	c  N dy  4020   1109618        60      5340         0     58253     37380    828084     17.99     18.96
683.45/171.11	c  N dy  4091   1129630        60      5340         0     75956     37380   1202910     17.98     19.73
699.42/175.18	c  N dy  4122   1150030        60      5340         0     53131     37380    699298     17.96     18.94
719.79/180.27	c  N dy  4171   1174122        60      5340         0     74321     37380   1143408     17.95     18.90
739.76/185.28	c  N dy  4212   1196587        60      5340         0     52684     37380    681509     17.94     18.98
754.96/189.05	c  S st  4326   1209714        60      5340         0     64376     37380    939502     17.96   no data
755.77/189.29	c  S st  4326   1210218        60      5340         0     64842     37380    950172     17.96   no data
755.77/189.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
756.17/189.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
756.17/189.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
756.17/189.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
756.17/189.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.17/189.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
756.17/189.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
756.17/189.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
756.17/189.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
779.71/195.25	c lits-rem:       645  cl-subs:     6383  v-elim:      0  v-fix:    0  time:  5.88 s
779.71/195.25	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
779.71/195.26	c vivif2 --  cl tried    58459 cl shrink        0 lits rem          0 time: 0.01
781.32/195.61	c asymm  cl-useful: 0/846/5340 lits-rem:0 time: 0.35
781.32/195.62	c calculated reachability. Time: 0.00
781.32/195.62	c  N dy  4326   1210218        60      5340         0     58459     37380    818956     17.96   no data
810.47/202.90	c  N dy  4448   1234038        60      5340         0     79606     37380   1273226     17.98     19.11
831.64/208.27	c  N dy  4558   1257058        60      5340         0     57958     37380    793708     17.99     18.96
852.83/213.50	c  N dy  4639   1279108        60      5340         0     77505     37380   1208259     17.99     18.97
871.19/218.19	c  N dy  4684   1300388        60      5340         0     53052     37380    667203     17.98     18.94
890.37/222.97	c  N dy  4764   1320790        60      5340         0     71053     37380   1048471     17.98     18.98
914.35/228.97	c  N dy  4869   1340843        60      5340         0     44800     37380    491856     17.99     19.59
928.71/232.57	c  N dy  4917   1361484        60      5340         0     62882     37380    869135     17.99     19.00
968.65/242.57	c  N dy  4947   1402800        60      5340         0     54159     37380    668489     17.94     18.93
990.23/247.96	c  N dy  5068   1424008        60      5340         0     72934     37380   1072588     17.95     19.03
1015.02/254.12	c  N dy  5162   1444049        60      5340         0     90595     37380   1447981     17.96     22.11
1032.99/258.61	c  N dy  5231   1464783        60      5340         0     63243     37380    862918     17.96     19.00
1052.95/263.68	c  N dy  5296   1484870        60      5340         0     80908     37380   1234087     17.96     20.59
1077.71/269.84	c  N dy  5321   1512441        60      5340         0     58407     37380    743275     17.94     18.91
1098.09/274.97	c  N dy  5443   1532523        60      5340         0     76167     37380   1128758     17.95     19.46
1123.65/281.36	c  N dy  5534   1552547        60      5340         0     93862     37380   1507176     17.96     19.19
1143.63/286.31	c  N dy  5643   1574379        60      5340         0     65478     37380    893865     17.97     18.96
1165.19/291.75	c  N dy  5747   1594381        60      5340         0     83204     37380   1275802     17.98     18.98
1192.36/298.55	c  N dy  5867   1614390        60      5340         0     52431     37380    602168     17.99     20.30
1210.34/303.05	c  N dy  5968   1634531        60      5340         0     70283     37380    986564     18.00     18.97
1229.51/307.86	c  N dy  6017   1654626        60      5340         0     87904     37380   1352437     17.99     19.65
1255.08/314.23	c  N dy  6141   1674682        60      5340         0     56246     37380    679012     18.00     20.38
1278.25/320.07	c  N dy  6296   1696425        60      5340         0     75492     37380   1098145     18.02     19.12
1298.61/325.16	c  S st  6397   1710220        60      5340         0     87755     37380   1366596     18.03   no data
1299.81/325.48	c  S st  6397   1710723        60      5340         0     88208     37380   1376874     18.03   no data
1299.81/325.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1300.21/325.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1300.21/325.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1300.21/325.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1300.21/325.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1300.21/325.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1300.21/325.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1300.21/325.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1300.64/325.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1362.55/341.16	c lits-rem:       954  cl-subs:     9111  v-elim:      0  v-fix:    0  time: 15.55 s
1362.55/341.16	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1362.55/341.18	c vivif2 --  cl tried    79097 cl shrink        0 lits rem          0 time: 0.02
1364.12/341.59	c asymm  cl-useful: 0/608/5340 lits-rem:0 time: 0.41
1364.12/341.59	c calculated reachability. Time: 0.00
1364.12/341.59	c  N dy  6397   1710723        60      5340         0     79097     37380   1174070     18.03   no data
1400.48/350.65	c  N dy  6537   1731549        60      5340         0     97505     37380   1575851     18.05     19.02
1424.84/356.73	c  N dy  6627   1757671        60      5340         0     70539     37380    966455     18.04     19.08
1445.22/361.89	c  N dy  6664   1777968        60      5340         0     88348     37380   1331679     18.03     19.08
1471.99/368.60	c  N dy  6739   1798045        60      5340         0     55119     37380    631250     18.04     19.04
1493.15/373.82	c  N dy  6879   1818046        60      5340         0     72771     37380   1017707     18.05     19.03
1515.53/379.44	c  N dy  6928   1838237        60      5340         0     90517     37380   1390302     18.05     19.01
1549.08/387.83	c  N dy  7072   1858838        60      5340         0     56963     37380    664989     18.06     19.14
1571.05/393.38	c  N dy  7166   1879418        60      5340         0     75150     37380   1056768     18.07     19.06
1598.22/400.15	c  N dy  7259   1901096        60      5340         0     94293     37380   1467342     18.07     19.08
1626.56/407.26	c  N dy  7362   1921748        60      5340         0     59609     37380    707184     18.08     19.04
1645.74/412.03	c  N dy  7425   1941770        60      5340         0     77271     37380   1081563     18.08     20.76
1668.51/417.75	c  N dy  7495   1961799        60      5340         0     94957     37380   1455300     18.08     19.31
1696.10/424.61	c  N dy  7546   1982141        60      5340         0     59127     37380    684662     18.07     19.05
1715.65/429.51	c  N dy  7629   2002194        60      5340         0     76864     37380   1067020     18.08     21.50
1734.83/434.36	c  N dy  7642   2022295        60      5340         0     94482     37380   1429422     18.06     20.44
1814.74/454.34	c  N dy  7721   2100269        60      5340         0    107535     37380   1625060     17.99     18.99
1840.69/460.88	c  N dy  7853   2122143        60      5340         0     71822     37380    950256     18.00     18.99
1865.05/466.99	c  N dy  7954   2142163        60      5340         0     89505     37380   1329392     18.01     19.39
1903.40/476.54	c  N dy  8102   2166537        60      5340         0    111051     37380   1793951     18.02     19.00
1926.96/482.44	c  N dy  8240   2186626        60      5340         0     72641     37380    955523     18.03     20.63
1949.33/488.02	c  N dy  8301   2206970        60      5340         0     90624     37380   1337526     18.03     18.98
1954.53/489.39	c  S st  8322   2210724        60      5340         0     93928     37380   1408436     18.03     18.42
1955.75/489.67	c  S st  8322   2211227        60      5340         0     94381     37380   1418439     18.03   no data
1955.75/489.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1956.13/489.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1956.13/489.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1956.13/489.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1956.13/489.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1956.13/489.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1956.13/489.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1956.13/489.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1956.13/489.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2030.45/508.33	c lits-rem:       943  cl-subs:    10070  v-elim:      0  v-fix:    0  time: 18.54 s
2030.45/508.33	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2030.45/508.35	c vivif2 --  cl tried    84311 cl shrink        0 lits rem          0 time: 0.02
2032.42/508.89	c asymm  cl-useful: 0/565/5340 lits-rem:0 time: 0.54
2032.82/508.90	c calculated reachability. Time: 0.00
2032.82/508.90	c  N dy  8322   2211227        60      5340         0     84311     37380   1204502     18.03   no data
2070.76/518.40	c  N dy  8394   2232549        60      5340         0    103100     37380   1604171     18.03     19.08
2097.94/525.21	c  N dy  8498   2252611        60      5340         0     64126     37380    766558     18.04     20.61
2117.10/530.09	c  N dy  8542   2272750        60      5340         0     81823     37380   1140508     18.03     19.12
2145.86/537.20	c  N dy  8659   2292847        60      5340         0     99559     37380   1523870     18.04     21.85
2177.02/545.09	c  N dy  8735   2313296        60      5340         0     59675     37380    653166     18.04     19.05
2199.39/550.64	c  N dy  8866   2333611        60      5340         0     77681     37380   1046494     18.05     19.01
2224.56/556.96	c  N dy  8962   2353997        60      5340         0     95614     37380   1432392     18.06     19.15
2259.71/565.74	c  N dy  9110   2374079        60      5340         0    113365     37380   1820952     18.07     19.19
2287.67/572.78	c  N dy  9248   2394146        60      5340         0     72220     37380    915537     18.08     19.86
2313.64/579.23	c  N dy  9374   2414187        60      5340         0     89981     37380   1302588     18.09     20.14
2345.20/587.10	c  N dy  9481   2434253        60      5340         0    107711     37380   1685748     18.10     19.46
2376.76/595.06	c  N dy  9585   2454307        60      5340         0     65406     37380    753046     18.10     20.34
2401.92/601.36	c  N dy  9717   2475893        60      5340         0     84435     37380   1166028     18.11     19.34
2432.68/609.03	c  N dy  9799   2497982        60      5340         0    103858     37380   1581217     18.11     19.12
2467.43/617.79	c  N dy  9897   2518018        60      5340         0    121577     37380   1962329     18.11     19.40
2490.21/623.42	c  N dy  9994   2538192        60      5340         0     78534     37380   1027272     18.12     19.10
2517.37/630.22	c  N dy 10037   2562599        60      5340         0     99955     37380   1479158     18.11     19.09
2552.12/638.92	c  N dy 10140   2582663        60      5340         0    117643     37380   1858970     18.12     19.08
2581.28/646.26	c  N dy 10259   2603602        60      5340         0     74437     37380    927204     18.12     19.10
2606.85/652.63	c  N dy 10341   2625498        60      5340         0     93669     37380   1338225     18.12     19.08
2638.41/660.54	c  N dy 10426   2645515        60      5340         0    111308     37380   1715736     18.13     19.90
2667.58/667.81	c  N dy 10469   2665574        60      5340         0     66416     37380    748755     18.12     19.27
2691.53/673.87	c  N dy 10606   2685629        60      5340         0     84103     37380   1133460     18.13     21.09
2721.89/681.43	c  N dy 10720   2705729        60      5340         0    101813     37380   1517958     18.14     19.28
2730.27/683.54	c  S st 10726   2711227        60      5340         0    106619     37380   1619206     18.13     15.53
2731.87/683.93	c  S st 10726   2711731        60      5340         0    107080     37380   1629474     18.13   no data
2731.87/683.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2732.27/684.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2732.27/684.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2732.27/684.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2732.27/684.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2732.27/684.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2732.27/684.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2732.27/684.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2732.27/684.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2835.33/709.80	c lits-rem:       811  cl-subs:    11376  v-elim:      0  v-fix:    0  time: 25.72 s
2835.33/709.80	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2835.33/709.83	c vivif2 --  cl tried    95704 cl shrink        0 lits rem          0 time: 0.02
2837.33/710.36	c asymm  cl-useful: 0/505/5340 lits-rem:0 time: 0.53
2837.33/710.36	c calculated reachability. Time: 0.00
2837.33/710.36	c  N dy 10726   2711731        60      5340         0     95704     37380   1384974     18.13   no data
2875.68/719.97	c  N dy 10827   2731768        60      5340         0    113461     37380   1769895     18.14     20.91
2909.63/728.41	c  N dy 10899   2751832        60      5340         0     68326     37380    777662     18.14     19.83
2932.80/734.23	c  N dy 11011   2772020        60      5340         0     86143     37380   1164657     18.14     19.11
2961.98/741.54	c  N dy 11101   2792091        60      5340         0    103788     37380   1543450     18.14     19.11
3001.13/751.35	c  N dy 11240   2812144        60      5340         0    121506     37380   1931789     18.15     21.30
3031.07/758.83	c  N dy 11322   2832205        60      5340         0     75179     37380    917938     18.16     19.33
3078.21/770.64	c  N dy 11418   2872206        60      5340         0    110217     37380   1657448     18.15     19.35
3110.56/778.73	c  N dy 11484   2892231        60      5340         0    127724     37380   2033965     18.15     21.83
3154.51/789.80	c  N dy 11554   2932600        60      5340         0     98092     37380   1381583     18.14     19.25
3188.86/798.34	c  N dy 11673   2952629        60      5340         0    115808     37380   1768255     18.15     19.60
3228.00/808.16	c  N dy 11741   2973680        60      5340         0     68522     37380    753968     18.15     19.17
3252.00/814.11	c  N dy 11840   2993748        60      5340         0     86213     37380   1137175     18.15     19.40
3277.14/820.46	c  N dy 11904   3013799        60      5340         0    103739     37380   1509535     18.15     19.21
3315.48/830.02	c  N dy 11999   3036500        60      5340         0    123659     37380   1935602     18.15     19.33
3349.04/838.45	c  N dy 12094   3056595        60      5340         0     74646     37380    876591     18.16     19.35
3371.41/844.09	c  N dy 12145   3076650        60      5340         0     92204     37380   1246138     18.15     20.62
3399.38/851.02	c  N dy 12224   3096685        60      5340         0    109778     37380   1617766     18.15     20.48
3439.32/861.09	c  N dy 12369   3116737        60      5340         0    127452     37380   2006472     18.16     19.57
3473.67/869.64	c  N dy 12462   3137720        60      5340         0     78287     37380    941348     18.16     19.19
3510.02/878.75	c  N dy 12520   3170600        60      5340         0    107075     37380   1545295     18.15     19.29
3548.77/888.46	c  N dy 12644   3191223        60      5340         0    125247     37380   1942208     18.16     19.19
3585.94/897.78	c  N dy 12748   3211248        60      5340         0     74421     37380    855350     18.16     20.89
3586.71/897.93	c  S st 12753   3211733        60      5340         0     74853     37380    865029     18.16   no data
3587.51/898.14	c  S st 12753   3212237        60      5340         0     75315     37380    875463     18.16   no data
3587.51/898.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3587.51/898.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3587.51/898.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3587.51/898.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3587.51/898.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3587.51/898.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3587.51/898.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3587.91/898.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3587.91/898.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3594.73/899.94	c lits-rem:       137  cl-subs:     1597  v-elim:      0  v-fix:    0  time:  1.71 s
3594.73/899.94	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3594.73/899.95	c vivif2 --  cl tried    73718 cl shrink        0 lits rem          0 time: 0.01
3595.91/900.27	c asymm  cl-useful: 0/610/5340 lits-rem:0 time: 0.32
3595.91/900.27	c calculated reachability. Time: 0.00
3595.91/900.27	c  N dy 12753   3212237        60      5340         0     73718     37380    839575     18.16   no data
3621.47/906.69	c  N dy 12828   3232301        60      5340         0     91422     37380   1218167     18.16     19.95
3656.24/915.35	c  N dy 12883   3256437        60      5340         0    112546     37380   1658914     18.16     19.14
3705.36/927.69	c  N dy 13025   3281403        60      5340         0    134554     37380   2138338     18.16     19.15
3737.71/935.74	c  N dy 13163   3301417        60      5340         0     82790     37380   1029556     18.17     20.16
3770.09/943.90	c  N dy 13242   3325747        60      5340         0    104165     37380   1484755     18.17     19.18
3818.82/956.08	c  N dy 13290   3359593        60      5340         0    133674     37380   2099890     18.16     19.12
3859.55/966.23	c  N dy 13417   3380079        60      5340         0     81563     37380    991050     18.17     19.22
3891.11/974.16	c  N dy 13531   3401632        60      5340         0    100569     37380   1402873     18.17     19.13
3926.26/982.90	c  N dy 13611   3423739        60      5340         0    119966     37380   1813768     18.17     19.39
3966.60/993.02	c  N dy 13693   3446522        60      5340         0    140059     37380   2245016     18.17     19.19
3997.76/1000.84	c  N dy 13805   3467203        60      5340         0     87154     37380   1099752     18.17     19.14
4024.93/1007.68	c  N dy 13872   3487800        60      5340         0    105177     37380   1483432     18.17     19.19
4062.87/1017.13	c  N dy 13928   3512429        60      5340         0    126697     37380   1933606     18.17     19.25
4110.00/1028.93	c  N dy 14045   3532492        60      5340         0     72339     37380    768911     18.17     19.16
4140.36/1036.55	c  N dy 14172   3556764        60      5340         0     93691     37380   1231744     18.18     19.41
4173.92/1044.99	c  N dy 14293   3576826        60      5340         0    111400     37380   1617777     18.18     19.63
4224.25/1057.55	c  N dy 14347   3608513        60      5340         0    139034     37380   2191936     18.17     19.20
4263.00/1067.20	c  N dy 14517   3628990        60      5340         0     84277     37380   1024674     18.18     19.18
4293.76/1074.93	c  N dy 14634   3649912        60      5340         0    102678     37380   1423946     18.18     19.21
4328.53/1083.61	c  N dy 14726   3669989        60      5340         0    120331     37380   1804388     18.19     21.18
4372.07/1094.59	c  N dy 14856   3690053        60      5340         0    138065     37380   2192485     18.19     19.42
4414.00/1105.07	c  N dy 14945   3710672        60      5340         0     82200     37380    957187     18.19     19.16
4416.41/1105.63	c  S st 14961   3712238        60      5340         0     83585     37380    988111     18.19   no data
4417.19/1105.88	c  S st 14961   3712739        60      5340         0     84030     37380    998227     18.19   no data
4417.19/1105.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4417.59/1105.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4417.59/1105.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4417.59/1105.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4417.59/1105.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4417.59/1105.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4417.59/1105.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4417.59/1105.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4417.59/1105.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4427.98/1108.56	c lits-rem:       173  cl-subs:     2867  v-elim:      0  v-fix:    0  time:  2.59 s
4427.98/1108.56	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4427.98/1108.57	c vivif2 --  cl tried    81163 cl shrink        0 lits rem          0 time: 0.02
4429.60/1108.90	c asymm  cl-useful: 0/591/5340 lits-rem:0 time: 0.33
4429.60/1108.91	c calculated reachability. Time: 0.00
4429.60/1108.91	c  N dy 14961   3712739        60      5340         0     81163     37380    939940     18.19   no data
4457.53/1115.97	c  N dy 15066   3732850        60      5340         0     98872     37380   1323855     18.20     19.16
4492.29/1124.62	c  F st 15180   3751562        60      5340         0    115337     37380   1684526     18.20   no data
4495.88/1125.52	c  N st 15184   3753597        60      5340         0    117116     37380   1724552     18.20   no data
4539.44/1136.47	c  N dy 15263   3778441        60      5340         0    138845     37380   2184810     18.20     19.26
4584.96/1147.90	c  N dy 15346   3806823        60      5340         0     89141     37380   1095313     18.20     19.21
4619.32/1156.40	c  N dy 15503   3826859        60      5340         0    106868     37380   1486568     18.21     19.17
4658.46/1166.21	c  N dy 15633   3847952        60      5340         0    125467     37380   1893276     18.21     19.36
4706.80/1178.30	c  N dy 15760   3868022        60      5340         0    143186     37380   2282479     18.22     20.49
4746.34/1188.21	c  N dy 15899   3888037        60      5340         0     85270     37380   1012204     18.23     19.25
4773.90/1195.15	c  N dy 15976   3908281        60      5340         0    103079     37380   1395755     18.23     19.22

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-3174045-1304079139/watcher-3174045-1304079139 -o /tmp/evaluation-result-3174045-1304079139/solver-3174045-1304079139 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174045-1304079139.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.86 7.79 7.65 5/180 28954
/proc/meminfo: memFree=30745616/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 519511865 52441088 347 33554432000 4194304 4627427 140736045238560 18446744073709551615 228244405233 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 12803 347 299 106 0 7774 0
[pid=28954/tid=28955] ppid=28952 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519511865 52441088 347 33554432000 4194304 4627427 140736045238560 18446744073709551615 47647798269874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519511865 52441088 347 33554432000 4194304 4627427 140736045238560 18446744073709551615 47647798269872 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 519511866 52441088 347 33554432000 4194304 4627427 140736045238560 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.106748 s]
/proc/loadavg: 7.86 7.79 7.65 5/180 28954
/proc/meminfo: memFree=30745616/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=281864 CPUtime=0.4 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 1337 0 0 0 40 0 0 0 18 0 4 0 519511865 288628736 1244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 70466 1244 364 106 0 65437 0
[pid=28954/tid=28955] ppid=28952 vsize=281864 CPUtime=0.1 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 193 0 0 0 10 0 0 0 25 0 4 0 519511865 288628736 1244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=281864 CPUtime=0.1 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 196 0 0 0 10 0 0 0 25 0 4 0 519511865 288628736 1244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=281864 CPUtime=0.09 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 330 0 0 0 9 0 0 0 18 0 4 0 519511866 288628736 1244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 281864

[startup+0.200734 s]
/proc/loadavg: 7.86 7.79 7.65 5/180 28954
/proc/meminfo: memFree=30745616/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=283480 CPUtime=0.77 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 2838 0 0 0 77 0 0 0 18 0 4 0 519511865 290283520 2434 33554432000 4194304 4627427 140736045238560 18446744073709551615 4330279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 70870 2434 384 106 0 65841 0
[pid=28954/tid=28955] ppid=28952 vsize=283480 CPUtime=0.19 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 625 0 0 0 19 0 0 0 25 0 4 0 519511865 290283520 2434 33554432000 4194304 4627427 140736045238560 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=283480 CPUtime=0.19 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 617 0 0 0 19 0 0 0 25 0 4 0 519511865 290283520 2434 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=283480 CPUtime=0.19 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 519 0 0 0 19 0 0 0 18 0 4 0 519511866 290283520 2434 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283480

[startup+0.300715 s]
/proc/loadavg: 7.86 7.79 7.65 5/180 28954
/proc/meminfo: memFree=30745616/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=285104 CPUtime=1.17 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 3459 0 0 0 117 0 0 0 18 0 4 0 519511865 291946496 2577 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 71276 2577 384 106 0 66247 0
[pid=28954/tid=28955] ppid=28952 vsize=285104 CPUtime=0.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 796 0 0 0 29 0 0 0 25 0 4 0 519511865 291946496 2577 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=285104 CPUtime=0.29 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 806 0 0 0 29 0 0 0 25 0 4 0 519511865 291946496 2577 33554432000 4194304 4627427 140736045238560 18446744073709551615 4331005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=285104 CPUtime=0.29 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 609 0 0 0 29 0 0 0 18 0 4 0 519511866 291946496 2577 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285104

[startup+0.700646 s]
/proc/loadavg: 7.86 7.79 7.65 5/180 28954
/proc/meminfo: memFree=30745616/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=286240 CPUtime=2.77 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 5342 0 0 0 277 0 0 0 18 0 4 0 519511865 293109760 3284 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 71560 3284 384 106 0 66531 0
[pid=28954/tid=28955] ppid=28952 vsize=286240 CPUtime=0.69 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 1227 0 0 0 69 0 0 0 25 0 4 0 519511865 293109760 3284 33554432000 4194304 4627427 140736045238560 18446744073709551615 4328936 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=286240 CPUtime=0.69 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 1265 0 0 0 69 0 0 0 25 0 4 0 519511865 293109760 3284 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=286240 CPUtime=0.69 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 1173 0 0 0 69 0 0 0 18 0 4 0 519511866 293109760 3284 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286240

[startup+1.50051 s]
/proc/loadavg: 7.86 7.79 7.65 9/184 28958
/proc/meminfo: memFree=30730828/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=287368 CPUtime=5.96 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 9626 0 0 0 595 1 0 0 20 0 4 0 519511865 294264832 5107 33554432000 4194304 4627427 140736045238560 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 71842 5107 388 106 0 66813 0
[pid=28954/tid=28955] ppid=28952 vsize=287368 CPUtime=1.49 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 2015 0 0 0 149 0 0 0 25 0 4 0 519511865 294264832 5107 33554432000 4194304 4627427 140736045238560 18446744073709551615 4299664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=287368 CPUtime=1.48 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 2084 0 0 0 148 0 0 0 25 0 4 0 519511865 294264832 5107 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=287368 CPUtime=1.49 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 1983 0 0 0 149 0 0 0 20 0 4 0 519511866 294264832 5107 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287368

[startup+3.10023 s]
/proc/loadavg: 7.86 7.79 7.65 9/184 28958
/proc/meminfo: memFree=30711924/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=295616 CPUtime=12.35 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 17188 0 0 0 1233 2 0 0 25 0 4 0 519511865 302710784 9751 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 73904 9751 388 106 0 68875 0
[pid=28954/tid=28955] ppid=28952 vsize=295616 CPUtime=3.08 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 3910 0 0 0 308 0 0 0 25 0 4 0 519511865 302710784 9751 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=295616 CPUtime=3.07 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 4604 0 0 0 307 0 0 0 25 0 4 0 519511865 302710784 9751 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=295616 CPUtime=3.08 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 4360 0 0 0 308 0 0 0 25 0 4 0 519511866 302710784 9751 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 295616

[startup+6.30067 s]
/proc/loadavg: 7.87 7.80 7.65 9/184 28958
/proc/meminfo: memFree=30691092/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=299336 CPUtime=25.14 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 25995 0 0 0 2510 4 0 0 25 0 4 0 519511865 306520064 12244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 74834 12244 388 106 0 69805 0
[pid=28954/tid=28955] ppid=28952 vsize=299336 CPUtime=6.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 6804 0 0 0 628 1 0 0 25 0 4 0 519511865 306520064 12244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=299336 CPUtime=6.26 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 6822 0 0 0 625 1 0 0 25 0 4 0 519511865 306520064 12244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=299336 CPUtime=6.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 6304 0 0 0 628 0 0 0 25 0 4 0 519511866 306520064 12244 33554432000 4194304 4627427 140736045238560 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 299336

[startup+12.7005 s]
/proc/loadavg: 7.88 7.80 7.65 9/184 28958
/proc/meminfo: memFree=30675804/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=299568 CPUtime=50.7 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 39714 0 0 0 5062 8 0 0 25 0 4 0 519511865 306757632 15842 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 74892 15842 388 106 0 69863 0
[pid=28954/tid=28955] ppid=28952 vsize=299568 CPUtime=12.68 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 10061 0 0 0 1266 2 0 0 25 0 4 0 519511865 306757632 15842 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=299568 CPUtime=12.62 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 8712 0 0 0 1260 2 0 0 25 0 4 0 519511865 306757632 15842 33554432000 4194304 4627427 140736045238560 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=299568 CPUtime=12.68 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 10236 0 0 0 1267 1 0 0 25 0 4 0 519511866 306757632 15842 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299568

[startup+25.5003 s]
/proc/loadavg: 7.97 7.82 7.66 9/184 28959
/proc/meminfo: memFree=30652872/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=300376 CPUtime=101.83 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 59214 0 0 0 10171 12 0 0 25 0 4 0 519511865 307585024 21561 33554432000 4194304 4627427 140736045238560 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 75094 21561 388 106 0 70065 0
[pid=28954/tid=28955] ppid=28952 vsize=300376 CPUtime=25.48 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 15996 0 0 0 2545 3 0 0 25 0 4 0 519511865 307585024 21561 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=300376 CPUtime=25.35 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 12299 0 0 0 2533 2 0 0 25 0 4 0 519511865 307585024 21561 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=300376 CPUtime=25.48 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 15192 0 0 0 2546 2 0 0 25 0 4 0 519511866 307585024 21561 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 300376

[startup+51.1008 s]
/proc/loadavg: 7.98 7.84 7.67 9/184 28959
/proc/meminfo: memFree=30599728/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=311952 CPUtime=204.1 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 86653 0 0 0 20388 22 0 0 25 0 4 0 519511865 319438848 25040 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 77988 25040 388 106 0 72959 0
[pid=28954/tid=28955] ppid=28952 vsize=311952 CPUtime=51.08 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 21766 0 0 0 5103 5 0 0 25 0 4 0 519511865 319438848 25040 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=311952 CPUtime=50.81 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 19167 0 0 0 5076 5 0 0 25 0 4 0 519511865 319438848 25040 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=311952 CPUtime=51.08 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 22457 0 0 0 5103 5 0 0 25 0 4 0 519511866 319438848 25040 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 311952

[startup+102.301 s]
/proc/loadavg: 8.04 7.88 7.69 9/184 28961
/proc/meminfo: memFree=30587360/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=323952 CPUtime=408.64 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 132231 0 0 0 40825 39 0 0 25 0 4 0 519511865 331726848 27605 33554432000 4194304 4627427 140736045238560 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 80988 27605 388 106 0 75959 0
[pid=28954/tid=28955] ppid=28952 vsize=323952 CPUtime=102.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 32368 0 0 0 10219 10 0 0 25 0 4 0 519511865 331726848 27605 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=323952 CPUtime=101.74 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 29156 0 0 0 10166 8 0 0 25 0 4 0 519511865 331726848 27605 33554432000 4194304 4627427 140736045238560 18446744073709551615 4321723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=323952 CPUtime=102.29 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 35375 0 0 0 10220 9 0 0 25 0 4 0 519511866 331726848 27605 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 323952

[startup+162.3 s]

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

[pid=28954] ppid=28952 vsize=349160 CPUtime=2565.7 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 409831 0 0 0 256412 158 0 0 25 0 4 0 519511865 357539840 59878 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 87290 59878 388 106 0 82261 0
[pid=28954/tid=28955] ppid=28952 vsize=349160 CPUtime=642.28 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 102748 0 0 0 64190 38 0 0 25 0 4 0 519511865 357539840 59878 33554432000 4194304 4627427 140736045238560 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=349160 CPUtime=638.79 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 95235 0 0 0 63843 36 0 0 25 0 4 0 519511865 357539840 59878 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=349160 CPUtime=642.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 105179 0 0 0 64189 39 0 0 25 0 4 0 519511866 357539840 59878 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 349160

[startup+702.301 s]
/proc/loadavg: 8.15 8.05 7.85 9/184 28977
/proc/meminfo: memFree=30329936/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=415124 CPUtime=2805.38 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 434835 0 0 0 280370 168 0 0 25 0 4 0 519511865 425086976 65732 33554432000 4194304 4627427 140736045238560 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 103781 65732 388 106 0 98752 0
[pid=28954/tid=28955] ppid=28952 vsize=415124 CPUtime=702.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 109732 0 0 0 70188 41 0 0 25 0 4 0 519511865 425086976 65732 33554432000 4194304 4627427 140736045238560 18446744073709551615 4420161 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=415124 CPUtime=698.47 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 100315 0 0 0 69809 38 0 0 25 0 4 0 519511865 425086976 65732 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=415124 CPUtime=702.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 111490 0 0 0 70186 42 0 0 25 0 4 0 519511866 425086976 65732 33554432000 4194304 4627427 140736045238560 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 415124

[startup+762.3 s]
/proc/loadavg: 8.16 8.06 7.87 9/184 28978
/proc/meminfo: memFree=30298120/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=508896 CPUtime=3045.07 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 453569 0 0 0 304331 176 0 0 25 0 4 0 519511865 521109504 69191 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 127224 69191 388 106 0 122195 0
[pid=28954/tid=28955] ppid=28952 vsize=508896 CPUtime=762.3 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 114596 0 0 0 76186 44 0 0 25 0 4 0 519511865 521109504 69191 33554432000 4194304 4627427 140736045238560 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=508896 CPUtime=758.15 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 105149 0 0 0 75774 41 0 0 25 0 4 0 519511865 521109504 69191 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=508896 CPUtime=762.29 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 115811 0 0 0 76185 44 0 0 25 0 4 0 519511866 521109504 69191 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 508896

[startup+822.301 s]
/proc/loadavg: 8.17 8.08 7.88 9/184 28980
/proc/meminfo: memFree=30300348/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=403308 CPUtime=3284.73 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 473260 0 0 0 328286 187 0 0 25 0 4 0 519511865 412987392 63811 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 100827 63811 388 106 0 95798 0
[pid=28954/tid=28955] ppid=28952 vsize=403308 CPUtime=822.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 119801 0 0 0 82183 46 0 0 25 0 4 0 519511865 412987392 63811 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=403308 CPUtime=817.82 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 110238 0 0 0 81738 44 0 0 25 0 4 0 519511865 412987392 63811 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=403308 CPUtime=822.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 119648 0 0 0 82182 46 0 0 25 0 4 0 519511866 412987392 63811 33554432000 4194304 4627427 140736045238560 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 403308

[startup+882.306 s]
/proc/loadavg: 8.14 8.09 7.90 9/184 28982
/proc/meminfo: memFree=30268492/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=350956 CPUtime=3524.42 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 493393 0 0 0 352244 198 0 0 25 0 4 0 519511865 359378944 62530 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 87739 62530 388 106 0 82710 0
[pid=28954/tid=28955] ppid=28952 vsize=350956 CPUtime=882.3 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 125029 0 0 0 88181 49 0 0 25 0 4 0 519511865 359378944 62530 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=350956 CPUtime=877.5 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 115398 0 0 0 87703 47 0 0 25 0 4 0 519511865 359378944 62530 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=350956 CPUtime=882.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 123914 0 0 0 88180 48 0 0 25 0 4 0 519511866 359378944 62530 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 350956

[startup+942.301 s]
/proc/loadavg: 8.10 8.09 7.91 9/184 28983
/proc/meminfo: memFree=30262188/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=416832 CPUtime=3764.08 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 512496 0 0 0 376199 209 0 0 25 0 4 0 519511865 426835968 64962 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 104208 64962 388 106 0 99179 0
[pid=28954/tid=28955] ppid=28952 vsize=416832 CPUtime=942.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 130386 0 0 0 94177 52 0 0 25 0 4 0 519511865 426835968 64962 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=416832 CPUtime=937.17 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 119339 0 0 0 93668 49 0 0 25 0 4 0 519511865 426835968 64962 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=416832 CPUtime=942.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 128161 0 0 0 94177 51 0 0 25 0 4 0 519511866 426835968 64962 33554432000 4194304 4627427 140736045238560 18446744073709551615 4310154 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 416832

[startup+1002.3 s]
/proc/loadavg: 7.97 8.05 7.91 10/184 29016
/proc/meminfo: memFree=30609708/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=424032 CPUtime=4003.75 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 533568 0 0 0 400157 218 0 0 25 0 4 0 519511865 434208768 66999 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 106008 66999 388 106 0 100979 0
[pid=28954/tid=28955] ppid=28952 vsize=424032 CPUtime=1002.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 134394 0 0 0 100175 54 0 0 25 0 4 0 519511865 434208768 66999 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=424032 CPUtime=996.83 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 125674 0 0 0 99633 50 0 0 25 0 4 0 519511865 434208768 66999 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=424032 CPUtime=1002.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 133726 0 0 0 100174 54 0 0 25 0 4 0 519511866 434208768 66999 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 424032

[startup+1062.3 s]
/proc/loadavg: 8.15 8.09 7.92 9/184 29017
/proc/meminfo: memFree=30582788/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=424424 CPUtime=4243.42 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 553100 0 0 0 424114 228 0 0 25 0 4 0 519511865 434610176 67387 33554432000 4194304 4627427 140736045238560 18446744073709551615 4324104 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 106106 67387 388 106 0 101077 0
[pid=28954/tid=28955] ppid=28952 vsize=424424 CPUtime=1062.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 139395 0 0 0 106173 56 0 0 25 0 4 0 519511865 434610176 67387 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=424424 CPUtime=1056.52 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 130704 0 0 0 105598 54 0 0 25 0 4 0 519511865 434610176 67387 33554432000 4194304 4627427 140736045238560 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=424424 CPUtime=1062.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 139175 0 0 0 106171 57 0 0 25 0 4 0 519511866 434610176 67387 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 424424

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 7.93 9/184 29019
/proc/meminfo: memFree=30543012/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=424800 CPUtime=4483.1 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 572091 0 0 0 448072 238 0 0 25 0 4 0 519511865 434995200 66874 33554432000 4194304 4627427 140736045238560 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 106200 66874 388 106 0 101171 0
[pid=28954/tid=28955] ppid=28952 vsize=424800 CPUtime=1122.3 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 144312 0 0 0 112171 59 0 0 25 0 4 0 519511865 434995200 66874 33554432000 4194304 4627427 140736045238560 18446744073709551615 4420130 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=424800 CPUtime=1116.19 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 134631 0 0 0 111563 56 0 0 25 0 4 0 519511865 434995200 66874 33554432000 4194304 4627427 140736045238560 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=424800 CPUtime=1122.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 144460 0 0 0 112169 59 0 0 25 0 4 0 519511866 434995200 66874 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 424800

[startup+1182.3 s]
/proc/loadavg: 8.20 8.11 7.94 9/184 29021
/proc/meminfo: memFree=30497404/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=425132 CPUtime=4722.78 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 589853 0 0 0 472032 246 0 0 25 0 4 0 519511865 435335168 67288 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 106283 67288 388 106 0 101254 0
[pid=28954/tid=28955] ppid=28952 vsize=425132 CPUtime=1182.29 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 148208 0 0 0 118169 60 0 0 25 0 4 0 519511865 435335168 67288 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=425132 CPUtime=1175.87 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 139783 0 0 0 117528 59 0 0 25 0 4 0 519511865 435335168 67288 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=425132 CPUtime=1182.28 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 149412 0 0 0 118167 61 0 0 25 0 4 0 519511866 435335168 67288 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 425132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.10 7.94 9/184 29021
/proc/meminfo: memFree=30497860/32951124 swapFree=67111364/67111528
[pid=28954] ppid=28952 vsize=425252 CPUtime=4800.29 cores=1,3,5,7
/proc/28954/stat : 28954 (strangenight2-m) R 28952 28954 28877 0 -1 4202496 596062 0 0 0 479780 249 0 0 25 0 4 0 519511865 435458048 67714 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28954/statm: 106313 67714 388 106 0 101284 0
[pid=28954/tid=28955] ppid=28952 vsize=425252 CPUtime=1201.7 cores=1,3,5,7
/proc/28954/task/28955/stat : 28955 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 150335 0 0 0 120108 62 0 0 25 0 4 0 519511865 435458048 67714 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28954/tid=28956] ppid=28952 vsize=425252 CPUtime=1195.15 cores=1,3,5,7
/proc/28954/task/28956/stat : 28956 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 140757 0 0 0 119456 59 0 0 25 0 4 0 519511865 435458048 67714 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28954/tid=28957] ppid=28952 vsize=425252 CPUtime=1201.68 cores=1,3,5,7
/proc/28954/task/28957/stat : 28957 (strangenight2-m) R 28952 28954 28877 0 -1 4202560 150425 0 0 0 120107 61 0 0 25 0 4 0 519511866 435458048 67714 33554432000 4194304 4627427 140736045238560 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 425252

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.72
CPU time (s): 4800.33
CPU user time (s): 4797.82
CPU system time (s): 2.51162
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 508896

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

runsolver used 1.85572 second user time and 4.72628 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 14:12:19
IDJOB=3174045
IDBENCH=82863
IDSOLVER=1586
FILE ID=node136/3174045-1304079139
RUNJOBID= node136-1304078917-28896
PBS_JOBID= 13170526
Free space on /tmp= 72328 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1458986015-022.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174045-1304079139/watcher-3174045-1304079139 -o /tmp/evaluation-result-3174045-1304079139/solver-3174045-1304079139 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174045-1304079139.cnf

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

MD5SUM BENCH= d549c96b17fdae3a10d8538216eeee78
RANDOM SEED=2114665413

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30746020 kB
Buffers:        565492 kB
Cached:         926780 kB
SwapCached:          0 kB
Active:         334100 kB
Inactive:      1445456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30746020 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5484 kB
Writeback:           0 kB
AnonPages:      286640 kB
Mapped:          15456 kB
Slab:           359588 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   541808 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= 72324 MiB
End job on node136 at 2011-04-29 14:32:23