Trace number 3366438

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1556216475-025.UNKNOWN.cnf
MD5SUM4227d784a99fd8c0304137876add0b08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark398.758
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366438-1305404250.cnf'
0.00/0.00	c -- header says num vars:             60
0.00/0.00	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.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
0.48/0.21	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.11
0.48/0.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.48/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.48/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.48/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.48/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.48/0.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.48/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.48/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.21	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.48/0.21	c calculated reachability. Time: 0.00
0.48/0.21	c Calc default polars -  time:   0.00 s pos:      25 undec:       1 neg:      34
0.48/0.21	c =========================================================================================
0.48/0.21	c types(t): F = full restart, N = normal restart
0.48/0.21	c types(t): S = simplification begin/end, E = solution found
0.48/0.21	c restart types(rt): st = static, dy = dynamic
0.48/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.21	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
1.01/0.31	c  N dy     8      4014        60      5340         0      3577     37380     76791     17.99     19.36
1.40/0.41	c  N dy    25      8614        60      5340         0      5420     37380    110244     18.16     19.21
2.78/0.72	c  N dy    39     17226        60      5340         0      9222     37380    176960     17.56     18.60
3.58/0.90	c  N dy    68     21238        60      5340         0      7883     37380    147271     17.83     18.92
3.99/1.08	c  F st    93     25000        60      5340         0     11240     37380    219499     18.02     16.55
3.99/1.10	c  N st    94     25251        60      5340         0     11467     37380    224384     18.02   no data
5.17/1.30	c  N dy    99     30001        60      5340         0      9656     37380    173843     18.02   no data
5.17/1.30	c  S st    99     30001        60      5340         0      9656     37380    173843     18.02   no data
5.17/1.34	c  S st    99     30505        60      5340         0     10116     37380    184040     18.02   no data
5.17/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.34	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.17/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.17/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.55	c lits-rem:       191  cl-subs:     1134  v-elim:      0  v-fix:    0  time:  0.20 s
6.76/1.78	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.23
6.76/1.78	c calculated reachability. Time: 0.00
6.76/1.78	c  N dy    99     30505        60      5340         0      8982     37380    161414     18.02   no data
7.97/2.04	c  N dy   117     35683        60      5340         0     13562     37380    259038     18.07     19.08
8.79/2.24	c  N dy   130     39970        60      5340         0     10385     37380    180308     18.07     19.14
9.96/2.55	c  N dy   139     45757        60      5340         0     15533     37380    288600     18.01     18.09
9.96/2.55	c  S st   139     45757        60      5340         0     15533     37380    288600     18.01     18.09
10.36/2.60	c  S st   139     46261        60      5340         0      8061     37380    122851     18.01   no data
10.36/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.36/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.36/2.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.36/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.64	c lits-rem:         3  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.03 s
10.36/2.64	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.36/2.64	c vivif2 --  cl tried     8043 cl shrink        0 lits rem          0 time: 0.00
11.15/2.85	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.15/2.85	c calculated reachability. Time: 0.00
11.15/2.85	c  N dy   139     46261        60      5340         0      8043     37380    122454     18.01   no data
11.95/3.06	c  N dy   152     50324        60      5340         0     11636     37380    197874     18.02     20.18
13.18/3.33	c  N dy   170     54871        60      5340         0     15687     37380    285228     18.09     19.04
14.75/3.75	c  N dy   176     62677        60      5340         0     13699     37380    229504     17.97     18.96
15.95/4.01	c  N dy   193     66683        60      5340         0     17268     37380    305196     18.00     19.71
16.75/4.25	c  S st   215     69392        60      5340         0      9958     37380    143943     18.07     17.67
16.75/4.29	c  S st   215     69893        60      5340         0     10417     37380    153916     18.07   no data
16.75/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.75/4.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.75/4.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.75/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.75/4.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.75/4.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.35	c lits-rem:         7  cl-subs:      130  v-elim:      0  v-fix:    0  time:  0.05 s
17.16/4.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.35	c vivif2 --  cl tried    10287 cl shrink        0 lits rem          0 time: 0.00
18.34/4.62	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.27
18.34/4.62	c calculated reachability. Time: 0.00
18.34/4.62	c  N dy   215     69893        60      5340         0     10287     37380    150902     18.07   no data
19.14/4.89	c  N dy   219     74989        60      5340         0     14747     37380    242971     18.01     19.05
20.75/5.21	c  N dy   237     79841        60      5340         0     19091     37380    335149     18.01     18.98
21.97/5.56	c  N dy   266     85113        60      5340         0     13198     37380    204504     18.07     19.16
22.74/5.71	c  F st   272     87502        60      5340         0     15302     37380    248223     18.06     17.00
23.54/5.92	c  N st   277     90799        60      5340         0     18266     37380    310891     18.06   no data
25.53/6.41	c  N dy   302     96649        60      5340         0     11906     37380    164842     18.10     20.40
27.13/6.86	c  N dy   323    104263        60      5340         0     18671     37380    307640     18.09     19.10
27.53/6.91	c  S st   326    104839        60      5340         0     19182     37380    318419     18.10     17.90
27.53/6.97	c  S st   326    105340        60      5340         0     19638     37380    328588     18.10   no data
27.53/6.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.53/6.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
27.53/6.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.53/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.53/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.53/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.53/6.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.53/6.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.53/6.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.53/7.43	c lits-rem:       223  cl-subs:     2032  v-elim:      0  v-fix:    0  time:  0.44 s
29.53/7.43	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.53/7.43	c vivif2 --  cl tried    17606 cl shrink        0 lits rem          0 time: 0.00
30.75/7.79	c asymm  cl-useful: 0/4907/5340 lits-rem:0 time: 0.36
30.75/7.79	c calculated reachability. Time: 0.00
30.75/7.79	c  N dy   326    105340        60      5340         0     17606     37380    285812     18.10   no data
33.92/8.50	c  N dy   348    114421        60      5340         0     13302     37380    184536     18.08     19.07
37.91/9.55	c  N dy   386    128721        60      5340         0     25942     37380    444134     17.97     18.94
40.31/10.14	c  N dy   427    136937        60      5340         0     20054     37380    318376     17.99     20.37
43.93/11.08	c  N dy   472    147772        60      5340         0     15513     37380    211078     18.03     19.01
47.10/11.85	c  N dy   517    158012        60      5340         0     24620     37380    406019     18.05     15.96
47.10/11.85	c  S st   517    158012        60      5340         0     24620     37380    406019     18.05     15.96
47.50/11.92	c  S st   517    158518        60      5340         0     25083     37380    416136     18.05   no data
47.50/11.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.50/11.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.50/11.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.50/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.50/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.50/11.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.50/11.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.50/11.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.50/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.29/12.67	c lits-rem:       300  cl-subs:     2541  v-elim:      0  v-fix:    0  time:  0.72 s
50.29/12.67	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.29/12.68	c vivif2 --  cl tried    22542 cl shrink        0 lits rem          0 time: 0.01
51.89/13.03	c asymm  cl-useful: 0/3959/5340 lits-rem:0 time: 0.35
51.89/13.03	c calculated reachability. Time: 0.00
51.89/13.03	c  N dy   517    158518        60      5340         0     22542     37380    362477     18.05   no data
56.28/14.16	c  N dy   534    172359        60      5340         0     19796     37380    287900     17.97     18.92
60.27/15.18	c  N dy   573    183855        60      5340         0     30059     37380    507025     17.97     18.99
65.07/16.35	c  N dy   639    195896        60      5340         0     24846     37380    392262     18.03     19.01
70.28/17.61	c  N dy   662    210018        60      5340         0     20497     37380    287882     17.98     19.06
75.44/18.95	c  N dy   680    224959        60      5340         0     33688     37380    563173     17.93     18.96
80.63/20.24	c  S st   735    237777        60      5340         0     27404     37380    426024     17.95   no data
81.03/20.31	c  S st   735    238279        60      5340         0     27854     37380    436083     17.95   no data
81.03/20.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.03/20.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.03/20.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.03/20.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.03/20.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.03/20.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.03/20.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.03/20.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.03/20.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.82/21.08	c lits-rem:       237  cl-subs:     2396  v-elim:      0  v-fix:    0  time:  0.74 s
83.82/21.08	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
83.82/21.08	c vivif2 --  cl tried    25458 cl shrink        0 lits rem          0 time: 0.00
84.62/21.24	c asymm  cl-useful: 0/1381/5340 lits-rem:0 time: 0.16
84.62/21.24	c calculated reachability. Time: 0.00
84.62/21.24	c  N dy   735    238279        60      5340         0     25458     37380    384883     17.95   no data
91.83/23.07	c  N dy   790    255859        60      5340         0     22557     37380    306941     17.95     19.10
99.00/24.89	c  N dy   887    272262        60      5340         0     37173     37380    620660     18.01     19.76
106.98/26.89	c  N dy   948    291572        60      5340         0     34871     37380    558914     18.02     18.97
113.79/28.54	c  F st   985    306250        60      5340         0     27463     37380    390180     18.00     16.83
115.77/29.01	c  N dy   991    311446        60      5340         0     32082     37380    491689     18.00   no data
126.54/31.76	c  N dy  1059    336754        60      5340         0     33131     37380    494796     17.97     19.07
136.53/34.29	c  N dy  1166    356847        60      5340         0     28893     37380    408937     18.03     19.47
136.93/34.36	c  S st  1172    357418        60      5340         0     29403     37380    420431     18.03   no data
137.33/34.44	c  S st  1172    357925        60      5340         0     29874     37380    430790     18.03   no data
137.33/34.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.33/34.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
137.33/34.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.33/34.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.33/34.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.33/34.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
137.33/34.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
137.33/34.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
137.33/34.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.72/35.10	c lits-rem:       234  cl-subs:     1643  v-elim:      0  v-fix:    0  time:  0.64 s
139.72/35.10	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
140.14/35.11	c vivif2 --  cl tried    28231 cl shrink        0 lits rem          0 time: 0.00
141.31/35.48	c asymm  cl-useful: 0/3391/5340 lits-rem:0 time: 0.38
141.31/35.48	c calculated reachability. Time: 0.00
141.31/35.48	c  N dy  1172    357925        60      5340         0     28231     37380    394069     18.03   no data
151.71/38.01	c  N dy  1231    377995        60      5340         0     23072     37380    273280     18.03     19.00
163.28/40.93	c  N dy  1291    403951        60      5340         0     45962     37380    753781     18.00     18.95
174.47/43.78	c  N dy  1369    424417        60      5340         0     40317     37380    627585     18.02     19.03
185.24/46.40	c  N dy  1427    444452        60      5340         0     33243     37380    463405     18.02     20.79
198.41/49.72	c  N dy  1505    467251        60      5340         0     27788     37380    338631     18.03     19.11
208.00/52.14	c  N dy  1560    487363        60      5340         0     45537     37380    711822     18.02     18.98
219.20/54.94	c  N dy  1628    507454        60      5340         0     36844     37380    520813     18.02     19.26
232.78/58.36	c  N dy  1733    527713        60      5340         0     54912     37380    908639     18.04     19.04
237.55/59.58	c  S st  1787    536888        60      5340         0     35566     37380    485682     18.06     17.57
237.95/59.67	c  S st  1787    537390        60      5340         0     36030     37380    496091     18.06   no data
237.95/59.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.95/59.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.95/59.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.95/59.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.95/59.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.95/59.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
237.95/59.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.95/59.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.35/59.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.94/60.61	c lits-rem:       244  cl-subs:     2011  v-elim:      0  v-fix:    0  time:  0.91 s
241.94/60.61	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
241.94/60.62	c vivif2 --  cl tried    34019 cl shrink        0 lits rem          0 time: 0.01
243.13/60.94	c asymm  cl-useful: 0/1949/5340 lits-rem:0 time: 0.32
243.13/60.94	c calculated reachability. Time: 0.00
243.13/60.94	c  N dy  1787    537390        60      5340         0     34019     37380    452162     18.06   no data
254.74/63.89	c  N dy  1827    557841        60      5340         0     52056     37380    831620     18.04     19.03
288.26/72.23	c  N dy  1900    623944        60      5340         0     52645     37380    798966     17.89     18.91
301.83/75.69	c  N dy  2034    644208        60      5340         0     40831     37380    574484     17.93     18.94
317.40/79.56	c  N dy  2171    664269        60      5340         0     58722     37380    962266     17.96     19.71
330.98/82.95	c  N dy  2309    684289        60      5340         0     45558     37380    664356     18.00     19.27
348.95/87.43	c  N dy  2426    704731        60      5340         0     63721     37380   1055563     18.02     18.99
360.93/90.41	c  N dy  2493    724753        60      5340         0     49463     37380    730132     18.02     20.28
378.89/94.93	c  N dy  2615    744788        60      5340         0     34458     37380    400922     18.05     19.78
390.90/97.95	c  N dy  2672    764813        60      5340         0     52161     37380    775431     18.06     19.12
408.83/102.41	c  N dy  2824    784945        60      5340         0     36414     37380    433707     18.09     19.19
422.01/105.70	c  N dy  2862    806085        60      5340         0     55009     37380    816789     18.08     14.30
422.01/105.70	c  S st  2862    806085        60      5340         0     55009     37380    816789     18.08     14.30
422.41/105.84	c  S st  2862    806590        60      5340         0     55469     37380    827040     18.08   no data
422.41/105.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.41/105.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
422.41/105.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.41/105.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.41/105.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.41/105.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
422.41/105.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.41/105.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
422.81/105.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.18/109.56	c lits-rem:       700  cl-subs:     6839  v-elim:      0  v-fix:    0  time:  3.66 s
437.18/109.57	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
437.18/109.57	c vivif2 --  cl tried    48630 cl shrink        0 lits rem          0 time: 0.01
438.39/109.81	c asymm  cl-useful: 0/1157/5340 lits-rem:0 time: 0.24
438.39/109.82	c calculated reachability. Time: 0.00
438.39/109.82	c  N dy  2862    806590        60      5340         0     48630     37380    689128     18.08   no data
456.37/114.36	c  N dy  2980    827054        60      5340         0     66825     37380   1084638     18.10     19.06
467.93/117.30	c  N dy  3017    847312        60      5340         0     50578     37380    719634     18.09     19.10
485.10/121.50	c  N dy  3073    867324        60      5340         0     68255     37380   1091184     18.08     19.56
499.08/125.02	c  N dy  3157    888096        60      5340         0     51493     37380    736103     18.09     19.09
520.64/130.41	c  N dy  3243    914286        60      5340         0     38445     37380    441951     18.09     19.04
535.01/134.04	c  N dy  3293    939221        60      5340         0     60394     37380    897217     18.06     19.12
552.19/138.37	c  N dy  3367    959946        60      5340         0     41699     37380    502668     18.06     19.09
566.18/141.83	c  N dy  3438    979976        60      5340         0     59402     37380    880031     18.07     19.06
586.52/146.96	c  N dy  3540   1000481        60      5340         0     39583     37380    447636     18.08     19.09
600.89/150.58	c  N dy  3574   1023764        60      5340         0     60001     37380    872277     18.07     19.05
623.27/156.20	c  N dy  3689   1043827        60      5340         0     38976     37380    424008     18.09     19.09
637.22/159.61	c  N dy  3770   1063911        60      5340         0     56761     37380    804666     18.09     20.07
644.81/161.55	c  F st  3833   1071875        60      5340         0     63842     37380    959916     18.10   no data
656.79/164.59	c  N dy  3886   1083946        60      5340         0     74569     37380   1191844     18.11     19.81
673.96/168.85	c  N dy  3932   1105866        60      5340         0     54022     37380    722127     18.09     19.05
693.54/173.76	c  N dy  4013   1128386        60      5340         0     73908     37380   1147204     18.10     19.05
713.49/178.74	c  N dy  4077   1151502        60      5340         0     53554     37380    700982     18.08     19.19
731.85/183.30	c  N dy  4117   1172925        60      5340         0     72386     37380   1093268     18.07     19.05
755.45/189.26	c  N dy  4249   1196400        60      5340         0     51776     37380    670812     18.08     19.07
768.99/192.69	c  S st  4319   1209887        60      5340         0     63725     37380    928212     18.09   no data
770.19/192.90	c  S st  4319   1210389        60      5340         0     64179     37380    938323     18.09   no data
770.19/192.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
770.19/192.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
770.19/192.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
770.19/192.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
770.19/192.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.19/192.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
770.19/192.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
770.19/192.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
770.19/192.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.73/199.30	c lits-rem:       724  cl-subs:     5759  v-elim:      0  v-fix:    0  time:  6.32 s
795.73/199.30	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
795.73/199.32	c vivif2 --  cl tried    58420 cl shrink        0 lits rem          0 time: 0.01
796.93/199.69	c asymm  cl-useful: 0/852/5340 lits-rem:0 time: 0.37
796.93/199.69	c calculated reachability. Time: 0.00
796.93/199.69	c  N dy  4319   1210389        60      5340         0     58420     37380    816089     18.09   no data
825.31/206.74	c  N dy  4458   1233315        60      5340         0     78713     37380   1255584     18.11     19.06
845.25/211.70	c  N dy  4540   1256076        60      5340         0     56693     37380    763066     18.11     19.14
865.61/216.83	c  N dy  4656   1276229        60      5340         0     74542     37380   1148093     18.12     19.16
886.79/222.18	c  N dy  4753   1296750        60      5340         0     49632     37380    607098     18.13     19.12
904.77/226.68	c  N dy  4852   1316850        60      5340         0     67408     37380    989864     18.14     20.08
926.73/232.18	c  N dy  4908   1336875        60      5340         0     85088     37380   1363602     18.13     20.61
945.47/236.83	c  N dy  4954   1356949        60      5340         0     58680     37380    786110     18.13     19.23
969.83/242.94	c  N dy  5019   1379981        60      5340         0     79023     37380   1215385     18.13     19.08
990.99/248.26	c  N dy  5114   1400051        60      5340         0     51720     37380    631482     18.13     21.39
1009.35/252.87	c  N dy  5221   1420112        60      5340         0     69487     37380   1016839     18.14     19.27
1032.91/258.79	c  N dy  5321   1440171        60      5340         0     87194     37380   1399538     18.15     19.41
1055.27/264.32	c  N dy  5371   1467182        60      5340         0     64954     37380    895540     18.14     19.12
1075.66/269.42	c  N dy  5433   1487283        60      5340         0     82537     37380   1265651     18.14     19.70
1099.99/275.55	c  N dy  5555   1507359        60      5340         0     53649     37380    653452     18.15     21.04
1115.96/279.58	c  N dy  5592   1527761        60      5340         0     71566     37380   1028121     18.14     19.10
1139.52/285.40	c  N dy  5673   1547862        60      5340         0     89230     37380   1404185     18.15     19.46
1159.11/290.33	c  N dy  5734   1568036        60      5340         0     59423     37380    758971     18.14     19.14
1176.67/294.79	c  N dy  5798   1588085        60      5340         0     77125     37380   1134916     18.14     19.76
1201.81/301.03	c  N dy  5869   1608164        60      5340         0     94856     37380   1510013     18.14     19.12
1221.77/306.00	c  N dy  5990   1628167        60      5340         0     64080     37380    858053     18.15     19.52
1242.14/311.15	c  N dy  6042   1650973        60      5340         0     83952     37380   1271388     18.14     19.15
1267.69/317.53	c  N dy  6066   1676374        60      5340         0     56925     37380    681506     18.12     19.10
1285.66/322.05	c  N dy  6137   1696396        60      5340         0     74610     37380   1058617     18.12     20.76
1302.83/326.35	c  S st  6205   1710389        60      5340         0     86956     37380   1325425     18.13     17.09
1304.04/326.62	c  S st  6205   1710894        60      5340         0     87412     37380   1335427     18.13   no data
1304.04/326.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1304.04/326.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1304.04/326.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1304.04/326.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1304.04/326.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1304.04/326.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1304.04/326.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1304.04/326.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1304.45/326.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1385.46/347.04	c lits-rem:      1056  cl-subs:    11282  v-elim:      0  v-fix:    0  time: 20.31 s
1385.46/347.04	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1385.46/347.06	c vivif2 --  cl tried    76130 cl shrink        0 lits rem          0 time: 0.02
1387.48/347.60	c asymm  cl-useful: 0/633/5340 lits-rem:0 time: 0.54
1387.48/347.60	c calculated reachability. Time: 0.00
1387.48/347.60	c  N dy  6205   1710894        60      5340         0     76130     37380   1105799     18.13   no data
1427.43/357.54	c  N dy  6313   1731629        60      5340         0     94388     37380   1499593     18.14     19.14
1454.94/364.40	c  N dy  6425   1752360        60      5340         0     63341     37380    827268     18.14     19.12
1476.90/369.99	c  N dy  6536   1772390        60      5340         0     81151     37380   1213251     18.15     21.00
1501.67/376.19	c  N dy  6594   1792677        60      5340         0     99079     37380   1594133     18.15     19.29
1525.61/382.11	c  N dy  6679   1817298        60      5340         0     69819     37380    946049     18.15     19.13
1550.76/388.47	c  N dy  6796   1837438        60      5340         0     87656     37380   1333032     18.16     19.13
1583.11/396.55	c  N dy  6872   1858656        60      5340         0     54406     37380    605689     18.16     19.13
1600.27/400.89	c  N dy  6921   1878737        60      5340         0     72007     37380    976229     18.16     20.56
1623.83/406.77	c  N dy  6991   1899185        60      5340         0     90071     37380   1360451     18.16     19.13
1651.00/413.57	c  N dy  7068   1919234        60      5340         0     54961     37380    608008     18.16     19.14
1670.55/418.40	c  N dy  7131   1941230        60      5340         0     74345     37380   1021439     18.16     19.21
1696.49/424.97	c  N dy  7253   1961250        60      5340         0     92054     37380   1408638     18.17     20.40
1724.85/432.08	c  N dy  7340   1981272        60      5340         0     55950     37380    620110     18.17     19.20
1743.23/436.65	c  N dy  7401   2002308        60      5340         0     74409     37380   1012201     18.17     19.22
1767.57/442.78	c  N dy  7475   2022379        60      5340         0     92034     37380   1387830     18.17     21.83
1798.31/450.40	c  N dy  7555   2042884        60      5340         0     55546     37380    601150     18.17     19.19
1817.48/455.27	c  N dy  7660   2062916        60      5340         0     73268     37380    986189     18.18     20.86
1848.64/463.07	c  N dy  7758   2088229        60      5340         0     95503     37380   1461695     18.18     19.15
1878.97/470.69	c  N dy  7838   2108231        60      5340         0     57659     37380    637187     18.19     21.31
1919.32/480.72	c  N dy  7918   2148165        60      5340         0     92705     37380   1372025     18.17     19.14
1954.82/489.65	c  N dy  8069   2168649        60      5340         0    110846     37380   1771049     18.19     19.18
1974.79/494.61	c  N dy  8112   2188719        60      5340         0     72169     37380    931926     18.18     19.23
1998.37/500.59	c  N dy  8191   2209147        60      5340         0     90205     37380   1319169     18.18     19.16
2001.14/501.22	c  S st  8195   2210894        60      5340         0     91723     37380   1351094     18.18     17.46
2002.36/501.51	c  S st  8195   2211398        60      5340         0     92180     37380   1361511     18.18   no data
2002.36/501.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2002.36/501.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2002.36/501.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2002.36/501.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2002.36/501.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2002.36/501.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2002.36/501.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2002.36/501.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2002.77/501.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2067.81/517.96	c lits-rem:       964  cl-subs:    10344  v-elim:      0  v-fix:    0  time: 16.34 s
2067.81/517.96	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2067.81/517.98	c vivif2 --  cl tried    81836 cl shrink        0 lits rem          0 time: 0.02
2069.81/518.41	c asymm  cl-useful: 0/581/5340 lits-rem:0 time: 0.42
2069.81/518.41	c calculated reachability. Time: 0.00
2069.81/518.41	c  N dy  8195   2211398        60      5340         0     81836     37380   1149530     18.18   no data
2110.14/528.50	c  N dy  8255   2237524        60      5340         0    104742     37380   1631034     18.18     19.18
2141.28/536.35	c  N dy  8326   2259395        60      5340         0     67373     37380    823837     18.18     19.18
2164.86/542.24	c  N dy  8435   2279460        60      5340         0     85149     37380   1210567     18.18     19.17
2197.98/550.53	c  N dy  8534   2302477        60      5340         0    105462     37380   1647375     18.19     19.15
2229.13/558.36	c  N dy  8615   2324802        60      5340         0     67265     37380    809458     18.19     19.19
2251.88/564.09	c  N dy  8648   2346202        60      5340         0     85993     37380   1201682     18.18     19.16
2282.62/571.79	c  N dy  8767   2366325        60      5340         0    103735     37380   1587706     18.19     19.21
2315.76/580.01	c  N dy  8838   2386942        60      5340         0     63101     37380    716350     18.19     19.17
2336.92/585.35	c  N dy  8913   2407381        60      5340         0     81048     37380   1099618     18.19     19.21
2364.47/592.23	c  N dy  9014   2427422        60      5340         0     98777     37380   1481291     18.20     19.26
2407.60/603.08	c  N dy  9124   2454307        60      5340         0     62583     37380    691387     18.20     19.19
2429.55/608.52	c  N dy  9224   2474492        60      5340         0     80400     37380   1078498     18.21     19.17
2454.73/614.83	c  N dy  9293   2494537        60      5340         0     98023     37380   1450844     18.20     20.82
2495.43/625.01	c  N dy  9349   2521322        60      5340         0     60848     37380    646047     18.19     19.20
2515.81/630.16	c  N dy  9434   2541412        60      5340         0     78526     37380   1023018     18.20     20.27
2542.98/636.92	c  N dy  9557   2561475        60      5340         0     96254     37380   1410050     18.20     20.03
2577.71/645.62	c  N dy  9680   2581481        60      5340         0    113930     37380   1795838     18.21     20.83
2626.79/657.91	c  N dy  9718   2626528        60      5340         0     91467     37380   1250257     18.18     19.14
2652.78/664.45	c  N dy  9752   2646544        60      5340         0    108987     37380   1616984     18.18     19.45
2689.48/673.60	c  N dy  9868   2666586        60      5340         0     64442     37380    707657     18.18     19.15
2710.24/678.81	c  N dy  9941   2686587        60      5340         0     82012     37380   1085150     18.19     19.97
2735.82/685.29	c  N dy 10018   2706611        60      5340         0     99675     37380   1464443     18.19     21.27
2743.39/687.15	c  S st 10042   2711398        60      5340         0    103902     37380   1556380     18.19   no data
2744.60/687.47	c  S st 10042   2711903        60      5340         0    104355     37380   1566457     18.19   no data
2744.60/687.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2745.01/687.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2745.01/687.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2745.01/687.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2745.01/687.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2745.01/687.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2745.01/687.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2745.01/687.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2745.01/687.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2792.09/699.35	c lits-rem:      1055  cl-subs:    11421  v-elim:      0  v-fix:    0  time: 11.75 s
2792.09/699.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2792.09/699.37	c vivif2 --  cl tried    92934 cl shrink        0 lits rem          0 time: 0.02
2793.68/699.73	c asymm  cl-useful: 0/514/5340 lits-rem:0 time: 0.35
2793.68/699.73	c calculated reachability. Time: 0.00
2793.68/699.73	c  N dy 10042   2711903        60      5340         0     92934     37380   1326233     18.19   no data
2829.23/708.65	c  N dy 10145   2731981        60      5340         0    110596     37380   1707442     18.19     21.10
2875.14/720.11	c  N dy 10243   2752519        60      5340         0     66117     37380    738136     18.20     19.30
2905.89/727.81	c  N dy 10300   2777615        60      5340         0     88056     37380   1198084     18.19     19.18
2941.02/736.65	c  N dy 10331   2803152        60      5340         0    110370     37380   1663231     18.19     19.21
2985.34/747.71	c  N dy 10468   2824441        60      5340         0     65398     37380    709377     18.20     19.22
3009.69/753.82	c  N dy 10540   2847692        60      5340         0     85815     37380   1141952     18.19     19.25
3037.65/760.85	c  N dy 10637   2867788        60      5340         0    103521     37380   1523538     18.20     20.49
3075.17/770.24	c  N dy 10769   2887845        60      5340         0    121273     37380   1913505     18.21     19.64
3107.92/778.45	c  N dy 10866   2908071        60      5340         0     74150     37380    885925     18.21     19.19
3132.67/784.64	c  N dy 10939   2928737        60      5340         0     92295     37380   1271894     18.21     19.17
3157.44/790.81	c  N dy 10961   2948797        60      5340         0    109844     37380   1638901     18.20     20.78
3192.99/799.72	c  N dy 11041   2970066        60      5340         0    128529     37380   2035167     18.20     19.16
3220.51/806.64	c  N dy 11089   2993785        60      5340         0     83443     37380   1064878     18.19     19.29
3250.86/814.25	c  N dy 11191   3016418        60      5340         0    103392     37380   1495134     18.20     19.18
3279.21/821.37	c  N dy 11210   3036692        60      5340         0    121090     37380   1860768     18.19     19.16
3319.95/831.52	c  N dy 11319   3061531        60      5340         0     76384     37380    915931     18.19     19.22
3346.30/838.18	c  N dy 11419   3081680        60      5340         0     94108     37380   1299508     18.19     19.16
3375.83/845.55	c  N dy 11491   3101833        60      5340         0    111726     37380   1675255     18.20     19.18
3418.54/856.22	c  N dy 11546   3127248        60      5340         0    133944     37380   2137579     18.19     19.16
3442.50/862.26	c  N dy 11597   3147380        60      5340         0     84006     37380   1062335     18.18     19.26
3470.85/869.30	c  N dy 11701   3167447        60      5340         0    101686     37380   1444041     18.19     19.49
3504.81/877.82	c  N dy 11737   3191540        60      5340         0    122675     37380   1880117     18.18     19.17
3545.91/888.10	c  N dy 11848   3211906        60      5340         0     72207     37380    803289     18.18     17.37
3545.91/888.10	c  S st 11848   3211906        60      5340         0     72207     37380    803289     18.18     17.37
3546.71/888.32	c  S st 11848   3212409        60      5340         0     72661     37380    813354     18.18   no data
3546.71/888.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3546.71/888.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3546.71/888.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3546.71/888.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3546.71/888.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3546.71/888.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3546.71/888.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3546.71/888.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3547.11/888.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3552.30/889.75	c lits-rem:       136  cl-subs:     1355  v-elim:      0  v-fix:    0  time:  1.35 s
3552.30/889.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3552.30/889.76	c vivif2 --  cl tried    71306 cl shrink        0 lits rem          0 time: 0.01
3553.49/890.07	c asymm  cl-useful: 0/651/5340 lits-rem:0 time: 0.30
3553.49/890.07	c calculated reachability. Time: 0.00
3553.49/890.07	c  N dy 11848   3212409        60      5340         0     71306     37380    786574     18.18   no data
3577.85/896.12	c  N dy 11930   3232601        60      5340         0     89060     37380   1166934     18.19     19.21
3678.47/921.34	c  N dy 12016   3312607        60      5340         0     89615     37380   1146760     18.14     19.17
3708.81/928.90	c  N dy 12119   3332681        60      5340         0    107310     37380   1530052     18.14     21.18
3746.37/938.37	c  N dy 12233   3352719        60      5340         0    124976     37380   1913451     18.15     20.26
3796.66/950.91	c  N dy 12385   3372834        60      5340         0     72701     37380    798410     18.16     19.19
3822.21/957.34	c  N dy 12472   3395529        60      5340         0     92552     37380   1217543     18.16     19.41
3852.55/964.93	c  N dy 12552   3415628        60      5340         0    110212     37380   1594182     18.16     20.58
3886.50/973.47	c  N dy 12634   3435721        60      5340         0    127837     37380   1971641     18.16     19.98
3923.22/982.65	c  N dy 12688   3456328        60      5340         0     74854     37380    831460     18.16     19.13
3949.97/989.33	c  N dy 12804   3476368        60      5340         0     92644     37380   1219093     18.16     21.03
3973.54/995.29	c  N dy 12820   3496446        60      5340         0    110198     37380   1582795     18.16     21.23
4011.86/1004.80	c  N dy 12906   3516899        60      5340         0    128228     37380   1969901     18.16     19.13
4058.97/1016.67	c  N dy 13023   3536979        60      5340         0     73903     37380    803046     18.16     20.08
4087.72/1023.83	c  N dy 13194   3556980        60      5340         0     91588     37380   1195815     18.17     21.40
4124.08/1032.92	c  N dy 13317   3579738        60      5340         0    111703     37380   1633782     18.18     19.17
4160.79/1042.19	c  N dy 13396   3599837        60      5340         0    129336     37380   2007968     18.18     19.87
4205.11/1053.28	c  N dy 13463   3620965        60      5340         0     74796     37380    810442     18.18     19.20
4230.26/1059.57	c  N dy 13524   3641842        60      5340         0     93200     37380   1202757     18.18     19.19
4264.62/1068.19	c  N dy 13648   3661900        60      5340         0    110887     37380   1588999     18.18     19.76
4306.12/1078.55	c  N dy 13765   3683000        60      5340         0    129495     37380   1991734     18.19     19.20
4358.02/1091.59	c  N dy 13900   3704333        60      5340         0     74357     37380    790201     18.19     19.25
4367.62/1093.97	c  S st 13945   3712409        60      5340         0     81466     37380    945443     18.19   no data
4368.82/1094.22	c  S st 13945   3712912        60      5340         0     81918     37380    955564     18.19   no data
4368.82/1094.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4368.82/1094.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4368.82/1094.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4368.82/1094.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4368.82/1094.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4368.82/1094.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4368.82/1094.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4368.82/1094.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4369.22/1094.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4377.99/1096.53	c lits-rem:       174  cl-subs:     1984  v-elim:      0  v-fix:    0  time:  2.22 s
4377.99/1096.53	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4377.99/1096.55	c vivif2 --  cl tried    79934 cl shrink        0 lits rem          0 time: 0.01
4379.19/1096.88	c asymm  cl-useful: 0/579/5340 lits-rem:0 time: 0.33
4379.19/1096.88	c calculated reachability. Time: 0.00
4379.19/1096.88	c  N dy 13945   3712912        60      5340         0     79934     37380    912452     18.19   no data
4414.32/1105.64	c  N dy 14041   3739686        60      5340         0    103469     37380   1417207     18.19     19.38
4435.50/1110.99	c  F st 14114   3751563        60      5340         0    113904     37380   1644709     18.20   no data
4452.26/1115.19	c  N dy 14149   3759703        60      5340         0    121047     37380   1800379     18.20     20.38
4498.57/1126.74	c  N dy 14277   3780220        60      5340         0    139142     37380   2195053     18.20     19.18
4538.10/1136.60	c  N dy 14376   3800300        60      5340         0     82107     37380    949325     18.21     19.76
4564.86/1143.36	c  N dy 14394   3825850        60      5340         0    104359     37380   1408190     18.20     19.22
4600.78/1152.39	c  N dy 14484   3845886        60      5340         0    121860     37380   1784149     18.20     20.06
4641.11/1162.47	c  N dy 14543   3867418        60      5340         0    140788     37380   2188559     18.20     19.16
4681.87/1172.69	c  N dy 14623   3889179        60      5340         0     84488     37380    992847     18.20     19.25
4711.38/1180.07	c  N dy 14725   3909400        60      5340         0    102300     37380   1379433     18.20     19.19
4748.91/1189.49	c  N dy 14859   3929449        60      5340         0    119971     37380   1767889     18.21     19.76
4790.44/1199.83	c  N dy 14944   3949476        60      5340         0    137573     37380   2144917     18.21     20.57

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.75 5.12 6.70 2/235 8499
/proc/meminfo: memFree=24317240/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 652025746 52396032 347 33554432000 4194304 4580107 140736235288496 18446744073709551615 47804554168242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 12792 347 299 95 0 7774 0
[pid=8499/tid=8501] ppid=8497 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652025747 52396032 347 33554432000 4194304 4580107 140736235288496 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652025747 52396032 347 33554432000 4194304 4580107 140736235288496 18446744073709551615 47804554168240 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652025747 52396032 347 33554432000 4194304 4580107 140736235288496 18446744073709551615 47804554168246 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0589871 s]
/proc/loadavg: 3.75 5.12 6.70 2/235 8499
/proc/meminfo: memFree=24317240/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=281824 CPUtime=0.21 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 1236 0 0 0 21 0 0 0 19 0 4 0 652025746 288587776 1143 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 70456 1143 357 95 0 65438 0
[pid=8499/tid=8501] ppid=8497 vsize=281824 CPUtime=0.04 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 188 0 0 0 4 0 0 0 20 0 4 0 652025747 288587776 1143 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=281824 CPUtime=0.05 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 186 0 0 0 5 0 0 0 20 0 4 0 652025747 288587776 1143 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=281824 CPUtime=0.05 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 264 0 0 0 5 0 0 0 20 0 4 0 652025747 288587776 1143 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 281824

[startup+0.127117 s]
/proc/loadavg: 3.75 5.12 6.70 2/235 8499
/proc/meminfo: memFree=24317240/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=282124 CPUtime=0.48 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 1458 0 0 0 48 0 0 0 19 0 4 0 652025746 288894976 1365 33554432000 4194304 4580107 140736235288496 18446744073709551615 222921820343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 70597 1491 363 95 0 65579 0
[pid=8499/tid=8501] ppid=8497 vsize=282520 CPUtime=0.11 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) D 8497 8499 7898 0 -1 4202560 358 0 0 0 11 0 0 0 20 0 4 0 652025747 289300480 1563 33554432000 4194304 4580107 140736235288496 18446744073709551615 222921473803 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=282784 CPUtime=0.12 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 197 0 0 0 12 0 0 0 20 0 4 0 652025747 289570816 1702 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=282920 CPUtime=0.12 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 349 0 0 0 12 0 0 0 20 0 4 0 652025747 289710080 1795 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 282124

[startup+0.358934 s]
/proc/loadavg: 3.75 5.12 6.70 2/235 8499
/proc/meminfo: memFree=24317240/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=285080 CPUtime=1.4 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 3621 0 0 0 140 0 0 0 19 0 4 0 652025746 291921920 2721 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 71270 2721 376 95 0 66252 0
[pid=8499/tid=8501] ppid=8497 vsize=285080 CPUtime=0.34 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 842 0 0 0 34 0 0 0 20 0 4 0 652025747 291921920 2721 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=285080 CPUtime=0.35 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 844 0 0 0 35 0 0 0 20 0 4 0 652025747 291921920 2721 33554432000 4194304 4580107 140736235288496 18446744073709551615 4296025 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=285080 CPUtime=0.35 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 672 0 0 0 35 0 0 0 20 0 4 0 652025747 291921920 2721 33554432000 4194304 4580107 140736235288496 18446744073709551615 4324875 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285080

[startup+0.700871 s]
/proc/loadavg: 3.75 5.12 6.70 2/235 8499
/proc/meminfo: memFree=24317240/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=286148 CPUtime=2.78 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 5333 0 0 0 277 1 0 0 19 0 4 0 652025746 293015552 3252 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 71537 3253 376 95 0 66519 0
[pid=8499/tid=8501] ppid=8497 vsize=286148 CPUtime=0.68 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 1212 0 0 0 68 0 0 0 21 0 4 0 652025747 293015552 3253 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=286148 CPUtime=0.69 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 1255 0 0 0 69 0 0 0 21 0 4 0 652025747 293015552 3253 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=286148 CPUtime=0.69 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 1198 0 0 0 69 0 0 0 21 0 4 0 652025747 293015552 3254 33554432000 4194304 4580107 140736235288496 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286148

[startup+1.50073 s]
/proc/loadavg: 3.75 5.12 6.70 11/245 8512
/proc/meminfo: memFree=24284092/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=287304 CPUtime=5.96 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 9598 0 0 0 595 1 0 0 21 0 4 0 652025746 294199296 5053 33554432000 4194304 4580107 140736235288496 18446744073709551615 4416477 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 71826 5053 378 95 0 66808 0
[pid=8499/tid=8501] ppid=8497 vsize=287304 CPUtime=1.47 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 2001 0 0 0 147 0 0 0 23 0 4 0 652025747 294199296 5053 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=287304 CPUtime=1.49 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 2046 0 0 0 149 0 0 0 23 0 4 0 652025747 294199296 5053 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=287304 CPUtime=1.48 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 1999 0 0 0 148 0 0 0 23 0 4 0 652025747 294199296 5053 33554432000 4194304 4580107 140736235288496 18446744073709551615 4324233 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287304

[startup+3.10043 s]
/proc/loadavg: 3.75 5.12 6.70 9/245 8512
/proc/meminfo: memFree=24253836/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=292084 CPUtime=12.35 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 17287 0 0 0 1233 2 0 0 25 0 4 0 652025746 299094016 9433 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 73021 9433 378 95 0 68003 0
[pid=8499/tid=8501] ppid=8497 vsize=292084 CPUtime=3.06 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 3887 0 0 0 306 0 0 0 25 0 4 0 652025747 299094016 9433 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=292084 CPUtime=3.08 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 4610 0 0 0 308 0 0 0 25 0 4 0 652025747 299094016 9433 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=292084 CPUtime=3.08 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 4466 0 0 0 308 0 0 0 25 0 4 0 652025747 299094016 9433 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292084

[startup+6.30085 s]
/proc/loadavg: 4.09 5.17 6.71 9/245 8512
/proc/meminfo: memFree=24218124/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=306700 CPUtime=25.13 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 26170 0 0 0 2509 4 0 0 25 0 4 0 652025746 314060800 12654 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 76675 12654 378 95 0 71657 0
[pid=8499/tid=8501] ppid=8497 vsize=306700 CPUtime=6.25 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 6318 0 0 0 624 1 0 0 25 0 4 0 652025747 314060800 12654 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=306700 CPUtime=6.29 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 7276 0 0 0 628 1 0 0 25 0 4 0 652025747 314060800 12654 33554432000 4194304 4580107 140736235288496 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=306700 CPUtime=6.28 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 6479 0 0 0 628 0 0 0 25 0 4 0 652025747 314060800 12654 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 306700

[startup+12.7007 s]
/proc/loadavg: 4.48 5.23 6.72 9/245 8512
/proc/meminfo: memFree=24174312/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=326284 CPUtime=50.69 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 39718 0 0 0 5062 7 0 0 25 0 4 0 652025746 334114816 17270 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 81571 17270 378 95 0 76553 0
[pid=8499/tid=8501] ppid=8497 vsize=326284 CPUtime=12.59 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 8337 0 0 0 1258 1 0 0 25 0 4 0 652025747 334114816 17270 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=326284 CPUtime=12.69 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 10226 0 0 0 1267 2 0 0 25 0 4 0 652025747 334114816 17270 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=326284 CPUtime=12.69 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 10401 0 0 0 1268 1 0 0 25 0 4 0 652025747 334114816 17270 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 326284

[startup+25.5003 s]
/proc/loadavg: 5.26 5.37 6.74 9/245 8513
/proc/meminfo: memFree=24138084/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=320100 CPUtime=101.79 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 59039 0 0 0 10168 11 0 0 25 0 4 0 652025746 327782400 22008 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 80025 22008 378 95 0 75007 0
[pid=8499/tid=8501] ppid=8497 vsize=320100 CPUtime=25.29 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 12118 0 0 0 2528 1 0 0 25 0 4 0 652025747 327782400 22008 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=320100 CPUtime=25.48 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 15668 0 0 0 2546 2 0 0 25 0 4 0 652025747 327782400 22008 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=320100 CPUtime=25.48 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 15333 0 0 0 2546 2 0 0 25 0 4 0 652025747 327782400 22008 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 320100

[startup+51.1007 s]
/proc/loadavg: 6.19 5.58 6.77 9/245 8513
/proc/meminfo: memFree=24121760/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=324244 CPUtime=204.01 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 87804 0 0 0 20384 17 0 0 25 0 4 0 652025746 332025856 23001 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294555 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 81061 23001 378 95 0 76043 0
[pid=8499/tid=8501] ppid=8497 vsize=324244 CPUtime=50.72 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 17839 0 0 0 5069 3 0 0 25 0 4 0 652025747 332025856 23001 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=324244 CPUtime=51.09 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 23771 0 0 0 5105 4 0 0 25 0 4 0 652025747 332025856 23001 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=324244 CPUtime=51.08 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 22741 0 0 0 5105 3 0 0 25 0 4 0 652025747 332025856 23001 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 324244

[startup+102.308 s]
/proc/loadavg: 7.30 5.98 6.84 9/245 8515
/proc/meminfo: memFree=24078664/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=337224 CPUtime=408.46 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 126969 0 0 0 40817 29 0 0 25 0 4 0 652025746 345317376 29579 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 84306 29579 378 95 0 79288 0
[pid=8499/tid=8501] ppid=8497 vsize=337224 CPUtime=101.55 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 20915 0 0 0 10150 5 0 0 25 0 4 0 652025747 345317376 29579 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=337224 CPUtime=102.29 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 35058 0 0 0 10222 7 0 0 25 0 4 0 652025747 345317376 29579 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=337224 CPUtime=102.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 35861 0 0 0 10222 8 0 0 25 0 4 0 652025747 345317376 29579 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.46
Current children cumulated vsize (KiB) 337224

[startup+162.3 s]

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

[pid=8499] ppid=8497 vsize=380020 CPUtime=2564.53 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 377005 0 0 0 256338 115 0 0 25 0 4 0 652025746 389140480 64940 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 95005 64940 378 95 0 89987 0
[pid=8499/tid=8501] ppid=8497 vsize=380020 CPUtime=637.63 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 60906 0 0 0 63743 20 0 0 25 0 4 0 652025747 389140480 64941 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=380020 CPUtime=642.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 106770 0 0 0 64198 33 0 0 25 0 4 0 652025747 389140480 64941 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=380020 CPUtime=642.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 104191 0 0 0 64201 29 0 0 25 0 4 0 652025747 389140480 64941 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2564.53
Current children cumulated vsize (KiB) 380020

[startup+702.301 s]
/proc/loadavg: 8.18 7.83 7.42 9/245 8531
/proc/meminfo: memFree=23769744/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=356368 CPUtime=2804.07 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 400785 0 0 0 280282 125 0 0 25 0 4 0 652025746 364920832 61629 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 89092 61629 378 95 0 84074 0
[pid=8499/tid=8501] ppid=8497 vsize=356368 CPUtime=697.19 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 67200 0 0 0 69696 23 0 0 25 0 4 0 652025747 364920832 61629 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=356368 CPUtime=702.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 112257 0 0 0 70196 35 0 0 25 0 4 0 652025747 364920832 61629 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=356368 CPUtime=702.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 109350 0 0 0 70199 31 0 0 25 0 4 0 652025747 364920832 61629 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.07
Current children cumulated vsize (KiB) 356368

[startup+762.309 s]
/proc/loadavg: 8.12 7.87 7.46 9/245 8532
/proc/meminfo: memFree=23714644/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=469092 CPUtime=3043.66 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 421808 0 0 0 304233 133 0 0 25 0 4 0 652025746 480350208 68708 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 117273 68708 378 95 0 112255 0
[pid=8499/tid=8501] ppid=8497 vsize=469092 CPUtime=756.76 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 71821 0 0 0 75652 24 0 0 25 0 4 0 652025747 480350208 68708 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=469092 CPUtime=762.32 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 117697 0 0 0 76195 37 0 0 25 0 4 0 652025747 480350208 68708 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=469092 CPUtime=762.31 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 115198 0 0 0 76198 33 0 0 25 0 4 0 652025747 480350208 68708 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.66
Current children cumulated vsize (KiB) 469092

[startup+822.301 s]
/proc/loadavg: 8.09 7.91 7.50 9/245 8534
/proc/meminfo: memFree=23713984/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=481784 CPUtime=3283.2 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 436796 0 0 0 328180 140 0 0 25 0 4 0 652025746 493346816 68522 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 120446 68522 378 95 0 115428 0
[pid=8499/tid=8501] ppid=8497 vsize=481784 CPUtime=816.32 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 74821 0 0 0 81606 26 0 0 25 0 4 0 652025747 493346816 68522 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=481784 CPUtime=822.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 122956 0 0 0 82192 39 0 0 25 0 4 0 652025747 493346816 68522 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=481784 CPUtime=822.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 118852 0 0 0 82195 35 0 0 25 0 4 0 652025747 493346816 68522 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.2
Current children cumulated vsize (KiB) 481784

[startup+882.301 s]
/proc/loadavg: 8.08 7.94 7.53 9/245 8535
/proc/meminfo: memFree=23687428/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=416048 CPUtime=3522.76 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 454015 0 0 0 352130 146 0 0 25 0 4 0 652025746 426033152 69714 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 104012 69714 378 95 0 98994 0
[pid=8499/tid=8501] ppid=8497 vsize=416048 CPUtime=875.89 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 77136 0 0 0 87562 27 0 0 25 0 4 0 652025747 426033152 69714 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=416048 CPUtime=882.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 128265 0 0 0 88190 41 0 0 25 0 4 0 652025747 426033152 69714 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=416048 CPUtime=882.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 123227 0 0 0 88194 36 0 0 25 0 4 0 652025747 426033152 69714 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.76
Current children cumulated vsize (KiB) 416048

[startup+942.301 s]
/proc/loadavg: 8.07 7.96 7.56 9/245 8537
/proc/meminfo: memFree=23683548/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=430760 CPUtime=3762.32 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 475023 0 0 0 376078 154 0 0 25 0 4 0 652025746 441098240 72117 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 107690 72117 378 95 0 102672 0
[pid=8499/tid=8501] ppid=8497 vsize=430760 CPUtime=935.45 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 82888 0 0 0 93516 29 0 0 25 0 4 0 652025747 441098240 72117 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=430760 CPUtime=942.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 135283 0 0 0 94188 43 0 0 25 0 4 0 652025747 441098240 72117 33554432000 4194304 4580107 140736235288496 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=430760 CPUtime=942.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 125977 0 0 0 94192 38 0 0 25 0 4 0 652025747 441098240 72117 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.32
Current children cumulated vsize (KiB) 430760

[startup+1002.3 s]
/proc/loadavg: 8.07 7.98 7.59 9/245 8539
/proc/meminfo: memFree=23665024/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=445972 CPUtime=4001.88 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 490172 0 0 0 400028 160 0 0 25 0 4 0 652025746 456675328 72848 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 111493 72848 378 95 0 106475 0
[pid=8499/tid=8501] ppid=8497 vsize=445972 CPUtime=995.02 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 83512 0 0 0 99472 30 0 0 25 0 4 0 652025747 456675328 72848 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=445972 CPUtime=1002.31 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 138975 0 0 0 100186 45 0 0 25 0 4 0 652025747 456675328 72848 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=445972 CPUtime=1002.31 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 131243 0 0 0 100191 40 0 0 25 0 4 0 652025747 456675328 72848 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4001.88
Current children cumulated vsize (KiB) 445972

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.63 9/245 8540
/proc/meminfo: memFree=23664000/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=459348 CPUtime=4241.44 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 507247 0 0 0 423979 165 0 0 25 0 4 0 652025746 470372352 76007 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 114837 76007 378 95 0 109819 0
[pid=8499/tid=8501] ppid=8497 vsize=459348 CPUtime=1054.58 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 86372 0 0 0 105428 30 0 0 25 0 4 0 652025747 470372352 76007 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=459348 CPUtime=1062.32 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 144238 0 0 0 106185 47 0 0 25 0 4 0 652025747 470372352 76007 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=459348 CPUtime=1062.3 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 135258 0 0 0 106189 41 0 0 25 0 4 0 652025747 470372352 76007 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.44
Current children cumulated vsize (KiB) 459348

[startup+1122.3 s]
/proc/loadavg: 8.11 8.03 7.66 9/245 8542
/proc/meminfo: memFree=23664076/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=459792 CPUtime=4481 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 522548 0 0 0 447928 172 0 0 25 0 4 0 652025746 470827008 74364 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 114948 74364 378 95 0 109930 0
[pid=8499/tid=8501] ppid=8497 vsize=459792 CPUtime=1114.15 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 88129 0 0 0 111384 31 0 0 25 0 4 0 652025747 470827008 74364 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=459792 CPUtime=1122.32 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 149271 0 0 0 112183 49 0 0 25 0 4 0 652025747 470827008 74364 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=459792 CPUtime=1122.31 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 140069 0 0 0 112188 43 0 0 25 0 4 0 652025747 470827008 74364 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481
Current children cumulated vsize (KiB) 459792

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.69 9/245 8543
/proc/meminfo: memFree=23646296/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=446800 CPUtime=4720.57 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 537721 0 0 0 471877 180 0 0 25 0 4 0 652025746 457523200 74199 33554432000 4194304 4580107 140736235288496 18446744073709551615 4293222 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 111700 74199 378 95 0 106682 0
[pid=8499/tid=8501] ppid=8497 vsize=446800 CPUtime=1173.72 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 89506 0 0 0 117341 31 0 0 25 0 4 0 652025747 457523200 74199 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=446800 CPUtime=1182.33 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 154026 0 0 0 118180 53 0 0 25 0 4 0 652025747 457523200 74199 33554432000 4194304 4580107 140736235288496 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=446800 CPUtime=1182.31 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 144030 0 0 0 118186 45 0 0 25 0 4 0 652025747 457523200 74199 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4720.57
Current children cumulated vsize (KiB) 446800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.14 8.06 7.70 9/245 8544
/proc/meminfo: memFree=23673672/32951124 swapFree=61559568/67111528
[pid=8499] ppid=8497 vsize=460220 CPUtime=4800.06 cores=0,2,4,6
/proc/8499/stat : 8499 (strangenight2-m) R 8497 8499 7898 0 -1 4202496 544034 0 0 0 479824 182 0 0 25 0 4 0 652025746 471265280 74600 33554432000 4194304 4580107 140736235288496 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8499/statm: 115055 74600 378 95 0 110037 0
[pid=8499/tid=8501] ppid=8497 vsize=460220 CPUtime=1193.47 cores=0,2,4,6
/proc/8499/task/8501/stat : 8501 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 90979 0 0 0 119316 31 0 0 25 0 4 0 652025747 471265280 74601 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8499/tid=8502] ppid=8497 vsize=460220 CPUtime=1202.24 cores=0,2,4,6
/proc/8499/task/8502/stat : 8502 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 155942 0 0 0 120170 54 0 0 25 0 4 0 652025747 471265280 74601 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8499/tid=8503] ppid=8497 vsize=460220 CPUtime=1202.22 cores=0,2,4,6
/proc/8499/task/8503/stat : 8503 (strangenight2-m) R 8497 8499 7898 0 -1 4202560 146119 0 0 0 120176 46 0 0 25 0 4 0 652025747 471265280 74601 33554432000 4194304 4580107 140736235288496 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 460220

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.24
CPU time (s): 4800.12
CPU user time (s): 4798.28
CPU system time (s): 1.84072
CPU usage (%): 399.265
Max. virtual memory (cumulated for all children) (KiB): 484868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.28
system time used= 1.84072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544035
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= 236
involuntary context switches= 21659

runsolver used 2.44463 second user time and 6.33604 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 22:17:30
IDJOB=3366438
IDBENCH=82847
IDSOLVER=1844
FILE ID=node109/3366438-1305404250
RUNJOBID= node109-1305404250-8485
PBS_JOBID= 13324470
Free space on /tmp= 73228 MiB

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

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

MD5SUM BENCH= 4227d784a99fd8c0304137876add0b08
RANDOM SEED=135733209

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24317652 kB
Buffers:        231640 kB
Cached:        2252748 kB
SwapCached:      28404 kB
Active:          95096 kB
Inactive:      8323056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24317652 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            5448 kB
Writeback:           0 kB
AnonPages:     5911468 kB
Mapped:          17180 kB
Slab:           122124 kB
PageTables:      30740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17856920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73216 MiB
End job on node109 at 2011-05-14 22:37:34