Trace number 3366231

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S540595895-046-UNKNOWN.cnf
MD5SUMc6c08a5348a127e8ddd50935c46cf427
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark107.787
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-3366231-1305399434.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.00/0.01	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.00/0.01	c -- vars added       1250
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.41/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.41/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.41/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.41/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.41/0.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.41/0.18	c Finding binary XORs  T:     0.00 s  found:       0
0.41/0.19	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.41/0.19	c calculated reachability. Time: 0.00
0.41/0.19	c Calc default polars -  time:   0.00 s pos:     603 undec:      42 neg:     605
0.41/0.19	c =========================================================================================
0.41/0.19	c types(t): F = full restart, N = normal restart
0.41/0.19	c types(t): S = simplification begin/end, E = solution found
0.41/0.19	c restart types(rt): st = static, dy = dynamic
0.41/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.41/0.19	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
1.96/0.53	c  N dy    16      4282      1250     25000         0      4275    125000    646994    117.90    126.32
3.15/0.88	c  N dy    35      8513      1250     25000         0      6009    125000    651339    113.40    119.55
4.74/1.23	c  N dy    56     12573      1250     25000         0      5821    125000    427067    112.17    119.10
5.94/1.59	c  N dy    76     16635      1250     25000         0      9879    125000    976103    110.60    116.82
7.53/1.96	c  N dy    99     20685      1250     25000         0      8306    125000    597103    110.54    117.05
9.12/2.33	c  N dy   122     24743      1250     25000         0     12364    125000   1152007    110.21    119.51
9.12/2.36	c  F st   123     25002      1250     25000         0     12623    125000   1184063    110.04    100.26
11.12/2.84	c  N dy   129     30000      1250     25000         0     10799    125000    850094    110.04   no data
11.12/2.84	c  S st   129     30000      1250     25000         0     10799    125000    850094    110.04   no data
11.52/2.90	c  S st   129     30502      1250     25000         0     11301    125000    911909    110.04   no data
11.52/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.52/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.52/2.92	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.52/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.52/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.52/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.52/2.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.52/2.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.52/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.50/3.41	c lits-rem:       224  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.44 s
13.90/3.56	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.90/3.56	c calculated reachability. Time: 0.00
13.90/3.56	c  N dy   129     30502      1250     25000         0     11276    125000    904232    110.04   no data
15.51/3.97	c  N dy   153     34591      1250     25000         0     15363    125000   1456412    109.93    118.18
17.12/4.38	c  N dy   178     38629      1250     25000         0     11502    125000    758979    110.20    145.42
19.09/4.84	c  N dy   204     42876      1250     25000         0     15743    125000   1336648    110.11    117.88
20.29/5.18	c  S st   225     45754      1250     25000         0      9677    125000    371273    110.45    116.46
20.69/5.24	c  S st   225     46255      1250     25000         0     10178    125000    429978    110.45   no data
20.69/5.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.69/5.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.69/5.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.69/5.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.69/5.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/5.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.69/5.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.69/5.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.69/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.09/5.40	c lits-rem:        31  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
21.09/5.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.09/5.40	c vivif2 --  cl tried    10177 cl shrink        0 lits rem          0 time: 0.00
21.94/5.56	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.94/5.56	c calculated reachability. Time: 0.00
21.94/5.56	c  N dy   225     46255      1250     25000         0     10177    125000    429630    110.45   no data
23.88/6.00	c  N dy   245     50629      1250     25000         0     14546    125000   1025195    110.20    116.71
25.47/6.47	c  N dy   272     54738      1250     25000         0     18650    125000   1590289    110.21    116.61
27.45/6.91	c  N dy   296     58793      1250     25000         0     12732    125000    659703    110.13    120.18
29.06/7.36	c  N dy   324     62980      1250     25000         0     16917    125000   1232990    110.21    116.10
31.04/7.83	c  N dy   344     67092      1250     25000         0     21026    125000   1796963    110.03    116.82
32.24/8.11	c  S st   356     69382      1250     25000         0     12336    125000    476398    110.08   no data
32.24/8.18	c  S st   356     69888      1250     25000         0     12842    125000    537367    110.08   no data
32.24/8.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.24/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.64/8.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.64/8.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.64/8.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.64/8.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.64/8.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.64/8.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.64/8.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.44/8.40	c lits-rem:        16  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.17 s
33.44/8.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.44/8.41	c vivif2 --  cl tried    12839 cl shrink        0 lits rem          0 time: 0.01
33.84/8.59	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.18
33.84/8.59	c calculated reachability. Time: 0.00
33.84/8.59	c  N dy   356     69888      1250     25000         0     12839    125000    536428    110.08   no data
35.82/9.09	c  N dy   382     74485      1250     25000         0     17433    125000   1156707    110.04    116.96
38.22/9.66	c  N dy   412     79300      1250     25000         0     22245    125000   1822112    110.18    116.83
40.61/10.25	c  N dy   440     84484      1250     25000         0     15442    125000    767603    110.12    117.73
41.81/10.59	c  F st   457     87500      1250     25000         0     18457    125000   1176158    110.08     97.29
43.43/10.97	c  N st   462     90799      1250     25000         0     21750    125000   1658202    110.08   no data
46.60/11.70	c  N dy   483     96645      1250     25000         0     14611    125000    530576    109.98    116.07
49.38/12.43	c  N dy   519    103022      1250     25000         0     20984    125000   1394383    109.91    117.43
50.18/12.65	c  S st   532    104834      1250     25000         0     22795    125000   1639599    109.93   no data
50.58/12.73	c  S st   532    105338      1250     25000         0     23299    125000   1701077    109.93   no data
50.58/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.58/12.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.58/12.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.58/12.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.58/12.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.58/12.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.58/12.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.58/12.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
50.98/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.13/16.18	c lits-rem:       204  cl-subs:       28  v-elim:      0  v-fix:    0  time:  3.34 s
64.13/16.19	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
64.54/16.21	c vivif2 --  cl tried    23271 cl shrink        0 lits rem          0 time: 0.02
65.35/16.50	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.29
65.35/16.50	c calculated reachability. Time: 0.00
65.35/16.50	c  N dy   532    105338      1250     25000         0     23271    125000   1692917    109.93   no data
68.92/17.39	c  N dy   572    112063      1250     25000         0     15998    125000    595131    109.90    115.87
72.51/18.27	c  N dy   613    119395      1250     25000         0     23328    125000   1594033    109.86    118.58
76.89/19.31	c  N dy   660    127051      1250     25000         0     15991    125000    464734    109.93    116.60
80.87/20.31	c  N dy   707    135170      1250     25000         0     24103    125000   1576595    109.91    117.19
86.06/21.67	c  N dy   766    144835      1250     25000         0     17771    125000    577900    109.90    117.65
90.85/22.87	c  N dy   822    154116      1250     25000         0     27043    125000   1844122    109.90    116.23
93.23/23.43	c  S st   847    158007      1250     25000         0     30932    125000   2375294    109.89   no data
93.62/23.53	c  S st   847    158510      1250     25000         0     31435    125000   2430282    109.89   no data
93.62/23.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.62/23.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
93.62/23.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.62/23.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.62/23.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.62/23.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.62/23.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
93.62/23.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
94.02/23.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.31/31.22	c lits-rem:       194  cl-subs:       38  v-elim:      0  v-fix:    0  time:  7.55 s
124.31/31.22	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
124.31/31.25	c vivif2 --  cl tried    31397 cl shrink        0 lits rem          0 time: 0.03
125.52/31.58	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.33
125.52/31.58	c calculated reachability. Time: 0.00
125.52/31.58	c  N dy   847    158510      1250     25000         0     31397    125000   2419639    109.89   no data
131.11/32.92	c  N dy   902    168756      1250     25000         0     24652    125000   1379084    109.83    117.44
137.47/34.58	c  N dy   971    179577      1250     25000         0     35466    125000   2860837    109.92    116.00
143.85/36.14	c  N dy  1042    191236      1250     25000         0     29127    125000   1872058    109.90    116.54
151.02/37.92	c  N dy  1116    203499      1250     25000         0     22391    125000    824905    109.95    116.89
158.20/39.77	c  N dy  1190    216627      1250     25000         0     35504    125000   2639339    110.00    115.90
166.19/41.78	c  N dy  1271    230560      1250     25000         0     29442    125000   1647575    110.01    117.70
170.58/42.90	c  S st  1318    237766      1250     25000         0     36639    125000   2645285    110.05   no data
171.35/43.01	c  S st  1318    238269      1250     25000         0     37142    125000   2704290    110.05   no data
171.35/43.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.35/43.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
171.35/43.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
171.35/43.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.35/43.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.35/43.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
171.35/43.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
171.35/43.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
171.75/43.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.00/54.20	c lits-rem:       263  cl-subs:       21  v-elim:      0  v-fix:    0  time: 11.04 s
216.00/54.20	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
216.00/54.24	c vivif2 --  cl tried    37121 cl shrink        0 lits rem          0 time: 0.03
217.20/54.58	c asymm  cl-useful: 0/22965/25000 lits-rem:0 time: 0.34
217.20/54.58	c calculated reachability. Time: 0.00
217.20/54.58	c  N dy  1318    238269      1250     25000         0     37121    125000   2698057    110.05   no data
226.38/56.80	c  N dy  1416    253701      1250     25000         0     31567    125000   1824795    110.09    116.09
235.93/59.28	c  N dy  1519    269959      1250     25000         0     25828    125000    903743    110.15    119.06
246.29/61.88	c  N dy  1614    287369      1250     25000         0     43223    125000   3272624    110.12    117.77
257.46/64.67	c  N dy  1719    306048      1250     25000         0     38905    125000   2561927    110.11    117.93
257.86/64.70	c  F st  1721    306250      1250     25000         0     39107    125000   2589718    110.11    101.46
269.42/67.68	c  N dy  1812    325717      1250     25000         0     34568    125000   1847566    110.13    117.75
282.97/71.00	c  N dy  1930    345799      1250     25000         0     29660    125000   1046379    110.14    116.08
290.13/72.81	c  S st  2010    357403      1250     25000         0     41254    125000   2653571    110.22   no data
290.53/72.93	c  S st  2010    357907      1250     25000         0     41758    125000   2715631    110.22   no data
290.53/72.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.53/72.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
290.53/72.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
290.53/72.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
290.53/72.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.53/72.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
290.53/72.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
290.93/73.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
290.93/73.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
339.97/85.32	c lits-rem:       286  cl-subs:       28  v-elim:      0  v-fix:    0  time: 12.24 s
339.97/85.33	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
339.97/85.36	c vivif2 --  cl tried    41730 cl shrink        0 lits rem          0 time: 0.03
340.37/85.40	c asymm  cl-useful: 0/2035/25000 lits-rem:0 time: 0.04
340.37/85.40	c calculated reachability. Time: 0.00
340.37/85.40	c  N dy  2010    357907      1250     25000         0     41730    125000   2707211    110.22   no data
353.93/88.80	c  N dy  2130    378002      1250     25000         0     35835    125000   1770291    110.25    116.64
367.89/92.34	c  N dy  2248    398042      1250     25000         0     28885    125000    682499    110.31    116.38
380.63/95.56	c  N dy  2364    418165      1250     25000         0     48993    125000   3447988    110.34    119.81
394.21/98.96	c  N dy  2476    438400      1250     25000         0     41239    125000   2216531    110.27    117.14
408.93/102.62	c  N dy  2599    458457      1250     25000         0     32293    125000    899929    110.30    128.81
422.48/106.04	c  N dy  2712    478542      1250     25000         0     52362    125000   3647513    110.28    116.59
436.43/109.54	c  N dy  2823    498603      1250     25000         0     42439    125000   2155155    110.27    127.64
452.36/113.57	c  N dy  2929    519481      1250     25000         0     32324    125000    640412    110.22    116.30
463.94/116.40	c  S st  3026    536862      1250     25000         0     49691    125000   3011547    110.23   no data
464.35/116.54	c  S st  3026    537363      1250     25000         0     50192    125000   3074938    110.23   no data
464.35/116.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
464.35/116.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
464.35/116.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
464.35/116.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
464.35/116.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
464.35/116.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
464.35/116.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
464.78/116.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
465.12/116.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.98/127.22	c lits-rem:       392  cl-subs:       50  v-elim:      0  v-fix:    0  time: 10.51 s
506.98/127.23	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
506.98/127.26	c vivif2 --  cl tried    50142 cl shrink        0 lits rem          0 time: 0.04
508.63/127.68	c asymm  cl-useful: 0/19206/25000 lits-rem:0 time: 0.42
508.63/127.68	c calculated reachability. Time: 0.00
508.63/127.68	c  N dy  3026    537363      1250     25000         0     50142    125000   3060034    110.23   no data
524.53/131.64	c  N dy  3138    557452      1250     25000         0     38241    125000   1314075    110.20    118.66
540.46/135.62	c  N dy  3268    577508      1250     25000         0     58278    125000   4087706    110.26    116.52
556.86/139.73	c  N dy  3385    597657      1250     25000         0     45429    125000   2202930    110.28    116.40
574.40/144.15	c  N dy  3494    617764      1250     25000         0     65518    125000   4955651    110.26    117.43
589.50/147.92	c  N dy  3603    638208      1250     25000         0     51974    125000   2945921    110.23    116.13
607.03/152.33	c  N dy  3720    658355      1250     25000         0     37136    125000    778879    110.22    116.78
621.79/156.03	c  N dy  3839    678403      1250     25000         0     57170    125000   3538606    110.24    116.95
638.93/160.33	c  N dy  3960    698422      1250     25000         0     41196    125000   1216362    110.29    117.51
654.06/164.16	c  N dy  4069    718549      1250     25000         0     61309    125000   3977898    110.29    117.03
671.61/168.52	c  N dy  4194    738601      1250     25000         0     44369    125000   1523357    110.33    128.76
687.56/172.56	c  N dy  4324    758681      1250     25000         0     64437    125000   4303815    110.37    116.52
704.69/176.85	c  N dy  4446    778758      1250     25000         0     46530    125000   1669263    110.38    119.34
721.43/181.09	c  N dy  4570    798915      1250     25000         0     66673    125000   4458335    110.41    117.42
729.41/183.03	c  S st  4616    806045      1250     25000         0     73796    125000   5450844    110.43    100.04
730.21/183.24	c  S st  4616    806552      1250     25000         0     74303    125000   5515075    110.43   no data
730.21/183.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
730.61/183.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
730.61/183.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
730.61/183.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
730.61/183.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
730.61/183.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
730.61/183.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
730.61/183.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
731.41/183.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
852.18/213.84	c lits-rem:       694  cl-subs:       51  v-elim:      0  v-fix:    0  time: 30.28 s
852.18/213.84	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
852.58/213.91	c vivif2 --  cl tried    74252 cl shrink        0 lits rem          0 time: 0.07
853.38/214.10	c asymm  cl-useful: 0/5794/25000 lits-rem:0 time: 0.19
853.38/214.10	c calculated reachability. Time: 0.00
853.38/214.10	c  N dy  4616    806552      1250     25000         0     74252    125000   5500007    110.43   no data
869.32/218.12	c  N dy  4738    826612      1250     25000         0     55331    125000   2774898    110.46    117.03
887.66/222.72	c  N dy  4857    846683      1250     25000         0     75395    125000   5520085    110.45    119.09
903.60/226.80	c  N dy  4971    866700      1250     25000         0     55415    125000   2648368    110.46    117.10
922.33/231.40	c  N dy  5085    886747      1250     25000         0     75442    125000   5395972    110.45    118.41
939.07/235.64	c  N dy  5201    906765      1250     25000         0     54474    125000   2394556    110.46    117.78
957.41/240.25	c  N dy  5328    926980      1250     25000         0     74660    125000   5175865    110.48    116.40
975.35/244.75	c  N dy  5449    947206      1250     25000         0     52921    125000   2046474    110.49    117.10
993.67/249.30	c  N dy  5564    967259      1250     25000         0     72961    125000   4812514    110.49    135.45
1012.86/254.15	c  N dy  5687    987304      1250     25000         0     50023    125000   1511547    110.51    116.33
1029.96/258.51	c  N dy  5818   1007340      1250     25000         0     70044    125000   4293292    110.54    118.65
1051.90/264.01	c  N dy  5936   1027433      1250     25000         0     46154    125000    862286    110.55    116.62
1069.43/268.39	c  N dy  6038   1047562      1250     25000         0     66269    125000   3613254    110.52    116.89
1092.53/274.14	c  N dy  6163   1067614      1250     25000         0     86303    125000   6395224    110.55    117.78
1097.71/275.46	c  F st  6187   1071876      1250     25000         0     45603    125000    652755    110.55    112.59
1111.66/278.92	c  N dy  6257   1087772      1250     25000         0     61469    125000   2920331    110.56    117.64
1132.39/284.16	c  N dy  6376   1107975      1250     25000         0     81658    125000   5714434    110.58    117.16
1152.33/289.11	c  N dy  6492   1127991      1250     25000         0     55703    125000   1925201    110.61    117.36
1170.71/293.76	c  N dy  6604   1148012      1250     25000         0     75703    125000   4693582    110.62    117.99
1193.37/299.42	c  N dy  6717   1168048      1250     25000         0     48767    125000    840261    110.62    119.24
1210.91/303.81	c  N dy  6839   1188259      1250     25000         0     68968    125000   3620507    110.63    116.62
1232.84/309.36	c  N dy  6959   1208452      1250     25000         0     89146    125000   6399507    110.63    116.69
1234.43/309.76	c  S st  6965   1209830      1250     25000         0     90523    125000   6586509    110.62   no data
1235.23/309.98	c  S st  6965   1210334      1250     25000         0     91027    125000   6651377    110.62   no data
1235.63/310.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1235.63/310.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1235.63/310.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1235.63/310.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1235.63/310.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1235.63/310.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1235.63/310.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1236.05/310.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1236.82/310.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1400.65/351.41	c lits-rem:       716  cl-subs:       68  v-elim:      0  v-fix:    0  time: 41.07 s
1400.65/351.41	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1400.65/351.49	c vivif2 --  cl tried    90959 cl shrink        0 lits rem          0 time: 0.08
1402.68/351.94	c asymm  cl-useful: 0/13019/25000 lits-rem:0 time: 0.44
1402.68/351.94	c calculated reachability. Time: 0.00
1402.68/351.94	c  N dy  6965   1210334      1250     25000         0     90959    125000   6631699    110.62   no data
1420.98/356.59	c  N dy  7098   1230342      1250     25000         0     62993    125000   2687250    110.65    119.45
1441.32/361.69	c  N dy  7219   1250663      1250     25000         0     83294    125000   5490194    110.66    117.38
1464.06/367.35	c  N dy  7348   1270965      1250     25000         0     54611    125000   1380117    110.68    116.73
1482.37/371.95	c  N dy  7476   1291195      1250     25000         0     74831    125000   4172332    110.70    118.71
1505.49/377.73	c  N dy  7600   1311281      1250     25000         0     94900    125000   6944187    110.71    117.12
1524.63/382.58	c  N dy  7734   1331378      1250     25000         0     65015    125000   2706826    110.75    120.42
1545.34/387.71	c  N dy  7854   1351461      1250     25000         0     85078    125000   5475712    110.76    117.25
1568.86/393.60	c  N dy  7976   1371516      1250     25000         0     54160    125000   1059152    110.78    117.99
1586.82/398.18	c  N dy  8099   1391590      1250     25000         0     74218    125000   3857263    110.80    118.12
1609.51/403.80	c  N dy  8214   1411665      1250     25000         0     94277    125000   6625520    110.82    121.10
1630.66/409.19	c  N dy  8332   1431912      1250     25000         0     62552    125000   2085183    110.82    117.82
1650.98/414.22	c  N dy  8454   1451968      1250     25000         0     82596    125000   4847161    110.83    118.34
1675.28/420.36	c  N dy  8572   1472047      1250     25000         0    102662    125000   7611773    110.82    118.91
1696.03/425.58	c  N dy  8707   1492388      1250     25000         0     70023    125000   3023056    110.85    116.73
1718.79/431.26	c  N dy  8839   1512422      1250     25000         0     90042    125000   5818011    110.88    117.31
1744.25/437.69	c  N dy  8967   1532502      1250     25000         0     56153    125000    949882    110.90    117.60
1762.97/442.39	c  N dy  9088   1552556      1250     25000         0     76188    125000   3715308    110.90    122.31
1787.70/448.53	c  N dy  9218   1573084      1250     25000         0     96704    125000   6592703    110.92    117.92
1812.01/454.64	c  N dy  9339   1593673      1250     25000         0     62316    125000   1662380    110.93    117.59
1831.95/459.69	c  N dy  9461   1613770      1250     25000         0     82391    125000   4440703    110.95    123.27
1857.06/465.92	c  N dy  9583   1633852      1250     25000         0    102458    125000   7238925    110.96    116.96
1881.77/472.15	c  N dy  9702   1654070      1250     25000         0     66707    125000   2140551    110.97    117.17
1904.09/477.74	c  N dy  9820   1674080      1250     25000         0     86700    125000   4926273    110.99    129.95
1931.60/484.63	c  N dy  9935   1694462      1250     25000         0    107059    125000   7728930    110.98    116.88
1950.75/489.42	c  S st 10014   1710334      1250     25000         0     65962    125000   1901949    110.97   no data
1951.52/489.61	c  S st 10014   1710838      1250     25000         0     66466    125000   1957419    110.97   no data
1951.52/489.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1951.52/489.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1951.52/489.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1951.52/489.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1951.52/489.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1951.52/489.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1951.52/489.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1951.92/489.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1951.92/489.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1978.24/496.31	c lits-rem:       205  cl-subs:       18  v-elim:      0  v-fix:    0  time:  6.54 s
1978.24/496.32	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1978.24/496.34	c vivif2 --  cl tried    66448 cl shrink        0 lits rem          0 time: 0.03
1979.43/496.68	c asymm  cl-useful: 0/11981/25000 lits-rem:0 time: 0.34
1979.43/496.68	c calculated reachability. Time: 0.00
1979.43/496.68	c  N dy 10014   1710838      1250     25000         0     66448    125000   1951960    110.97   no data
2000.96/502.06	c  N dy 10141   1730878      1250     25000         0     86473    125000   4741595    110.99    117.30
2026.87/508.53	c  N dy 10263   1751025      1250     25000         0    106605    125000   7544534    111.00    117.94
2049.99/514.39	c  N dy 10378   1771140      1250     25000         0     68753    125000   2170261    111.01    118.82
2071.91/519.82	c  N dy 10495   1791195      1250     25000         0     88788    125000   4946146    111.01    120.44
2098.61/526.55	c  N dy 10624   1811435      1250     25000         0    109008    125000   7746227    111.02    120.64
2121.75/532.35	c  N dy 10745   1831524      1250     25000         0     70135    125000   2231391    111.03    116.94
2143.26/537.76	c  N dy 10872   1851626      1250     25000         0     90215    125000   5034303    111.06    117.01
2168.77/544.19	c  N dy 10986   1871714      1250     25000         0    110289    125000   7821958    111.07    120.20
2193.07/550.28	c  N dy 11116   1891726      1250     25000         0     70341    125000   2132819    111.09    118.49
2214.60/555.61	c  N dy 11236   1911773      1250     25000         0     90371    125000   4916439    111.10    116.96
2240.57/562.16	c  N dy 11358   1931885      1250     25000         0    110469    125000   7719144    111.11    117.98
2265.62/568.42	c  N dy 11476   1951909      1250     25000         0     69533    125000   1879014    111.12    119.06
2286.74/573.72	c  N dy 11595   1972074      1250     25000         0     89675    125000   4700056    111.13    117.04
2312.25/580.19	c  N dy 11707   1992197      1250     25000         0    109779    125000   7470630    111.13    117.93
2338.56/586.78	c  N dy 11821   2012227      1250     25000         0     67850    125000   1512701    111.13    120.07
2359.28/591.96	c  N dy 11926   2032281      1250     25000         0     87885    125000   4280604    111.13    118.31
2384.83/598.32	c  N dy 12045   2052289      1250     25000         0    107883    125000   7053346    111.13    118.23
2415.52/606.07	c  N dy 12164   2072642      1250     25000         0     65272    125000   1032344    111.13    117.09
2436.22/611.22	c  N dy 12274   2092739      1250     25000         0     85352    125000   3797865    111.13    118.69
2462.13/617.73	c  N dy 12399   2112853      1250     25000         0    105450    125000   6604969    111.14    117.74
2492.02/625.27	c  N dy 12532   2132901      1250     25000         0    125482    125000   9385665    111.16    117.51
2513.94/630.70	c  N dy 12642   2152960      1250     25000         0     81584    125000   3135033    111.15    123.00
2537.87/636.72	c  N dy 12769   2173041      1250     25000         0    101648    125000   5925059    111.16    122.18
2567.36/644.10	c  N dy 12905   2193408      1250     25000         0    121994    125000   8783196    111.19    117.23
2589.28/649.61	c  S st 13010   2210839      1250     25000         0     74457    125000   2038796    111.19   no data
2590.08/649.80	c  S st 13010   2211341      1250     25000         0     74959    125000   2101093    111.19   no data
2590.08/649.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2590.08/649.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2590.08/649.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2590.08/649.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2590.08/649.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2590.08/649.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2590.08/649.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2590.08/649.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2590.48/649.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2618.77/657.01	c lits-rem:       165  cl-subs:       11  v-elim:      0  v-fix:    0  time:  7.04 s
2618.77/657.01	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2618.77/657.04	c vivif2 --  cl tried    74948 cl shrink        0 lits rem          0 time: 0.03
2620.37/657.43	c asymm  cl-useful: 0/14925/25000 lits-rem:0 time: 0.39
2620.37/657.43	c calculated reachability. Time: 0.00
2620.37/657.43	c  N dy 13010   2211341      1250     25000         0     74948    125000   2097895    111.19   no data
2642.69/663.04	c  N dy 13130   2231345      1250     25000         0     94928    125000   4859593    111.20    117.98
2670.25/669.94	c  N dy 13247   2251567      1250     25000         0    115132    125000   7669240    111.20    123.27
2699.29/677.28	c  N dy 13363   2271578      1250     25000         0     69187    125000   1178654    111.21    117.45
2721.22/682.77	c  N dy 13488   2291777      1250     25000         0     89369    125000   3968898    111.21    117.85
2749.51/689.81	c  N dy 13611   2311853      1250     25000         0    109437    125000   6764972    111.22    117.64
2781.41/697.83	c  N dy 13730   2331878      1250     25000         0    129447    125000   9524502    111.23    122.78
2804.92/703.79	c  N dy 13855   2351950      1250     25000         0     82547    125000   2911332    111.24    117.76
2830.03/710.09	c  N dy 13976   2372432      1250     25000         0    103018    125000   5777419    111.25    117.95
2859.92/717.53	c  N dy 14100   2392469      1250     25000         0    123040    125000   8556409    111.26    125.77
2887.83/724.50	c  N dy 14218   2412674      1250     25000         0     75283    125000   1776945    111.26    117.49
2910.16/730.19	c  N dy 14340   2432766      1250     25000         0     95355    125000   4548291    111.26    117.74
2937.28/736.93	c  N dy 14458   2452844      1250     25000         0    115415    125000   7317167    111.26    125.81
2969.14/744.92	c  N dy 14581   2472930      1250     25000         0    135476    125000  10115264    111.28    136.41
2991.46/750.58	c  N dy 14686   2492961      1250     25000         0     86549    125000   3218068    111.28    117.37
3016.20/756.77	c  N dy 14806   2512992      1250     25000         0    106568    125000   5980907    111.28    142.51
3046.08/764.23	c  N dy 14930   2533022      1250     25000         0    126582    125000   8753925    111.29    119.23
3074.78/771.47	c  N dy 15047   2553092      1250     25000         0     76695    125000   1718488    111.30    118.18
3097.10/777.06	c  N dy 15159   2573149      1250     25000         0     96732    125000   4474260    111.29    117.72
3124.61/783.97	c  N dy 15285   2593276      1250     25000         0    116841    125000   7294066    111.30    117.36
3158.48/792.46	c  N dy 15418   2613504      1250     25000         0    137050    125000  10129633    111.32    117.28
3185.58/799.22	c  N dy 15551   2633588      1250     25000         0     86190    125000   2911705    111.33    125.69
3212.30/805.91	c  N dy 15668   2653686      1250     25000         0    106274    125000   5733795    111.34    118.18
3242.60/813.53	c  N dy 15789   2673714      1250     25000         0    126285    125000   8506952    111.35    120.00
3275.68/821.83	c  N dy 15913   2693761      1250     25000         0     74373    125000   1125158    111.35    118.00
3295.21/826.74	c  S st 16023   2711341      1250     25000         0     91936    125000   3558709    111.36    104.84
3296.01/826.97	c  S st 16023   2711843      1250     25000         0     92438    125000   3622498    111.36   no data
3296.01/826.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3296.41/827.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3296.41/827.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3296.41/827.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3296.41/827.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3296.41/827.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3296.41/827.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3296.41/827.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3296.83/827.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3351.81/840.90	c lits-rem:       202  cl-subs:       33  v-elim:      0  v-fix:    0  time: 13.68 s
3351.81/840.90	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3351.81/840.95	c vivif2 --  cl tried    92405 cl shrink        0 lits rem          0 time: 0.05
3353.41/841.34	c asymm  cl-useful: 0/10075/25000 lits-rem:0 time: 0.39
3353.41/841.35	c calculated reachability. Time: 0.00
3353.41/841.35	c  N dy 16023   2711843      1250     25000         0     92405    125000   3612636    111.36   no data
3380.14/848.04	c  N dy 16143   2732024      1250     25000         0    112574    125000   6404247    111.36    117.97
3410.42/855.71	c  N dy 16253   2752222      1250     25000         0    132753    125000   9209812    111.36    117.47
3441.53/863.43	c  N dy 16389   2772374      1250     25000         0     79945    125000   1781396    111.37    117.68
3464.62/869.27	c  N dy 16508   2792399      1250     25000         0     99950    125000   4550594    111.38    118.97
3492.93/876.37	c  N dy 16634   2812416      1250     25000         0    119945    125000   7334565    111.39    119.09
3525.99/884.63	c  N dy 16755   2832483      1250     25000         0    139994    125000  10142352    111.40    118.22
3553.50/891.52	c  N dy 16878   2852712      1250     25000         0     86267    125000   2525323    111.41    119.67
3579.81/898.11	c  N dy 17000   2872771      1250     25000         0    106301    125000   5316053    111.41    119.24
3611.70/906.11	c  N dy 17130   2892789      1250     25000         0    126297    125000   8093099    111.42    119.50
3646.38/914.83	c  N dy 17257   2912807      1250     25000         0    146297    125000  10889302    111.43    124.40
3671.50/921.19	c  N dy 17379   2932897      1250     25000         0     91434    125000   3110890    111.44    120.70
3698.20/927.89	c  N dy 17505   2953206      1250     25000         0    111726    125000   5955011    111.45    121.82
3729.29/935.66	c  N dy 17629   2973220      1250     25000         0    131719    125000   8731243    111.45    117.75
3764.77/944.53	c  N dy 17745   2993245      1250     25000         0    151724    125000  11532403    111.46    117.43
3787.49/950.31	c  N dy 17869   3013344      1250     25000         0     95882    125000   3610761    111.47    125.66
3814.65/957.08	c  N dy 17972   3034045      1250     25000         0    116565    125000   6457730    111.46    118.76
3846.89/965.12	c  N dy 18094   3054165      1250     25000         0    136659    125000   9242014    111.46    118.31
3879.98/973.46	c  N dy 18200   3074176      1250     25000         0     79733    125000   1224920    111.46    120.23
3903.47/979.35	c  N dy 18323   3094277      1250     25000         0     99809    125000   4021445    111.47    117.46
3931.38/986.37	c  N dy 18451   3114289      1250     25000         0    119806    125000   6803719    111.47    118.66
3964.47/994.61	c  N dy 18575   3134377      1250     25000         0    139883    125000   9604493    111.48    118.22
3998.37/1003.15	c  N dy 18690   3154392      1250     25000         0     81948    125000   1395457    111.49    117.74
4024.26/1009.66	c  N dy 18821   3174406      1250     25000         0    101941    125000   4195872    111.50    123.27
4056.93/1017.88	c  N dy 18942   3194431      1250     25000         0    121943    125000   6971298    111.50    120.79
4089.23/1025.96	c  S st 19040   3211843      1250     25000         0    139341    125000   9401549    111.51    116.50
4090.88/1026.35	c  S st 19040   3212346      1250     25000         0    139844    125000   9458950    111.51   no data
4090.88/1026.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4091.22/1026.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4091.61/1026.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4091.61/1026.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4091.61/1026.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4091.61/1026.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4091.61/1026.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4091.61/1026.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4093.22/1026.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4367.86/1095.85	c lits-rem:       789  cl-subs:      151  v-elim:      0  v-fix:    0  time: 68.92 s
4367.86/1095.85	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4368.25/1095.97	c vivif2 --  cl tried   139693 cl shrink        0 lits rem          0 time: 0.12
4370.26/1096.45	c asymm  cl-useful: 0/9479/25000 lits-rem:0 time: 0.48
4370.26/1096.45	c calculated reachability. Time: 0.00
4370.26/1096.45	c  N dy 19040   3212346      1250     25000         0    139693    125000   9415452    111.51   no data
4406.92/1105.60	c  N dy 19169   3232425      1250     25000         0     80824    125000   1118344    111.52    126.94
4430.04/1111.43	c  N dy 19281   3252567      1250     25000         0    100946    125000   3923608    111.53    120.96
4457.95/1118.41	c  N dy 19398   3272664      1250     25000         0    121019    125000   6711520    111.53    125.76
4491.02/1126.78	c  N dy 19515   3292667      1250     25000         0    141002    125000   9497386    111.53    144.54
4531.29/1136.88	c  N dy 19638   3312805      1250     25000         0     81206    125000   1039864    111.54    117.89
4557.19/1143.34	c  N dy 19768   3332806      1250     25000         0    101196    125000   3825877    111.55    117.93
4587.88/1151.07	c  N dy 19892   3352898      1250     25000         0    121277    125000   6607981    111.55    124.84
4623.36/1159.94	c  N dy 20012   3372916      1250     25000         0    141274    125000   9385913    111.55    118.08
4663.23/1169.98	c  N dy 20140   3392927      1250     25000         0    161269    125000  12173590    111.55    117.91
4689.14/1176.40	c  N dy 20268   3413242      1250     25000         0    100638    125000   3601082    111.56    119.01
4717.47/1183.58	c  N dy 20392   3433244      1250     25000         0    120620    125000   6372518    111.56    124.63
4751.33/1192.09	c  N dy 20524   3453625      1250     25000         0    140990    125000   9226762    111.57    117.53
4789.58/1201.63	c  N dy 20653   3473636      1250     25000         0    160979    125000  12042830    111.59    117.82

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366231-1305399434/watcher-3366231-1305399434 -o /tmp/evaluation-result-3366231-1305399434/solver-3366231-1305399434 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366231-1305399434.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: 7.47 7.97 7.97 5/416 7842
/proc/meminfo: memFree=21325436/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=217288 CPUtime=0 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1578 0 0 0 0 0 0 0 25 0 4 0 730174195 222502912 1495 33554432000 4194304 4580107 140737295456048 18446744073709551615 215988697582 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7842/statm: 54322 1501 336 95 0 49304 0
[pid=7842/tid=7843] ppid=7840 vsize=218628 CPUtime=0 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 321 0 0 0 0 0 0 0 25 0 4 0 730174195 223875072 2434 33554432000 4194304 4580107 140737295456048 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=218628 CPUtime=0 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 696 0 0 0 0 0 0 0 25 0 4 0 730174195 223875072 2437 33554432000 4194304 4580107 140737295456048 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=218628 CPUtime=0 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 520 0 0 0 0 0 0 0 25 0 4 0 730174195 223875072 2438 33554432000 4194304 4580107 140737295456048 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.059684 s]
/proc/loadavg: 7.47 7.97 7.97 5/416 7842
/proc/meminfo: memFree=21325436/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=220008 CPUtime=0.19 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 3488 0 0 0 19 0 0 0 25 0 4 0 730174195 225288192 3405 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 55002 3405 358 95 0 49984 0
[pid=7842/tid=7843] ppid=7840 vsize=220008 CPUtime=0.04 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 722 0 0 0 4 0 0 0 25 0 4 0 730174195 225288192 3405 33554432000 4194304 4580107 140737295456048 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=220008 CPUtime=0.05 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 813 0 0 0 5 0 0 0 25 0 4 0 730174195 225288192 3405 33554432000 4194304 4580107 140737295456048 18446744073709551615 215988253381 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=220008 CPUtime=0.04 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 798 0 0 0 4 0 0 0 25 0 4 0 730174195 225288192 3405 33554432000 4194304 4580107 140737295456048 18446744073709551615 215988697631 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 220008

[startup+0.112966 s]
/proc/loadavg: 7.47 7.97 7.97 5/416 7842
/proc/meminfo: memFree=21325436/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=220276 CPUtime=0.41 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 3759 0 0 0 41 0 0 0 25 0 4 0 730174195 225562624 3676 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 55069 3676 358 95 0 50051 0
[pid=7842/tid=7843] ppid=7840 vsize=220276 CPUtime=0.09 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 761 0 0 0 9 0 0 0 25 0 4 0 730174195 225562624 3676 33554432000 4194304 4580107 140737295456048 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=220276 CPUtime=0.1 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 857 0 0 0 10 0 0 0 25 0 4 0 730174195 225562624 3677 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=220276 CPUtime=0.1 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 940 0 0 0 10 0 0 0 25 0 4 0 730174195 225562624 3677 33554432000 4194304 4580107 140737295456048 18446744073709551615 4321248 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 220276

[startup+0.300946 s]
/proc/loadavg: 7.47 7.97 7.97 5/416 7842
/proc/meminfo: memFree=21325436/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=226016 CPUtime=1.15 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 9191 0 0 0 114 1 0 0 25 0 4 0 730174195 231440384 7893 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 56504 7893 376 95 0 51486 0
[pid=7842/tid=7843] ppid=7840 vsize=226016 CPUtime=0.28 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 2342 0 0 0 28 0 0 0 25 0 4 0 730174195 231440384 7893 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=226016 CPUtime=0.28 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 2588 0 0 0 28 0 0 0 25 0 4 0 730174195 231440384 7893 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=226016 CPUtime=0.28 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 1324 0 0 0 28 0 0 0 25 0 4 0 730174195 231440384 7893 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 226016

[startup+0.700877 s]
/proc/loadavg: 7.47 7.97 7.97 5/416 7842
/proc/meminfo: memFree=21325436/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=233432 CPUtime=2.75 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 13521 0 0 0 273 2 0 0 25 0 4 0 730174195 239034368 8580 33554432000 4194304 4580107 140737295456048 18446744073709551615 4319842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 58358 8580 377 95 0 53340 0
[pid=7842/tid=7843] ppid=7840 vsize=233432 CPUtime=0.67 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 3477 0 0 0 67 0 0 0 25 0 4 0 730174195 239034368 8580 33554432000 4194304 4580107 140737295456048 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=233432 CPUtime=0.68 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 3651 0 0 0 68 0 0 0 25 0 4 0 730174195 239034368 8580 33554432000 4194304 4580107 140737295456048 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=233432 CPUtime=0.68 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 2386 0 0 0 68 0 0 0 25 0 4 0 730174195 239034368 8580 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 233432

[startup+1.50074 s]
/proc/loadavg: 7.47 7.97 7.97 9/420 7847
/proc/meminfo: memFree=21255220/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=234916 CPUtime=5.94 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 20414 0 0 0 591 3 0 0 25 0 4 0 730174195 240553984 10790 33554432000 4194304 4580107 140737295456048 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 58729 10790 377 95 0 53711 0
[pid=7842/tid=7843] ppid=7840 vsize=234916 CPUtime=1.46 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 5182 0 0 0 146 0 0 0 25 0 4 0 730174195 240553984 10790 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=234916 CPUtime=1.48 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 5375 0 0 0 148 0 0 0 25 0 4 0 730174195 240553984 10790 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=234916 CPUtime=1.48 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 4115 0 0 0 148 0 0 0 25 0 4 0 730174195 240553984 10790 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 234916

[startup+3.10046 s]
/proc/loadavg: 7.47 7.97 7.97 10/420 7847
/proc/meminfo: memFree=21251772/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=236824 CPUtime=12.32 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 38317 0 0 0 1224 8 0 0 25 0 4 0 730174195 242507776 17139 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 59206 17139 379 95 0 54188 0
[pid=7842/tid=7843] ppid=7840 vsize=236824 CPUtime=3.04 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 8487 0 0 0 303 1 0 0 25 0 4 0 730174195 242507776 17139 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=236824 CPUtime=3.08 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 8739 0 0 0 307 1 0 0 25 0 4 0 730174195 242507776 17139 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=236824 CPUtime=3.08 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 7486 0 0 0 307 1 0 0 25 0 4 0 730174195 242507776 17139 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 236824

[startup+6.3009 s]
/proc/loadavg: 7.51 7.97 7.97 10/420 7847
/proc/meminfo: memFree=21056016/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=273948 CPUtime=25.08 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 68634 0 0 0 2495 13 0 0 25 0 4 0 730174195 280522752 34714 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 68487 34714 379 95 0 63469 0
[pid=7842/tid=7843] ppid=7840 vsize=273948 CPUtime=6.2 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 15724 0 0 0 618 2 0 0 25 0 4 0 730174195 280522752 34714 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=273948 CPUtime=6.28 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 18253 0 0 0 624 4 0 0 25 0 4 0 730174195 280522752 34714 33554432000 4194304 4580107 140737295456048 18446744073709551615 4417007 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=273948 CPUtime=6.28 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 16444 0 0 0 626 2 0 0 25 0 4 0 730174195 280522752 34714 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 273948

[startup+12.7008 s]
/proc/loadavg: 7.63 7.99 7.97 10/420 7847
/proc/meminfo: memFree=20968772/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=306044 CPUtime=50.58 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 105493 0 0 0 5038 20 0 0 25 0 4 0 730174195 313389056 45462 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 76511 45463 379 95 0 71493 0
[pid=7842/tid=7843] ppid=7840 vsize=306044 CPUtime=12.51 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 25481 0 0 0 1247 4 0 0 25 0 4 0 730174195 313389056 45463 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=306044 CPUtime=12.68 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 26201 0 0 0 1262 6 0 0 25 0 4 0 730174195 313389056 45463 33554432000 4194304 4580107 140737295456048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=306044 CPUtime=12.68 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 25526 0 0 0 1264 4 0 0 25 0 4 0 730174195 313389056 45463 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 306044

[startup+25.5005 s]
/proc/loadavg: 7.71 7.99 7.97 10/420 7847
/proc/meminfo: memFree=20773352/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=420568 CPUtime=101.59 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 153871 0 0 0 10129 30 0 0 25 0 4 0 730174195 430661632 71740 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 105142 71741 379 95 0 100124 0
[pid=7842/tid=7843] ppid=7840 vsize=420568 CPUtime=25.13 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 33595 0 0 0 2508 5 0 0 25 0 4 0 730174195 430661632 71741 33554432000 4194304 4580107 140737295456048 18446744073709551615 4415628 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=420568 CPUtime=25.47 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 38739 0 0 0 2539 8 0 0 25 0 4 0 730174195 430661632 71741 33554432000 4194304 4580107 140737295456048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=420568 CPUtime=25.48 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 34014 0 0 0 2543 5 0 0 25 0 4 0 730174195 430661632 71741 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 420568

[startup+51.1011 s]
/proc/loadavg: 7.81 7.99 7.97 9/420 7848
/proc/meminfo: memFree=20627324/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=631120 CPUtime=203.64 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 219091 0 0 0 20317 47 0 0 25 0 4 0 730174195 646266880 90001 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 157780 90001 379 95 0 152762 0
[pid=7842/tid=7843] ppid=7840 vsize=631120 CPUtime=50.39 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 46741 0 0 0 5030 9 0 0 25 0 4 0 730174195 646266880 90001 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=631120 CPUtime=51.07 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 56476 0 0 0 5094 13 0 0 25 0 4 0 730174195 646266880 90001 33554432000 4194304 4580107 140737295456048 18446744073709551615 4320876 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=631120 CPUtime=51.08 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 51439 0 0 0 5097 11 0 0 25 0 4 0 730174195 646266880 90001 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.64
Current children cumulated vsize (KiB) 631120

[startup+102.316 s]
/proc/loadavg: 7.96 8.00 7.98 10/420 7849
/proc/meminfo: memFree=20541876/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=558756 CPUtime=407.79 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 368740 0 0 0 40694 85 0 0 25 0 4 0 730174195 572166144 97316 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7842/statm: 139689 97316 382 95 0 134671 0
[pid=7842/tid=7843] ppid=7840 vsize=558756 CPUtime=100.9 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 89380 0 0 0 10070 20 0 0 25 0 4 0 730174195 572166144 97316 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=558756 CPUtime=102.28 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 88537 0 0 0 10208 20 0 0 25 0 4 0 730174195 572166144 97316 33554432000 4194304 4580107 140737295456048 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=558756 CPUtime=102.29 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 96054 0 0 0 10205 24 0 0 25 0 4 0 730174195 572166144 97316 33554432000 4194304 4580107 140737295456048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.79
Current children cumulated vsize (KiB) 558756

[startup+162.301 s]

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

[pid=7842] ppid=7840 vsize=1053800 CPUtime=2799.33 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1512315 0 0 0 279469 464 0 0 25 0 4 0 730174195 1079091200 200705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 263450 200705 380 95 0 258432 0
[pid=7842/tid=7843] ppid=7840 vsize=1053800 CPUtime=692.69 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 367304 0 0 0 69154 115 0 0 25 0 4 0 730174195 1079091200 200705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1053800 CPUtime=702.13 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 401992 0 0 0 70096 117 0 0 25 0 4 0 730174195 1079091200 200705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1053800 CPUtime=702.26 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 367170 0 0 0 70112 114 0 0 25 0 4 0 730174195 1079091200 200705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.33
Current children cumulated vsize (KiB) 1053800

[startup+762.316 s]
/proc/loadavg: 8.11 8.10 8.02 10/420 7876
/proc/meminfo: memFree=19600908/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1098436 CPUtime=3038.56 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1611453 0 0 0 303358 498 0 0 25 0 4 0 730174195 1124798464 208012 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 274609 208012 380 95 0 269591 0
[pid=7842/tid=7843] ppid=7840 vsize=1098436 CPUtime=751.88 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 392129 0 0 0 75064 124 0 0 25 0 4 0 730174195 1124798464 208012 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1098436 CPUtime=762.15 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 422649 0 0 0 76091 124 0 0 25 0 4 0 730174195 1124798464 208012 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1098436 CPUtime=762.28 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 393419 0 0 0 76104 124 0 0 25 0 4 0 730174195 1124798464 208012 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3038.56
Current children cumulated vsize (KiB) 1098436

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 8.02 10/420 7877
/proc/meminfo: memFree=19536772/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1124048 CPUtime=3277.68 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1694297 0 0 0 327237 531 0 0 25 0 4 0 730174195 1151025152 211805 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 281012 211805 380 95 0 275994 0
[pid=7842/tid=7843] ppid=7840 vsize=1124048 CPUtime=811.06 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 407752 0 0 0 80977 129 0 0 25 0 4 0 730174195 1151025152 211805 33554432000 4194304 4580107 140737295456048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1124048 CPUtime=822.13 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 448515 0 0 0 82079 134 0 0 25 0 4 0 730174195 1151025152 211805 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1124048 CPUtime=822.26 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 407984 0 0 0 82096 130 0 0 25 0 4 0 730174195 1151025152 211805 33554432000 4194304 4580107 140737295456048 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3277.68
Current children cumulated vsize (KiB) 1124048

[startup+882.301 s]
/proc/loadavg: 8.07 8.09 8.02 9/420 7879
/proc/meminfo: memFree=19516904/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1088028 CPUtime=3516.82 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1788063 0 0 0 351115 567 0 0 25 0 4 0 730174195 1114140672 210705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 272007 210705 380 95 0 266989 0
[pid=7842/tid=7843] ppid=7840 vsize=1088028 CPUtime=870.47 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 432887 0 0 0 86906 141 0 0 25 0 4 0 730174195 1114140672 210705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1088028 CPUtime=881.9 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 472053 0 0 0 88048 142 0 0 25 0 4 0 730174195 1114140672 210705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1088028 CPUtime=882.25 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 433659 0 0 0 88087 138 0 0 25 0 4 0 730174195 1114140672 210705 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3516.82
Current children cumulated vsize (KiB) 1088028

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.02 10/420 7881
/proc/meminfo: memFree=19479064/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1089592 CPUtime=3756 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1875080 0 0 0 374998 602 0 0 25 0 4 0 730174195 1115742208 214998 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 272398 214998 380 95 0 267380 0
[pid=7842/tid=7843] ppid=7840 vsize=1089592 CPUtime=930.47 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 457549 0 0 0 92896 151 0 0 25 0 4 0 730174195 1115742208 214998 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1089592 CPUtime=941.09 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 484857 0 0 0 93963 146 0 0 25 0 4 0 730174195 1115742208 214998 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1089592 CPUtime=942.25 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 458383 0 0 0 94077 148 0 0 25 0 4 0 730174195 1115742208 214998 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3756
Current children cumulated vsize (KiB) 1089592

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.02 10/420 7882
/proc/meminfo: memFree=19469496/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1020532 CPUtime=3995.15 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 1976226 0 0 0 398881 634 0 0 25 0 4 0 730174195 1045024768 210879 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 255133 210879 380 95 0 250115 0
[pid=7842/tid=7843] ppid=7840 vsize=1020532 CPUtime=990.46 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 482235 0 0 0 98887 159 0 0 25 0 4 0 730174195 1045024768 210879 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1020532 CPUtime=1000.26 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 510271 0 0 0 99873 153 0 0 25 0 4 0 730174195 1045024768 210879 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1020532 CPUtime=1002.25 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 483164 0 0 0 100068 157 0 0 25 0 4 0 730174195 1045024768 210879 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3995.15
Current children cumulated vsize (KiB) 1020532

[startup+1062.3 s]
/proc/loadavg: 8.04 8.07 8.02 10/420 7884
/proc/meminfo: memFree=18866208/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1427060 CPUtime=4234.33 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 2069197 0 0 0 422774 659 0 0 25 0 4 0 730174195 1461309440 288031 33554432000 4194304 4580107 140737295456048 18446744073709551615 4417020 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 356765 288031 380 95 0 351747 0
[pid=7842/tid=7843] ppid=7840 vsize=1427060 CPUtime=1050.47 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 511999 0 0 0 104883 164 0 0 25 0 4 0 730174195 1461309440 288031 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1427060 CPUtime=1059.45 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 530458 0 0 0 105782 163 0 0 25 0 4 0 730174195 1461309440 288031 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1427060 CPUtime=1062.26 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 504417 0 0 0 106065 161 0 0 25 0 4 0 730174195 1461309440 288031 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4234.33
Current children cumulated vsize (KiB) 1427060

[startup+1122.3 s]
/proc/loadavg: 8.05 8.07 8.02 11/420 7885
/proc/meminfo: memFree=19007908/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1428940 CPUtime=4473.48 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 2143735 0 0 0 446662 686 0 0 25 0 4 0 730174195 1463234560 274488 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 357235 274488 380 95 0 352217 0
[pid=7842/tid=7843] ppid=7840 vsize=1428940 CPUtime=1110.46 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 529438 0 0 0 110876 170 0 0 25 0 4 0 730174195 1463234560 274488 33554432000 4194304 4580107 140737295456048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1428940 CPUtime=1118.62 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 554738 0 0 0 111690 172 0 0 25 0 4 0 730174195 1463234560 274488 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1428940 CPUtime=1122.25 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 526076 0 0 0 112057 168 0 0 25 0 4 0 730174195 1463234560 274488 33554432000 4194304 4580107 140737295456048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4473.48
Current children cumulated vsize (KiB) 1428940

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 8.02 10/420 7887
/proc/meminfo: memFree=18850528/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1496448 CPUtime=4712.66 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 2223015 0 0 0 470547 719 0 0 25 0 4 0 730174195 1532362752 290250 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 374112 290250 380 95 0 369094 0
[pid=7842/tid=7843] ppid=7840 vsize=1496448 CPUtime=1170.46 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 550507 0 0 0 116866 180 0 0 25 0 4 0 730174195 1532362752 290250 33554432000 4194304 4580107 140737295456048 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1496448 CPUtime=1177.81 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 567048 0 0 0 117607 174 0 0 25 0 4 0 730174195 1532362752 290250 33554432000 4194304 4580107 140737295456048 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1496448 CPUtime=1182.25 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 548821 0 0 0 118047 178 0 0 25 0 4 0 730174195 1532362752 290250 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4712.66
Current children cumulated vsize (KiB) 1496448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.3 s]
/proc/loadavg: 8.18 8.11 8.03 5/415 7889
/proc/meminfo: memFree=20194964/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1425348 CPUtime=4800.36 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 2256765 0 0 0 479304 732 0 0 25 0 4 0 730174195 1459556352 284709 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 356337 284709 380 95 0 351319 0
[pid=7842/tid=7843] ppid=7840 vsize=1425348 CPUtime=1192.47 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 560338 0 0 0 119063 184 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1425348 CPUtime=1199.52 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 575330 0 0 0 119774 178 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1425348 CPUtime=1204.26 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 556095 0 0 0 120246 180 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1425348

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

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

[startup+1204.3 s]
/proc/loadavg: 8.18 8.11 8.03 5/415 7889
/proc/meminfo: memFree=20194964/32950940 swapFree=67111356/67111528
[pid=7842] ppid=7840 vsize=1425348 CPUtime=4800.36 cores=0,2,4,6
/proc/7842/stat : 7842 (strangenight2-m) R 7840 7842 7703 0 -1 4202496 2256765 0 0 0 479304 732 0 0 25 0 4 0 730174195 1459556352 284709 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7842/statm: 356337 284709 380 95 0 351319 0
[pid=7842/tid=7843] ppid=7840 vsize=1425348 CPUtime=1192.47 cores=0,2,4,6
/proc/7842/task/7843/stat : 7843 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 560338 0 0 0 119063 184 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7842/tid=7844] ppid=7840 vsize=1425348 CPUtime=1199.52 cores=0,2,4,6
/proc/7842/task/7844/stat : 7844 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 575330 0 0 0 119774 178 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7842/tid=7845] ppid=7840 vsize=1425348 CPUtime=1204.26 cores=0,2,4,6
/proc/7842/task/7845/stat : 7845 (strangenight2-m) R 7840 7842 7703 0 -1 4202560 556095 0 0 0 120246 180 0 0 25 0 4 0 730174195 1459556352 284720 33554432000 4194304 4580107 140737295456048 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 1425348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.38
CPU time (s): 4800.47
CPU user time (s): 4793.1
CPU system time (s): 7.37788
CPU usage (%): 398.586
Max. virtual memory (cumulated for all children) (KiB): 1510216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.1
system time used= 7.37788
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2256783
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= 1887
involuntary context switches= 21263

runsolver used 4.68829 second user time and 11.7792 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 20:57:14
IDJOB=3366231
IDBENCH=82640
IDSOLVER=1844
FILE ID=node117/3366231-1305399434
RUNJOBID= node117-1305398227-7721
PBS_JOBID= 13324483
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= c6c08a5348a127e8ddd50935c46cf427
RANDOM SEED=1971777835

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21325972 kB
Buffers:        296840 kB
Cached:        3081096 kB
SwapCached:          0 kB
Active:        9396368 kB
Inactive:      1875004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21325972 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:     7893332 kB
Mapped:          32156 kB
Slab:           243444 kB
PageTables:      44280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100498132 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= 73412 MiB
End job on node117 at 2011-05-14 21:17:21