Trace number 3173710

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.1 1201.77

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
MD5SUM79bb5af0297560cf515e2461b267e196
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.781
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173710-1304030049.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.02	c -- vars added       1250
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.00/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.13
0.00/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.39/0.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/0.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/0.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/0.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2.39/0.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2.39/0.91	c Finding binary XORs  T:     0.00 s  found:       0
2.39/0.91	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
2.39/0.91	c calculated reachability. Time: 0.00
2.39/0.91	c Calc default polars -  time:   0.00 s pos:     568 undec:      43 neg:     639
2.39/0.91	c =========================================================================================
2.39/0.91	c types(t): F = full restart, N = normal restart
2.39/0.91	c types(t): S = simplification begin/end, E = solution found
2.39/0.91	c restart types(rt): st = static, dy = dynamic
2.39/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.39/0.91	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
2.39/0.91	c  N dy    14      4063      1250     25000         0      4061    125000    575373    110.95    117.18
2.39/0.91	c  N dy    41      8327      1250     25000         0      5823    125000    597825    109.14    115.15
5.21/1.31	c  N dy    67     12389      1250     25000         0      5638    125000    383090    109.00    116.13
6.36/1.60	c  N dy    92     16661      1250     25000         0      9905    125000    964858    109.01    115.18
7.58/1.99	c  N dy   118     20897      1250     25000         0      8517    125000    614009    109.42    115.49
9.15/2.38	c  N dy   147     24907      1250     25000         0     12524    125000   1168792    109.86    116.12
9.15/2.39	c  F st   148     25001      1250     25000         0     12618    125000   1181207    109.88   no data
11.15/2.89	c  N dy   154     30001      1250     25000         0     10799    125000    839298    109.88   no data
11.15/2.89	c  S st   154     30001      1250     25000         0     10799    125000    839298    109.88   no data
11.55/2.95	c  S st   154     30501      1250     25000         0     11299    125000    898265    109.88   no data
11.55/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.55/2.97	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.55/2.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.55/2.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.55/2.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.97/3.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.55/3.45	c lits-rem:        64  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.43 s
14.34/3.61	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
14.34/3.61	c calculated reachability. Time: 0.00
14.34/3.61	c  N dy   154     30501      1250     25000         0     11267    125000    889060    109.88   no data
15.94/4.04	c  N dy   180     34615      1250     25000         0     15379    125000   1444002    109.84    116.94
17.54/4.45	c  N dy   211     38661      1250     25000         0     11527    125000    754254    110.24    116.39
19.54/4.91	c  N dy   234     42783      1250     25000         0     15643    125000   1326836    110.38    116.23
20.76/5.26	c  S st   254     45751      1250     25000         0      9668    125000    360906    110.49   no data
21.16/5.33	c  S st   254     46251      1250     25000         0     10168    125000    422481    110.49   no data
21.16/5.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.16/5.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.16/5.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.16/5.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.16/5.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.16/5.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
21.16/5.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.16/5.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.16/5.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.53/5.48	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.10 s
21.53/5.48	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.53/5.48	c vivif2 --  cl tried    10166 cl shrink        0 lits rem          0 time: 0.01
22.33/5.65	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
22.33/5.65	c calculated reachability. Time: 0.00
22.33/5.65	c  N dy   254     46251      1250     25000         0     10166    125000    422025    110.49   no data
23.93/6.07	c  N dy   275     50279      1250     25000         0     14191    125000    972687    110.28    117.72
25.93/6.54	c  N dy   296     54508      1250     25000         0     18417    125000   1547401    110.16    116.09
27.52/6.99	c  N dy   317     58604      1250     25000         0     12549    125000    632166    110.16    116.14
29.54/7.45	c  N dy   345     62888      1250     25000         0     16829    125000   1223141    110.36    116.62
31.91/8.03	c  N dy   369     67648      1250     25000         0     21589    125000   1873159    110.23    117.59
32.71/8.24	c  S st   381     69377      1250     25000         0     12332    125000    471587    110.29   no data
33.11/8.31	c  S st   381     69877      1250     25000         0     12832    125000    533152    110.29   no data
33.11/8.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.11/8.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.11/8.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.11/8.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.11/8.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.11/8.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
33.11/8.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.11/8.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.11/8.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.92/8.55	c lits-rem:        27  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
33.92/8.56	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.92/8.56	c vivif2 --  cl tried    12831 cl shrink        0 lits rem          0 time: 0.01
34.71/8.74	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.18
34.71/8.74	c calculated reachability. Time: 0.00
34.71/8.74	c  N dy   381     69877      1250     25000         0     12831    125000    532802    110.29   no data
36.71/9.25	c  N dy   406     74504      1250     25000         0     17454    125000   1171399    110.32    117.76
39.10/9.85	c  N dy   433     79443      1250     25000         0     22388    125000   1853296    110.33    116.41
41.50/10.44	c  N dy   462     84591      1250     25000         0     15547    125000    786454    110.35    117.35
42.71/10.77	c  F st   480     87500      1250     25000         0     18454    125000   1187241    110.34     98.09
44.30/11.15	c  N st   485     90796      1250     25000         0     21742    125000   1668232    110.34   no data
47.10/11.88	c  N dy   509     96594      1250     25000         0     14551    125000    517302    110.30    123.35
49.89/12.58	c  N dy   547    102801      1250     25000         0     20752    125000   1370939    110.38    116.42
51.08/12.82	c  S st   559    104815      1250     25000         0     22762    125000   1640071    110.37   no data
51.08/12.90	c  S st   559    105320      1250     25000         0     23267    125000   1698475    110.37   no data
51.50/12.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.50/12.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
51.50/12.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.50/12.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.50/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.50/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
51.50/12.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.50/12.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.91/13.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/16.30	c lits-rem:       169  cl-subs:       26  v-elim:      0  v-fix:    0  time:  3.28 s
65.09/16.30	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
65.09/16.32	c vivif2 --  cl tried    23241 cl shrink        0 lits rem          0 time: 0.02
66.26/16.61	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.28
66.26/16.61	c calculated reachability. Time: 0.00
66.26/16.61	c  N dy   559    105320      1250     25000         0     23241    125000   1690513    110.37   no data
69.85/17.52	c  N dy   598    112052      1250     25000         0     15980    125000    583141    110.33    117.32
73.47/18.41	c  N dy   643    119268      1250     25000         0     23188    125000   1584454    110.40    117.41
77.45/19.47	c  N dy   692    126969      1250     25000         0     15902    125000    445747    110.46    117.61
81.84/20.52	c  N dy   740    135133      1250     25000         0     24062    125000   1563540    110.49    117.98
87.06/21.81	c  N dy   795    144080      1250     25000         0     17011    125000    469060    110.54    116.96
91.45/22.99	c  N dy   841    153540      1250     25000         0     26461    125000   1746694    110.37    116.70
94.23/23.61	c  S st   868    157982      1250     25000         0     30901    125000   2354033    110.33    104.04
94.63/23.72	c  S st   868    158485      1250     25000         0     31404    125000   2420630    110.33   no data
94.63/23.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.63/23.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
94.63/23.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.63/23.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.63/23.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.63/23.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
94.63/23.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
94.63/23.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
95.03/23.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.60/31.78	c lits-rem:       273  cl-subs:       35  v-elim:      0  v-fix:    0  time:  7.91 s
126.60/31.78	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
126.97/31.81	c vivif2 --  cl tried    31369 cl shrink        0 lits rem          0 time: 0.03
128.18/32.14	c asymm  cl-useful: 0/24947/25000 lits-rem:0 time: 0.33
128.18/32.14	c calculated reachability. Time: 0.00
128.18/32.14	c  N dy   868    158485      1250     25000         0     31369    125000   2410558    110.33   no data
133.77/33.52	c  N dy   930    168692      1250     25000         0     24583    125000   1367557    110.35    117.09
140.16/35.13	c  N dy   991    179510      1250     25000         0     35392    125000   2848744    110.38    139.51
146.55/36.70	c  N dy  1057    191162      1250     25000         0     29053    125000   1870382    110.36    116.63
153.34/38.48	c  N dy  1123    203414      1250     25000         0     22307    125000    797528    110.29    116.24
160.93/40.35	c  N dy  1200    216489      1250     25000         0     35373    125000   2592446    110.31    116.87
168.92/42.36	c  N dy  1283    230366      1250     25000         0     29254    125000   1640086    110.36    116.56
173.72/43.51	c  S st  1332    237729      1250     25000         0     36613    125000   2655761    110.40   no data
174.12/43.63	c  S st  1332    238232      1250     25000         0     37116    125000   2714987    110.40   no data
174.12/43.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.12/43.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
174.12/43.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.12/43.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.12/43.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.12/43.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
174.12/43.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
174.53/43.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
174.53/43.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.06/54.64	c lits-rem:       229  cl-subs:       33  v-elim:      0  v-fix:    0  time: 10.85 s
218.06/54.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
218.06/54.67	c vivif2 --  cl tried    37083 cl shrink        0 lits rem          0 time: 0.03
219.65/55.02	c asymm  cl-useful: 0/22992/25000 lits-rem:0 time: 0.35
219.65/55.03	c calculated reachability. Time: 0.00
219.65/55.03	c  N dy  1332    238232      1250     25000         0     37083    125000   2705149    110.40   no data
228.43/57.20	c  N dy  1412    253483      1250     25000         0     31339    125000   1779944    110.34    120.85
238.42/59.70	c  N dy  1507    269738      1250     25000         0     25593    125000    879071    110.36    137.98
248.81/62.32	c  N dy  1606    287070      1250     25000         0     42910    125000   3276327    110.41    116.97
259.59/65.06	c  N dy  1712    305450      1250     25000         0     38297    125000   2500034    110.48    119.71
260.39/65.20	c  F st  1719    306250      1250     25000         0     39096    125000   2611757    110.49   no data
271.97/68.12	c  N dy  1810    325050      1250     25000         0     33889    125000   1764088    110.52    116.93
285.56/71.51	c  N dy  1935    345264      1250     25000         0     29113    125000    968272    110.58    116.53
292.75/73.36	c  S st  2007    357348      1250     25000         0     41180    125000   2630890    110.61    112.20
293.16/73.48	c  S st  2007    357850      1250     25000         0     41682    125000   2686433    110.61   no data
293.16/73.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
293.56/73.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
293.56/73.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.56/73.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.56/73.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
293.56/73.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
293.56/73.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
293.56/73.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
293.94/73.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
341.08/85.42	c lits-rem:       279  cl-subs:       30  v-elim:      0  v-fix:    0  time: 11.78 s
341.08/85.42	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
341.08/85.46	c vivif2 --  cl tried    41652 cl shrink        0 lits rem          0 time: 0.03
341.08/85.50	c asymm  cl-useful: 0/2008/25000 lits-rem:0 time: 0.04
341.08/85.50	c calculated reachability. Time: 0.00
341.08/85.50	c  N dy  2007    357850      1250     25000         0     41652    125000   2677477    110.61   no data
355.08/88.94	c  N dy  2132    377979      1250     25000         0     35793    125000   1758207    110.62    117.36
369.43/92.57	c  N dy  2242    398009      1250     25000         0     28829    125000    671346    110.59    125.90
382.62/95.82	c  N dy  2361    418059      1250     25000         0     48859    125000   3432239    110.61    117.34
396.19/99.23	c  N dy  2476    438111      1250     25000         0     40919    125000   2201052    110.58    118.07
410.57/102.89	c  N dy  2596    458138      1250     25000         0     31953    125000    849737    110.60    116.94
424.55/106.34	c  N dy  2708    478362      1250     25000         0     52166    125000   3628449    110.59    117.51
438.93/109.95	c  N dy  2824    498592      1250     25000         0     42408    125000   2173219    110.60    116.61
454.50/113.86	c  N dy  2934    518649      1250     25000         0     31470    125000    522097    110.60    125.02
466.89/116.92	c  S st  3040    536776      1250     25000         0     49583    125000   3030617    110.62   no data
467.29/117.06	c  S st  3040    537280      1250     25000         0     50087    125000   3094742    110.62   no data
467.29/117.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
467.69/117.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
467.69/117.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
467.69/117.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
467.69/117.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.69/117.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
467.69/117.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
467.69/117.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
468.09/117.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
511.23/128.07	c lits-rem:       257  cl-subs:       34  v-elim:      0  v-fix:    0  time: 10.83 s
511.23/128.08	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
511.63/128.12	c vivif2 --  cl tried    50053 cl shrink        0 lits rem          0 time: 0.04
513.25/128.54	c asymm  cl-useful: 0/19200/25000 lits-rem:0 time: 0.42
513.25/128.54	c calculated reachability. Time: 0.00
513.25/128.54	c  N dy  3040    537280      1250     25000         0     50053    125000   3084530    110.62   no data
529.61/132.65	c  N dy  3157    557675      1250     25000         0     38465    125000   1338972    110.61    116.82
545.98/136.71	c  N dy  3269    577744      1250     25000         0     58523    125000   4109538    110.61    125.16
562.76/140.96	c  N dy  3392    597925      1250     25000         0     45710    125000   2224275    110.65    116.53
580.33/145.36	c  N dy  3503    618051      1250     25000         0     65818    125000   4995226    110.64    116.84
595.91/149.20	c  N dy  3631    638272      1250     25000         0     52040    125000   2979859    110.70    120.36
613.49/153.70	c  N dy  3754    658304      1250     25000         0     37081    125000    771746    110.72    116.77
628.67/157.42	c  N dy  3862    678416      1250     25000         0     57172    125000   3532314    110.69    117.74
645.84/161.76	c  N dy  3982    698716      1250     25000         0     41496    125000   1258336    110.70    116.80
661.42/165.61	c  N dy  4095    718747      1250     25000         0     61508    125000   3998864    110.68    117.88
678.19/169.85	c  N dy  4201    738765      1250     25000         0     44544    125000   1537218    110.66    117.19
694.56/173.93	c  N dy  4318    758923      1250     25000         0     64681    125000   4315204    110.67    119.73
711.75/178.22	c  N dy  4428    779085      1250     25000         0     46861    125000   1720781    110.66    117.55
728.55/182.45	c  N dy  4555    799138      1250     25000         0     66900    125000   4502211    110.70    117.02
734.91/184.07	c  S st  4591    805920      1250     25000         0     73680    125000   5423912    110.69   no data
735.71/184.28	c  S st  4591    806421      1250     25000         0     74181    125000   5486295    110.69   no data
735.71/184.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
736.11/184.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
736.11/184.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
736.11/184.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
736.11/184.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.11/184.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
736.11/184.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
736.51/184.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
736.93/184.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
853.54/213.75	c lits-rem:       554  cl-subs:       63  v-elim:      0  v-fix:    0  time: 29.14 s
853.54/213.75	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
853.94/213.82	c vivif2 --  cl tried    74118 cl shrink        0 lits rem          0 time: 0.07
854.74/214.01	c asymm  cl-useful: 0/5800/25000 lits-rem:0 time: 0.20
854.74/214.02	c calculated reachability. Time: 0.00
854.74/214.02	c  N dy  4591    806421      1250     25000         0     74118    125000   5467234    110.69   no data
871.12/218.13	c  N dy  4719    826602      1250     25000         0     55311    125000   2763754    110.71    116.68
889.10/222.67	c  N dy  4834    846611      1250     25000         0     75306    125000   5524812    110.72    123.58
905.87/226.81	c  N dy  4947    866651      1250     25000         0     55364    125000   2635397    110.72    116.64
924.25/231.45	c  N dy  5059    886758      1250     25000         0     75459    125000   5407734    110.71    117.91
941.82/235.84	c  N dy  5173    907515      1250     25000         0     55230    125000   2497392    110.70    120.52
960.19/240.43	c  N dy  5280    927532      1250     25000         0     75234    125000   5252884    110.70    117.17
978.16/244.99	c  N dy  5404    947565      1250     25000         0     53274    125000   2092399    110.72    143.94
996.93/249.62	c  N dy  5531    967683      1250     25000         0     73375    125000   4880352    110.75    118.55
1016.51/254.54	c  N dy  5663    987773      1250     25000         0     50481    125000   1587649    110.77    119.74
1034.48/259.03	c  N dy  5785   1007971      1250     25000         0     70657    125000   4376359    110.79    116.79
1055.65/264.32	c  N dy  5900   1027972      1250     25000         0     46686    125000    928218    110.80    117.55
1073.63/268.89	c  N dy  6028   1047976      1250     25000         0     66679    125000   3698055    110.82    119.40
1096.80/274.60	c  N dy  6148   1068048      1250     25000         0     86738    125000   6469853    110.83    123.18
1101.61/275.85	c  F st  6171   1071875      1250     25000         0     45592    125000    648121    110.82    102.62
1115.97/279.43	c  N dy  6245   1088286      1250     25000         0     61976    125000   2959382    110.83    117.56
1137.53/284.85	c  N dy  6359   1108315      1250     25000         0     81989    125000   5745106    110.84    117.24
1157.91/289.96	c  N dy  6482   1128391      1250     25000         0     56093    125000   1957928    110.85    117.08
1177.48/294.86	c  N dy  6601   1148525      1250     25000         0     76204    125000   4730710    110.86    117.98
1200.25/300.55	c  N dy  6720   1168603      1250     25000         0     49308    125000    903025    110.87    117.65
1218.22/305.01	c  N dy  6839   1188670      1250     25000         0     69355    125000   3681860    110.88    117.66
1239.80/310.43	c  N dy  6939   1208798      1250     25000         0     89465    125000   6435338    110.86    117.04
1240.59/310.67	c  S st  6944   1209633      1250     25000         0     90300    125000   6546289    110.86   no data
1241.79/310.90	c  S st  6944   1210137      1250     25000         0     90804    125000   6605577    110.86   no data
1241.79/310.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1241.79/310.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1241.79/310.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1241.79/310.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1241.79/310.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1241.79/310.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1241.79/310.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1242.20/311.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1242.99/311.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1398.38/350.16	c lits-rem:       667  cl-subs:       72  v-elim:      0  v-fix:    0  time: 38.88 s
1398.38/350.16	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1398.78/350.24	c vivif2 --  cl tried    90732 cl shrink        0 lits rem          0 time: 0.09
1400.39/350.69	c asymm  cl-useful: 0/13121/25000 lits-rem:0 time: 0.45
1400.39/350.70	c calculated reachability. Time: 0.00
1400.39/350.70	c  N dy  6944   1210137      1250     25000         0     90732    125000   6584161    110.86   no data
1419.55/355.49	c  N dy  7077   1230171      1250     25000         0     62794    125000   2639996    110.89    125.44
1439.93/360.54	c  N dy  7190   1250335      1250     25000         0     82946    125000   5421600    110.88    116.77
1461.90/366.08	c  N dy  7299   1270397      1250     25000         0     54029    125000   1292066    110.87    116.90
1480.66/370.70	c  N dy  7423   1290573      1250     25000         0     74183    125000   4076948    110.89    117.35
1503.42/376.48	c  N dy  7544   1310758      1250     25000         0     94360    125000   6861337    110.89    116.88
1523.00/381.38	c  N dy  7662   1330834      1250     25000         0     64459    125000   2599763    110.89    118.52
1543.76/386.52	c  N dy  7784   1350907      1250     25000         0     84514    125000   5390399    110.91    134.13
1567.75/392.53	c  N dy  7897   1370997      1250     25000         0     53636    125000    986478    110.90    117.03
1586.10/397.11	c  N dy  8023   1391133      1250     25000         0     73749    125000   3776838    110.92    117.70
1608.46/402.79	c  N dy  8148   1411222      1250     25000         0     93819    125000   6547830    110.94    116.95
1630.84/408.31	c  N dy  8285   1431236      1250     25000         0     61866    125000   1992346    110.97    119.70
1651.23/413.43	c  N dy  8405   1451574      1250     25000         0     82189    125000   4794586    110.97    117.90
1675.97/419.62	c  N dy  8527   1471629      1250     25000         0    102231    125000   7565231    110.98    117.04
1696.74/424.86	c  N dy  8643   1491848      1250     25000         0     69469    125000   2912155    110.99    117.84
1719.11/430.42	c  N dy  8771   1511879      1250     25000         0     89479    125000   5690650    111.00    117.49
1744.67/436.83	c  N dy  8889   1531889      1250     25000         0     55519    125000    847208    111.02    116.89
1763.05/441.49	c  N dy  9010   1551959      1250     25000         0     75573    125000   3619145    111.03    118.84
1786.22/447.28	c  N dy  9140   1571999      1250     25000         0     95591    125000   6375591    111.04    117.79
1811.79/453.60	c  N dy  9267   1592096      1250     25000         0     60730    125000   1459366    111.06    117.37
1831.76/458.62	c  N dy  9381   1612359      1250     25000         0     80974    125000   4242116    111.06    118.28
1856.12/464.73	c  N dy  9506   1632532      1250     25000         0    101134    125000   7042955    111.07    117.66
1879.71/470.67	c  N dy  9633   1652632      1250     25000         0     65263    125000   1937615    111.08    118.06
1901.27/476.01	c  N dy  9756   1672683      1250     25000         0     85295    125000   4722916    111.09    118.66
1928.41/482.87	c  N dy  9876   1692784      1250     25000         0    105383    125000   7509982    111.10    118.21
1950.38/488.31	c  S st  9976   1710140      1250     25000         0     65767    125000   1876830    111.10    104.83
1950.79/488.49	c  S st  9976   1710643      1250     25000         0     66270    125000   1937192    111.10   no data
1951.19/488.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1951.19/488.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1951.19/488.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1951.19/488.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1951.19/488.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1951.19/488.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1951.19/488.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1951.19/488.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1951.59/488.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1982.34/496.30	c lits-rem:       157  cl-subs:       12  v-elim:      0  v-fix:    0  time:  7.65 s
1982.34/496.30	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1982.34/496.33	c vivif2 --  cl tried    66258 cl shrink        0 lits rem          0 time: 0.03
1983.94/496.71	c asymm  cl-useful: 0/11879/25000 lits-rem:0 time: 0.38
1983.94/496.71	c calculated reachability. Time: 0.00
1983.94/496.71	c  N dy  9976   1710643      1250     25000         0     66258    125000   1933540    111.10   no data
2005.91/502.23	c  N dy 10098   1730700      1250     25000         0     86297    125000   4706199    111.11    142.09
2031.88/508.76	c  N dy 10219   1750804      1250     25000         0    106384    125000   7502911    111.12    117.68
2055.84/514.74	c  N dy 10339   1770883      1250     25000         0     68498    125000   2145489    111.13    124.64
2077.80/520.26	c  N dy 10457   1791119      1250     25000         0     88710    125000   4937097    111.12    117.56
2104.57/526.93	c  N dy 10572   1811147      1250     25000         0    108725    125000   7699645    111.12    117.25
2128.53/532.92	c  N dy 10687   1831380      1250     25000         0     69995    125000   2213228    111.13    117.56
2150.10/538.36	c  N dy 10806   1851579      1250     25000         0     90175    125000   5009379    111.14    117.48
2176.86/545.00	c  N dy 10930   1871592      1250     25000         0    110174    125000   7785665    111.15    118.03
2200.82/551.07	c  N dy 11051   1891617      1250     25000         0     70229    125000   2105185    111.17    118.11
2222.79/556.57	c  N dy 11169   1911919      1250     25000         0     90510    125000   4913646    111.17    117.49
2249.16/563.10	c  N dy 11281   1931994      1250     25000         0    110565    125000   7687295    111.18    117.91
2273.93/569.35	c  N dy 11390   1952055      1250     25000         0     69667    125000   1886832    111.17    118.84
2295.50/574.72	c  N dy 11509   1972092      1250     25000         0     89683    125000   4682802    111.19    121.34
2321.06/581.19	c  N dy 11624   1992122      1250     25000         0    109696    125000   7459424    111.20    118.41
2348.23/587.93	c  N dy 11730   2012247      1250     25000         0     67866    125000   1514786    111.19    121.18
2369.38/593.28	c  N dy 11858   2032285      1250     25000         0     87884    125000   4299434    111.20    118.83
2396.55/600.08	c  N dy 11980   2052425      1250     25000         0    108006    125000   7100660    111.21    117.71
2426.50/607.54	c  N dy 12098   2072494      1250     25000         0     65111    125000   1004845    111.22    119.83
2447.68/612.86	c  N dy 12218   2092674      1250     25000         0     85276    125000   3786423    111.22    117.13
2473.24/619.26	c  N dy 12337   2112819      1250     25000         0    105399    125000   6568812    111.23    119.35
2503.63/626.86	c  N dy 12458   2132823      1250     25000         0    125390    125000   9346646    111.23    117.19
2525.59/632.32	c  N dy 12572   2152887      1250     25000         0     81486    125000   3145878    111.23    133.20
2549.13/638.27	c  N dy 12690   2172942      1250     25000         0    101519    125000   5930776    111.24    133.18
2577.50/645.40	c  N dy 12806   2192970      1250     25000         0    121533    125000   8713841    111.24    117.45
2600.28/651.07	c  S st 12913   2210644      1250     25000         0     74247    125000   2032871    111.25   no data
2601.06/651.26	c  S st 12913   2211149      1250     25000         0     74752    125000   2092457    111.25   no data
2601.06/651.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2601.46/651.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2601.46/651.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2601.46/651.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2601.46/651.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2601.46/651.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2601.46/651.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2601.46/651.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2601.86/651.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2631.42/658.86	c lits-rem:       135  cl-subs:       14  v-elim:      0  v-fix:    0  time:  7.43 s
2631.42/658.86	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2631.42/658.89	c vivif2 --  cl tried    74738 cl shrink        0 lits rem          0 time: 0.03
2633.02/659.29	c asymm  cl-useful: 0/15090/25000 lits-rem:0 time: 0.40
2633.02/659.29	c calculated reachability. Time: 0.00
2633.02/659.29	c  N dy 12913   2211149      1250     25000         0     74738    125000   2088138    111.25   no data
2655.39/664.86	c  N dy 13029   2231165      1250     25000         0     94730    125000   4872792    111.26    130.21
2682.95/671.75	c  N dy 13151   2251264      1250     25000         0    114814    125000   7654344    111.26    119.28
2713.30/679.32	c  N dy 13277   2271316      1250     25000         0     68911    125000   1146661    111.27    117.81
2734.47/684.64	c  N dy 13401   2291504      1250     25000         0     89082    125000   3966376    111.29    118.30
2760.04/691.07	c  N dy 13516   2311517      1250     25000         0    109078    125000   6751226    111.29    117.47
2793.61/699.49	c  N dy 13642   2331691      1250     25000         0    129233    125000   9575884    111.30    122.63
2819.16/705.90	c  N dy 13769   2351818      1250     25000         0     82399    125000   2900529    111.31    117.95
2844.73/712.23	c  N dy 13891   2372081      1250     25000         0    102645    125000   5727882    111.32    117.31
2874.28/719.68	c  N dy 14014   2392116      1250     25000         0    122659    125000   8476677    111.32    118.94
2903.84/727.05	c  N dy 14131   2412333      1250     25000         0     74915    125000   1725670    111.32    118.74
2926.21/732.66	c  N dy 14251   2432381      1250     25000         0     94940    125000   4514145    111.33    118.27
2953.77/739.53	c  N dy 14369   2452463      1250     25000         0    115007    125000   7293718    111.34    118.95
2985.73/747.52	c  N dy 14490   2472526      1250     25000         0    135049    125000  10092332    111.35    117.22
3008.91/753.30	c  N dy 14604   2492654      1250     25000         0     86226    125000   3171867    111.35    118.34
3034.06/759.62	c  N dy 14722   2512751      1250     25000         0    106308    125000   5965941    111.36    133.71
3064.41/767.22	c  N dy 14852   2532771      1250     25000         0    126307    125000   8774931    111.37    137.88
3094.36/774.75	c  N dy 14967   2553113      1250     25000         0     76688    125000   1720668    111.38    118.46
3117.53/780.51	c  N dy 15084   2573281      1250     25000         0     96833    125000   4503046    111.38    119.31
3145.49/787.57	c  N dy 15202   2593362      1250     25000         0    116892    125000   7290367    111.39    117.73
3180.64/796.30	c  N dy 15315   2613382      1250     25000         0    136899    125000  10066864    111.39    117.54
3205.82/802.68	c  N dy 15438   2633424      1250     25000         0     85995    125000   2894527    111.40    127.23
3233.37/809.56	c  N dy 15566   2653469      1250     25000         0    106013    125000   5671418    111.40    120.83
3265.33/817.54	c  N dy 15691   2674061      1250     25000         0    126591    125000   8529055    111.41    117.28
3298.90/825.91	c  N dy 15820   2694223      1250     25000         0     74810    125000   1190184    111.43    117.35
3317.65/830.60	c  S st 15923   2711150      1250     25000         0     91720    125000   3528328    111.43     90.74
3318.45/830.83	c  S st 15923   2711653      1250     25000         0     92223    125000   3592112    111.43   no data
3318.45/830.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3318.86/830.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
3318.86/830.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3318.86/830.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3318.86/830.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3318.86/830.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3318.86/830.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3318.86/830.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3319.26/831.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3372.78/844.48	c lits-rem:       358  cl-subs:       40  v-elim:      0  v-fix:    0  time: 13.40 s
3372.78/844.48	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3373.20/844.53	c vivif2 --  cl tried    92183 cl shrink        0 lits rem          0 time: 0.05
3374.77/844.92	c asymm  cl-useful: 0/9910/25000 lits-rem:0 time: 0.39
3374.77/844.92	c calculated reachability. Time: 0.00
3374.77/844.92	c  N dy 15923   2711653      1250     25000         0     92183    125000   3580787    111.43   no data
3400.74/851.48	c  N dy 16039   2731676      1250     25000         0    112190    125000   6348249    111.43    117.42
3432.29/859.39	c  N dy 16165   2751810      1250     25000         0    132312    125000   9167947    111.44    121.76
3463.04/867.07	c  N dy 16285   2771915      1250     25000         0     79465    125000   1704874    111.44    121.84
3487.43/873.12	c  N dy 16416   2791943      1250     25000         0     99469    125000   4494816    111.45    118.23
3515.38/880.19	c  N dy 16536   2812081      1250     25000         0    119584    125000   7283070    111.46    120.03
3548.13/888.33	c  N dy 16656   2832122      1250     25000         0    139601    125000  10061648    111.46    140.17
3575.70/895.25	c  N dy 16769   2852274      1250     25000         0     85802    125000   2453951    111.46    119.61
3600.86/901.52	c  N dy 16890   2872493      1250     25000         0    106005    125000   5271581    111.47    118.62
3632.43/909.41	c  N dy 17022   2892541      1250     25000         0    126039    125000   8066235    111.48    118.10
3668.35/918.44	c  N dy 17130   2912708      1250     25000         0    146191    125000  10852821    111.48    118.21
3693.94/924.88	c  N dy 17251   2932714      1250     25000         0     91244    125000   3084908    111.48    117.57
3720.71/931.54	c  N dy 17368   2952740      1250     25000         0    111247    125000   5866683    111.49    117.97
3751.84/939.37	c  N dy 17489   2972840      1250     25000         0    131334    125000   8666741    111.49    118.04
3786.63/948.09	c  N dy 17587   2993163      1250     25000         0    151643    125000  11474288    111.49    119.14
3810.16/953.92	c  N dy 17708   3013330      1250     25000         0     95864    125000   3582708    111.49    117.94
3837.73/960.85	c  N dy 17832   3033371      1250     25000         0    115889    125000   6363435    111.49    126.78
3869.29/968.77	c  N dy 17949   3053390      1250     25000         0    135894    125000   9147705    111.50    117.44
3904.85/977.66	c  N dy 18072   3073476      1250     25000         0     79023    125000   1121979    111.50    118.28
3928.41/983.50	c  N dy 18192   3093488      1250     25000         0     99014    125000   3894041    111.51    117.69
3955.97/990.46	c  N dy 18310   3113557      1250     25000         0    119069    125000   6678746    111.51    117.91
3989.12/998.79	c  N dy 18447   3133636      1250     25000         0    139131    125000   9476009    111.52    117.62
4026.27/1008.04	c  N dy 18568   3153767      1250     25000         0     81311    125000   1305605    111.52    119.90
4053.03/1014.76	c  N dy 18694   3173878      1250     25000         0    101397    125000   4096995    111.53    118.46
4085.79/1022.90	c  N dy 18812   3194003      1250     25000         0    121504    125000   6887395    111.53    118.41
4119.35/1031.34	c  S st 18918   3211654      1250     25000         0    139135    125000   9319953    111.54    111.56
4120.94/1031.75	c  S st 18918   3212159      1250     25000         0    139639    125000   9381957    111.54   no data
4120.94/1031.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4121.33/1031.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4121.33/1031.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4121.33/1031.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4121.33/1031.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4121.33/1031.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4121.33/1031.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4122.13/1032.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4123.34/1032.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4391.76/1099.56	c lits-rem:       727  cl-subs:      107  v-elim:      0  v-fix:    0  time: 67.22 s
4391.76/1099.56	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4392.16/1099.68	c vivif2 --  cl tried   139532 cl shrink        0 lits rem          0 time: 0.12
4394.15/1100.16	c asymm  cl-useful: 0/9542/25000 lits-rem:0 time: 0.48
4394.15/1100.17	c calculated reachability. Time: 0.00
4394.15/1100.17	c  N dy 18918   3212159      1250     25000         0    139532    125000   9349857    111.54   no data
4431.31/1109.48	c  N dy 19041   3232555      1250     25000         0     80981    125000   1141326    111.54    118.63
4455.27/1115.45	c  N dy 19157   3252586      1250     25000         0    100988    125000   3932976    111.55    118.34
4483.64/1122.54	c  N dy 19273   3272588      1250     25000         0    120974    125000   6714457    111.55    117.44
4517.19/1130.99	c  N dy 19399   3292629      1250     25000         0    141002    125000   9521641    111.56    138.17
4557.53/1141.02	c  N dy 19526   3313289      1250     25000         0     81717    125000   1105772    111.57    118.07
4583.89/1147.62	c  N dy 19659   3333557      1250     25000         0    101969    125000   3935214    111.58    119.29
4614.65/1155.37	c  N dy 19779   3353581      1250     25000         0    121981    125000   6719535    111.59    117.83
4650.61/1164.38	c  N dy 19895   3373746      1250     25000         0    142115    125000   9495956    111.59    117.59
4692.14/1174.70	c  N dy 20008   3393833      1250     25000         0     81257    125000    913739    111.59    120.89
4716.11/1180.71	c  N dy 20115   3413858      1250     25000         0    101260    125000   3694944    111.59    122.34
4745.27/1188.07	c  N dy 20235   3434131      1250     25000         0    121516    125000   6526973    111.60    120.33
4780.02/1196.76	c  N dy 20363   3454159      1250     25000         0    141531    125000   9347868    111.61    117.92

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173710-1304030049/watcher-3173710-1304030049 -o /tmp/evaluation-result-3173710-1304030049/solver-3173710-1304030049 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173710-1304030049.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: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514602588 52441088 347 33554432000 4194304 4627427 140734661206688 18446744073709551615 47127812270002 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 12803 347 299 106 0 7774 0
[pid=25477/tid=25478] ppid=25475 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514602588 52441088 347 33554432000 4194304 4627427 140734661206688 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514602588 52441088 347 33554432000 4194304 4627427 140734661206688 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514602588 52441088 347 33554432000 4194304 4627427 140734661206688 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0871811 s]
/proc/loadavg: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=305452 CPUtime=2.39 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 12907 0 0 0 236 3 0 0 18 0 4 0 514602588 312782848 8867 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 76363 8395 385 106 0 71334 0
[pid=25477/tid=25478] ppid=25475 vsize=305452 CPUtime=0.59 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 3399 0 0 0 58 1 0 0 18 0 4 0 514602588 312782848 8395 33554432000 4194304 4627427 140734661206688 18446744073709551615 218905774215 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=305452 CPUtime=0.59 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 3446 0 0 0 59 0 0 0 18 0 4 0 514602588 312782848 8395 33554432000 4194304 4627427 140734661206688 18446744073709551615 4330178 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=305452 CPUtime=0.59 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) D 25475 25477 25246 0 -1 4202560 2296 0 0 0 59 0 0 0 18 0 4 0 514602588 312782848 7944 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 305452

[startup+1.01387 s]
/proc/loadavg: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=297520 CPUtime=4.02 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 16058 0 0 0 398 4 0 0 19 0 4 0 514602588 304660480 9913 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 74380 9913 385 106 0 69351 0
[pid=25477/tid=25478] ppid=25475 vsize=297520 CPUtime=1 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4089 0 0 0 99 1 0 0 19 0 4 0 514602588 304660480 9913 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=297520 CPUtime=0.99 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4102 0 0 0 99 0 0 0 19 0 4 0 514602588 304660480 9913 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=297520 CPUtime=0.99 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 3429 0 0 0 99 0 0 0 19 0 4 0 514602588 304660480 9913 33554432000 4194304 4627427 140734661206688 18446744073709551615 4332840 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 297520

[startup+1.11385 s]
/proc/loadavg: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=297772 CPUtime=4.41 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 17107 0 0 0 437 4 0 0 19 0 4 0 514602588 304918528 9808 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 74443 9808 385 106 0 69414 0
[pid=25477/tid=25478] ppid=25475 vsize=307916 CPUtime=1.09 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4261 0 0 0 108 1 0 0 19 0 4 0 514602588 315305984 9809 33554432000 4194304 4627427 140734661206688 18446744073709551615 4338552 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=307916 CPUtime=1.09 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4250 0 0 0 109 0 0 0 19 0 4 0 514602588 315305984 9812 33554432000 4194304 4627427 140734661206688 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=307916 CPUtime=1.09 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 3596 0 0 0 109 0 0 0 19 0 4 0 514602588 315305984 9815 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 297772

[startup+1.21383 s]
/proc/loadavg: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=298292 CPUtime=4.81 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 18619 0 0 0 477 4 0 0 19 0 4 0 514602588 305451008 8982 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 74573 8982 385 106 0 69544 0
[pid=25477/tid=25478] ppid=25475 vsize=298292 CPUtime=1.19 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4855 0 0 0 118 1 0 0 19 0 4 0 514602588 305451008 8982 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=298292 CPUtime=1.2 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4837 0 0 0 119 1 0 0 19 0 4 0 514602588 305451008 8983 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=298292 CPUtime=1.19 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 3762 0 0 0 119 0 0 0 19 0 4 0 514602588 305451008 8983 33554432000 4194304 4627427 140734661206688 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 298292

[startup+1.51378 s]
/proc/loadavg: 8.09 7.93 6.13 5/180 25477
/proc/meminfo: memFree=14156404/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=298292 CPUtime=6.02 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 20538 0 0 0 597 5 0 0 19 0 4 0 514602588 305451008 10901 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 74573 10901 385 106 0 69544 0
[pid=25477/tid=25478] ppid=25475 vsize=298292 CPUtime=1.49 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 5333 0 0 0 148 1 0 0 19 0 4 0 514602588 305451008 10901 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=298292 CPUtime=1.5 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 5309 0 0 0 149 1 0 0 20 0 4 0 514602588 305451008 10901 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=298292 CPUtime=1.5 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 4256 0 0 0 149 1 0 0 20 0 4 0 514602588 305451008 10901 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 298292

[startup+3.10649 s]
/proc/loadavg: 8.32 7.98 6.15 9/184 25481
/proc/meminfo: memFree=13981456/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=299400 CPUtime=12.37 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 38214 0 0 0 1228 9 0 0 25 0 4 0 514602588 306585600 17007 33554432000 4194304 4627427 140734661206688 18446744073709551615 4468307 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 74850 17007 389 106 0 69821 0
[pid=25477/tid=25478] ppid=25475 vsize=299400 CPUtime=3.09 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 8612 0 0 0 307 2 0 0 18 0 4 0 514602588 306585600 17007 33554432000 4194304 4627427 140734661206688 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=299400 CPUtime=3.08 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 8613 0 0 0 307 1 0 0 25 0 4 0 514602588 306585600 17007 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=299400 CPUtime=3.08 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 7569 0 0 0 306 2 0 0 25 0 4 0 514602588 306585600 17007 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 299400

[startup+6.30091 s]
/proc/loadavg: 8.30 7.98 6.16 9/184 25481
/proc/meminfo: memFree=13734040/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=331196 CPUtime=25.15 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 68745 0 0 0 2501 14 0 0 25 0 4 0 514602588 339144704 34317 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 82799 34317 389 106 0 77770 0
[pid=25477/tid=25478] ppid=25475 vsize=331196 CPUtime=6.29 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 15811 0 0 0 625 4 0 0 25 0 4 0 514602588 339144704 34317 33554432000 4194304 4627427 140734661206688 18446744073709551615 4308135 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=331196 CPUtime=6.28 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 18184 0 0 0 626 2 0 0 25 0 4 0 514602588 339144704 34317 33554432000 4194304 4627427 140734661206688 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=331196 CPUtime=6.26 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 16934 0 0 0 622 4 0 0 25 0 4 0 514602588 339144704 34318 33554432000 4194304 4627427 140734661206688 18446744073709551615 4527215 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 331196

[startup+12.7008 s]
/proc/loadavg: 8.27 7.98 6.17 9/184 25481
/proc/meminfo: memFree=13399708/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=320096 CPUtime=50.68 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 104757 0 0 0 5047 21 0 0 25 0 4 0 514602588 327778304 43844 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 80024 43845 389 106 0 74995 0
[pid=25477/tid=25478] ppid=25475 vsize=320096 CPUtime=12.68 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 26059 0 0 0 1263 5 0 0 25 0 4 0 514602588 327778304 43845 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=320096 CPUtime=12.68 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 24550 0 0 0 1264 4 0 0 25 0 4 0 514602588 327778304 43845 33554432000 4194304 4627427 140734661206688 18446744073709551615 4329838 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=320096 CPUtime=12.62 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 26481 0 0 0 1256 6 0 0 25 0 4 0 514602588 327778304 43845 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 320096

[startup+25.5004 s]
/proc/loadavg: 8.31 7.99 6.20 9/184 25481
/proc/meminfo: memFree=12551684/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=428936 CPUtime=101.81 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 157027 0 0 0 10150 31 0 0 25 0 4 0 514602588 439230464 73959 33554432000 4194304 4627427 140734661206688 18446744073709551615 4427693 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 107234 73959 389 106 0 102205 0
[pid=25477/tid=25478] ppid=25475 vsize=428936 CPUtime=25.48 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 36568 0 0 0 2540 8 0 0 25 0 4 0 514602588 439230464 73959 33554432000 4194304 4627427 140734661206688 18446744073709551615 4427703 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=428936 CPUtime=25.48 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 35415 0 0 0 2542 6 0 0 25 0 4 0 514602588 439230464 73959 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=428936 CPUtime=25.35 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 40468 0 0 0 2527 8 0 0 25 0 4 0 514602588 439230464 73959 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 428936

[startup+51.1008 s]
/proc/loadavg: 8.20 7.99 6.24 10/184 25513
/proc/meminfo: memFree=27437444/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=659172 CPUtime=204.07 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 228469 0 0 0 20356 51 0 0 25 0 4 0 514602588 674992128 91084 33554432000 4194304 4627427 140734661206688 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 164793 91084 389 106 0 159764 0
[pid=25477/tid=25478] ppid=25475 vsize=659172 CPUtime=51.08 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 61291 0 0 0 5092 16 0 0 25 0 4 0 514602588 674992128 91084 33554432000 4194304 4627427 140734661206688 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=659172 CPUtime=51.08 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 42688 0 0 0 5100 8 0 0 25 0 4 0 514602588 674992128 91084 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=659172 CPUtime=50.81 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 63596 0 0 0 5067 14 0 0 25 0 4 0 514602588 674992128 91085 33554432000 4194304 4627427 140734661206688 18446744073709551615 4333369 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 659172

[startup+102.301 s]
/proc/loadavg: 8.12 8.01 6.35 9/184 25514
/proc/meminfo: memFree=27332972/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=693508 CPUtime=408.57 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 371172 0 0 0 40767 90 0 0 25 0 4 0 514602588 710152192 99262 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 173377 99262 392 106 0 168348 0
[pid=25477/tid=25478] ppid=25475 vsize=693508 CPUtime=102.27 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 106826 0 0 0 10200 27 0 0 25 0 4 0 514602588 710152192 99262 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=693508 CPUtime=102.28 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 63456 0 0 0 10215 13 0 0 25 0 4 0 514602588 710152192 99262 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=693508 CPUtime=101.73 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 110103 0 0 0 10145 28 0 0 25 0 4 0 514602588 710152192 99262 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 693508

[startup+162.301 s]

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

[pid=25477] ppid=25475 vsize=1108368 CPUtime=2565.51 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1453637 0 0 0 256135 416 0 0 25 0 4 0 514602588 1134968832 200261 33554432000 4194304 4627427 140734661206688 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 277092 200261 395 106 0 272063 0
[pid=25477/tid=25478] ppid=25475 vsize=1108368 CPUtime=642.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 386343 0 0 0 64113 113 0 0 25 0 4 0 514602588 1134968832 200261 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1108368 CPUtime=642.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 320032 0 0 0 64130 95 0 0 25 0 4 0 514602588 1134968832 200261 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1108368 CPUtime=638.76 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 389740 0 0 0 63768 108 0 0 25 0 4 0 514602588 1134968832 200261 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.51
Current children cumulated vsize (KiB) 1108368

[startup+702.301 s]
/proc/loadavg: 8.08 8.08 7.16 9/184 25530
/proc/meminfo: memFree=26563708/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1025804 CPUtime=2805.17 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1556412 0 0 0 280070 447 0 0 25 0 4 0 514602588 1050423296 193772 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 256451 193772 395 106 0 251422 0
[pid=25477/tid=25478] ppid=25475 vsize=1025804 CPUtime=702.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 414112 0 0 0 70104 122 0 0 25 0 4 0 514602588 1050423296 193772 33554432000 4194304 4627427 140734661206688 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1025804 CPUtime=702.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 341879 0 0 0 70124 101 0 0 25 0 4 0 514602588 1050423296 193772 33554432000 4194304 4627427 140734661206688 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1025804 CPUtime=698.44 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 418198 0 0 0 69726 118 0 0 25 0 4 0 514602588 1050423296 193772 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.17
Current children cumulated vsize (KiB) 1025804

[startup+762.3 s]
/proc/loadavg: 8.07 8.08 7.21 9/184 25532
/proc/meminfo: memFree=26473148/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1123260 CPUtime=3044.83 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1647857 0 0 0 304003 480 0 0 25 0 4 0 514602588 1150218240 212409 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 280815 212409 395 106 0 275786 0
[pid=25477/tid=25478] ppid=25475 vsize=1123260 CPUtime=762.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 440710 0 0 0 76095 131 0 0 25 0 4 0 514602588 1150218240 212409 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1123260 CPUtime=762.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 352964 0 0 0 76119 106 0 0 25 0 4 0 514602588 1150218240 212409 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1123260 CPUtime=758.1 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 444613 0 0 0 75683 127 0 0 25 0 4 0 514602588 1150218240 212409 33554432000 4194304 4627427 140734661206688 18446744073709551615 4333301 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.83
Current children cumulated vsize (KiB) 1123260

[startup+822.3 s]
/proc/loadavg: 8.07 8.07 7.27 9/184 25533
/proc/meminfo: memFree=26453876/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1256784 CPUtime=3284.5 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1734086 0 0 0 327938 512 0 0 25 0 4 0 514602588 1286946816 216756 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 314196 216756 395 106 0 309167 0
[pid=25477/tid=25478] ppid=25475 vsize=1256784 CPUtime=822.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 458694 0 0 0 82090 136 0 0 25 0 4 0 514602588 1286946816 216756 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1256784 CPUtime=822.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 377432 0 0 0 82109 116 0 0 25 0 4 0 514602588 1286946816 216756 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1256784 CPUtime=817.78 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 463186 0 0 0 81644 134 0 0 25 0 4 0 514602588 1286946816 216756 33554432000 4194304 4627427 140734661206688 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.5
Current children cumulated vsize (KiB) 1256784

[startup+882.301 s]
/proc/loadavg: 8.06 8.07 7.31 10/184 25535
/proc/meminfo: memFree=26402252/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1207080 CPUtime=3524.16 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1823731 0 0 0 351871 545 0 0 25 0 4 0 514602588 1236049920 218097 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 301770 218097 395 106 0 296741 0
[pid=25477/tid=25478] ppid=25475 vsize=1207080 CPUtime=882.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 483647 0 0 0 88081 145 0 0 25 0 4 0 514602588 1236049920 218097 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1207080 CPUtime=882.24 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 403291 0 0 0 88099 125 0 0 25 0 4 0 514602588 1236049920 218097 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1207080 CPUtime=877.45 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 484575 0 0 0 87602 143 0 0 25 0 4 0 514602588 1236049920 218097 33554432000 4194304 4627427 140734661206688 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.16
Current children cumulated vsize (KiB) 1207080

[startup+942.301 s]
/proc/loadavg: 8.02 8.06 7.35 10/184 25537
/proc/meminfo: memFree=26375796/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1210692 CPUtime=3763.83 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1902752 0 0 0 375814 569 0 0 25 0 4 0 514602588 1239748608 221994 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 302673 221994 395 106 0 297644 0
[pid=25477/tid=25478] ppid=25475 vsize=1210692 CPUtime=942.25 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 508249 0 0 0 94072 153 0 0 25 0 4 0 514602588 1239748608 221994 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1210692 CPUtime=942.24 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 414947 0 0 0 94095 129 0 0 25 0 4 0 514602588 1239748608 221994 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1210692 CPUtime=937.13 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 509385 0 0 0 93563 150 0 0 25 0 4 0 514602588 1239748608 221994 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.83
Current children cumulated vsize (KiB) 1210692

[startup+1002.3 s]
/proc/loadavg: 8.04 8.06 7.40 9/184 25538
/proc/meminfo: memFree=26344636/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1209252 CPUtime=4003.5 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 1994386 0 0 0 399750 600 0 0 25 0 4 0 514602588 1238274048 224732 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 302313 224732 395 106 0 297284 0
[pid=25477/tid=25478] ppid=25475 vsize=1209252 CPUtime=1002.25 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 529440 0 0 0 100065 160 0 0 25 0 4 0 514602588 1238274048 224732 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1209252 CPUtime=1002.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 435870 0 0 0 100088 137 0 0 25 0 4 0 514602588 1238274048 224732 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1209252 CPUtime=996.8 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 534134 0 0 0 99520 160 0 0 25 0 4 0 514602588 1238274048 224732 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.5
Current children cumulated vsize (KiB) 1209252

[startup+1062.3 s]
/proc/loadavg: 8.05 8.06 7.44 9/184 25540
/proc/meminfo: memFree=25867328/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1540092 CPUtime=4243.19 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 2089724 0 0 0 423689 630 0 0 25 0 4 0 514602588 1577054208 287126 33554432000 4194304 4627427 140734661206688 18446744073709551615 4468055 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 385023 287126 389 106 0 379994 0
[pid=25477/tid=25478] ppid=25475 vsize=1540092 CPUtime=1062.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 560220 0 0 0 106061 165 0 0 25 0 4 0 514602588 1577054208 287126 33554432000 4194304 4627427 140734661206688 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1540092 CPUtime=1062.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 454268 0 0 0 106076 149 0 0 25 0 4 0 514602588 1577054208 287126 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1540092 CPUtime=1056.47 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 557647 0 0 0 105483 164 0 0 25 0 4 0 514602588 1577054208 287126 33554432000 4194304 4627427 140734661206688 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 1540092

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 7.47 9/184 25541
/proc/meminfo: memFree=25971564/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1490532 CPUtime=4482.83 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 2158198 0 0 0 447628 655 0 0 25 0 4 0 514602588 1526304768 273832 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 372633 273833 389 106 0 367604 0
[pid=25477/tid=25478] ppid=25475 vsize=1490532 CPUtime=1122.25 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 579141 0 0 0 112054 171 0 0 25 0 4 0 514602588 1526304768 273833 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1490532 CPUtime=1122.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 474567 0 0 0 112066 159 0 0 25 0 4 0 514602588 1526304768 273833 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1490532 CPUtime=1116.14 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 577234 0 0 0 111443 171 0 0 25 0 4 0 514602588 1526304768 273833 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.83
Current children cumulated vsize (KiB) 1490532

[startup+1182.31 s]
/proc/loadavg: 8.02 8.05 7.50 10/184 25543
/proc/meminfo: memFree=25904804/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1419360 CPUtime=4722.52 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 2240307 0 0 0 471565 687 0 0 25 0 4 0 514602588 1453424640 279281 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 354840 279281 389 106 0 349811 0
[pid=25477/tid=25478] ppid=25475 vsize=1419360 CPUtime=1182.26 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 601738 0 0 0 118046 180 0 0 25 0 4 0 514602588 1453424640 279281 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1419360 CPUtime=1182.25 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 488490 0 0 0 118063 162 0 0 25 0 4 0 514602588 1453424640 279281 33554432000 4194304 4627427 140734661206688 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1419360 CPUtime=1175.82 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 599720 0 0 0 117402 180 0 0 25 0 4 0 514602588 1453424640 279281 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 1419360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 7.51 9/184 25544
/proc/meminfo: memFree=25786368/32951124 swapFree=67111356/67111528
[pid=25477] ppid=25475 vsize=1534880 CPUtime=4800.01 cores=0,2,4,6
/proc/25477/stat : 25477 (strangenight2-m) R 25475 25477 25246 0 -1 4202496 2262515 0 0 0 479306 695 0 0 25 0 4 0 514602588 1571717120 301489 33554432000 4194304 4627427 140734661206688 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25477/statm: 383720 301489 389 106 0 378691 0
[pid=25477/tid=25478] ppid=25475 vsize=1534880 CPUtime=1201.66 cores=0,2,4,6
/proc/25477/task/25478/stat : 25478 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 608864 0 0 0 119984 182 0 0 25 0 4 0 514602588 1571717120 301489 33554432000 4194304 4627427 140734661206688 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=25477/tid=25479] ppid=25475 vsize=1534880 CPUtime=1201.65 cores=0,2,4,6
/proc/25477/task/25479/stat : 25479 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 489956 0 0 0 120003 162 0 0 25 0 4 0 514602588 1571717120 301489 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25477/tid=25480] ppid=25475 vsize=1534880 CPUtime=1195.11 cores=0,2,4,6
/proc/25477/task/25480/stat : 25480 (strangenight2-m) R 25475 25477 25246 0 -1 4202560 606793 0 0 0 119328 183 0 0 25 0 4 0 514602588 1571717120 301489 33554432000 4194304 4627427 140734661206688 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.01
Current children cumulated vsize (KiB) 1534880

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.77
CPU time (s): 4800.1
CPU user time (s): 4793.09
CPU system time (s): 7.01493
CPU usage (%): 399.419
Max. virtual memory (cumulated for all children) (KiB): 1540092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.09
system time used= 7.01493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2262519
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= 2961
involuntary context switches= 32454

runsolver used 2.03869 second user time and 4.53931 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 00:34:09
IDJOB=3173710
IDBENCH=82528
IDSOLVER=1586
FILE ID=node137/3173710-1304030049
RUNJOBID= node137-1304028687-25264
PBS_JOBID= 13170315
Free space on /tmp= 71600 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173710-1304030049/watcher-3173710-1304030049 -o /tmp/evaluation-result-3173710-1304030049/solver-3173710-1304030049 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173710-1304030049.cnf

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

MD5SUM BENCH= 79bb5af0297560cf515e2461b267e196
RANDOM SEED=308228411

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
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:      14156684 kB
Buffers:        859552 kB
Cached:        3528124 kB
SwapCached:         56 kB
Active:       13938900 kB
Inactive:      4359228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14156684 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6156 kB
Writeback:           0 kB
AnonPages:    13910416 kB
Mapped:          15504 kB
Slab:           396948 kB
PageTables:      32152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14562524 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= 71608 MiB
End job on node137 at 2011-04-29 00:54:12