Trace number 3173822

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.24 1201.97

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-3173822-1304031354.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.04/0.02	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.04/0.02	c -- vars added       1250
0.04/0.02	c Parsing time:  0.01 s
0.04/0.02	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.41/0.15	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.12
0.41/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.41/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.16	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.97/0.53	c  N dy    16      4282      1250     25000         0      4275    125000    646994    117.90    126.32
3.17/0.89	c  N dy    35      8513      1250     25000         0      6009    125000    651339    113.40    119.55
4.77/1.24	c  N dy    56     12573      1250     25000         0      5821    125000    427067    112.17    119.10
6.36/1.60	c  N dy    76     16635      1250     25000         0      9879    125000    976103    110.60    116.82
7.56/1.96	c  N dy    99     20685      1250     25000         0      8306    125000    597103    110.54    117.05
9.16/2.34	c  N dy   122     24743      1250     25000         0     12364    125000   1152007    110.21    119.51
9.16/2.36	c  F st   123     25002      1250     25000         0     12623    125000   1184063    110.04    100.26
11.16/2.84	c  N dy   129     30000      1250     25000         0     10799    125000    850094    110.04   no data
11.16/2.84	c  S st   129     30000      1250     25000         0     10799    125000    850094    110.04   no data
11.56/2.90	c  S st   129     30502      1250     25000         0     11301    125000    911909    110.04   no data
11.56/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.56/2.92	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
11.56/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.56/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.56/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
11.56/2.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.56/2.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.56/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.54/3.42	c lits-rem:       224  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.44 s
13.94/3.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
13.94/3.57	c calculated reachability. Time: 0.00
13.94/3.57	c  N dy   129     30502      1250     25000         0     11276    125000    904232    110.04   no data
15.54/3.99	c  N dy   153     34591      1250     25000         0     15363    125000   1456412    109.93    118.18
17.16/4.39	c  N dy   178     38629      1250     25000         0     11502    125000    758979    110.20    145.42
19.14/4.85	c  N dy   204     42876      1250     25000         0     15743    125000   1336648    110.11    117.88
20.34/5.19	c  S st   225     45754      1250     25000         0      9677    125000    371273    110.45    116.46
20.74/5.25	c  S st   225     46255      1250     25000         0     10178    125000    429978    110.45   no data
20.74/5.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.74/5.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.74/5.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.74/5.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.74/5.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.74/5.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
20.74/5.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.74/5.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.74/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.55/5.41	c lits-rem:        31  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
21.55/5.41	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
21.55/5.42	c vivif2 --  cl tried    10177 cl shrink        0 lits rem          0 time: 0.01
21.95/5.57	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
21.95/5.58	c calculated reachability. Time: 0.00
21.95/5.58	c  N dy   225     46255      1250     25000         0     10177    125000    429630    110.45   no data
23.93/6.02	c  N dy   245     50629      1250     25000         0     14546    125000   1025195    110.20    116.71
25.54/6.48	c  N dy   272     54738      1250     25000         0     18650    125000   1590289    110.21    116.61
27.52/6.92	c  N dy   296     58793      1250     25000         0     12732    125000    659703    110.13    120.18
29.13/7.37	c  N dy   324     62980      1250     25000         0     16917    125000   1232990    110.21    116.10
31.12/7.84	c  N dy   344     67092      1250     25000         0     21026    125000   1796963    110.03    116.82
32.32/8.11	c  S st   356     69382      1250     25000         0     12336    125000    476398    110.08   no data
32.32/8.18	c  S st   356     69888      1250     25000         0     12842    125000    537367    110.08   no data
32.32/8.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.72/8.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.72/8.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.72/8.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.72/8.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.72/8.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
32.72/8.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.72/8.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.72/8.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.52/8.41	c lits-rem:        16  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
33.52/8.42	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
33.52/8.42	c vivif2 --  cl tried    12839 cl shrink        0 lits rem          0 time: 0.01
34.32/8.61	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.19
34.32/8.61	c calculated reachability. Time: 0.00
34.32/8.61	c  N dy   356     69888      1250     25000         0     12839    125000    536428    110.08   no data
36.31/9.11	c  N dy   382     74485      1250     25000         0     17433    125000   1156707    110.04    116.96
38.31/9.69	c  N dy   412     79300      1250     25000         0     22245    125000   1822112    110.18    116.83
40.71/10.28	c  N dy   440     84484      1250     25000         0     15442    125000    767603    110.12    117.73
42.30/10.61	c  F st   457     87500      1250     25000         0     18457    125000   1176158    110.08     97.29
43.52/11.00	c  N st   462     90799      1250     25000         0     21750    125000   1658202    110.08   no data
46.70/11.73	c  N dy   483     96645      1250     25000         0     14611    125000    530576    109.98    116.07
49.49/12.45	c  N dy   519    103022      1250     25000         0     20984    125000   1394383    109.91    117.43
50.29/12.67	c  S st   532    104834      1250     25000         0     22795    125000   1639599    109.93   no data
50.69/12.75	c  S st   532    105338      1250     25000         0     23299    125000   1701077    109.93   no data
50.69/12.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.69/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
50.69/12.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.69/12.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.69/12.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.69/12.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
50.69/12.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
51.09/12.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
51.09/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.68/16.21	c lits-rem:       204  cl-subs:       28  v-elim:      0  v-fix:    0  time:  3.35 s
64.68/16.22	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
64.68/16.24	c vivif2 --  cl tried    23271 cl shrink        0 lits rem          0 time: 0.02
65.89/16.52	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.29
65.89/16.52	c calculated reachability. Time: 0.00
65.89/16.52	c  N dy   532    105338      1250     25000         0     23271    125000   1692917    109.93   no data
69.47/17.41	c  N dy   572    112063      1250     25000         0     15998    125000    595131    109.90    115.87
73.06/18.30	c  N dy   613    119395      1250     25000         0     23328    125000   1594033    109.86    118.58
77.05/19.34	c  N dy   660    127051      1250     25000         0     15991    125000    464734    109.93    116.60
81.04/20.33	c  N dy   707    135170      1250     25000         0     24103    125000   1576595    109.91    117.19
86.24/21.70	c  N dy   766    144835      1250     25000         0     17771    125000    577900    109.90    117.65
91.04/22.88	c  N dy   822    154116      1250     25000         0     27043    125000   1844122    109.90    116.23
93.43/23.44	c  S st   847    158007      1250     25000         0     30932    125000   2375294    109.89   no data
93.83/23.54	c  S st   847    158510      1250     25000         0     31435    125000   2430282    109.89   no data
93.83/23.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.83/23.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
93.83/23.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.83/23.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.83/23.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.83/23.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
93.83/23.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
94.23/23.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
94.23/23.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.58/31.25	c lits-rem:       194  cl-subs:       38  v-elim:      0  v-fix:    0  time:  7.57 s
124.58/31.25	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
124.58/31.28	c vivif2 --  cl tried    31397 cl shrink        0 lits rem          0 time: 0.03
126.19/31.61	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.32
126.19/31.61	c calculated reachability. Time: 0.00
126.19/31.61	c  N dy   847    158510      1250     25000         0     31397    125000   2419639    109.89   no data
131.40/32.93	c  N dy   902    168756      1250     25000         0     24652    125000   1379084    109.83    117.44
138.17/34.60	c  N dy   971    179577      1250     25000         0     35466    125000   2860837    109.92    116.00
144.16/36.16	c  N dy  1042    191236      1250     25000         0     29127    125000   1872058    109.90    116.54
151.35/37.94	c  N dy  1116    203499      1250     25000         0     22391    125000    824905    109.95    116.89
158.54/39.78	c  N dy  1190    216627      1250     25000         0     35504    125000   2639339    110.00    115.90
166.94/41.80	c  N dy  1271    230560      1250     25000         0     29442    125000   1647575    110.01    117.70
171.34/42.92	c  S st  1318    237766      1250     25000         0     36639    125000   2645285    110.05   no data
171.71/43.04	c  S st  1318    238269      1250     25000         0     37142    125000   2704290    110.05   no data
171.71/43.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.71/43.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
171.71/43.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
171.71/43.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.71/43.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.71/43.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
171.71/43.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
172.11/43.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
172.11/43.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.46/54.21	c lits-rem:       263  cl-subs:       21  v-elim:      0  v-fix:    0  time: 11.02 s
216.46/54.21	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
216.46/54.25	c vivif2 --  cl tried    37121 cl shrink        0 lits rem          0 time: 0.03
217.66/54.59	c asymm  cl-useful: 0/22965/25000 lits-rem:0 time: 0.35
217.66/54.59	c calculated reachability. Time: 0.00
217.66/54.59	c  N dy  1318    238269      1250     25000         0     37121    125000   2698057    110.05   no data
226.84/56.83	c  N dy  1416    253701      1250     25000         0     31567    125000   1824795    110.09    116.09
236.43/59.30	c  N dy  1519    269959      1250     25000         0     25828    125000    903743    110.15    119.06
247.20/61.90	c  N dy  1614    287369      1250     25000         0     43223    125000   3272624    110.12    117.77
257.99/64.69	c  N dy  1719    306048      1250     25000         0     38905    125000   2561927    110.11    117.93
258.40/64.72	c  F st  1721    306250      1250     25000         0     39107    125000   2589718    110.11    101.46
270.38/67.71	c  N dy  1812    325717      1250     25000         0     34568    125000   1847566    110.13    117.75
283.56/71.03	c  N dy  1930    345799      1250     25000         0     29660    125000   1046379    110.14    116.08
290.75/72.84	c  S st  2010    357403      1250     25000         0     41254    125000   2653571    110.22   no data
291.15/72.96	c  S st  2010    357907      1250     25000         0     41758    125000   2715631    110.22   no data
291.15/72.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.55/73.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
291.55/73.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
291.55/73.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
291.55/73.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
291.55/73.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
291.55/73.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
291.55/73.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
291.95/73.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
340.68/85.35	c lits-rem:       286  cl-subs:       28  v-elim:      0  v-fix:    0  time: 12.23 s
340.68/85.35	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
340.68/85.39	c vivif2 --  cl tried    41730 cl shrink        0 lits rem          0 time: 0.03
341.08/85.43	c asymm  cl-useful: 0/2035/25000 lits-rem:0 time: 0.04
341.08/85.43	c calculated reachability. Time: 0.00
341.08/85.43	c  N dy  2010    357907      1250     25000         0     41730    125000   2707211    110.22   no data
354.67/88.82	c  N dy  2130    378002      1250     25000         0     35835    125000   1770291    110.25    116.64
368.66/92.38	c  N dy  2248    398042      1250     25000         0     28885    125000    682499    110.31    116.38
381.85/95.61	c  N dy  2364    418165      1250     25000         0     48993    125000   3447988    110.34    119.81
395.43/99.02	c  N dy  2476    438400      1250     25000         0     41239    125000   2216531    110.27    117.14
409.78/102.68	c  N dy  2599    458457      1250     25000         0     32293    125000    899929    110.30    128.81
423.36/106.09	c  N dy  2712    478542      1250     25000         0     52362    125000   3647513    110.28    116.59
437.74/109.60	c  N dy  2823    498603      1250     25000         0     42439    125000   2155155    110.27    127.64
453.72/113.66	c  N dy  2929    519481      1250     25000         0     32324    125000    640412    110.22    116.30
464.90/116.48	c  S st  3026    536862      1250     25000         0     49691    125000   3011547    110.23   no data
465.72/116.61	c  S st  3026    537363      1250     25000         0     50192    125000   3074938    110.23   no data
465.72/116.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
465.72/116.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
465.72/116.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
465.72/116.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
465.72/116.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
465.72/116.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
465.72/116.66	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
466.09/116.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
466.09/116.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
508.45/127.31	c lits-rem:       392  cl-subs:       50  v-elim:      0  v-fix:    0  time: 10.52 s
508.45/127.31	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
508.45/127.35	c vivif2 --  cl tried    50142 cl shrink        0 lits rem          0 time: 0.04
510.04/127.77	c asymm  cl-useful: 0/19206/25000 lits-rem:0 time: 0.42
510.04/127.77	c calculated reachability. Time: 0.00
510.04/127.77	c  N dy  3026    537363      1250     25000         0     50142    125000   3060034    110.23   no data
526.02/131.75	c  N dy  3138    557452      1250     25000         0     38241    125000   1314075    110.20    118.66
542.00/135.70	c  N dy  3268    577508      1250     25000         0     58278    125000   4087706    110.26    116.52
558.37/139.86	c  N dy  3385    597657      1250     25000         0     45429    125000   2202930    110.28    116.40
576.35/144.32	c  N dy  3494    617764      1250     25000         0     65518    125000   4955651    110.26    117.43
591.13/148.09	c  N dy  3603    638208      1250     25000         0     51974    125000   2945921    110.23    116.13
609.10/152.51	c  N dy  3720    658355      1250     25000         0     37136    125000    778879    110.22    116.78
623.91/156.23	c  N dy  3839    678403      1250     25000         0     57170    125000   3538606    110.24    116.95
641.07/160.56	c  N dy  3960    698422      1250     25000         0     41196    125000   1216362    110.29    117.51
656.64/164.40	c  N dy  4069    718549      1250     25000         0     61309    125000   3977898    110.29    117.03
673.81/168.75	c  N dy  4194    738601      1250     25000         0     44369    125000   1523357    110.33    128.76
690.19/172.81	c  N dy  4324    758681      1250     25000         0     64437    125000   4303815    110.37    116.52
707.39/177.11	c  N dy  4446    778758      1250     25000         0     46530    125000   1669263    110.38    119.34
724.15/181.35	c  N dy  4570    798915      1250     25000         0     66673    125000   4458335    110.41    117.42
731.74/183.29	c  S st  4616    806045      1250     25000         0     73796    125000   5450844    110.43    100.04
732.93/183.50	c  S st  4616    806552      1250     25000         0     74303    125000   5515075    110.43   no data
732.93/183.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
732.93/183.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
732.93/183.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
732.93/183.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
732.93/183.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
732.93/183.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
732.93/183.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
733.34/183.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
734.12/183.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
854.77/214.05	c lits-rem:       694  cl-subs:       51  v-elim:      0  v-fix:    0  time: 30.23 s
854.77/214.06	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
855.17/214.13	c vivif2 --  cl tried    74252 cl shrink        0 lits rem          0 time: 0.07
855.96/214.32	c asymm  cl-useful: 0/5794/25000 lits-rem:0 time: 0.19
855.96/214.32	c calculated reachability. Time: 0.00
855.96/214.32	c  N dy  4616    806552      1250     25000         0     74252    125000   5500007    110.43   no data
871.93/218.33	c  N dy  4738    826612      1250     25000         0     55331    125000   2774898    110.46    117.03
890.31/222.93	c  N dy  4857    846683      1250     25000         0     75395    125000   5520085    110.45    119.09
906.69/227.00	c  N dy  4971    866700      1250     25000         0     55415    125000   2648368    110.46    117.10
925.07/231.61	c  N dy  5085    886747      1250     25000         0     75442    125000   5395972    110.45    118.41
941.84/235.85	c  N dy  5201    906765      1250     25000         0     54474    125000   2394556    110.46    117.78
960.21/240.46	c  N dy  5328    926980      1250     25000         0     74660    125000   5175865    110.48    116.40
978.19/244.96	c  N dy  5449    947206      1250     25000         0     52921    125000   2046474    110.49    117.10
996.16/249.49	c  N dy  5564    967259      1250     25000         0     72961    125000   4812514    110.49    135.45
1015.73/254.34	c  N dy  5687    987304      1250     25000         0     50023    125000   1511547    110.51    116.33
1032.90/258.69	c  N dy  5818   1007340      1250     25000         0     70044    125000   4293292    110.54    118.65
1055.27/264.28	c  N dy  5936   1027433      1250     25000         0     46154    125000    862286    110.55    116.62
1072.84/268.68	c  N dy  6038   1047562      1250     25000         0     66269    125000   3613254    110.52    116.89
1096.01/274.44	c  N dy  6163   1067614      1250     25000         0     86303    125000   6395224    110.55    117.78
1101.21/275.77	c  F st  6187   1071876      1250     25000         0     45603    125000    652755    110.55    112.59
1115.19/279.21	c  N dy  6257   1087772      1250     25000         0     61469    125000   2920331    110.56    117.64
1135.96/284.41	c  N dy  6376   1107975      1250     25000         0     81658    125000   5714434    110.58    117.16
1155.56/289.39	c  N dy  6492   1127991      1250     25000         0     55703    125000   1925201    110.61    117.36
1174.30/294.05	c  N dy  6604   1148012      1250     25000         0     75703    125000   4693582    110.62    117.99
1197.07/299.74	c  N dy  6717   1168048      1250     25000         0     48767    125000    840261    110.62    119.24
1214.64/304.16	c  N dy  6839   1188259      1250     25000         0     68968    125000   3620507    110.63    116.62
1236.61/309.69	c  N dy  6959   1208452      1250     25000         0     89146    125000   6399507    110.63    116.69
1238.21/310.09	c  S st  6965   1209830      1250     25000         0     90523    125000   6586509    110.62   no data
1239.40/310.32	c  S st  6965   1210334      1250     25000         0     91027    125000   6651377    110.62   no data
1239.40/310.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1239.80/310.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
1239.80/310.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1239.80/310.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1239.80/310.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.80/310.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1239.80/310.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1239.80/310.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1240.60/310.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1404.78/351.73	c lits-rem:       716  cl-subs:       68  v-elim:      0  v-fix:    0  time: 41.04 s
1404.78/351.73	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1405.18/351.81	c vivif2 --  cl tried    90959 cl shrink        0 lits rem          0 time: 0.08
1406.77/352.26	c asymm  cl-useful: 0/13019/25000 lits-rem:0 time: 0.44
1406.77/352.26	c calculated reachability. Time: 0.00
1406.77/352.26	c  N dy  6965   1210334      1250     25000         0     90959    125000   6631699    110.62   no data
1425.53/356.96	c  N dy  7098   1230342      1250     25000         0     62993    125000   2687250    110.65    119.45
1445.90/362.05	c  N dy  7219   1250663      1250     25000         0     83294    125000   5490194    110.66    117.38
1468.27/367.68	c  N dy  7348   1270965      1250     25000         0     54611    125000   1380117    110.68    116.73
1487.04/372.30	c  N dy  7476   1291195      1250     25000         0     74831    125000   4172332    110.70    118.71
1509.82/378.09	c  N dy  7600   1311281      1250     25000         0     94900    125000   6944187    110.71    117.12
1529.39/382.95	c  N dy  7734   1331378      1250     25000         0     65015    125000   2706826    110.75    120.42
1550.17/388.13	c  N dy  7854   1351461      1250     25000         0     85078    125000   5475712    110.76    117.25
1573.73/394.03	c  N dy  7976   1371516      1250     25000         0     54160    125000   1059152    110.78    117.99
1592.11/398.61	c  N dy  8099   1391590      1250     25000         0     74218    125000   3857263    110.80    118.12
1614.47/404.25	c  N dy  8214   1411665      1250     25000         0     94277    125000   6625520    110.82    121.10
1636.04/409.64	c  N dy  8332   1431912      1250     25000         0     62552    125000   2085183    110.82    117.82
1656.04/414.67	c  N dy  8454   1451968      1250     25000         0     82596    125000   4847161    110.83    118.34
1680.77/420.84	c  N dy  8572   1472047      1250     25000         0    102662    125000   7611773    110.82    118.91
1701.15/425.90	c  N dy  8707   1492388      1250     25000         0     70023    125000   3023056    110.85    116.73
1724.33/431.72	c  N dy  8839   1512422      1250     25000         0     90042    125000   5818011    110.88    117.31
1749.88/438.17	c  N dy  8967   1532502      1250     25000         0     56153    125000    949882    110.90    117.60
1769.06/442.90	c  N dy  9088   1552556      1250     25000         0     76188    125000   3715308    110.90    122.31
1793.43/449.06	c  N dy  9218   1573084      1250     25000         0     96704    125000   6592703    110.92    117.92
1818.20/455.20	c  N dy  9339   1593673      1250     25000         0     62316    125000   1662380    110.93    117.59
1837.77/460.19	c  N dy  9461   1613770      1250     25000         0     82391    125000   4440703    110.95    123.27
1862.55/466.39	c  N dy  9583   1633852      1250     25000         0    102458    125000   7238925    110.96    116.96
1887.69/472.60	c  N dy  9702   1654070      1250     25000         0     66707    125000   2140551    110.97    117.17
1909.67/478.15	c  N dy  9820   1674080      1250     25000         0     86700    125000   4926273    110.99    129.95
1937.25/485.02	c  N dy  9935   1694462      1250     25000         0    107059    125000   7728930    110.98    116.88
1956.01/489.79	c  S st 10014   1710334      1250     25000         0     65962    125000   1901949    110.97   no data
1956.81/489.98	c  S st 10014   1710838      1250     25000         0     66466    125000   1957419    110.97   no data
1956.81/489.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1957.21/490.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1957.21/490.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1957.21/490.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1957.21/490.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1957.21/490.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1957.21/490.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1957.21/490.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1957.61/490.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1983.97/496.72	c lits-rem:       205  cl-subs:       18  v-elim:      0  v-fix:    0  time:  6.58 s
1983.97/496.72	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1983.97/496.75	c vivif2 --  cl tried    66448 cl shrink        0 lits rem          0 time: 0.03
1985.17/497.09	c asymm  cl-useful: 0/11981/25000 lits-rem:0 time: 0.34
1985.17/497.09	c calculated reachability. Time: 0.00
1985.17/497.09	c  N dy 10014   1710838      1250     25000         0     66448    125000   1951960    110.97   no data
2006.74/502.48	c  N dy 10141   1730878      1250     25000         0     86473    125000   4741595    110.99    117.30
2032.67/508.97	c  N dy 10263   1751025      1250     25000         0    106605    125000   7544534    111.00    117.94
2056.98/515.11	c  N dy 10378   1771140      1250     25000         0     68753    125000   2170261    111.01    118.82
2079.47/520.81	c  N dy 10495   1791195      1250     25000         0     88788    125000   4946146    111.01    120.44
2106.19/527.54	c  N dy 10624   1811435      1250     25000         0    109008    125000   7746227    111.02    120.64
2129.37/533.33	c  N dy 10745   1831524      1250     25000         0     70135    125000   2231391    111.03    116.94
2150.93/538.74	c  N dy 10872   1851626      1250     25000         0     90215    125000   5034303    111.06    117.01
2176.50/545.18	c  N dy 10986   1871714      1250     25000         0    110289    125000   7821958    111.07    120.20
2200.86/551.27	c  N dy 11116   1891726      1250     25000         0     70341    125000   2132819    111.09    118.49
2222.45/556.62	c  N dy 11236   1911773      1250     25000         0     90371    125000   4916439    111.10    116.96
2248.41/563.17	c  N dy 11358   1931885      1250     25000         0    110469    125000   7719144    111.11    117.98
2273.55/569.44	c  N dy 11476   1951909      1250     25000         0     69533    125000   1879014    111.12    119.06
2294.72/574.75	c  N dy 11595   1972074      1250     25000         0     89675    125000   4700056    111.13    117.04
2320.69/581.21	c  N dy 11707   1992197      1250     25000         0    109779    125000   7470630    111.13    117.93
2347.06/587.83	c  N dy 11821   2012227      1250     25000         0     67850    125000   1512701    111.13    120.07
2367.83/593.02	c  N dy 11926   2032281      1250     25000         0     87885    125000   4280604    111.13    118.31
2392.99/599.37	c  N dy 12045   2052289      1250     25000         0    107883    125000   7053346    111.13    118.23
2424.16/607.18	c  N dy 12164   2072642      1250     25000         0     65272    125000   1032344    111.13    117.09
2444.92/612.30	c  N dy 12274   2092739      1250     25000         0     85352    125000   3797865    111.13    118.69
2470.88/618.88	c  N dy 12399   2112853      1250     25000         0    105450    125000   6604969    111.14    117.74
2501.24/626.48	c  N dy 12532   2132901      1250     25000         0    125482    125000   9385665    111.16    117.51
2522.82/631.87	c  N dy 12642   2152960      1250     25000         0     81584    125000   3135033    111.15    123.00
2546.78/637.89	c  N dy 12769   2173041      1250     25000         0    101648    125000   5925059    111.16    122.18
2576.34/645.27	c  N dy 12905   2193408      1250     25000         0    121994    125000   8783196    111.19    117.23
2598.70/650.81	c  S st 13010   2210839      1250     25000         0     74457    125000   2038796    111.19   no data
2599.10/650.99	c  S st 13010   2211341      1250     25000         0     74959    125000   2101093    111.19   no data
2599.50/651.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2599.50/651.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2599.50/651.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2599.50/651.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2599.50/651.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2599.50/651.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2599.50/651.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2599.50/651.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2599.92/651.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2628.26/658.22	c lits-rem:       165  cl-subs:       11  v-elim:      0  v-fix:    0  time:  7.06 s
2628.26/658.22	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
2628.26/658.25	c vivif2 --  cl tried    74948 cl shrink        0 lits rem          0 time: 0.03
2629.86/658.66	c asymm  cl-useful: 0/14925/25000 lits-rem:0 time: 0.40
2629.86/658.66	c calculated reachability. Time: 0.00
2629.86/658.66	c  N dy 13010   2211341      1250     25000         0     74948    125000   2097895    111.19   no data
2652.65/664.31	c  N dy 13130   2231345      1250     25000         0     94928    125000   4859593    111.20    117.98
2680.19/671.22	c  N dy 13247   2251567      1250     25000         0    115132    125000   7669240    111.20    123.27
2709.77/678.62	c  N dy 13363   2271578      1250     25000         0     69187    125000   1178654    111.21    117.45
2731.74/684.13	c  N dy 13488   2291777      1250     25000         0     89369    125000   3968898    111.21    117.85
2760.07/691.21	c  N dy 13611   2311853      1250     25000         0    109437    125000   6764972    111.22    117.64
2792.03/699.27	c  N dy 13730   2331878      1250     25000         0    129447    125000   9524502    111.23    122.78
2815.99/705.26	c  N dy 13855   2351950      1250     25000         0     82547    125000   2911332    111.24    117.76
2841.17/711.58	c  N dy 13976   2372432      1250     25000         0    103018    125000   5777419    111.25    117.95
2871.12/719.03	c  N dy 14100   2392469      1250     25000         0    123040    125000   8556409    111.26    125.77
2899.11/726.03	c  N dy 14218   2412674      1250     25000         0     75283    125000   1776945    111.26    117.49
2921.85/731.73	c  N dy 14340   2432766      1250     25000         0     95355    125000   4548291    111.26    117.74
2948.61/738.46	c  N dy 14458   2452844      1250     25000         0    115415    125000   7317167    111.26    125.81
2980.57/746.42	c  N dy 14581   2472930      1250     25000         0    135476    125000  10115264    111.28    136.41
3003.34/752.10	c  N dy 14686   2492961      1250     25000         0     86549    125000   3218068    111.28    117.37
3028.09/758.33	c  N dy 14806   2512992      1250     25000         0    106568    125000   5980907    111.28    142.51
3057.65/765.79	c  N dy 14930   2533022      1250     25000         0    126582    125000   8753925    111.29    119.23
3086.82/773.07	c  N dy 15047   2553092      1250     25000         0     76695    125000   1718488    111.30    118.18
3109.18/778.67	c  N dy 15159   2573149      1250     25000         0     96732    125000   4474260    111.29    117.72
3137.14/785.63	c  N dy 15285   2593276      1250     25000         0    116841    125000   7294066    111.30    117.36
3170.30/793.90	c  N dy 15418   2613504      1250     25000         0    137050    125000  10129633    111.32    117.28
3197.88/800.85	c  N dy 15551   2633588      1250     25000         0     86190    125000   2911705    111.33    125.69
3224.62/807.58	c  N dy 15668   2653686      1250     25000         0    106274    125000   5733795    111.34    118.18
3255.38/815.22	c  N dy 15789   2673714      1250     25000         0    126285    125000   8506952    111.35    120.00
3288.53/823.56	c  N dy 15913   2693761      1250     25000         0     74373    125000   1125158    111.35    118.00
3308.10/828.46	c  S st 16023   2711341      1250     25000         0     91936    125000   3558709    111.36    104.84
3308.91/828.69	c  S st 16023   2711843      1250     25000         0     92438    125000   3622498    111.36   no data
3309.31/828.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3309.31/828.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3309.31/828.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3309.31/828.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3309.31/828.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3309.31/828.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
3309.31/828.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3309.71/828.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3310.11/828.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3364.85/842.66	c lits-rem:       202  cl-subs:       33  v-elim:      0  v-fix:    0  time: 13.72 s
3364.85/842.66	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
3365.22/842.71	c vivif2 --  cl tried    92405 cl shrink        0 lits rem          0 time: 0.05
3366.82/843.10	c asymm  cl-useful: 0/10075/25000 lits-rem:0 time: 0.39
3366.82/843.10	c calculated reachability. Time: 0.00
3366.82/843.10	c  N dy 16023   2711843      1250     25000         0     92405    125000   3612636    111.36   no data
3393.19/849.78	c  N dy 16143   2732024      1250     25000         0    112574    125000   6404247    111.36    117.97
3423.95/857.43	c  N dy 16253   2752222      1250     25000         0    132753    125000   9209812    111.36    117.47
3454.70/865.15	c  N dy 16389   2772374      1250     25000         0     79945    125000   1781396    111.37    117.68
3477.86/870.98	c  N dy 16508   2792399      1250     25000         0     99950    125000   4550594    111.38    118.97
3506.23/878.05	c  N dy 16634   2812416      1250     25000         0    119945    125000   7334565    111.39    119.09
3538.98/886.28	c  N dy 16755   2832483      1250     25000         0    139994    125000  10142352    111.40    118.22
3566.56/893.20	c  N dy 16878   2852712      1250     25000         0     86267    125000   2525323    111.41    119.67
3593.32/899.83	c  N dy 17000   2872771      1250     25000         0    106301    125000   5316053    111.41    119.24
3625.26/907.88	c  N dy 17130   2892789      1250     25000         0    126297    125000   8093099    111.42    119.50
3660.41/916.67	c  N dy 17257   2912807      1250     25000         0    146297    125000  10889302    111.43    124.40
3685.97/923.06	c  N dy 17379   2932897      1250     25000         0     91434    125000   3110890    111.44    120.70
3712.73/929.77	c  N dy 17505   2953206      1250     25000         0    111726    125000   5955011    111.45    121.82
3743.89/937.58	c  N dy 17629   2973220      1250     25000         0    131719    125000   8731243    111.45    117.75
3779.44/946.48	c  N dy 17745   2993245      1250     25000         0    151724    125000  11532403    111.46    117.43
3803.01/952.30	c  N dy 17869   3013344      1250     25000         0     95882    125000   3610761    111.47    125.66
3830.19/959.11	c  N dy 17972   3034045      1250     25000         0    116565    125000   6457730    111.46    118.76
3862.12/967.15	c  N dy 18094   3054165      1250     25000         0    136659    125000   9242014    111.46    118.31
3895.68/975.52	c  N dy 18200   3074176      1250     25000         0     79733    125000   1224920    111.46    120.23
3919.24/981.41	c  N dy 18323   3094277      1250     25000         0     99809    125000   4021445    111.47    117.46
3947.21/988.44	c  N dy 18451   3114289      1250     25000         0    119806    125000   6803719    111.47    118.66
3980.35/996.70	c  N dy 18575   3134377      1250     25000         0    139883    125000   9604493    111.48    118.22
4014.31/1005.29	c  N dy 18690   3154392      1250     25000         0     81948    125000   1395457    111.49    117.74
4040.67/1011.86	c  N dy 18821   3174406      1250     25000         0    101941    125000   4195872    111.50    123.27
4073.03/1019.92	c  N dy 18942   3194431      1250     25000         0    121943    125000   6971298    111.50    120.79
4104.99/1027.99	c  S st 19040   3211843      1250     25000         0    139341    125000   9401549    111.51    116.50
4106.59/1028.39	c  S st 19040   3212346      1250     25000         0    139844    125000   9458950    111.51   no data
4107.00/1028.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4107.40/1028.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
4107.40/1028.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4107.40/1028.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4107.40/1028.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4107.40/1028.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
4107.40/1028.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4107.78/1028.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4108.98/1028.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4384.63/1097.96	c lits-rem:       789  cl-subs:      151  v-elim:      0  v-fix:    0  time: 68.98 s
4384.63/1097.96	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
4385.03/1098.08	c vivif2 --  cl tried   139693 cl shrink        0 lits rem          0 time: 0.12
4387.03/1098.56	c asymm  cl-useful: 0/9479/25000 lits-rem:0 time: 0.47
4387.03/1098.56	c calculated reachability. Time: 0.00
4387.03/1098.56	c  N dy 19040   3212346      1250     25000         0    139693    125000   9415452    111.51   no data
4423.40/1107.67	c  N dy 19169   3232425      1250     25000         0     80824    125000   1118344    111.52    126.94
4446.55/1113.47	c  N dy 19281   3252567      1250     25000         0    100946    125000   3923608    111.53    120.96
4474.53/1120.46	c  N dy 19398   3272664      1250     25000         0    121019    125000   6711520    111.53    125.76
4507.68/1128.78	c  N dy 19515   3292667      1250     25000         0    141002    125000   9497386    111.53    144.54
4548.03/1138.84	c  N dy 19638   3312805      1250     25000         0     81206    125000   1039864    111.54    117.89
4573.60/1145.27	c  N dy 19768   3332806      1250     25000         0    101196    125000   3825877    111.55    117.93
4604.76/1153.00	c  N dy 19892   3352898      1250     25000         0    121277    125000   6607981    111.55    124.84
4639.92/1161.85	c  N dy 20012   3372916      1250     25000         0    141274    125000   9385913    111.55    118.08
4680.67/1172.07	c  N dy 20140   3392927      1250     25000         0    161269    125000  12173590    111.55    117.91
4706.25/1178.45	c  N dy 20268   3413242      1250     25000         0    100638    125000   3601082    111.56    119.01
4735.02/1185.62	c  N dy 20392   3433244      1250     25000         0    120620    125000   6372518    111.56    124.63
4768.97/1194.17	c  N dy 20524   3453625      1250     25000         0    140990    125000   9226762    111.57    117.53

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173822-1304031354/watcher-3173822-1304031354 -o /tmp/evaluation-result-3173822-1304031354/solver-3173822-1304031354 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173822-1304031354.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.78 7.97 7.55 5/180 26052
/proc/meminfo: memFree=24055724/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 514733212 52441088 353 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687675323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 12803 353 303 106 0 7774 0
[pid=26052/tid=26053] ppid=26050 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) D 26050 26052 25696 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 514733213 52441088 364 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687350104 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=116748 CPUtime=0 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 4 0 514733213 119549952 368 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687718583 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 4 0 514733213 186658816 377 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687780334 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.019119 s]
/proc/loadavg: 7.78 7.97 7.55 5/180 26052
/proc/meminfo: memFree=24055724/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=283972 CPUtime=0.04 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2877 0 0 0 4 0 0 0 25 0 4 0 514733212 290787328 2799 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687336481 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 70993 2805 339 106 0 65964 0
[pid=26052/tid=26053] ppid=26050 vsize=283972 CPUtime=0 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 494 0 0 0 0 0 0 0 25 0 4 0 514733213 290787328 2806 33554432000 4194304 4627427 140736768925440 18446744073709551615 212687780334 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=283972 CPUtime=0.01 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 643 0 0 0 1 0 0 0 18 0 4 0 514733213 290787328 2807 33554432000 4194304 4627427 140736768925440 18446744073709551615 4531904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=283972 CPUtime=0.01 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 682 0 0 0 1 0 0 0 18 0 4 0 514733213 290787328 2811 33554432000 4194304 4627427 140736768925440 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 283972

[startup+0.109097 s]
/proc/loadavg: 7.78 7.97 7.55 5/180 26052
/proc/meminfo: memFree=24055724/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=284688 CPUtime=0.41 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 3762 0 0 0 40 1 0 0 25 0 4 0 514733212 291520512 3684 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 71172 3684 363 106 0 66143 0
[pid=26052/tid=26053] ppid=26050 vsize=284688 CPUtime=0.09 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 759 0 0 0 9 0 0 0 25 0 4 0 514733213 291520512 3684 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=284688 CPUtime=0.1 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 776 0 0 0 10 0 0 0 18 0 4 0 514733213 291520512 3684 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309228 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=284688 CPUtime=0.1 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 979 0 0 0 10 0 0 0 18 0 4 0 514733213 291520512 3684 33554432000 4194304 4627427 140736768925440 18446744073709551615 4507260 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) 284688

[startup+0.301066 s]
/proc/loadavg: 7.78 7.97 7.55 5/180 26052
/proc/meminfo: memFree=24055724/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=290868 CPUtime=1.17 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 9311 0 0 0 115 2 0 0 18 0 4 0 514733212 297848832 8004 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 72717 8004 384 106 0 67688 0
[pid=26052/tid=26053] ppid=26050 vsize=290868 CPUtime=0.28 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 2472 0 0 0 28 0 0 0 25 0 4 0 514733213 297848832 8004 33554432000 4194304 4627427 140736768925440 18446744073709551615 4299688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=290868 CPUtime=0.29 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 2513 0 0 0 29 0 0 0 18 0 4 0 514733213 297848832 8004 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=290868 CPUtime=0.29 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 1339 0 0 0 29 0 0 0 18 0 4 0 514733213 297848832 8006 33554432000 4194304 4627427 140736768925440 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 290868

[startup+0.70099 s]
/proc/loadavg: 7.78 7.97 7.55 5/180 26052
/proc/meminfo: memFree=24055724/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=297800 CPUtime=2.77 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 13507 0 0 0 274 3 0 0 18 0 4 0 514733212 304947200 8556 33554432000 4194304 4627427 140736768925440 18446744073709551615 4308117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 74450 8556 385 106 0 69421 0
[pid=26052/tid=26053] ppid=26050 vsize=297800 CPUtime=0.68 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 3511 0 0 0 67 1 0 0 25 0 4 0 514733213 304947200 8556 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=297800 CPUtime=0.68 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 3569 0 0 0 68 0 0 0 18 0 4 0 514733213 304947200 8556 33554432000 4194304 4627427 140736768925440 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=297800 CPUtime=0.68 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 2368 0 0 0 68 0 0 0 18 0 4 0 514733213 304947200 8556 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 297800

[startup+1.50085 s]
/proc/loadavg: 7.78 7.97 7.55 9/184 26056
/proc/meminfo: memFree=24034364/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=299396 CPUtime=5.96 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 20362 0 0 0 592 4 0 0 19 0 4 0 514733212 306581504 10728 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 74849 10728 385 106 0 69820 0
[pid=26052/tid=26053] ppid=26050 vsize=299396 CPUtime=1.48 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 5169 0 0 0 146 2 0 0 25 0 4 0 514733213 306581504 10728 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=299396 CPUtime=1.48 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 5282 0 0 0 148 0 0 0 19 0 4 0 514733213 306581504 10729 33554432000 4194304 4627427 140736768925440 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=299396 CPUtime=1.48 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 4099 0 0 0 148 0 0 0 19 0 4 0 514733213 306581504 10729 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 299396

[startup+3.10055 s]
/proc/loadavg: 7.78 7.97 7.55 9/184 26056
/proc/meminfo: memFree=24032752/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=300956 CPUtime=12.35 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 38201 0 0 0 1227 8 0 0 24 0 4 0 514733212 308178944 17013 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 75239 17013 389 106 0 70210 0
[pid=26052/tid=26053] ppid=26050 vsize=300956 CPUtime=3.07 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 8450 0 0 0 305 2 0 0 25 0 4 0 514733213 308178944 17013 33554432000 4194304 4627427 140736768925440 18446744073709551615 4321488 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=300956 CPUtime=3.09 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 8644 0 0 0 308 1 0 0 25 0 4 0 514733213 308178944 17013 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=300956 CPUtime=3.08 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 7427 0 0 0 307 1 0 0 24 0 4 0 514733213 308178944 17013 33554432000 4194304 4627427 140736768925440 18446744073709551615 4332978 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 300956

[startup+6.30097 s]
/proc/loadavg: 7.80 7.97 7.56 9/184 26056
/proc/meminfo: memFree=23925524/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=355224 CPUtime=25.14 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 68460 0 0 0 2500 14 0 0 25 0 4 0 514733212 363749376 34329 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 88806 34329 389 106 0 83777 0
[pid=26052/tid=26053] ppid=26050 vsize=355224 CPUtime=6.25 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 15676 0 0 0 621 4 0 0 25 0 4 0 514733213 363749376 34329 33554432000 4194304 4627427 140736768925440 18446744073709551615 4333265 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=355224 CPUtime=6.28 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 18196 0 0 0 626 2 0 0 25 0 4 0 514733213 363749376 34329 33554432000 4194304 4627427 140736768925440 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=355224 CPUtime=6.28 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 16257 0 0 0 626 2 0 0 25 0 4 0 514733213 363749376 34329 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 355224

[startup+12.7008 s]
/proc/loadavg: 7.81 7.97 7.56 9/184 26057
/proc/meminfo: memFree=23802268/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=345488 CPUtime=50.69 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 105425 0 0 0 5047 22 0 0 25 0 4 0 514733212 353779712 49241 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 86372 49241 389 106 0 81343 0
[pid=26052/tid=26053] ppid=26050 vsize=345488 CPUtime=12.62 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 25563 0 0 0 1255 7 0 0 25 0 4 0 514733213 353779712 49241 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=345488 CPUtime=12.68 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 26077 0 0 0 1264 4 0 0 25 0 4 0 514733213 353779712 49241 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=345488 CPUtime=12.69 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 25437 0 0 0 1264 5 0 0 25 0 4 0 514733213 353779712 49241 33554432000 4194304 4627427 140736768925440 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 345488

[startup+25.5005 s]
/proc/loadavg: 7.99 8.01 7.57 9/184 26057
/proc/meminfo: memFree=23701192/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=464212 CPUtime=101.82 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 159930 0 0 0 10149 33 0 0 25 0 4 0 514733212 475353088 70007 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 116053 70007 389 106 0 111024 0
[pid=26052/tid=26053] ppid=26050 vsize=464212 CPUtime=25.34 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 35387 0 0 0 2525 9 0 0 25 0 4 0 514733213 475353088 70007 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=464212 CPUtime=25.48 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 38601 0 0 0 2541 7 0 0 25 0 4 0 514733213 475353088 70007 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=464212 CPUtime=25.48 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 38817 0 0 0 2541 7 0 0 25 0 4 0 514733213 475353088 70007 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 464212

[startup+51.1008 s]
/proc/loadavg: 7.99 8.00 7.58 9/184 26058
/proc/meminfo: memFree=23656152/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=607956 CPUtime=204.08 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 233268 0 0 0 20357 51 0 0 25 0 4 0 514733212 622546944 85178 33554432000 4194304 4627427 140736768925440 18446744073709551615 4428093 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 151989 85178 389 106 0 146960 0
[pid=26052/tid=26053] ppid=26050 vsize=607956 CPUtime=50.8 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 59599 0 0 0 5066 14 0 0 25 0 4 0 514733213 622546944 85178 33554432000 4194304 4627427 140736768925440 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=607956 CPUtime=51.08 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 53335 0 0 0 5097 11 0 0 25 0 4 0 514733213 622546944 85178 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=607956 CPUtime=51.08 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 61871 0 0 0 5095 13 0 0 25 0 4 0 514733213 622546944 85178 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 607956

[startup+102.306 s]
/proc/loadavg: 8.09 8.03 7.61 9/184 26059
/proc/meminfo: memFree=23482016/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=549976 CPUtime=408.6 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 381674 0 0 0 40771 89 0 0 25 0 4 0 514733212 563175424 100844 33554432000 4194304 4627427 140736768925440 18446744073709551615 4332206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26052/statm: 137494 100844 389 106 0 132465 0
[pid=26052/tid=26053] ppid=26050 vsize=549976 CPUtime=101.72 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 97294 0 0 0 10147 25 0 0 25 0 4 0 514733213 563175424 100844 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=549976 CPUtime=102.27 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 88190 0 0 0 10210 17 0 0 25 0 4 0 514733213 563175424 100844 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=549976 CPUtime=102.29 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 103837 0 0 0 10203 26 0 0 25 0 4 0 514733213 563175424 100844 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 549976

[startup+162.301 s]

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

[pid=26052] ppid=26050 vsize=1047452 CPUtime=2804.41 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1501046 0 0 0 280018 423 0 0 25 0 4 0 514733212 1072590848 195975 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 261863 195975 391 106 0 256834 0
[pid=26052/tid=26053] ppid=26050 vsize=1047452 CPUtime=698.45 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 392070 0 0 0 69732 113 0 0 25 0 4 0 514733213 1072590848 195975 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1047452 CPUtime=702.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 376749 0 0 0 70113 102 0 0 25 0 4 0 514733213 1072590848 195975 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1047452 CPUtime=702.14 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 358826 0 0 0 70112 102 0 0 25 0 4 0 514733213 1072590848 195975 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.41
Current children cumulated vsize (KiB) 1047452

[startup+762.306 s]
/proc/loadavg: 8.15 8.11 7.85 9/184 26089
/proc/meminfo: memFree=22750304/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1117868 CPUtime=3044.1 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1595230 0 0 0 303956 454 0 0 25 0 4 0 514733212 1144696832 202623 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 279467 202623 391 106 0 274438 0
[pid=26052/tid=26053] ppid=26050 vsize=1117868 CPUtime=758.12 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 419929 0 0 0 75690 122 0 0 25 0 4 0 514733213 1144696832 202623 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1117868 CPUtime=762.16 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 392863 0 0 0 76109 107 0 0 25 0 4 0 514733213 1144696832 202623 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1117868 CPUtime=762.14 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 381409 0 0 0 76105 109 0 0 25 0 4 0 514733213 1144696832 202623 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.1
Current children cumulated vsize (KiB) 1117868

[startup+822.301 s]
/proc/loadavg: 8.11 8.11 7.86 9/184 26090
/proc/meminfo: memFree=22734524/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1185692 CPUtime=3283.74 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1680564 0 0 0 327893 481 0 0 25 0 4 0 514733212 1214148608 216812 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 296423 216812 391 106 0 291394 0
[pid=26052/tid=26053] ppid=26050 vsize=1185692 CPUtime=817.78 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 438833 0 0 0 81651 127 0 0 25 0 4 0 514733213 1214148608 216812 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427429 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1185692 CPUtime=822.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 415631 0 0 0 82100 115 0 0 25 0 4 0 514733213 1214148608 216812 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1185692 CPUtime=822.14 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 399691 0 0 0 82100 114 0 0 25 0 4 0 514733213 1214148608 216813 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.74
Current children cumulated vsize (KiB) 1185692

[startup+882.301 s]
/proc/loadavg: 8.14 8.11 7.88 9/184 26092
/proc/meminfo: memFree=22661224/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1201812 CPUtime=3523.4 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1773988 0 0 0 351829 511 0 0 25 0 4 0 514733212 1230655488 221491 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 300453 221491 391 106 0 295424 0
[pid=26052/tid=26053] ppid=26050 vsize=1201812 CPUtime=877.45 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 463689 0 0 0 87611 134 0 0 25 0 4 0 514733213 1230655488 221491 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1201812 CPUtime=882.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 441318 0 0 0 88090 125 0 0 25 0 4 0 514733213 1230655488 221491 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1201812 CPUtime=882.13 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 421745 0 0 0 88092 121 0 0 25 0 4 0 514733213 1230655488 221491 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.4
Current children cumulated vsize (KiB) 1201812

[startup+942.3 s]
/proc/loadavg: 8.10 8.11 7.89 9/184 26093
/proc/meminfo: memFree=22367200/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1203536 CPUtime=3763.07 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1856075 0 0 0 375770 537 0 0 25 0 4 0 514733212 1232420864 224310 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 300884 224310 391 106 0 295855 0
[pid=26052/tid=26053] ppid=26050 vsize=1203536 CPUtime=937.13 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 488300 0 0 0 93572 141 0 0 25 0 4 0 514733213 1232420864 224310 33554432000 4194304 4627427 140736768925440 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1203536 CPUtime=942.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 452913 0 0 0 94087 128 0 0 25 0 4 0 514733213 1232420864 224310 33554432000 4194304 4627427 140736768925440 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1203536 CPUtime=942.13 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 442885 0 0 0 94085 128 0 0 25 0 4 0 514733213 1232420864 224310 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.07
Current children cumulated vsize (KiB) 1203536

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 7.91 9/184 26095
/proc/meminfo: memFree=22411180/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1135108 CPUtime=4002.72 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 1957478 0 0 0 399702 570 0 0 25 0 4 0 514733212 1162350592 221018 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 283777 221018 391 106 0 278748 0
[pid=26052/tid=26053] ppid=26050 vsize=1135108 CPUtime=996.8 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 512885 0 0 0 99532 148 0 0 25 0 4 0 514733213 1162350592 221018 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1135108 CPUtime=1002.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 479972 0 0 0 100078 137 0 0 25 0 4 0 514733213 1162350592 221018 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1135108 CPUtime=1002.13 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 467627 0 0 0 100077 136 0 0 25 0 4 0 514733213 1162350592 221018 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.72
Current children cumulated vsize (KiB) 1135108

[startup+1062.3 s]
/proc/loadavg: 8.10 8.11 7.91 9/184 26097
/proc/meminfo: memFree=22011256/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1410620 CPUtime=4242.4 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2048408 0 0 0 423645 595 0 0 25 0 4 0 514733212 1444474880 291090 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 352655 291090 389 106 0 347626 0
[pid=26052/tid=26053] ppid=26050 vsize=1410620 CPUtime=1056.48 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 543962 0 0 0 105494 154 0 0 25 0 4 0 514733213 1444474880 291090 33554432000 4194304 4627427 140736768925440 18446744073709551615 4467973 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1410620 CPUtime=1062.14 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 500712 0 0 0 106067 147 0 0 25 0 4 0 514733213 1444474880 291090 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1410620 CPUtime=1062.13 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 483645 0 0 0 106075 138 0 0 25 0 4 0 514733213 1444474880 291090 33554432000 4194304 4627427 140736768925440 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1410620

[startup+1122.3 s]
/proc/loadavg: 5.63 7.41 7.69 5/175 26116
/proc/meminfo: memFree=23385532/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1398004 CPUtime=4482.11 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2113776 0 0 0 447591 620 0 0 25 0 4 0 514733212 1431556096 284271 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 349501 284271 389 106 0 344472 0
[pid=26052/tid=26053] ppid=26050 vsize=1398004 CPUtime=1116.19 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 556653 0 0 0 111461 158 0 0 25 0 4 0 514733213 1431556096 284271 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1398004 CPUtime=1122.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 520620 0 0 0 112060 155 0 0 25 0 4 0 514733213 1431556096 284271 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1398004 CPUtime=1122.13 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 506133 0 0 0 112066 147 0 0 25 0 4 0 514733213 1431556096 284271 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.11
Current children cumulated vsize (KiB) 1398004

[startup+1182.3 s]
/proc/loadavg: 4.63 6.80 7.46 5/175 26118
/proc/meminfo: memFree=23367696/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1446308 CPUtime=4721.83 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2191279 0 0 0 471533 650 0 0 25 0 4 0 514733212 1481019392 289214 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 361577 289214 389 106 0 356548 0
[pid=26052/tid=26053] ppid=26050 vsize=1446308 CPUtime=1175.92 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 580074 0 0 0 117424 168 0 0 25 0 4 0 514733213 1481019392 289214 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1446308 CPUtime=1182.15 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 532352 0 0 0 118058 157 0 0 25 0 4 0 514733213 1481019392 289214 33554432000 4194304 4627427 140736768925440 18446744073709551615 4428084 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1446308 CPUtime=1182.12 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 529106 0 0 0 118055 157 0 0 25 0 4 0 514733213 1481019392 289214 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.83
Current children cumulated vsize (KiB) 1446308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 4.45 6.62 7.38 5/175 26118
/proc/meminfo: memFree=23371760/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1375140 CPUtime=4800.15 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2214517 0 0 0 479357 658 0 0 25 0 4 0 514733212 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 343785 286939 389 106 0 338756 0
[pid=26052/tid=26053] ppid=26050 vsize=1375140 CPUtime=1195.43 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 588520 0 0 0 119373 170 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4332398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1375140 CPUtime=1201.74 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 534448 0 0 0 120016 158 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1375140 CPUtime=1201.73 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 535427 0 0 0 120014 159 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1375140

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

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

[startup+1201.9 s]
/proc/loadavg: 4.45 6.62 7.38 5/175 26118
/proc/meminfo: memFree=23371760/32951124 swapFree=67111524/67111528
[pid=26052] ppid=26050 vsize=1375140 CPUtime=4800.15 cores=0,2,4,6
/proc/26052/stat : 26052 (strangenight2-m) R 26050 26052 25696 0 -1 4202496 2214517 0 0 0 479357 658 0 0 25 0 4 0 514733212 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26052/statm: 343785 286939 389 106 0 338756 0
[pid=26052/tid=26053] ppid=26050 vsize=1375140 CPUtime=1195.43 cores=0,2,4,6
/proc/26052/task/26053/stat : 26053 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 588520 0 0 0 119373 170 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4332398 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26052/tid=26054] ppid=26050 vsize=1375140 CPUtime=1201.74 cores=0,2,4,6
/proc/26052/task/26054/stat : 26054 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 534448 0 0 0 120016 158 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26052/tid=26055] ppid=26050 vsize=1375140 CPUtime=1201.73 cores=0,2,4,6
/proc/26052/task/26055/stat : 26055 (strangenight2-m) R 26050 26052 25696 0 -1 4202560 535427 0 0 0 120014 159 0 0 25 0 4 0 514733213 1408143360 286939 33554432000 4194304 4627427 140736768925440 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 1375140

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.24
CPU user time (s): 4793.6
CPU system time (s): 6.64099
CPU usage (%): 399.366
Max. virtual memory (cumulated for all children) (KiB): 1511312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.6
system time used= 6.64099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2214521
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= 1801
involuntary context switches= 22784

runsolver used 2.06569 second user time and 4.40433 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 00:55:55
IDJOB=3173822
IDBENCH=82640
IDSOLVER=1586
FILE ID=node139/3173822-1304031354
RUNJOBID= node139-1304028687-25714
PBS_JOBID= 13170313
Free space on /tmp= 72548 MiB

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

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

MD5SUM BENCH= c6c08a5348a127e8ddd50935c46cf427
RANDOM SEED=797044897

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24055756 kB
Buffers:       2013720 kB
Cached:        5840056 kB
SwapCached:          4 kB
Active:        1164416 kB
Inactive:      7213164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24055756 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:      523560 kB
Mapped:          15484 kB
Slab:           451884 kB
PageTables:       5728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   875040 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= 72548 MiB
End job on node139 at 2011-04-29 01:15:59