Trace number 3366454

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.14 1203.35

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366454-1305404578.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	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.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.80	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      30 undec:       0 neg:      30
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
3.17/0.80	c  N dy    10      5075        60      5340         0      2296     37380     43771     17.82     18.79
3.17/0.80	c  N dy    32      9211        60      5340         0      5990     37380    123365     18.36     19.34
3.17/0.80	c  N dy    35     13515        60      5340         0      6020     37380    114244     17.98     18.93
3.17/0.80	c  N dy    52     18265        60      5340         0      5249     37380     89665     18.05     19.00
3.57/1.00	c  N dy    66     22535        60      5340         0      8993     37380    168153     18.10     19.15
4.76/1.20	c  F st    85     25002        60      5340         0     11194     37380    215560     18.21   no data
5.16/1.30	c  N st    89     27034        60      5340         0      6964     37380    116239     18.21   no data
5.56/1.40	c  S st    91     30000        60      5340         0      9542     37380    170192     18.21   no data
5.56/1.40	c  S st    91     30501        60      5340         0      9989     37380    179952     18.21   no data
5.56/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.56/1.40	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.56/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.56/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.57	c lits-rem:       117  cl-subs:     1069  v-elim:      0  v-fix:    0  time:  0.19 s
7.16/1.80	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
7.16/1.80	c calculated reachability. Time: 0.00
7.16/1.80	c  N dy    91     30501        60      5340         0      8920     37380    157574     18.21   no data
9.95/2.57	c  N dy    97     45752        60      5340         0     15444     37380    282056     17.77     17.40
9.95/2.57	c  S st    97     45752        60      5340         0     15444     37380    282056     17.77     17.40
10.35/2.62	c  S st    97     46253        60      5340         0      8035     37380    122057     17.77   no data
10.35/2.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.35/2.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.35/2.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.35/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.67	c lits-rem:        11  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.03 s
10.35/2.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.35/2.67	c vivif2 --  cl tried     8003 cl shrink        0 lits rem          0 time: 0.00
11.15/2.88	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.15/2.88	c calculated reachability. Time: 0.00
11.15/2.88	c  N dy    97     46253        60      5340         0      8003     37380    121243     17.77   no data
11.95/3.09	c  N dy   112     50332        60      5340         0     11644     37380    198471     17.80     18.99
13.18/3.32	c  N dy   128     54342        60      5340         0     15229     37380    274847     17.86     18.86
13.93/3.59	c  N dy   152     58386        60      5340         0     10005     37380    153868     17.95     19.41
15.54/3.99	c  N dy   159     65427        60      5340         0     16202     37380    279661     17.81     18.90
17.15/4.31	c  S st   180     69379        60      5340         0     10007     37380    145693     17.87   no data
17.15/4.35	c  S st   180     69883        60      5340         0     10471     37380    156009     17.87   no data
17.15/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.15/4.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.15/4.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.41	c lits-rem:        16  cl-subs:      118  v-elim:      0  v-fix:    0  time:  0.05 s
17.57/4.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.57/4.41	c vivif2 --  cl tried    10353 cl shrink        0 lits rem          0 time: 0.00
18.32/4.67	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.32/4.68	c calculated reachability. Time: 0.00
18.32/4.68	c  N dy   180     69883        60      5340         0     10353     37380    153254     17.87   no data
19.52/4.93	c  N dy   197     74355        60      5340         0     14346     37380    237872     17.90     18.87
21.13/5.32	c  N dy   234     79597        60      5340         0     19024     37380    339740     18.00     18.99
22.71/5.70	c  N dy   261     84844        60      5340         0     13022     37380    198207     18.04     19.01
23.11/5.86	c  F st   269     87500        60      5340         0     15377     37380    247579     18.04     17.02
23.91/6.08	c  N st   274     90799        60      5340         0     18316     37380    310258     18.04   no data
25.93/6.55	c  N dy   306     96658        60      5340         0     11970     37380    165593     18.11     19.06
27.90/7.03	c  N dy   318    104825        60      5340         0     19199     37380    314635     18.04     14.72
27.90/7.03	c  S st   318    104825        60      5340         0     19199     37380    314635     18.04     14.72
27.90/7.09	c  S st   318    105327        60      5340         0     19670     37380    324943     18.04   no data
27.90/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.90/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.90/7.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.90/7.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.90/7.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.90/7.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.90/7.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.30/7.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.30/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.59	c lits-rem:       215  cl-subs:     2341  v-elim:      0  v-fix:    0  time:  0.48 s
29.90/7.59	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.90/7.60	c vivif2 --  cl tried    17329 cl shrink        0 lits rem          0 time: 0.00
31.48/7.94	c asymm  cl-useful: 0/4862/5340 lits-rem:0 time: 0.35
31.48/7.94	c calculated reachability. Time: 0.00
31.48/7.94	c  N dy   318    105327        60      5340         0     17329     37380    278089     18.04   no data
35.12/8.85	c  N dy   336    117873        60      5340         0     16078     37380    243054     17.94     18.95
37.88/9.59	c  N dy   353    127925        60      5340         0     24996     37380    429035     17.91     18.99
40.66/10.21	c  N dy   368    136607        60      5340         0     19534     37380    305609     17.90     18.88
44.65/11.27	c  N dy   385    150404        60      5340         0     17534     37380    252698     17.83     18.94
47.45/11.94	c  S st   438    157992        60      5340         0     24312     37380    397466     17.88   no data
47.45/12.00	c  S st   438    158495        60      5340         0     24769     37380    407412     17.88   no data
47.45/12.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.87/12.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.87/12.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.87/12.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.87/12.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.87/12.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.87/12.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.87/12.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.87/12.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.64/12.74	c lits-rem:       341  cl-subs:     2622  v-elim:      0  v-fix:    0  time:  0.71 s
50.64/12.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.64/12.74	c vivif2 --  cl tried    22147 cl shrink        0 lits rem          0 time: 0.00
51.84/13.10	c asymm  cl-useful: 0/3990/5340 lits-rem:0 time: 0.35
51.84/13.10	c calculated reachability. Time: 0.00
51.84/13.10	c  N dy   438    158495        60      5340         0     22147     37380    352480     17.88   no data
56.64/14.30	c  N dy   492    172250        60      5340         0     19418     37380    283345     17.92     18.90
60.62/15.30	c  N dy   538    183378        60      5340         0     29242     37380    491859     17.94     18.90
65.00/16.34	c  N dy   560    195150        60      5340         0     23753     37380    361339     17.89     18.88
70.23/17.68	c  N dy   622    207889        60      5340         0     18284     37380    241673     17.92     19.06
74.97/18.84	c  N dy   638    221414        60      5340         0     30226     37380    488831     17.85     18.82
80.56/20.27	c  N dy   696    235852        60      5340         0     25381     37380    381034     17.88     18.92
81.36/20.48	c  S st   713    237743        60      5340         0     27080     37380    418068     17.90   no data
81.76/20.54	c  S st   713    238249        60      5340         0     27541     37380    428168     17.90   no data
81.76/20.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.76/20.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.76/20.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.76/20.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.76/20.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.76/20.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.76/20.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.76/20.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
81.76/20.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.94/21.30	c lits-rem:       207  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  0.73 s
84.94/21.30	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.94/21.30	c vivif2 --  cl tried    25077 cl shrink        0 lits rem          0 time: 0.00
85.34/21.45	c asymm  cl-useful: 0/1350/5340 lits-rem:0 time: 0.15
85.34/21.45	c calculated reachability. Time: 0.00
85.34/21.45	c  N dy   713    238249        60      5340         0     25077     37380    375644     17.90   no data
92.52/23.26	c  N dy   820    253546        60      5340         0     20218     37380    262381     17.97     19.66
98.91/24.87	c  N dy   884    269780        60      5340         0     34658     37380    568708     18.00     19.65
112.47/28.22	c  F st   895    306250        60      5340         0     26873     37380    369670     17.72     15.87
112.47/28.22	c  N st   895    306250        60      5340         0     26873     37380    369670     17.72     15.87
122.46/30.74	c  N dy  1025    325877        60      5340         0     23177     37380    296773     17.81     18.78
133.61/33.57	c  N dy  1153    349144        60      5340         0     43949     37380    744630     17.87     18.82
137.60/34.52	c  S st  1217    357373        60      5340         0     29087     37380    414414     17.91   no data
138.00/34.61	c  S st  1217    357875        60      5340         0     29534     37380    424258     17.91   no data
138.00/34.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.00/34.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.00/34.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.00/34.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.00/34.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.00/34.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
138.00/34.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.00/34.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
138.00/34.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.44/35.25	c lits-rem:       169  cl-subs:     1558  v-elim:      0  v-fix:    0  time:  0.62 s
140.44/35.25	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.44/35.26	c vivif2 --  cl tried    27976 cl shrink        0 lits rem          0 time: 0.01
141.99/35.64	c asymm  cl-useful: 0/3360/5340 lits-rem:0 time: 0.39
141.99/35.64	c calculated reachability. Time: 0.00
141.99/35.64	c  N dy  1217    357875        60      5340         0     27976     37380    389126     17.91   no data
151.97/38.18	c  N dy  1295    377892        60      5340         0     45705     37380    759904     17.90     18.98
162.38/40.74	c  N dy  1396    398018        60      5340         0     40564     37380    645397     17.93     18.88
174.31/43.77	c  N dy  1510    418169        60      5340         0     34584     37380    506924     17.97     18.94
189.06/47.42	c  N dy  1623    445011        60      5340         0     33471     37380    462098     17.98     18.94
200.63/50.32	c  N dy  1710    465106        60      5340         0     51266     37380    840864     17.99     19.00
210.99/52.98	c  N dy  1805    485802        60      5340         0     44044     37380    685220     18.00     19.04
222.57/55.84	c  N dy  1861    506238        60      5340         0     35520     37380    490884     17.99     18.96
234.53/58.86	c  N dy  1955    526269        60      5340         0     53333     37380    872915     18.01     19.06
240.52/60.30	c  S st  2005    536813        60      5340         0     35189     37380    476059     18.02   no data
240.52/60.40	c  S st  2005    537315        60      5340         0     35638     37380    485913     18.02   no data
240.52/60.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.94/60.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.94/60.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.94/60.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.94/60.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.94/60.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
240.94/60.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.94/60.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.94/60.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.51/61.31	c lits-rem:       241  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  0.87 s
244.51/61.31	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
244.51/61.32	c vivif2 --  cl tried    33594 cl shrink        0 lits rem          0 time: 0.01
245.75/61.64	c asymm  cl-useful: 0/1980/5340 lits-rem:0 time: 0.32
245.75/61.64	c calculated reachability. Time: 0.00
245.75/61.64	c  N dy  2005    537315        60      5340         0     33594     37380    442634     18.02   no data
260.06/65.27	c  N dy  2106    560922        60      5340         0     54546     37380    890842     18.04     19.00
271.66/68.12	c  N dy  2189    581124        60      5340         0     44097     37380    654862     18.05     19.08
285.99/71.77	c  N dy  2286    602610        60      5340         0     33974     37380    429274     18.06     19.06
297.98/74.79	c  N dy  2378    622872        60      5340         0     51977     37380    814421     18.08     19.12
314.31/78.81	c  N dy  2439    651003        60      5340         0     46657     37380    686595     18.05     19.10
330.27/82.83	c  N dy  2513    673654        60      5340         0     35796     37380    451393     18.06     19.15
342.28/85.82	c  N dy  2566    693714        60      5340         0     53473     37380    823934     18.05     19.06
357.00/89.52	c  N dy  2634    713982        60      5340         0     39546     37380    512587     18.05     19.17
371.37/93.18	c  N dy  2703    734874        60      5340         0     57958     37380    902205     18.05     19.03
396.49/99.42	c  N dy  2835    772476        60      5340         0     58341     37380    894060     18.03     19.11
410.46/102.94	c  N dy  2908    793419        60      5340         0     43384     37380    580445     18.03     19.07
418.83/105.08	c  S st  2966    805972        60      5340         0     54512     37380    818432     18.04     18.07
419.63/105.22	c  S st  2966    806474        60      5340         0     54963     37380    828326     18.04   no data
419.63/105.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
419.63/105.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
419.63/105.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.63/105.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.63/105.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.63/105.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
419.63/105.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.63/105.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
419.63/105.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.20/108.62	c lits-rem:       630  cl-subs:     5395  v-elim:      0  v-fix:    0  time:  3.34 s
433.20/108.62	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
433.20/108.63	c vivif2 --  cl tried    49568 cl shrink        0 lits rem          0 time: 0.01
434.01/108.88	c asymm  cl-useful: 0/1045/5340 lits-rem:0 time: 0.24
434.01/108.88	c calculated reachability. Time: 0.00
434.01/108.88	c  N dy  2966    806474        60      5340         0     49568     37380    713986     18.04   no data
451.98/113.32	c  N dy  3088    826573        60      5340         0     67382     37380   1098519     18.06     19.01
479.06/120.10	c  N dy  3176    866931        60      5340         0     68656     37380   1096613     18.03     19.00
491.83/123.35	c  N dy  3249    886942        60      5340         0     51289     37380    730212     18.03     19.52
524.55/131.58	c  N dy  3282    939194        60      5340         0     60910     37380    891102     17.93     18.93
542.10/135.95	c  N dy  3377    959475        60      5340         0     42045     37380    512987     17.95     19.01
557.65/139.84	c  N dy  3461    980546        60      5340         0     60760     37380    909772     17.96     18.99
578.00/144.98	c  N dy  3563   1001178        60      5340         0     41115     37380    478659     17.96     18.94
593.55/148.87	c  N dy  3697   1021224        60      5340         0     58898     37380    863114     17.99     18.94
614.69/154.11	c  N dy  3816   1041296        60      5340         0     76698     37380   1248484     18.01     19.93
631.06/158.30	c  N dy  3859   1066322        60      5340         0     59767     37380    851536     17.98     18.93
636.29/159.57	c  F st  3878   1071875        60      5340         0     64670     37380    956402     17.98   no data
652.60/163.64	c  N dy  3921   1089267        60      5340         0     40235     37380    442267     17.98     19.04
667.35/167.35	c  N dy  4020   1109618        60      5340         0     58253     37380    828084     17.99     18.96
686.51/172.18	c  N dy  4091   1129630        60      5340         0     75956     37380   1202910     17.98     19.73
702.85/176.24	c  N dy  4122   1150030        60      5340         0     53131     37380    699298     17.96     18.94
723.63/181.43	c  N dy  4171   1174122        60      5340         0     74321     37380   1143408     17.95     18.90
742.75/186.20	c  N dy  4212   1196587        60      5340         0     52684     37380    681509     17.94     18.98
756.32/189.62	c  S st  4326   1209714        60      5340         0     64376     37380    939502     17.96   no data
757.12/189.86	c  S st  4326   1210218        60      5340         0     64842     37380    950172     17.96   no data
757.12/189.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
757.12/189.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
757.12/189.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
757.12/189.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.12/189.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.12/189.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
757.12/189.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
757.52/189.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
757.52/189.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.48/196.97	c lits-rem:       645  cl-subs:     6383  v-elim:      0  v-fix:    0  time:  7.03 s
785.48/196.97	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
785.48/196.99	c vivif2 --  cl tried    58459 cl shrink        0 lits rem          0 time: 0.02
787.42/197.44	c asymm  cl-useful: 0/846/5340 lits-rem:0 time: 0.46
787.42/197.44	c calculated reachability. Time: 0.00
787.42/197.44	c  N dy  4326   1210218        60      5340         0     58459     37380    818956     17.96   no data
818.54/205.23	c  N dy  4448   1234038        60      5340         0     79606     37380   1273226     17.98     19.11
839.67/210.50	c  N dy  4558   1257058        60      5340         0     57958     37380    793708     17.99     18.96
860.42/215.76	c  N dy  4639   1279108        60      5340         0     77505     37380   1208259     17.99     18.97
879.57/220.50	c  N dy  4684   1300388        60      5340         0     53052     37380    667203     17.98     18.94
898.32/225.25	c  N dy  4764   1320790        60      5340         0     71053     37380   1048471     17.98     18.98
922.65/231.35	c  N dy  4869   1340843        60      5340         0     44800     37380    491856     17.99     19.59
938.64/235.34	c  N dy  4917   1361484        60      5340         0     62882     37380    869135     17.99     19.00
977.70/245.20	c  N dy  4947   1402800        60      5340         0     54159     37380    668489     17.94     18.93
998.85/250.43	c  N dy  5068   1424008        60      5340         0     72934     37380   1072588     17.95     19.03
1023.97/256.71	c  N dy  5162   1444049        60      5340         0     90595     37380   1447981     17.96     22.11
1041.53/261.16	c  N dy  5231   1464783        60      5340         0     63243     37380    862918     17.96     19.00
1061.93/266.24	c  N dy  5296   1484870        60      5340         0     80908     37380   1234087     17.96     20.59
1086.61/272.48	c  N dy  5321   1512441        60      5340         0     58407     37380    743275     17.94     18.91
1107.36/277.63	c  N dy  5443   1532523        60      5340         0     76167     37380   1128758     17.95     19.46
1132.88/284.04	c  N dy  5534   1552547        60      5340         0     93862     37380   1507176     17.96     19.19
1152.83/289.05	c  N dy  5643   1574379        60      5340         0     65478     37380    893865     17.97     18.96
1174.37/294.49	c  N dy  5747   1594381        60      5340         0     83204     37380   1275802     17.98     18.98
1201.92/301.39	c  N dy  5867   1614390        60      5340         0     52431     37380    602168     17.99     20.30
1219.90/305.86	c  N dy  5968   1634531        60      5340         0     70283     37380    986564     18.00     18.97
1239.39/310.70	c  N dy  6017   1654626        60      5340         0     87904     37380   1352437     17.99     19.65
1264.92/317.14	c  N dy  6141   1674682        60      5340         0     56246     37380    679012     18.00     20.38
1288.06/322.97	c  N dy  6296   1696425        60      5340         0     75492     37380   1098145     18.02     19.12
1306.41/327.59	c  S st  6397   1710220        60      5340         0     87755     37380   1366596     18.03   no data
1307.65/327.87	c  S st  6397   1710723        60      5340         0     88208     37380   1376874     18.03   no data
1307.65/327.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1308.00/327.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1308.00/327.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1308.00/327.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1308.00/327.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.00/327.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1308.00/327.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1308.00/327.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1308.00/327.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1375.42/344.83	c lits-rem:       954  cl-subs:     9111  v-elim:      0  v-fix:    0  time: 16.85 s
1375.42/344.83	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1375.42/344.86	c vivif2 --  cl tried    79097 cl shrink        0 lits rem          0 time: 0.03
1377.44/345.36	c asymm  cl-useful: 0/608/5340 lits-rem:0 time: 0.50
1377.44/345.36	c calculated reachability. Time: 0.00
1377.44/345.36	c  N dy  6397   1710723        60      5340         0     79097     37380   1174070     18.03   no data
1416.92/355.29	c  N dy  6537   1731549        60      5340         0     97505     37380   1575851     18.05     19.02
1440.83/361.29	c  N dy  6627   1757671        60      5340         0     70539     37380    966455     18.04     19.08
1461.97/366.57	c  N dy  6664   1777968        60      5340         0     88348     37380   1331679     18.03     19.08
1489.10/373.33	c  N dy  6739   1798045        60      5340         0     55119     37380    631250     18.04     19.04
1509.83/378.54	c  N dy  6879   1818046        60      5340         0     72771     37380   1017707     18.05     19.03
1532.97/384.33	c  N dy  6928   1838237        60      5340         0     90517     37380   1390302     18.05     19.01
1567.68/393.02	c  N dy  7072   1858838        60      5340         0     56963     37380    664989     18.06     19.14
1588.05/398.18	c  N dy  7166   1879418        60      5340         0     75150     37380   1056768     18.07     19.06
1615.55/405.06	c  N dy  7259   1901096        60      5340         0     94293     37380   1467342     18.07     19.08
1643.88/412.19	c  N dy  7362   1921748        60      5340         0     59609     37380    707184     18.08     19.04
1663.07/416.94	c  N dy  7425   1941770        60      5340         0     77271     37380   1081563     18.08     20.76
1686.15/422.75	c  N dy  7495   1961799        60      5340         0     94957     37380   1455300     18.08     19.31
1713.68/429.63	c  N dy  7546   1982141        60      5340         0     59127     37380    684662     18.07     19.05
1733.27/434.57	c  N dy  7629   2002194        60      5340         0     76864     37380   1067020     18.08     21.50
1752.77/439.49	c  N dy  7642   2022295        60      5340         0     94482     37380   1429422     18.06     20.44
1832.97/459.57	c  N dy  7721   2100269        60      5340         0    107535     37380   1625060     17.99     18.99
1858.90/466.07	c  N dy  7853   2122143        60      5340         0     71822     37380    950256     18.00     18.99
1884.03/472.32	c  N dy  7954   2142163        60      5340         0     89505     37380   1329392     18.01     19.39
1922.32/481.90	c  N dy  8102   2166537        60      5340         0    111051     37380   1793951     18.02     19.00
1945.46/487.76	c  N dy  8240   2186626        60      5340         0     72641     37380    955523     18.03     20.63
1968.20/493.42	c  N dy  8301   2206970        60      5340         0     90624     37380   1337526     18.03     18.98
1973.78/494.80	c  S st  8322   2210724        60      5340         0     93928     37380   1408436     18.03     18.42
1974.62/495.08	c  S st  8322   2211227        60      5340         0     94381     37380   1418439     18.03   no data
1974.62/495.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1974.97/495.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1974.97/495.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1974.97/495.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1974.97/495.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1974.97/495.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1974.97/495.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1974.97/495.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1974.97/495.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2033.61/509.85	c lits-rem:       943  cl-subs:    10070  v-elim:      0  v-fix:    0  time: 14.66 s
2033.61/509.85	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2033.61/509.87	c vivif2 --  cl tried    84311 cl shrink        0 lits rem          0 time: 0.03
2035.21/510.29	c asymm  cl-useful: 0/565/5340 lits-rem:0 time: 0.42
2035.21/510.30	c calculated reachability. Time: 0.00
2035.21/510.30	c  N dy  8322   2211227        60      5340         0     84311     37380   1204502     18.03   no data
2070.74/519.11	c  N dy  8394   2232549        60      5340         0    103100     37380   1604171     18.03     19.08
2102.22/527.04	c  N dy  8498   2252611        60      5340         0     64126     37380    766558     18.04     20.61
2122.17/532.03	c  N dy  8542   2272750        60      5340         0     81823     37380   1140508     18.03     19.12
2150.89/539.25	c  N dy  8659   2292847        60      5340         0     99559     37380   1523870     18.04     21.85
2182.40/547.15	c  N dy  8735   2313296        60      5340         0     59675     37380    653166     18.04     19.05
2204.35/552.67	c  N dy  8866   2333611        60      5340         0     77681     37380   1046494     18.05     19.01
2230.27/559.14	c  N dy  8962   2353997        60      5340         0     95614     37380   1432392     18.06     19.15
2266.18/568.12	c  N dy  9110   2374079        60      5340         0    113365     37380   1820952     18.07     19.19
2293.31/574.96	c  N dy  9248   2394146        60      5340         0     72220     37380    915537     18.08     19.86
2319.63/581.53	c  N dy  9374   2414187        60      5340         0     89981     37380   1302588     18.09     20.14
2350.76/589.39	c  N dy  9481   2434253        60      5340         0    107711     37380   1685748     18.10     19.46
2382.71/597.34	c  N dy  9585   2454307        60      5340         0     65406     37380    753046     18.10     20.34
2408.19/603.80	c  N dy  9717   2475893        60      5340         0     84435     37380   1166028     18.11     19.34
2439.33/611.51	c  N dy  9799   2497982        60      5340         0    103858     37380   1581217     18.11     19.12
2474.02/620.30	c  N dy  9897   2518018        60      5340         0    121577     37380   1962329     18.11     19.40
2496.80/625.94	c  N dy  9994   2538192        60      5340         0     78534     37380   1027272     18.12     19.10
2524.28/632.86	c  N dy 10037   2562599        60      5340         0     99955     37380   1479158     18.11     19.09
2558.98/641.55	c  N dy 10140   2582663        60      5340         0    117643     37380   1858970     18.12     19.08
2588.53/648.96	c  N dy 10259   2603602        60      5340         0     74437     37380    927204     18.12     19.10
2614.44/655.44	c  N dy 10341   2625498        60      5340         0     93669     37380   1338225     18.12     19.08
2645.57/663.26	c  N dy 10426   2645515        60      5340         0    111308     37380   1715736     18.13     19.90
2674.27/670.47	c  N dy 10469   2665574        60      5340         0     66416     37380    748755     18.12     19.27
2699.00/676.63	c  N dy 10606   2685629        60      5340         0     84103     37380   1133460     18.13     21.09
2729.36/684.26	c  N dy 10720   2705729        60      5340         0    101813     37380   1517958     18.14     19.28
2738.89/686.63	c  S st 10726   2711227        60      5340         0    106619     37380   1619206     18.13     15.53
2740.49/687.04	c  S st 10726   2711731        60      5340         0    107080     37380   1629474     18.13   no data
2740.49/687.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2740.89/687.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
2740.89/687.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2740.89/687.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2740.89/687.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2740.89/687.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2740.89/687.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2740.89/687.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2740.89/687.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2818.66/706.65	c lits-rem:       811  cl-subs:    11376  v-elim:      0  v-fix:    0  time: 19.45 s
2818.66/706.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2818.66/706.68	c vivif2 --  cl tried    95704 cl shrink        0 lits rem          0 time: 0.03
2820.26/707.05	c asymm  cl-useful: 0/505/5340 lits-rem:0 time: 0.37
2820.26/707.05	c calculated reachability. Time: 0.00
2820.26/707.05	c  N dy 10726   2711731        60      5340         0     95704     37380   1384974     18.13   no data
2857.35/716.36	c  N dy 10827   2731768        60      5340         0    113461     37380   1769895     18.14     20.91
2896.45/726.19	c  N dy 10899   2751832        60      5340         0     68326     37380    777662     18.14     19.83
2920.38/732.13	c  N dy 11011   2772020        60      5340         0     86143     37380   1164657     18.14     19.11
2949.89/739.59	c  N dy 11101   2792091        60      5340         0    103788     37380   1543450     18.14     19.11
2989.38/749.43	c  N dy 11240   2812144        60      5340         0    121506     37380   1931789     18.15     21.30
3018.93/756.88	c  N dy 11322   2832205        60      5340         0     75179     37380    917938     18.16     19.33
3066.78/768.84	c  N dy 11418   2872206        60      5340         0    110217     37380   1657448     18.15     19.35
3099.06/776.92	c  N dy 11484   2892231        60      5340         0    127724     37380   2033965     18.15     21.83
3142.95/787.98	c  N dy 11554   2932600        60      5340         0     98092     37380   1381583     18.14     19.25
3177.65/796.62	c  N dy 11673   2952629        60      5340         0    115808     37380   1768255     18.15     19.60
3216.39/806.37	c  N dy 11741   2973680        60      5340         0     68522     37380    753968     18.15     19.17
3240.28/812.33	c  N dy 11840   2993748        60      5340         0     86213     37380   1137175     18.15     19.40
3266.20/818.82	c  N dy 11904   3013799        60      5340         0    103739     37380   1509535     18.15     19.21
3304.50/828.42	c  N dy 11999   3036500        60      5340         0    123659     37380   1935602     18.15     19.33
3338.01/836.80	c  N dy 12094   3056595        60      5340         0     74646     37380    876591     18.16     19.35
3360.36/842.47	c  N dy 12145   3076650        60      5340         0     92204     37380   1246138     18.15     20.62
3388.67/849.52	c  N dy 12224   3096685        60      5340         0    109778     37380   1617766     18.15     20.48
3428.97/859.69	c  N dy 12369   3116737        60      5340         0    127452     37380   2006472     18.16     19.57
3462.87/868.14	c  N dy 12462   3137720        60      5340         0     78287     37380    941348     18.16     19.19
3499.58/877.33	c  N dy 12520   3170600        60      5340         0    107075     37380   1545295     18.15     19.29
3539.08/887.20	c  N dy 12644   3191223        60      5340         0    125247     37380   1942208     18.16     19.19
3575.79/896.45	c  N dy 12748   3211248        60      5340         0     74421     37380    855350     18.16     20.89
3576.56/896.60	c  S st 12753   3211733        60      5340         0     74853     37380    865029     18.16   no data
3577.36/896.82	c  S st 12753   3212237        60      5340         0     75315     37380    875463     18.16   no data
3577.36/896.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3577.36/896.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3577.36/896.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3577.36/896.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3577.36/896.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3577.36/896.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3577.36/896.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3577.36/896.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3577.76/896.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3584.57/898.64	c lits-rem:       137  cl-subs:     1597  v-elim:      0  v-fix:    0  time:  1.74 s
3584.57/898.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3584.57/898.66	c vivif2 --  cl tried    73718 cl shrink        0 lits rem          0 time: 0.02
3585.74/898.97	c asymm  cl-useful: 0/610/5340 lits-rem:0 time: 0.31
3585.74/898.97	c calculated reachability. Time: 0.00
3585.74/898.97	c  N dy 12753   3212237        60      5340         0     73718     37380    839575     18.16   no data
3611.66/905.43	c  N dy 12828   3232301        60      5340         0     91422     37380   1218167     18.16     19.95
3645.58/913.96	c  N dy 12883   3256437        60      5340         0    112546     37380   1658914     18.16     19.14
3695.44/926.41	c  N dy 13025   3281403        60      5340         0    134554     37380   2138338     18.16     19.15
3728.15/934.64	c  N dy 13163   3301417        60      5340         0     82790     37380   1029556     18.17     20.16
3760.51/942.80	c  N dy 13242   3325747        60      5340         0    104165     37380   1484755     18.17     19.18
3813.51/956.00	c  N dy 13290   3359593        60      5340         0    133674     37380   2099890     18.16     19.12
3850.61/965.33	c  N dy 13417   3380079        60      5340         0     81563     37380    991050     18.17     19.22
3882.12/973.26	c  N dy 13531   3401632        60      5340         0    100569     37380   1402873     18.17     19.13
3917.63/982.10	c  N dy 13611   3423739        60      5340         0    119966     37380   1813768     18.17     19.39
3957.95/992.27	c  N dy 13693   3446522        60      5340         0    140059     37380   2245016     18.17     19.19
3989.03/1000.03	c  N dy 13805   3467203        60      5340         0     87154     37380   1099752     18.17     19.14
4016.15/1006.89	c  N dy 13872   3487800        60      5340         0    105177     37380   1483432     18.17     19.19
4055.24/1016.60	c  N dy 13928   3512429        60      5340         0    126697     37380   1933606     18.17     19.25
4101.92/1028.33	c  N dy 14045   3532492        60      5340         0     72339     37380    768911     18.17     19.16
4132.24/1035.95	c  N dy 14172   3556764        60      5340         0     93691     37380   1231744     18.18     19.41
4166.14/1044.45	c  N dy 14293   3576826        60      5340         0    111400     37380   1617777     18.18     19.63
4216.43/1057.03	c  N dy 14347   3608513        60      5340         0    139034     37380   2191936     18.17     19.20
4255.11/1066.72	c  N dy 14517   3628990        60      5340         0     84277     37380   1024674     18.18     19.18
4286.22/1074.59	c  N dy 14634   3649912        60      5340         0    102678     37380   1423946     18.18     19.21
4321.33/1083.35	c  N dy 14726   3669989        60      5340         0    120331     37380   1804388     18.19     21.18
4364.81/1094.25	c  N dy 14856   3690053        60      5340         0    138065     37380   2192485     18.19     19.42
4404.71/1104.20	c  N dy 14945   3710672        60      5340         0     82200     37380    957187     18.19     19.16
4406.69/1104.77	c  S st 14961   3712238        60      5340         0     83585     37380    988111     18.19   no data
4407.89/1105.02	c  S st 14961   3712739        60      5340         0     84030     37380    998227     18.19   no data
4407.89/1105.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4407.89/1105.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4407.89/1105.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4407.89/1105.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4407.89/1105.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4407.89/1105.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4407.89/1105.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4407.89/1105.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4408.29/1105.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4418.70/1107.73	c lits-rem:       173  cl-subs:     2867  v-elim:      0  v-fix:    0  time:  2.62 s
4418.70/1107.74	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4418.70/1107.76	c vivif2 --  cl tried    81163 cl shrink        0 lits rem          0 time: 0.02
4419.85/1108.08	c asymm  cl-useful: 0/591/5340 lits-rem:0 time: 0.33
4419.85/1108.09	c calculated reachability. Time: 0.00
4419.85/1108.09	c  N dy 14961   3712739        60      5340         0     81163     37380    939940     18.19   no data
4448.58/1115.25	c  N dy 15066   3732850        60      5340         0     98872     37380   1323855     18.20     19.16
4485.67/1124.58	c  F st 15180   3751562        60      5340         0    115337     37380   1684526     18.20   no data
4489.26/1125.41	c  N st 15184   3753597        60      5340         0    117116     37380   1724552     18.20   no data
4532.79/1136.35	c  N dy 15263   3778441        60      5340         0    138845     37380   2184810     18.20     19.26
4578.62/1147.86	c  N dy 15346   3806823        60      5340         0     89141     37380   1095313     18.20     19.21
4612.93/1156.49	c  N dy 15503   3826859        60      5340         0    106868     37380   1486568     18.21     19.17
4652.82/1166.48	c  N dy 15633   3847952        60      5340         0    125467     37380   1893276     18.21     19.36
4700.69/1178.44	c  N dy 15760   3868022        60      5340         0    143186     37380   2282479     18.22     20.49
4740.17/1188.38	c  N dy 15899   3888037        60      5340         0     85270     37380   1012204     18.23     19.25
4768.11/1195.32	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366454-1305404578/watcher-3366454-1305404578 -o /tmp/evaluation-result-3366454-1305404578/solver-3366454-1305404578 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366454-1305404578.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.45 7.97 8.02 6/340 12984
/proc/meminfo: memFree=18166016/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 406 0 0 0 0 0 0 0 22 0 4 0 652055771 52396032 347 33554432000 4194304 4580107 140733936215712 18446744073709551615 46934420596658 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 12792 347 299 95 0 7774 0
[pid=12984/tid=12986] ppid=12982 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652055771 52396032 347 33554432000 4194304 4580107 140733936215712 18446744073709551615 46934420596658 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652055771 52396032 347 33554432000 4194304 4580107 140733936215712 18446744073709551615 46934420596658 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652055771 52396032 347 33554432000 4194304 4580107 140733936215712 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0923349 s]
/proc/loadavg: 7.45 7.97 8.02 6/340 12984
/proc/meminfo: memFree=18166016/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=281828 CPUtime=0.34 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 1281 0 0 0 34 0 0 0 18 0 4 0 652055771 288591872 1197 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 70457 1197 358 95 0 65439 0
[pid=12984/tid=12986] ppid=12982 vsize=281828 CPUtime=0.08 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 188 0 0 0 8 0 0 0 18 0 4 0 652055771 288591872 1197 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=281828 CPUtime=0.08 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 170 0 0 0 8 0 0 0 18 0 4 0 652055771 288591872 1197 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=281828 CPUtime=0.07 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 320 0 0 0 7 0 0 0 25 0 4 0 652055771 288591872 1197 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 281828

[startup+0.100334 s]
/proc/loadavg: 7.45 7.97 8.02 6/340 12984
/proc/meminfo: memFree=18166016/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=281828 CPUtime=0.37 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 1303 0 0 0 37 0 0 0 18 0 4 0 652055771 288591872 1219 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 70457 1219 358 95 0 65439 0
[pid=12984/tid=12986] ppid=12982 vsize=281828 CPUtime=0.09 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 191 0 0 0 9 0 0 0 18 0 4 0 652055771 288591872 1219 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=281828 CPUtime=0.09 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 171 0 0 0 9 0 0 0 18 0 4 0 652055771 288591872 1219 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=281828 CPUtime=0.08 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 336 0 0 0 8 0 0 0 25 0 4 0 652055771 288591872 1219 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281828

[startup+0.3003 s]
/proc/loadavg: 7.45 7.97 8.02 6/340 12984
/proc/meminfo: memFree=18166016/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=285116 CPUtime=1.17 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 3392 0 0 0 117 0 0 0 18 0 4 0 652055771 291958784 2527 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 71279 2527 376 95 0 66261 0
[pid=12984/tid=12986] ppid=12982 vsize=285116 CPUtime=0.29 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 800 0 0 0 29 0 0 0 18 0 4 0 652055771 291958784 2527 33554432000 4194304 4580107 140733936215712 18446744073709551615 4322696 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=285116 CPUtime=0.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 748 0 0 0 29 0 0 0 18 0 4 0 652055771 291958784 2527 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=285116 CPUtime=0.28 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 621 0 0 0 28 0 0 0 25 0 4 0 652055771 291958784 2527 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 285116

[startup+0.700231 s]
/proc/loadavg: 7.45 7.97 8.02 6/340 12984
/proc/meminfo: memFree=18166016/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=286092 CPUtime=2.77 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 5293 0 0 0 277 0 0 0 18 0 4 0 652055771 292958208 3252 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 71523 3252 376 95 0 66505 0
[pid=12984/tid=12986] ppid=12982 vsize=286092 CPUtime=0.69 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 1252 0 0 0 69 0 0 0 18 0 4 0 652055771 292958208 3252 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=286092 CPUtime=0.69 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 1163 0 0 0 69 0 0 0 18 0 4 0 652055771 292958208 3252 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=286092 CPUtime=0.68 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 1204 0 0 0 68 0 0 0 25 0 4 0 652055771 292958208 3252 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286092

[startup+1.50109 s]
/proc/loadavg: 7.73 8.02 8.04 10/346 12990
/proc/meminfo: memFree=18140300/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=292060 CPUtime=5.96 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 9386 0 0 0 595 1 0 0 20 0 4 0 652055771 299069440 5240 33554432000 4194304 4580107 140733936215712 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 73015 5240 378 95 0 67997 0
[pid=12984/tid=12986] ppid=12982 vsize=292060 CPUtime=1.49 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 2001 0 0 0 149 0 0 0 19 0 4 0 652055771 299069440 5240 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=292060 CPUtime=1.49 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 2004 0 0 0 149 0 0 0 20 0 4 0 652055771 299069440 5240 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=292060 CPUtime=1.47 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 1840 0 0 0 147 0 0 0 25 0 4 0 652055771 299069440 5240 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 292060

[startup+3.10081 s]
/proc/loadavg: 7.73 8.02 8.04 9/346 12990
/proc/meminfo: memFree=18097936/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=301248 CPUtime=12.34 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 17128 0 0 0 1232 2 0 0 25 0 4 0 652055771 308477952 9706 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 75312 9706 378 95 0 70294 0
[pid=12984/tid=12986] ppid=12982 vsize=301248 CPUtime=3.09 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 3860 0 0 0 309 0 0 0 25 0 4 0 652055771 308477952 9706 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293067 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=301248 CPUtime=3.08 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 4549 0 0 0 308 0 0 0 25 0 4 0 652055771 308477952 9706 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=301248 CPUtime=3.05 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 4471 0 0 0 305 0 0 0 25 0 4 0 652055771 308477952 9706 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 301248

[startup+6.30025 s]
/proc/loadavg: 7.75 8.02 8.04 9/346 12990
/proc/meminfo: memFree=18066068/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=301988 CPUtime=25.11 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 26043 0 0 0 2507 4 0 0 25 0 4 0 652055771 309235712 12310 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 75497 12310 378 95 0 70479 0
[pid=12984/tid=12986] ppid=12982 vsize=301988 CPUtime=6.29 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 6854 0 0 0 628 1 0 0 25 0 4 0 652055771 309235712 12310 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=301988 CPUtime=6.28 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 6953 0 0 0 628 0 0 0 25 0 4 0 652055771 309235712 12310 33554432000 4194304 4580107 140733936215712 18446744073709551615 4415787 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=301988 CPUtime=6.21 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 6413 0 0 0 621 0 0 0 25 0 4 0 652055771 309235712 12310 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 301988

[startup+12.7011 s]
/proc/loadavg: 7.77 8.02 8.03 9/346 12990
/proc/meminfo: memFree=18017112/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=303612 CPUtime=50.64 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 40572 0 0 0 5057 7 0 0 25 0 4 0 652055771 310898688 16321 33554432000 4194304 4580107 140733936215712 18446744073709551615 4415773 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 75903 16321 378 95 0 70885 0
[pid=12984/tid=12986] ppid=12982 vsize=303612 CPUtime=12.69 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 10070 0 0 0 1267 2 0 0 25 0 4 0 652055771 310898688 16321 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=303612 CPUtime=12.69 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 9897 0 0 0 1268 1 0 0 25 0 4 0 652055771 310898688 16321 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=303612 CPUtime=12.54 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 10525 0 0 0 1253 1 0 0 25 0 4 0 652055771 310898688 16322 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 303612

[startup+25.5009 s]
/proc/loadavg: 7.82 8.02 8.03 9/346 12991
/proc/meminfo: memFree=17967652/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=305136 CPUtime=101.69 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 60591 0 0 0 10158 11 0 0 25 0 4 0 652055771 312459264 18830 33554432000 4194304 4580107 140733936215712 18446744073709551615 4304894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 76284 18830 378 95 0 71266 0
[pid=12984/tid=12986] ppid=12982 vsize=305136 CPUtime=25.49 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 16025 0 0 0 2547 2 0 0 25 0 4 0 652055771 312459264 18830 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=305136 CPUtime=25.48 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 15218 0 0 0 2546 2 0 0 25 0 4 0 652055771 312459264 18830 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=305136 CPUtime=25.21 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 15172 0 0 0 2518 3 0 0 25 0 4 0 652055771 312459264 18830 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 305136

[startup+51.1004 s]
/proc/loadavg: 8.02 8.05 8.04 9/346 12991
/proc/meminfo: memFree=17927140/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=298940 CPUtime=203.81 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 91069 0 0 0 20363 18 0 0 25 0 4 0 652055771 306114560 23719 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 74735 23719 378 95 0 69717 0
[pid=12984/tid=12986] ppid=12982 vsize=298940 CPUtime=51.09 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 24260 0 0 0 5105 4 0 0 25 0 4 0 652055771 306114560 23719 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=298940 CPUtime=51.08 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 23235 0 0 0 5104 4 0 0 25 0 4 0 652055771 306114560 23719 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=298940 CPUtime=50.52 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 21672 0 0 0 5048 4 0 0 25 0 4 0 652055771 306114560 23719 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 298940

[startup+102.313 s]
/proc/loadavg: 8.07 8.06 8.04 9/346 12993
/proc/meminfo: memFree=17865856/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=312648 CPUtime=408.11 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 137694 0 0 0 40777 34 0 0 25 0 4 0 652055771 320151552 26143 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 78162 26143 378 95 0 73144 0
[pid=12984/tid=12986] ppid=12982 vsize=312648 CPUtime=102.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 34924 0 0 0 10223 8 0 0 25 0 4 0 652055771 320151552 26143 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=312648 CPUtime=102.3 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 34692 0 0 0 10222 8 0 0 25 0 4 0 652055771 320151552 26143 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=312648 CPUtime=101.17 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 34784 0 0 0 10109 8 0 0 25 0 4 0 652055771 320151552 26143 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 312648

[startup+162.301 s]

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

[pid=12984] ppid=12982 vsize=440916 CPUtime=2801.51 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 426927 0 0 0 279986 165 0 0 25 0 4 0 652055771 451497984 66667 33554432000 4194304 4580107 140733936215712 18446744073709551615 4416798 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 110229 66667 378 95 0 105211 0
[pid=12984/tid=12986] ppid=12982 vsize=440916 CPUtime=702.3 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 111999 0 0 0 70187 43 0 0 25 0 4 0 652055771 451497984 66667 33554432000 4194304 4580107 140733936215712 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=440916 CPUtime=702.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 109557 0 0 0 70187 42 0 0 25 0 4 0 652055771 451497984 66667 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=440916 CPUtime=694.59 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 109184 0 0 0 69418 41 0 0 25 0 4 0 652055771 451497984 66667 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.51
Current children cumulated vsize (KiB) 440916

[startup+762.314 s]
/proc/loadavg: 8.19 8.11 8.05 9/346 13010
/proc/meminfo: memFree=17408080/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=474624 CPUtime=3040.87 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 443598 0 0 0 303910 177 0 0 25 0 4 0 652055771 486014976 68721 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 118656 68721 378 95 0 113638 0
[pid=12984/tid=12986] ppid=12982 vsize=474624 CPUtime=762.32 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 117088 0 0 0 76185 47 0 0 25 0 4 0 652055771 486014976 68721 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=474624 CPUtime=762.31 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 114473 0 0 0 76185 46 0 0 25 0 4 0 652055771 486014976 68721 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=474624 CPUtime=753.91 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 114015 0 0 0 75347 44 0 0 25 0 4 0 652055771 486014976 68721 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.87
Current children cumulated vsize (KiB) 474624

[startup+822.3 s]
/proc/loadavg: 8.14 8.12 8.06 9/346 13012
/proc/meminfo: memFree=17428780/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=409120 CPUtime=3280.17 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 458038 0 0 0 327831 186 0 0 25 0 4 0 652055771 418938880 70629 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 102280 70629 378 95 0 97262 0
[pid=12984/tid=12986] ppid=12982 vsize=409120 CPUtime=822.3 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 122227 0 0 0 82180 50 0 0 25 0 4 0 652055771 418938880 70629 33554432000 4194304 4580107 140733936215712 18446744073709551615 4321871 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=409120 CPUtime=822.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 117803 0 0 0 82182 47 0 0 25 0 4 0 652055771 418938880 70629 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=409120 CPUtime=813.24 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 119144 0 0 0 81278 46 0 0 25 0 4 0 652055771 418938880 70629 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.17
Current children cumulated vsize (KiB) 409120

[startup+882.301 s]
/proc/loadavg: 8.19 8.14 8.07 9/346 13013
/proc/meminfo: memFree=17443880/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=409860 CPUtime=3519.52 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 472873 0 0 0 351759 193 0 0 25 0 4 0 652055771 419696640 63978 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 102465 63978 378 95 0 97447 0
[pid=12984/tid=12986] ppid=12982 vsize=409860 CPUtime=882.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 127443 0 0 0 88178 53 0 0 25 0 4 0 652055771 419696640 63978 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=409860 CPUtime=882.3 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 119910 0 0 0 88181 49 0 0 25 0 4 0 652055771 419696640 63978 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=409860 CPUtime=872.58 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 121819 0 0 0 87210 48 0 0 25 0 4 0 652055771 419696640 63978 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.52
Current children cumulated vsize (KiB) 409860

[startup+942.3 s]
/proc/loadavg: 8.18 8.14 8.07 9/346 13015
/proc/meminfo: memFree=17439028/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=411812 CPUtime=3758.87 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 493534 0 0 0 375683 204 0 0 25 0 4 0 652055771 421695488 62888 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 102953 62888 378 95 0 97935 0
[pid=12984/tid=12986] ppid=12982 vsize=411812 CPUtime=942.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 132910 0 0 0 94176 55 0 0 25 0 4 0 652055771 421695488 62888 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=411812 CPUtime=942.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 124865 0 0 0 94177 52 0 0 25 0 4 0 652055771 421695488 62888 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=411812 CPUtime=931.93 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 126789 0 0 0 93143 50 0 0 25 0 4 0 652055771 421695488 62888 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.87
Current children cumulated vsize (KiB) 411812

[startup+1002.3 s]
/proc/loadavg: 8.24 8.16 8.08 9/346 13017
/proc/meminfo: memFree=17407632/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=359432 CPUtime=3998.2 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 513427 0 0 0 399603 217 0 0 25 0 4 0 652055771 368058368 66324 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 89858 66324 378 95 0 84840 0
[pid=12984/tid=12986] ppid=12982 vsize=359432 CPUtime=1002.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 136757 0 0 0 100172 59 0 0 25 0 4 0 652055771 368058368 66324 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=359432 CPUtime=1002.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 130309 0 0 0 100175 54 0 0 25 0 4 0 652055771 368058368 66324 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=359432 CPUtime=991.26 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 132237 0 0 0 99073 53 0 0 25 0 4 0 652055771 368058368 66324 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.2
Current children cumulated vsize (KiB) 359432

[startup+1062.3 s]
/proc/loadavg: 8.22 8.16 8.09 9/346 13018
/proc/meminfo: memFree=17404756/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=359704 CPUtime=4237.55 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 530401 0 0 0 423530 225 0 0 25 0 4 0 652055771 368336896 66655 33554432000 4194304 4580107 140733936215712 18446744073709551615 4304880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 89926 66655 378 95 0 84908 0
[pid=12984/tid=12986] ppid=12982 vsize=359704 CPUtime=1062.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 141818 0 0 0 106170 61 0 0 25 0 4 0 652055771 368336896 66655 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=359704 CPUtime=1062.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 135349 0 0 0 106172 57 0 0 25 0 4 0 652055771 368336896 66655 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=359704 CPUtime=1050.61 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 137846 0 0 0 105006 55 0 0 25 0 4 0 652055771 368336896 66655 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.55
Current children cumulated vsize (KiB) 359704

[startup+1122.3 s]
/proc/loadavg: 8.20 8.16 8.09 9/346 13020
/proc/meminfo: memFree=17396184/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=425560 CPUtime=4476.9 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 549262 0 0 0 447456 234 0 0 25 0 4 0 652055771 435773440 68674 33554432000 4194304 4580107 140733936215712 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 106390 68674 378 95 0 101372 0
[pid=12984/tid=12986] ppid=12982 vsize=425560 CPUtime=1122.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 146582 0 0 0 112167 64 0 0 25 0 4 0 652055771 435773440 68674 33554432000 4194304 4580107 140733936215712 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=425560 CPUtime=1122.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 139213 0 0 0 112170 59 0 0 25 0 4 0 652055771 435773440 68674 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=425560 CPUtime=1109.95 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 143200 0 0 0 110938 57 0 0 25 0 4 0 652055771 435773440 68674 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.9
Current children cumulated vsize (KiB) 425560

[startup+1182.3 s]
/proc/loadavg: 8.19 8.16 8.09 9/346 13021
/proc/meminfo: memFree=17335416/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=425760 CPUtime=4716.25 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 566143 0 0 0 471381 244 0 0 25 0 4 0 652055771 435978240 74008 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 106440 74008 378 95 0 101422 0
[pid=12984/tid=12986] ppid=12982 vsize=425760 CPUtime=1182.31 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 150557 0 0 0 118164 67 0 0 25 0 4 0 652055771 435978240 74008 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=425760 CPUtime=1182.29 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 144424 0 0 0 118167 62 0 0 25 0 4 0 652055771 435978240 74008 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=425760 CPUtime=1169.3 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 147140 0 0 0 116870 60 0 0 25 0 4 0 652055771 435978240 74008 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.25
Current children cumulated vsize (KiB) 425760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.13 8.15 8.09 10/346 13022
/proc/meminfo: memFree=17333804/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=373648 CPUtime=4800.08 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 574676 0 0 0 479758 250 0 0 25 0 4 0 652055771 382615552 67855 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 93412 67855 378 95 0 88394 0
[pid=12984/tid=12986] ppid=12982 vsize=373648 CPUtime=1203.34 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 152795 0 0 0 120265 69 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=373648 CPUtime=1203.32 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 146502 0 0 0 120268 64 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=373648 CPUtime=1190.07 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 149201 0 0 0 118946 61 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 373648

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

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

[startup+1203.3 s]
/proc/loadavg: 8.13 8.15 8.09 10/346 13022
/proc/meminfo: memFree=17333804/32951124 swapFree=67082152/67111528
[pid=12984] ppid=12982 vsize=373648 CPUtime=4800.08 cores=1,3,5,7
/proc/12984/stat : 12984 (strangenight2-m) R 12982 12984 12350 0 -1 4202496 574676 0 0 0 479758 250 0 0 25 0 4 0 652055771 382615552 67855 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/12984/statm: 93412 67855 378 95 0 88394 0
[pid=12984/tid=12986] ppid=12982 vsize=373648 CPUtime=1203.34 cores=1,3,5,7
/proc/12984/task/12986/stat : 12986 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 152795 0 0 0 120265 69 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12984/tid=12987] ppid=12982 vsize=373648 CPUtime=1203.32 cores=1,3,5,7
/proc/12984/task/12987/stat : 12987 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 146502 0 0 0 120268 64 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12984/tid=12988] ppid=12982 vsize=373648 CPUtime=1190.07 cores=1,3,5,7
/proc/12984/task/12988/stat : 12988 (strangenight2-m) R 12982 12984 12350 0 -1 4202560 149201 0 0 0 118946 61 0 0 25 0 4 0 652055771 382615552 67858 33554432000 4194304 4580107 140733936215712 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 373648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.35
CPU time (s): 4800.14
CPU user time (s): 4797.62
CPU system time (s): 2.52062
CPU usage (%): 398.9
Max. virtual memory (cumulated for all children) (KiB): 481740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.62
system time used= 2.52062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574679
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= 29590

runsolver used 3.49047 second user time and 9.79851 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-14 22:22:58
IDJOB=3366454
IDBENCH=82863
IDSOLVER=1844
FILE ID=node136/3366454-1305404578
RUNJOBID= node136-1305404578-12964
PBS_JOBID= 13324455
Free space on /tmp= 72992 MiB

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

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

MD5SUM BENCH= d549c96b17fdae3a10d8538216eeee78
RANDOM SEED=1311465983

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:      18166312 kB
Buffers:        295384 kB
Cached:        5033404 kB
SwapCached:       2740 kB
Active:       10556172 kB
Inactive:      3887280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18166312 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:           10868 kB
Writeback:           0 kB
AnonPages:     9112436 kB
Mapped:          27584 kB
Slab:           236844 kB
PageTables:      39348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69867872 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= 72984 MiB
End job on node136 at 2011-05-14 22:43:03