Trace number 3262465

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-1-mt? (TO) 4800.17 1201.74

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_505.cnf
MD5SUM8e7b614904543aa28491ea45c761cbd5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.5682
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34014
Sum of the clauses size150994
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 331196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52482

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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262465-1304131696.cnf'
0.00/0.00	c -- header says num vars:            253
0.00/0.00	c -- header says num clauses:       34014
0.00/0.29	c -- clauses added:            0 learnts,        34014 normals,            0 xors
0.00/0.29	c -- vars added        253
0.00/0.29	c Parsing time:  0.03 s
0.00/0.29	c  N st     0         0       253     33678       336         0    150994         0   no data   no data  --
0.00/0.29	c asymm  cl-useful: 0/33678/33678 lits-rem:0 time: 1.08
1.11/0.30	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
1.15/0.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1.15/0.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1.15/0.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
1.15/0.86	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1.15/0.86	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.54 s
1.15/0.86	c Finding binary XORs  T:     0.00 s  found:       0
1.15/0.86	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
1.15/0.86	c calculated reachability. Time: 0.00
1.15/0.86	c Calc default polars -  time:   0.00 s pos:     252 undec:       1 neg:       0
1.15/0.86	c =========================================================================================
1.15/0.86	c types(t): F = full restart, N = normal restart
1.15/0.86	c types(t): S = simplification begin/end, E = solution found
1.15/0.86	c restart types(rt): st = static, dy = dynamic
1.15/0.86	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.15/0.86	c  B st     0         0       252     33668        84         0    150238         0   no data   no data  --
1.15/0.86	c  N dy    21      4049       252     33668        84      3919    150238     85907     11.72     12.68  --
1.15/1.16	c  N dy    28      8738       252     33668        84      5670    150238     99679     11.02     11.61  --
5.14/1.38	c  N dy    46     12797       252     33668        84      5065    150238     82818     11.06     11.70  --
6.33/1.69	c  N dy    63     16834       252     33668        84      8962    150238    163857     11.07     14.14  --
7.95/2.03	c  N dy    79     20994       252     33668        84      7052    150238    112196     11.04     11.64  --
9.12/2.34	c  F st   104     25002       252     33668        84     10900    150238    193566     11.16     11.46  --
9.12/2.34	c  N st   104     25002       252     33668        84     10900    150238    193566     11.16     11.46  --
10.73/2.74	c  N dy   110     30000       252     33668        84      8588    150238    140312     11.16   no data  --
10.73/2.74	c  S st   110     30000       252     33668        84      8588    150238    140312     11.16   no data  --
10.73/2.79	c  S st   110     30503       252     33668        84      9083    150238    151296     11.16   no data  --
10.73/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.73/2.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.73/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
11.13/2.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.13/2.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
11.13/2.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
11.13/2.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
18.32/4.68	c lits-rem:       168  cl-subs:     1046  v-elim:      0  v-fix:    0  time:  7.46 s
19.92/5.06	c asymm  cl-useful: 0/33668/33668 lits-rem:0 time: 1.49
19.92/5.06	c calculated reachability. Time: 0.00
19.92/5.06	c  N dy   110     30503       252     33668        84      8037    150238    140495     11.16   no data  --
21.13/5.39	c  N dy   114     35087       252     33668        84     12398    150238    222449     10.94     11.67  --
22.71/5.74	c  N dy   118     39167       252     33668        84      8191    150238    117779     10.76     11.33  --
23.91/6.05	c  N dy   133     43240       252     33668        84     12102    150238    198865     10.74     12.66  --
24.71/6.24	c  S st   143     45756       252     33668        84     14494    150238    247765     10.73     10.65  --
24.71/6.29	c  S st   143     46259       252     33668        84     14990    150238    258276     10.73   no data  --
24.71/6.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.71/6.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.13/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
25.13/6.32	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.13/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
25.13/6.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
25.13/6.33	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
33.50/8.48	c lits-rem:       285  cl-subs:     2039  v-elim:      0  v-fix:    0  time:  8.58 s
33.50/8.48	c vivif2 --  cl tried    33668 cl shrink        0 lits rem          0 time: 0.01
33.50/8.48	c vivif2 --  cl tried    12951 cl shrink        0 lits rem          0 time: 0.02
35.49/8.90	c asymm  cl-useful: 0/27875/33668 lits-rem:0 time: 1.67
35.49/8.90	c calculated reachability. Time: 0.00
35.49/8.90	c  N dy   143     46259       252     33668        84     12951    150238    236564     10.73   no data  --
36.69/9.26	c  N dy   164     50649       252     33668        84     17149    150238    320839     10.78     11.36  --
37.89/9.60	c  N dy   182     54745       252     33668        84     11975    150238    194791     10.80     11.60  --
39.48/9.93	c  N dy   199     58775       252     33668        84     15841    150238    275988     10.80     11.40  --
40.68/10.28	c  N dy   214     62874       252     33668        84     19799    150238    355785     10.78     13.03  --
43.10/10.84	c  N dy   237     69389       252     33668        84     15955    150238    267720     10.80     10.34  --
43.10/10.84	c  S st   237     69389       252     33668        84     15955    150238    267720     10.80     10.34  --
43.10/10.89	c  S st   237     69891       252     33668        84     16451    150238    277792     10.80   no data  --
43.10/10.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.10/10.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.10/10.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.48/10.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
43.48/10.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
43.48/10.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
43.48/10.92	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
52.27/13.15	c lits-rem:       312  cl-subs:     1131  v-elim:      0  v-fix:    0  time:  8.92 s
52.27/13.16	c vivif2 --  cl tried    33668 cl shrink        0 lits rem          0 time: 0.01
52.27/13.16	c vivif2 --  cl tried    15320 cl shrink        0 lits rem          0 time: 0.02
52.67/13.23	c asymm  cl-useful: 0/5793/33668 lits-rem:0 time: 0.28
52.67/13.23	c calculated reachability. Time: 0.00
52.67/13.23	c  N dy   237     69891       252     33668        84     15320    150238    264049     10.80   no data  --
54.26/13.60	c  N dy   250     74452       252     33668        84     19725    150237    353728     10.78     11.43  --
55.88/14.04	c  N dy   273     79278       252     33668        84     13209    150237    212947     10.79     11.36  --
57.46/14.49	c  N dy   304     84593       252     33668        84     18324    150237    320381     10.82     11.51  --
58.66/14.74	c  F st   320     87500       252     33668        84     21119    150237    377618     10.83   no data  --
59.86/15.06	c  N st   325     90796       252     33668        84     12188    150237    178377     10.83   no data  --
61.85/15.56	c  N dy   347     96699       252     33668        84     17857    150237    296518     10.85     11.45  --
64.67/16.20	c  N dy   370    104079       252     33668        84     24920    150237    439677     10.84     11.43  --
64.67/16.27	c  S st   374    104836       252     33668        84     25645    150237    454507     10.84   no data  --
65.08/16.33	c  S st   374    105338       252     33668        84     26141    150237    464634     10.84   no data  --
65.08/16.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
65.08/16.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.08/16.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
65.08/16.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
65.08/16.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
65.08/16.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
65.08/16.38	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
75.04/18.87	c lits-rem:       367  cl-subs:     2836  v-elim:      0  v-fix:    0  time:  9.94 s
75.04/18.87	c vivif2 --  cl tried    33667 cl shrink        0 lits rem          0 time: 0.01
75.04/18.88	c vivif2 --  cl tried    23306 cl shrink        0 lits rem          0 time: 0.02
75.84/19.06	c asymm  cl-useful: 0/7299/33667 lits-rem:0 time: 0.75
75.84/19.07	c calculated reachability. Time: 0.00
75.84/19.07	c  N dy   374    105338       252     33667        84     23306    150214    430946     10.84   no data  --
78.26/19.65	c  N dy   394    112203       252     33667        84     16869    150214    259001     10.82     11.40  --
80.63/20.28	c  N dy   421    119536       252     33667        84     23901    150214    400165     10.81     11.41  --
83.83/21.04	c  N dy   448    127912       252     33667        84     17931    150214    270268     10.81     11.47  --
86.64/21.78	c  N dy   488    136275       252     33667        84     25970    150214    433384     10.82     11.46  --
90.22/22.64	c  N dy   516    145485       252     33667        84     19888    150214    299146     10.81     11.41  --
93.41/23.46	c  N dy   534    154876       252     33667        84     28841    150214    470373     10.75     11.32  --
94.61/23.76	c  S st   545    158008       252     33667        84     31831    150214    531160     10.75   no data  --
95.01/23.84	c  S st   545    158512       252     33667        84     16416    150214    219470     10.75   no data  --
95.01/23.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.01/23.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.01/23.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
95.01/23.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
95.01/23.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
95.01/23.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
95.01/23.87	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
102.60/25.77	c lits-rem:       151  cl-subs:      949  v-elim:      0  v-fix:    0  time:  7.58 s
102.60/25.77	c vivif2 --  cl tried    33667 cl shrink        0 lits rem          0 time: 0.01
102.60/25.78	c vivif2 --  cl tried    15467 cl shrink        0 lits rem          0 time: 0.02
104.21/26.18	c asymm  cl-useful: 0/21713/33667 lits-rem:0 time: 1.60
104.21/26.18	c calculated reachability. Time: 0.00
104.21/26.18	c  N dy   545    158512       252     33667        84     15467    150214    211501     10.75   no data  --
107.79/27.07	c  N dy   575    168911       252     33667        84     25436    150214    407344     10.73     11.33  --
112.19/28.13	c  N dy   598    179924       252     33667        84     19099    150214    268693     10.70     11.38  --
116.58/29.28	c  N dy   638    192752       252     33667        84     31397    150214    513866     10.68     11.37  --
121.37/30.48	c  N dy   675    205277       252     33667        84     25545    150214    391677     10.66     11.25  --
126.96/31.86	c  N dy   731    218607       252     33667        84     19544    150214    270710     10.67     11.27  --
132.15/33.16	c  N dy   780    232581       252     33667        84     32941    150214    543187     10.65     11.24  --
134.15/33.68	c  S st   796    237768       252     33667        84     37932    150214    641651     10.64      9.18  --
134.55/33.74	c  S st   796    238272       252     33667        84     38430    150214    653093     10.64   no data  --
134.55/33.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
134.55/33.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.55/33.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
134.55/33.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
134.97/33.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
134.97/33.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
134.97/33.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
148.93/37.39	c lits-rem:       521  cl-subs:     4324  v-elim:      0  v-fix:    0  time: 14.29 s
149.33/37.40	c vivif2 --  cl tried    33667 cl shrink        0 lits rem          0 time: 0.01
149.33/37.41	c vivif2 --  cl tried    34106 cl shrink        0 lits rem          0 time: 0.04
149.73/37.51	c asymm  cl-useful: 0/4655/33667 lits-rem:0 time: 0.42
149.73/37.51	c calculated reachability. Time: 0.00
149.73/37.51	c  N dy   796    238272       252     33667        84     34106    150214    604597     10.64   no data  --
155.32/38.96	c  N dy   848    253523       252     33667        84     29067    150214    461339     10.63     11.20  --
162.11/40.63	c  N dy   913    269980       252     33667        84     24165    150214    352407     10.62     11.36  --
168.90/42.35	c  N dy   975    287618       252     33667        84     41067    150214    684786     10.62     11.22  --
176.49/44.21	c  F st  1049    306251       252     33667        84     37320    150214    603505     10.62      8.52  --
176.49/44.22	c  N st  1049    306251       252     33667        84     37320    150214    603505     10.62      8.52  --
184.48/46.22	c  N dy  1134    325896       252     33667        84     33488    150214    511382     10.64     11.23  --
193.27/48.43	c  N dy  1194    346692       252     33667        84     29788    150214    422154     10.62     11.23  --
197.27/49.48	c  S st  1232    357408       252     33667        84     40027    150214    626740     10.61      9.06  --
197.67/49.54	c  S st  1232    357911       252     33667        84     40523    150214    637281     10.61   no data  --
197.67/49.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
197.67/49.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
197.67/49.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
197.67/49.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
198.07/49.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
198.07/49.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
198.07/49.60	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
212.44/53.23	c lits-rem:       667  cl-subs:     3410  v-elim:      0  v-fix:    0  time: 14.50 s
212.44/53.24	c vivif2 --  cl tried    33667 cl shrink        0 lits rem          0 time: 0.01
212.44/53.25	c vivif2 --  cl tried    37113 cl shrink        0 lits rem          0 time: 0.04
213.24/53.44	c asymm  cl-useful: 1/4596/33667 lits-rem:1 time: 0.76
213.24/53.44	c calculated reachability. Time: 0.00
213.24/53.44	c  N dy  1232    357911       252     33667        84     37113    150213    598055     10.61   no data  --
221.63/55.51	c  N dy  1306    378463       252     33667        84     32343    150213    463506     10.61     11.28  --
230.02/57.66	c  N dy  1376    398910       252     33667        84     26486    150213    333649     10.60     11.16  --
238.01/59.62	c  N dy  1445    419169       252     33667        84     45776    150213    711438     10.59     11.16  --
245.99/61.67	c  N dy  1492    439180       252     33667        84     38483    150213    551161     10.56     11.15  --
254.79/63.87	c  N dy  1563    459360       252     33667        84     30497    150213    390322     10.56     11.13  --
263.17/65.94	c  N dy  1653    479727       252     33667        84     50003    150213    778313     10.57     11.13  --
271.96/68.13	c  N dy  1743    499732       252     33667        84     40838    150213    581954     10.57     11.13  --
281.14/70.43	c  N dy  1831    519758       252     33667        84     30710    150213    374848     10.58     11.31  --
287.94/72.15	c  S st  1900    536866       252     33667        84     47114    150213    697873     10.59   no data  --
288.34/72.22	c  S st  1900    537367       252     33667        84     47609    150213    708031     10.59   no data  --
288.34/72.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
288.34/72.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
288.34/72.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
288.34/72.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
288.34/72.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
288.34/72.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
288.34/72.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
305.12/76.42	c lits-rem:       816  cl-subs:     3931  v-elim:      0  v-fix:    0  time: 16.52 s
305.12/76.42	c vivif2 --  cl tried    33667 cl shrink        0 lits rem          0 time: 0.01
305.12/76.43	c vivif2 --  cl tried    43678 cl shrink        0 lits rem          0 time: 0.04
305.92/76.63	c asymm  cl-useful: 0/3900/33667 lits-rem:0 time: 0.80
305.92/76.64	c calculated reachability. Time: 0.00
305.92/76.64	c  N dy  1900    537367       252     33667        84     43678    150213    664442     10.59   no data  --
317.49/79.51	c  N dy  1967    564295       252     33667        84     39144    150213    522102     10.56     11.13  --
327.08/81.92	c  N dy  2059    584859       252     33667        84     58781    150213    902364     10.56     11.17  --
335.87/84.10	c  N dy  2132    604997       252     33667        84     46941    150213    671815     10.56     11.18  --
345.46/86.59	c  N dy  2209    625062       252     33667        84     34043    150213    416433     10.55     11.16  --
354.66/88.80	c  N dy  2283    645133       252     33667        84     53245    150213    792016     10.55     12.16  --
364.62/91.40	c  N dy  2374    665362       252     33667        84     39541    150212    521313     10.56     11.13  --
373.42/93.59	c  N dy  2450    685384       252     33667        84     58723    150212    894157     10.56     11.21  --
383.41/96.05	c  N dy  2515    706130       252     33667        84     44495    150212    600606     10.55     11.11  --
392.60/98.32	c  N dy  2569    726189       252     33667        84     63642    150212    958534     10.54     12.52  --
402.58/100.81	c  N dy  2654    746413       252     33667        84     48044    150212    675812     10.54     11.11  --
414.16/103.72	c  N dy  2733    769081       252     33667        84     69768    150212   1087371     10.54     11.19  --
424.15/106.24	c  N dy  2824    789391       252     33667        84     53247    150212    776103     10.54     11.25  --
432.14/108.25	c  S st  2879    806050       252     33667        84     69202    150212   1080921     10.54      9.69  --
432.54/108.33	c  S st  2879    806552       252     33667        84     69699    150212   1091261     10.54   no data  --
432.54/108.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
432.54/108.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
432.54/108.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
432.94/108.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
432.94/108.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
432.94/108.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
432.94/108.44	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
460.52/115.32	c lits-rem:       774  cl-subs:     7130  v-elim:      0  v-fix:    0  time: 27.45 s
460.52/115.32	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
460.52/115.33	c vivif2 --  cl tried    62570 cl shrink        0 lits rem          0 time: 0.06
461.30/115.58	c asymm  cl-useful: 0/2989/33666 lits-rem:0 time: 0.98
461.30/115.58	c calculated reachability. Time: 0.00
461.30/115.58	c  N dy  2879    806552       252     33666        84     62570    150189   1013403     10.54   no data  --
471.28/118.02	c  N dy  2971    826655       252     33666        84     44901    150189    608117     10.54     11.22  --
480.87/120.44	c  N dy  3064    847326       252     33666        84     64808    150189   1002961     10.54     11.14  --
490.87/122.98	c  N dy  3147    867590       252     33666        84     46309    150189    624257     10.55     11.16  --
500.84/125.47	c  N dy  3218    888686       252     33666        84     66534    150189   1004457     10.54     11.15  --
511.63/128.15	c  N dy  3289    910762       252     33666        84     48669    150189    652461     10.54     11.17  --
521.22/130.50	c  N dy  3363    930860       252     33666        84     67907    150189   1020290     10.53     11.10  --
531.60/133.11	c  N dy  3438    951051       252     33666        84     47464    150189    636450     10.53     11.15  --
541.19/135.58	c  N dy  3531    972516       252     33666        84     68067    150189   1044775     10.54     11.12  --
551.97/138.29	c  N dy  3610    993195       252     33666        84     47095    150189    626397     10.54     11.10  --
561.58/140.68	c  N dy  3687   1013543       252     33666        84     66577    150189   1001352     10.54     11.13  --
572.75/143.45	c  N dy  3775   1033549       252     33666        84     43970    150189    562081     10.54     11.49  --
581.93/145.76	c  N dy  3849   1053748       252     33666        84     63322    150189    935029     10.54     11.11  --
592.34/148.31	c  F st  3918   1071876       252     33666        84     80727    150189   1271167     10.54      9.65  --
593.51/148.60	c  N st  3922   1073907       252     33666        84     82681    150189   1311216     10.54   no data  --
603.11/151.04	c  N dy  3987   1094044       252     33666        84     59176    150189    848783     10.54     11.10  --
614.31/153.84	c  N dy  4069   1115128       252     33666        84     79372    150189   1235946     10.54     11.10  --
625.08/156.54	c  N dy  4138   1135216       252     33666        84     54859    150189    744497     10.54     11.11  --
635.46/159.12	c  N dy  4207   1155253       252     33666        84     73965    150189   1114666     10.54     11.12  --
646.64/161.94	c  N dy  4287   1175351       252     33666        84     48625    150189    612996     10.53     11.46  --
655.83/164.28	c  N dy  4346   1195601       252     33666        84     68033    150189    978759     10.53     11.09  --
663.02/166.10	c  S st  4389   1209828       252     33666        84     81626    150189   1238395     10.53      9.54  --
663.42/166.18	c  S st  4389   1210331       252     33666        84     82126    150189   1249288     10.53   no data  --
663.42/166.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
663.42/166.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
663.82/166.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.14
663.82/166.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
663.82/166.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
664.22/166.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
664.22/166.30	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
705.76/176.78	c lits-rem:       834  cl-subs:     8643  v-elim:      0  v-fix:    0  time: 41.86 s
705.76/176.79	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
706.17/176.81	c vivif2 --  cl tried    73483 cl shrink        0 lits rem          0 time: 0.09
706.95/177.09	c asymm  cl-useful: 0/3007/33666 lits-rem:0 time: 1.10
706.95/177.09	c calculated reachability. Time: 0.00
706.95/177.09	c  N dy  4389   1210331       252     33666        84     73483    150189   1150792     10.53   no data  --
718.14/179.84	c  N dy  4452   1230356       252     33666        84     47253    150189    575866     10.52     11.78  --
726.93/182.06	c  N dy  4509   1250448       252     33666        84     66429    150189    940974     10.52     11.11  --
737.72/184.80	c  N dy  4580   1270658       252     33666        84     85756    150189   1304952     10.52     11.28  --
748.50/187.42	c  N dy  4660   1290744       252     33666        84     58577    150189    784166     10.52     11.15  --
758.50/189.98	c  N dy  4737   1311145       252     33666        84     78088    150189   1158877     10.52     11.08  --
770.08/192.83	c  N dy  4811   1331268       252     33666        84     49909    150189    602544     10.51     11.11  --
779.27/195.14	c  N dy  4897   1351367       252     33666        84     69129    150189    973183     10.51     11.15  --
790.07/197.85	c  N dy  4972   1371803       252     33666        84     88624    150189   1335073     10.51     11.09  --
801.23/200.60	c  N dy  5022   1392996       252     33666        84     60435    150189    779434     10.50     11.08  --
813.21/203.67	c  N dy  5093   1417213       252     33666        84     83549    150189   1207389     10.49     11.08  --
825.21/206.64	c  N dy  5156   1437356       252     33666        84     53582    150189    641787     10.49     11.08  --
834.78/209.01	c  N dy  5250   1457396       252     33666        84     72784    150189   1017375     10.49     11.90  --
845.16/211.67	c  N dy  5304   1477468       252     33666        84     91955    150189   1379665     10.49     11.09  --
856.75/214.50	c  N dy  5394   1497488       252     33666        84     60891    150189    778379     10.49     11.09  --
866.73/217.01	c  N dy  5482   1517564       252     33666        84     80177    150189   1165059     10.49     13.26  --
878.73/220.01	c  N dy  5553   1537749       252     33666        84     99558    150189   1540215     10.49     11.11  --
890.31/222.98	c  N dy  5649   1558358       252     33666        84     67987    150189    908937     10.50     11.12  --
901.09/225.60	c  N dy  5700   1578772       252     33666        84     87525    150189   1284766     10.49     11.14  --
913.87/228.80	c  N dy  5778   1598842       252     33666        84     54402    150189    626842     10.49     11.08  --
925.46/231.76	c  N dy  5846   1622406       252     33666        84     76946    150189   1043367     10.49     11.08  --
937.85/234.80	c  N dy  5932   1642423       252     33666        84     96091    150189   1406334     10.49     11.91  --
949.82/237.81	c  N dy  6025   1662472       252     33666        84     62063    150189    766306     10.49     12.17  --
959.81/240.31	c  N dy  6087   1682905       252     33666        84     81573    150189   1135019     10.49     11.19  --
971.39/243.20	c  N dy  6170   1703137       252     33666        84    100887    150189   1505374     10.49     11.04  --
975.79/244.33	c  S st  6200   1710331       252     33666        84    107781    150189   1637227     10.49      8.96  --
976.19/244.44	c  S st  6200   1710839       252     33666        84    108280    150189   1647152     10.49   no data  --
976.19/244.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
976.19/244.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
976.59/244.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
976.59/244.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
976.99/244.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
976.99/244.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
976.99/244.61	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
1060.07/265.48	c lits-rem:      2323  cl-subs:    12176  v-elim:      0  v-fix:    0  time: 83.29 s
1060.07/265.48	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
1060.47/265.50	c vivif2 --  cl tried    96104 cl shrink        0 lits rem          0 time: 0.10
1061.67/265.81	c asymm  cl-useful: 0/3148/33666 lits-rem:0 time: 1.22
1061.67/265.81	c calculated reachability. Time: 0.00
1061.67/265.81	c  N dy  6200   1710839       252     33666        84     96104    150189   1506891     10.49   no data  --
1072.86/268.67	c  N dy  6282   1730940       252     33666        84     61462    150189    747575     10.49     11.71  --
1083.24/271.26	c  N dy  6358   1751761       252     33666        84     81444    150189   1122177     10.49     11.04  --
1094.82/274.15	c  N dy  6435   1771861       252     33666        84    100661    150189   1492090     10.49     11.14  --
1106.80/277.13	c  N dy  6526   1792099       252     33666        84     65044    150189    804564     10.49     11.07  --
1117.19/279.75	c  N dy  6603   1812694       252     33666        84     84649    150189   1176718     10.49     11.09  --
1128.77/282.65	c  N dy  6688   1832731       252     33666        84    103833    150189   1548161     10.49     11.47  --
1140.77/285.65	c  N dy  6759   1853445       252     33666        84     67614    150189    847283     10.49     11.05  --
1151.14/288.28	c  N dy  6823   1873893       252     33666        84     87168    150189   1213271     10.49     11.05  --
1163.15/291.23	c  N dy  6889   1894045       252     33666        84    106411    150189   1576654     10.48     11.08  --
1175.11/294.20	c  N dy  6969   1914055       252     33666        84     68595    150189    849443     10.49     11.04  --
1185.51/296.88	c  N dy  7045   1934541       252     33666        84     88188    150189   1225102     10.49     11.24  --
1197.48/299.85	c  N dy  7116   1954563       252     33666        84    107419    150189   1597686     10.49     11.06  --
1210.25/303.00	c  N dy  7187   1974685       252     33666        84     68669    150189    839217     10.49     11.23  --
1221.44/305.85	c  N dy  7277   1994939       252     33666        84     88086    150189   1214613     10.49     11.07  --
1233.03/308.76	c  N dy  7340   2015261       252     33666        84    107438    150189   1575023     10.48     11.09  --
1246.63/312.11	c  N dy  7421   2035506       252     33666        84     67890    150189    813792     10.49     11.05  --
1257.79/314.94	c  N dy  7512   2055691       252     33666        84     87207    150189   1187593     10.49     11.09  --
1270.58/318.10	c  N dy  7590   2075692       252     33666        84    106317    150189   1552576     10.49     11.04  --
1282.97/321.27	c  N dy  7656   2095749       252     33666        84     65570    150189    759219     10.49     11.06  --
1293.75/323.92	c  N dy  7731   2116552       252     33666        84     85415    150189   1135252     10.49     11.06  --
1306.12/327.03	c  N dy  7815   2136607       252     33666        84    104591    150189   1509365     10.49     11.04  --
1320.91/330.76	c  N dy  7903   2156752       252     33666        84     63033    150189    701231     10.49     11.16  --
1331.70/333.49	c  N dy  7982   2176754       252     33666        84     82167    150189   1062872     10.49     11.79  --
1344.48/336.69	c  N dy  8067   2197708       252     33666        84    102234    150189   1456178     10.49     11.08  --
1353.26/338.83	c  S st  8125   2210839       252     33666        84    114751    150189   1699234     10.49   no data  --
1353.66/338.93	c  S st  8125   2211343       252     33666        84    115252    150189   1709724     10.49   no data  --
1353.66/338.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1353.66/338.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1354.06/339.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
1354.06/339.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1354.46/339.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
1354.46/339.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
1354.46/339.13	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1443.94/361.57	c lits-rem:      2167  cl-subs:    10931  v-elim:      0  v-fix:    0  time: 89.62 s
1443.94/361.57	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
1444.35/361.61	c vivif2 --  cl tried   104321 cl shrink        0 lits rem          0 time: 0.13
1445.53/361.92	c asymm  cl-useful: 0/2696/33666 lits-rem:0 time: 1.24
1445.53/361.92	c calculated reachability. Time: 0.00
1445.53/361.92	c  N dy  8125   2211343       252     33666        84    104321    150189   1581479     10.49   no data  --
1459.12/365.37	c  N dy  8231   2231529       252     33666        84     62126    150189    677105     10.49     11.07  --
1468.71/367.78	c  N dy  8289   2251762       252     33666        84     81446    150189   1046712     10.49     11.14  --
1479.91/370.57	c  N dy  8356   2271905       252     33666        84    100747    150189   1411489     10.49     11.07  --
1492.69/373.80	c  N dy  8444   2292751       252     33666        84    120707    150189   1794915     10.49     11.06  --
1505.87/377.02	c  N dy  8520   2314799       252     33666        84     79095    150189    980762     10.49     11.06  --
1516.64/379.79	c  N dy  8608   2335028       252     33666        84     98450    150189   1348493     10.49     11.05  --
1529.42/382.91	c  N dy  8675   2355220       252     33666        84    117773    150189   1711970     10.49     11.10  --
1542.19/386.17	c  N dy  8754   2375473       252     33666        84     73595    150189    879102     10.49     11.06  --
1554.21/389.14	c  N dy  8854   2395530       252     33666        84     92757    150189   1244663     10.49     12.84  --
1567.79/392.56	c  N dy  8944   2416695       252     33666        84    113039    150189   1633864     10.49     11.08  --
1582.15/396.12	c  N dy  9021   2436774       252     33666        84     67595    150189    754568     10.49     11.62  --
1592.54/398.72	c  N dy  9100   2456817       252     33666        84     86754    150189   1122039     10.49     12.03  --
1604.52/401.78	c  N dy  9158   2476865       252     33666        84    106002    150189   1487017     10.49     11.10  --
1618.90/405.40	c  N dy  9235   2496893       252     33666        84    125116    150189   1848304     10.49     11.06  --
1633.29/408.92	c  N dy  9349   2516980       252     33666        84     78733    150189    953767     10.50     11.07  --
1644.47/411.73	c  N dy  9431   2537035       252     33666        84     97938    150189   1313532     10.50     11.62  --
1656.45/414.78	c  N dy  9495   2557548       252     33666        84    117575    150189   1676961     10.49     11.07  --
1670.43/418.20	c  N dy  9559   2577650       252     33666        84     70116    150189    782500     10.49     11.05  --
1680.42/420.74	c  N dy  9623   2597944       252     33666        84     89589    150189   1153784     10.49     11.13  --
1692.00/423.63	c  N dy  9704   2618190       252     33666        84    108930    150189   1533530     10.49     11.05  --
1705.98/427.16	c  N dy  9782   2638279       252     33666        84    128158    150189   1898948     10.49     11.06  --
1720.36/430.78	c  N dy  9876   2658854       252     33666        84     80337    150189    971626     10.49     11.10  --
1732.73/433.81	c  N dy  9960   2678860       252     33666        84     99525    150189   1343951     10.49     12.21  --
1745.92/437.12	c  N dy 10044   2699156       252     33666        84    118921    150189   1712342     10.49     11.11  --
1755.51/439.51	c  S st 10090   2711343       252     33666        84    130565    150189   1926411     10.49   no data  --
1755.91/439.64	c  S st 10090   2711843       252     33666        84    131061    150189   1936227     10.49   no data  --
1755.91/439.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1755.91/439.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1756.33/439.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.33
1756.73/439.80	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1756.73/439.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
1756.73/439.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
1756.73/439.87	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1870.97/468.46	c lits-rem:      2543  cl-subs:    13175  v-elim:      0  v-fix:    0  time: 114.13 s
1870.97/468.46	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
1870.97/468.49	c vivif2 --  cl tried   117886 cl shrink        0 lits rem          0 time: 0.12
1872.55/468.82	c asymm  cl-useful: 0/2983/33666 lits-rem:0 time: 1.30
1872.55/468.82	c calculated reachability. Time: 0.00
1872.55/468.82	c  N dy 10090   2711843       252     33666        84    117886    150189   1781318     10.49   no data  --
1887.34/472.50	c  N dy 10179   2732433       252     33666        84     69305    150189    749890     10.49     11.06  --
1897.33/475.07	c  N dy 10256   2752667       252     33666        84     88594    150189   1113805     10.49     11.09  --
1910.12/478.27	c  N dy 10334   2774761       252     33666        84    109680    150189   1508727     10.49     11.05  --
1924.48/481.81	c  N dy 10425   2795086       252     33666        84    129098    150189   1880786     10.49     11.09  --
1939.26/485.55	c  N dy 10500   2815203       252     33666        84     79062    150189    926988     10.49     11.05  --
1951.24/488.57	c  N dy 10574   2835304       252     33666        84     98337    150189   1291159     10.49     11.05  --
1964.02/491.79	c  N dy 10633   2855313       252     33666        84    117393    150189   1651162     10.49     12.07  --
1979.61/495.67	c  N dy 10714   2875372       252     33666        84    136600    150189   2017686     10.49     13.29  --
1994.38/499.39	c  N dy 10771   2895479       252     33666        84     85406    150189   1031322     10.49     11.32  --
2007.56/502.69	c  N dy 10849   2915501       252     33666        84    104542    150188   1402310     10.49     11.04  --
2021.54/506.14	c  N dy 10939   2935532       252     33666        84    123659    150188   1769090     10.49     11.13  --
2037.94/510.22	c  N dy 10993   2955760       252     33666        84     71767    150188    768738     10.48     11.10  --
2049.11/513.06	c  N dy 11057   2976009       252     33666        84     91061    150188   1128901     10.48     11.12  --
2062.29/516.34	c  N dy 11121   2996150       252     33666        84    110342    150188   1493198     10.48     11.04  --
2076.67/519.91	c  N dy 11198   3016151       252     33666        84    129473    150188   1855454     10.48     11.81  --
2093.04/524.04	c  N dy 11270   3036268       252     33666        84     76474    150188    848157     10.48     11.04  --
2103.85/526.78	c  N dy 11350   3056349       252     33666        84     95700    150188   1220816     10.48     11.15  --
2116.63/529.91	c  N dy 11419   3076898       252     33666        84    115364    150188   1593683     10.48     11.03  --
2131.39/533.68	c  N dy 11517   3096916       252     33666        84    134582    150188   1968794     10.48     11.14  --
2146.98/537.59	c  N dy 11585   3117097       252     33666        84     80548    150188    918972     10.48     11.05  --
2159.35/540.69	c  N dy 11664   3137744       252     33666        84    100284    150188   1289449     10.48     11.05  --
2173.75/544.23	c  N dy 11758   3157793       252     33666        84    119412    150188   1652812     10.48     14.16  --
2189.71/548.29	c  N dy 11814   3178956       252     33666        84    139712    150188   2019173     10.48     11.03  --
2205.29/552.19	c  N dy 11891   3199408       252     33666        84     85086    150188    993105     10.48     11.06  --
2212.88/554.08	c  S st 11951   3211844       252     33666        84     96970    150188   1220383     10.48     10.97  --
2213.30/554.19	c  S st 11951   3212346       252     33666        84     97470    150188   1229505     10.48   no data  --
2213.30/554.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2213.30/554.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2213.70/554.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
2214.07/554.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2214.07/554.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
2214.07/554.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
2214.07/554.33	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2280.38/570.98	c lits-rem:      1634  cl-subs:     5324  v-elim:      0  v-fix:    0  time: 66.47 s
2280.38/570.99	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
2280.78/571.01	c vivif2 --  cl tried    92146 cl shrink        0 lits rem          0 time: 0.09
2281.98/571.39	c asymm  cl-useful: 0/4087/33666 lits-rem:0 time: 1.52
2281.98/571.40	c calculated reachability. Time: 0.00
2281.98/571.40	c  N dy 11951   3212346       252     33666        84     92146    150188   1169663     10.48   no data  --
2295.16/574.67	c  N dy 12035   3233121       252     33666        84    111948    150188   1546569     10.48     11.04  --
2309.96/578.37	c  N dy 12118   3253545       252     33666        84    131489    150188   1913963     10.48     11.03  --
2327.54/582.72	c  N dy 12192   3273932       252     33666        84     75958    150188    818332     10.48     11.05  --
2339.11/585.61	c  N dy 12264   3294047       252     33666        84     95219    150188   1179316     10.48     11.06  --
2351.48/588.72	c  N dy 12359   3314143       252     33666        84    114455    150188   1548617     10.48     11.04  --
2365.07/592.12	c  N dy 12425   3334661       252     33666        84    134072    150188   1914902     10.48     11.08  --
2381.04/596.19	c  N dy 12497   3355449       252     33666        84     77823    150188    842479     10.48     11.10  --
2392.64/599.00	c  N dy 12567   3375561       252     33666        84     97006    150188   1201377     10.48     11.17  --
2405.81/602.33	c  N dy 12658   3395806       252     33666        84    116455    150188   1578737     10.48     11.12  --
2420.22/605.97	c  N dy 12737   3415818       252     33666        84    135616    150188   1950777     10.48     11.63  --
2437.79/610.39	c  N dy 12804   3436127       252     33666        84     77927    150188    838750     10.48     11.07  --
2449.75/613.33	c  N dy 12881   3456306       252     33666        84     97154    150188   1209432     10.48     11.08  --
2464.52/617.06	c  N dy 12959   3476636       252     33666        84    116620    150188   1579872     10.48     11.08  --
2480.50/621.00	c  N dy 13036   3496721       252     33666        84    135773    150188   1944141     10.48     12.96  --
2497.29/625.28	c  N dy 13119   3517689       252     33666        84    155803    150188   2326849     10.48     11.07  --
2511.67/628.84	c  N dy 13184   3537985       252     33666        84     97251    150188   1191682     10.48     11.26  --
2525.66/632.35	c  N dy 13260   3558855       252     33666        84    117182    150188   1572427     10.47     11.05  --
2540.43/636.01	c  N dy 13338   3578895       252     33666        84    136318    150188   1939184     10.47     11.94  --
2556.42/640.05	c  N dy 13411   3598897       252     33666        84    155441    150188   2302103     10.48     11.17  --
2570.38/643.50	c  N dy 13469   3619515       252     33666        84     96142    150188   1162961     10.47     11.27  --
2582.80/646.66	c  N dy 13560   3640732       252     33666        84    116402    150188   1547781     10.47     11.04  --
2596.35/650.03	c  N dy 13651   3660820       252     33666        84    135622    150188   1911892     10.47     11.03  --
2610.74/653.66	c  N dy 13738   3680864       252     33666        84    154779    150188   2283127     10.48     11.05  --
2624.71/657.19	c  N dy 13815   3701503       252     33666        84     94560    150188   1123466     10.47     11.05  --
2631.12/658.73	c  S st 13853   3712348       252     33666        84    104919    150188   1318390     10.47     10.89  --
2631.50/658.82	c  S st 13853   3712850       252     33666        84    105410    150188   1327796     10.47   no data  --
2631.50/658.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2631.50/658.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2631.50/658.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.20
2631.90/658.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2631.90/658.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
2631.90/658.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
2631.90/658.96	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2683.45/671.81	c lits-rem:      1036  cl-subs:     7010  v-elim:      0  v-fix:    0  time: 51.31 s
2683.45/671.82	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
2683.45/671.84	c vivif2 --  cl tried    98400 cl shrink        0 lits rem          0 time: 0.10
2685.03/672.22	c asymm  cl-useful: 0/2128/33666 lits-rem:0 time: 1.51
2685.03/672.22	c calculated reachability. Time: 0.00
2685.03/672.22	c  N dy 13853   3712850       252     33666        84     98400    150188   1249815     10.47   no data  --
2698.62/675.66	c  N dy 13932   3733373       252     33666        84    118095    150188   1624419     10.47     11.04  --
2712.19/679.00	c  F st 13996   3751562       252     33666        84    135453    150188   1952605     10.47   no data  --
2713.39/679.33	c  N st 14000   3753596       252     33666        84    137398    150188   1992478     10.47   no data  --
2728.56/683.19	c  N dy 14062   3773638       252     33666        84    156519    150188   2358998     10.47     11.08  --
2744.15/687.09	c  N dy 14136   3794331       252     33666        84     95653    150188   1140537     10.47     11.08  --
2757.33/690.36	c  N dy 14222   3814410       252     33666        84    114884    150188   1510700     10.47     14.09  --
2772.90/694.27	c  N dy 14287   3836192       252     33666        84    135693    150188   1891646     10.47     11.05  --
2789.68/698.43	c  N dy 14378   3856288       252     33666        84    154919    150188   2264632     10.47     11.38  --
2806.05/702.50	c  N dy 14445   3876676       252     33666        84     92596    150188   1079215     10.47     11.06  --
2819.66/705.97	c  N dy 14560   3897072       252     33666        84    112120    150188   1459637     10.47     11.05  --
2834.82/709.75	c  N dy 14636   3917138       252     33666        84    131255    150188   1816128     10.47     11.04  --
2850.82/713.78	c  N dy 14714   3937543       252     33666        84    150790    150188   2193998     10.47     11.06  --
2867.99/718.02	c  N dy 14775   3958534       252     33666        84     88040    150188    979676     10.47     11.16  --
2880.76/721.23	c  N dy 14858   3979072       252     33666        84    107674    150188   1351385     10.47     11.14  --
2895.54/724.90	c  N dy 14940   3999151       252     33666        84    126945    150188   1713740     10.47     11.91  --
2909.91/728.50	c  N dy 15022   4019287       252     33666        84    146206    150188   2078182     10.47     11.05  --
2925.90/732.59	c  N dy 15119   4040785       252     33666        84    166772    150188   2470813     10.47     11.04  --
2939.88/736.09	c  N dy 15199   4060997       252     33666        84    102285    150188   1245225     10.47     11.04  --
2953.45/739.47	c  N dy 15268   4081030       252     33666        84    121447    150188   1610915     10.47     11.05  --
2969.06/743.39	c  N dy 15343   4101065       252     33666        84    140615    150188   1965943     10.47     11.22  --
2984.61/747.24	c  N dy 15394   4121130       252     33666        84    159785    150188   2324075     10.47     11.05  --
3001.78/751.58	c  N dy 15455   4144598       252     33666        84     97530    150188   1143532     10.47     11.20  --
3013.78/754.55	c  N dy 15519   4164926       252     33666        84    116945    150188   1515817     10.47     11.03  --
3026.96/757.87	c  N dy 15586   4185185       252     33666        84    136237    150188   1876062     10.47     11.06  --
3042.54/761.76	c  N dy 15678   4205602       252     33666        84    155837    150188   2255207     10.47     11.09  --
3048.15/763.11	c  S st 15690   4212852       252     33666        84    162773    150188   2378027     10.47      9.77  --
3048.55/763.25	c  S st 15690   4213353       252     33666        84    163272    150188   2388529     10.47   no data  --
3048.55/763.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3048.55/763.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3048.92/763.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.32
3049.32/763.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3049.32/763.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
3049.32/763.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
3049.32/763.48	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3356.89/840.49	c lits-rem:      4637  cl-subs:    18572  v-elim:      0  v-fix:    0  time: 307.46 s
3357.29/840.50	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
3357.29/840.54	c vivif2 --  cl tried   144700 cl shrink        0 lits rem          0 time: 0.16
3358.89/840.96	c asymm  cl-useful: 0/2809/33666 lits-rem:0 time: 1.68
3358.89/840.96	c calculated reachability. Time: 0.00
3358.89/840.96	c  N dy 15690   4213353       252     33666        84    144700    150188   2171423     10.47   no data  --
3376.47/845.30	c  N dy 15793   4234146       252     33666        84    164599    150188   2559280     10.47     11.09  --
3393.64/849.70	c  N dy 15884   4254226       252     33666        84     98587    150188   1169284     10.47     12.09  --
3406.82/852.98	c  N dy 15968   4274458       252     33666        84    117867    150188   1545570     10.47     11.09  --
3422.40/856.85	c  N dy 16023   4295038       252     33666        84    137511    150188   1899535     10.47     11.05  --
3439.60/861.14	c  N dy 16107   4315110       252     33666        84    156696    150188   2262143     10.47     11.85  --
3459.14/866.08	c  N dy 16190   4335124       252     33666        84     89447    150188    981964     10.47     11.04  --
3471.54/869.15	c  N dy 16261   4355158       252     33666        84    108576    150188   1345079     10.47     12.79  --
3485.91/872.72	c  N dy 16343   4375168       252     33666        84    127773    150188   1710920     10.47     11.05  --
3500.29/876.30	c  N dy 16422   4395232       252     33666        84    146936    150188   2076876     10.47     11.04  --
3514.67/879.94	c  N dy 16488   4415234       252     33666        84    166032    150188   2432365     10.47     11.45  --
3530.65/883.94	c  N dy 16574   4435300       252     33666        84     97746    150188   1133363     10.47     11.04  --
3542.63/886.95	c  N dy 16640   4455400       252     33666        84    116947    150188   1492561     10.47     11.04  --
3556.21/890.33	c  N dy 16729   4475534       252     33666        84    136128    150188   1850751     10.47     11.04  --
3571.01/894.02	c  N dy 16800   4495567       252     33666        84    155302    150188   2210834     10.47     11.04  --
3587.38/898.16	c  N dy 16895   4516081       252     33666        84    174858    150188   2579390     10.47     11.05  --
3601.77/901.78	c  N dy 16973   4536841       252     33666        84    106315    150188   1287024     10.47     11.04  --
3616.54/905.40	c  N dy 17039   4559431       252     33666        84    127857    150188   1683259     10.47     11.02  --
3631.31/909.14	c  N dy 17120   4579691       252     33666        84    147245    150188   2044217     10.47     11.09  --
3649.29/913.66	c  N dy 17198   4600560       252     33666        84    167176    150188   2410922     10.47     11.07  --
3668.09/918.36	c  N dy 17262   4621120       252     33666        84     97344    150188   1105884     10.47     11.02  --
3681.65/921.72	c  N dy 17362   4641203       252     33666        84    116622    150188   1480504     10.47     11.53  --
3695.62/925.27	c  N dy 17428   4661377       252     33666        84    135899    150188   1844736     10.47     11.09  --
3712.40/929.48	c  N dy 17504   4681505       252     33666        84    155095    150188   2207680     10.47     11.03  --
3728.77/933.58	c  N dy 17590   4701559       252     33666        84    174329    150188   2573304     10.47     11.07  --
3740.36/936.41	c  S st 17638   4713353       252     33666        84     95205    150188   1058278     10.47     10.56  --
3740.36/936.49	c  S st 17638   4713855       252     33666        84     95701    150188   1069000     10.47   no data  --
3740.76/936.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3740.76/936.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3740.76/936.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.17
3740.76/936.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3741.16/936.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
3741.16/936.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
3741.16/936.61	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.01 s
3787.10/948.12	c lits-rem:       297  cl-subs:     1465  v-elim:      0  v-fix:    0  time: 45.95 s
3787.10/948.13	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
3787.10/948.15	c vivif2 --  cl tried    94236 cl shrink        0 lits rem          0 time: 0.08
3787.50/948.25	c asymm  cl-useful: 0/1323/33666 lits-rem:0 time: 0.43
3787.50/948.26	c calculated reachability. Time: 0.00
3787.50/948.26	c  N dy 17638   4713855       252     33666        84     94236    150188   1053655     10.47   no data  --
3799.90/951.39	c  N dy 17708   4733945       252     33666        84    113390    150188   1405592     10.47     12.02  --
3814.66/955.08	c  N dy 17804   4754178       252     33666        84    132729    150188   1768875     10.47     11.11  --
3830.66/959.06	c  N dy 17878   4774206       252     33666        84    151853    150188   2121768     10.47     13.18  --
3847.83/963.38	c  N dy 17939   4794376       252     33666        84    171095    150188   2478115     10.47     11.02  --
3867.39/968.29	c  N dy 17991   4814431       252     33666        84     98918    150188   1121750     10.47     11.02  --
3880.57/971.51	c  N dy 18060   4834451       252     33666        84    118086    150188   1479386     10.47     12.14  --
3895.34/975.22	c  N dy 18133   4855065       252     33666        84    137813    150188   1845656     10.47     11.02  --
3911.32/979.26	c  N dy 18215   4875083       252     33666        84    156968    150188   2207961     10.47     11.15  --
3928.90/983.70	c  N dy 18279   4895506       252     33666        84    176517    150188   2572765     10.46     11.04  --
3947.68/988.34	c  N dy 18362   4916104       252     33666        84    103838    150188   1203623     10.46     11.12  --
3962.08/991.92	c  N dy 18456   4936864       252     33666        84    123662    150188   1582160     10.47     11.02  --
3977.63/995.82	c  N dy 18536   4957036       252     33666        84    142910    150188   1939560     10.46     11.11  --
3993.24/999.70	c  N dy 18627   4977116       252     33666        84    162089    150188   2303552     10.47     12.11  --
4009.99/1003.94	c  N dy 18717   4997313       252     33666        84    181404    150188   2671522     10.47     11.04  --
4026.37/1008.02	c  N dy 18809   5017930       252     33666        84    107839    150188   1279362     10.47     11.03  --
4039.55/1011.32	c  N dy 18899   5038665       252     33666        84    127714    150188   1659269     10.47     11.02  --
4053.53/1014.81	c  N dy 18963   5058768       252     33666        84    146918    150188   2019811     10.47     11.07  --
4069.10/1018.75	c  N dy 19038   5078837       252     33666        84    166075    150188   2377237     10.47     11.02  --
4086.28/1023.05	c  N dy 19118   5098940       252     33666        84    185265    150188   2741882     10.47     11.05  --
4104.25/1027.54	c  N dy 19183   5120454       252     33666        84    111601    150188   1332148     10.47     11.03  --
4119.04/1031.21	c  N dy 19269   5140735       252     33666        84    130923    150188   1701288     10.47     11.05  --
4135.01/1035.29	c  N dy 19337   5160913       252     33666        84    150227    150188   2059663     10.46     11.04  --
4152.19/1039.57	c  N dy 19393   5181220       252     33666        84    169645    150188   2418218     10.46     11.06  --
4171.77/1044.40	c  N dy 19472   5201275       252     33666        84    188725    150188   2776792     10.46     12.19  --
4181.77/1047.00	c  S st 19519   5213856       252     33666        84    105559    150188   1216089     10.46      9.71  --
4182.55/1047.10	c  S st 19519   5214360       252     33666        84    106060    150188   1226011     10.46   no data  --
4182.55/1047.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4182.55/1047.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4182.55/1047.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.20
4182.95/1047.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4182.95/1047.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
4182.95/1047.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
4182.95/1047.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4240.87/1061.79	c lits-rem:       447  cl-subs:     3277  v-elim:      0  v-fix:    0  time: 58.11 s
4240.87/1061.79	c vivif2 --  cl tried    33666 cl shrink        0 lits rem          0 time: 0.01
4241.27/1061.81	c vivif2 --  cl tried   102783 cl shrink        0 lits rem          0 time: 0.09
4242.07/1062.06	c asymm  cl-useful: 0/2816/33666 lits-rem:0 time: 1.00
4242.07/1062.07	c calculated reachability. Time: 0.00
4242.07/1062.07	c  N dy 19519   5214360       252     33666        84    102783    150188   1190150     10.46   no data  --
4254.45/1065.11	c  N dy 19607   5234439       252     33666        84    121993    150188   1557103     10.46     11.03  --
4267.64/1068.49	c  N dy 19668   5254505       252     33666        84    141113    150188   1912885     10.46     11.06  --
4283.24/1072.33	c  N dy 19744   5275472       252     33666        84    161127    150188   2284627     10.46     11.06  --
4300.81/1076.72	c  N dy 19827   5295737       252     33666        84    180498    150188   2650768     10.46     11.08  --
4320.36/1081.67	c  N dy 19905   5315894       252     33666        84    103745    150188   1181217     10.46     11.02  --
4333.94/1085.03	c  N dy 19988   5335932       252     33666        84    122958    150188   1541787     10.46     12.88  --
4348.73/1088.71	c  N dy 20063   5356047       252     33666        84    142121    150188   1895843     10.46     11.14  --
4363.50/1092.49	c  N dy 20150   5376199       252     33666        84    161404    150188   2265647     10.46     11.08  --
4380.28/1096.68	c  N dy 20230   5396234       252     33666        84    180609    150188   2625131     10.46     11.52  --
4400.65/1101.76	c  N dy 20283   5416249       252     33666        84    102603    150188   1147825     10.46     11.49  --
4414.23/1105.16	c  N dy 20356   5436304       252     33666        84    121826    150188   1509656     10.46     11.05  --
4430.21/1109.12	c  N dy 20433   5457352       252     33666        84    141952    150188   1888507     10.46     11.03  --
4444.99/1112.89	c  N dy 20503   5477392       252     33666        84    161154    150188   2248341     10.46     11.10  --
4460.96/1116.84	c  N dy 20569   5497478       252     33666        84    180298    150188   2606198     10.46     11.02  --
4480.56/1121.73	c  N dy 20646   5517548       252     33666        84    101403    150188   1119359     10.46     12.30  --
4493.32/1124.93	c  N dy 20743   5537621       252     33666        84    120667    150188   1483436     10.46     16.18  --
4508.51/1128.80	c  N dy 20844   5559048       252     33666        84    141139    150188   1870521     10.46     11.09  --
4524.09/1132.65	c  N dy 20936   5579101       252     33666        84    160360    150188   2239573     10.46     11.04  --
4540.46/1136.77	c  N dy 20996   5599601       252     33666        84    179994    150188   2601221     10.46     11.05  --
4561.63/1142.09	c  N dy 21078   5619609       252     33666        84    100027    150188   1088182     10.46     12.73  --
4575.21/1145.43	c  N dy 21157   5639736       252     33666        84    119289    150188   1453785     10.46     11.04  --
4590.82/1149.30	c  N dy 21246   5659788       252     33666        84    138520    150188   1813130     10.46     12.54  --
4607.56/1153.56	c  N dy 21323   5679847       252     33666        84    157580    150188   2164669     10.46     11.05  --
4625.56/1158.09	c  N dy 21410   5699883       252     33666        84    176752    150188   2526915     10.46     11.62  --
4639.52/1161.58	c  S st 21458   5714361       252     33666        84    190589    150188   2781611     10.46     10.07  --
4640.32/1161.75	c  S st 21458   5714869       252     33666        84    191091    150188   2791423     10.46   no data  --
4640.32/1161.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4640.32/1161.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4640.72/1161.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.44
4641.12/1161.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4641.52/1162.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
4641.52/1162.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    252 time:  0.01 s
4641.52/1162.07	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s

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-3262465-1304131696/watcher-3262465-1304131696 -o /tmp/evaluation-result-3262465-1304131696/solver-3262465-1304131696 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3262465-1304131696.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.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 414 0 0 0 0 0 0 0 21 0 4 0 603400247 52465664 353 33554432000 4194304 4650419 140733581348192 18446744073709551615 224284982257 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26773/statm: 12809 353 303 112 0 7774 0
[pid=26773/tid=26774] ppid=26771 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 603400247 52465664 353 33554432000 4194304 4650419 140733581348192 18446744073709551615 47436286920620 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 603400247 52465664 353 33554432000 4194304 4650419 140733581348192 18446744073709551615 47436286920626 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 603400247 52465664 353 33554432000 4194304 4650419 140733581348192 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.292715 s]
/proc/loadavg: 7.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=303860 CPUtime=1.11 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 4091 0 0 0 111 0 0 0 18 0 4 0 603400247 311152640 3984 33554432000 4194304 4650419 140733581348192 18446744073709551615 4515973 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26773/statm: 76094 3998 370 112 0 71059 0
[pid=26773/tid=26774] ppid=26771 vsize=304376 CPUtime=0.27 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 817 0 0 0 27 0 0 0 18 0 4 0 603400247 311681024 4008 33554432000 4194304 4650419 140733581348192 18446744073709551615 4369342 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=304376 CPUtime=0.27 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 948 0 0 0 27 0 0 0 18 0 4 0 603400247 311681024 4025 33554432000 4194304 4650419 140733581348192 18446744073709551615 224284623498 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=304376 CPUtime=0.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1026 0 0 0 28 0 0 0 18 0 4 0 603400247 311681024 4039 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 303860

[startup+0.300982 s]
/proc/loadavg: 7.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=290196 CPUtime=1.15 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) D 26771 26773 23915 0 -1 4202496 6387 0 0 0 114 1 0 0 18 0 4 0 603400247 297160704 5114 33554432000 4194304 4650419 140733581348192 18446744073709551615 224284623056 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26773/statm: 72549 5124 378 112 0 67514 0
[pid=26773/tid=26774] ppid=26771 vsize=290196 CPUtime=0.28 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1258 0 0 0 28 0 0 0 18 0 4 0 603400247 297160704 5130 33554432000 4194304 4650419 140733581348192 18446744073709551615 4457408 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=290196 CPUtime=0.28 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1915 0 0 0 28 0 0 0 18 0 4 0 603400247 297160704 5135 33554432000 4194304 4650419 140733581348192 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=290196 CPUtime=0.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1028 0 0 0 28 0 0 0 18 0 4 0 603400247 297160704 5142 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 290196

[startup+1.16546 s]
/proc/loadavg: 7.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=296604 CPUtime=4.6 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 12066 0 0 0 458 2 0 0 19 0 4 0 603400247 303722496 9320 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 74151 9320 392 112 0 69116 0
[pid=26773/tid=26774] ppid=26771 vsize=296604 CPUtime=1.14 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3188 0 0 0 114 0 0 0 19 0 4 0 603400247 303722496 9320 33554432000 4194304 4650419 140733581348192 18446744073709551615 4329619 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=296604 CPUtime=1.14 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3160 0 0 0 114 0 0 0 19 0 4 0 603400247 303722496 9320 33554432000 4194304 4650419 140733581348192 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=296604 CPUtime=1.15 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1809 0 0 0 115 0 0 0 19 0 4 0 603400247 303722496 9321 33554432000 4194304 4650419 140733581348192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 296604

[startup+1.20045 s]
/proc/loadavg: 7.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=296604 CPUtime=4.74 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 12150 0 0 0 472 2 0 0 19 0 4 0 603400247 303722496 9404 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 74151 9404 392 112 0 69116 0
[pid=26773/tid=26774] ppid=26771 vsize=296604 CPUtime=1.17 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3199 0 0 0 117 0 0 0 19 0 4 0 603400247 303722496 9404 33554432000 4194304 4650419 140733581348192 18446744073709551615 4329622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=296604 CPUtime=1.17 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3170 0 0 0 117 0 0 0 19 0 4 0 603400247 303722496 9404 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=296604 CPUtime=1.18 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1858 0 0 0 118 0 0 0 19 0 4 0 603400247 303722496 9404 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 296604

[startup+1.5004 s]
/proc/loadavg: 7.43 8.01 8.16 3/173 26773
/proc/meminfo: memFree=30877204/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=297844 CPUtime=5.93 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 13868 0 0 0 591 2 0 0 19 0 4 0 603400247 304992256 9344 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 74461 9344 392 112 0 69426 0
[pid=26773/tid=26774] ppid=26771 vsize=297844 CPUtime=1.48 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3812 0 0 0 147 1 0 0 19 0 4 0 603400247 304992256 9344 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=297844 CPUtime=1.47 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3602 0 0 0 147 0 0 0 19 0 4 0 603400247 304992256 9344 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=297844 CPUtime=1.48 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 1952 0 0 0 148 0 0 0 20 0 4 0 603400247 304992256 9344 33554432000 4194304 4650419 140733581348192 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 297844

[startup+3.10614 s]
/proc/loadavg: 7.43 8.01 8.16 9/184 26785
/proc/meminfo: memFree=30781068/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=303456 CPUtime=12.35 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 20436 0 0 0 1232 3 0 0 23 0 4 0 603400247 310738944 11161 33554432000 4194304 4650419 140733581348192 18446744073709551615 4438666 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 75864 11161 394 112 0 70829 0
[pid=26773/tid=26774] ppid=26771 vsize=303456 CPUtime=3.09 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 5340 0 0 0 308 1 0 0 23 0 4 0 603400247 310738944 11161 33554432000 4194304 4650419 140733581348192 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=303456 CPUtime=3.08 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 4576 0 0 0 308 0 0 0 23 0 4 0 603400247 310738944 11161 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=303456 CPUtime=3.08 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 3537 0 0 0 308 0 0 0 25 0 4 0 603400247 310738944 11161 33554432000 4194304 4650419 140733581348192 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303456

[startup+6.3006 s]
/proc/loadavg: 7.48 8.01 8.16 9/184 26785
/proc/meminfo: memFree=30731100/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=303080 CPUtime=25.13 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 31039 0 0 0 2508 5 0 0 25 0 4 0 603400247 310353920 17659 33554432000 4194304 4650419 140733581348192 18446744073709551615 4370675 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 75770 17659 394 112 0 70735 0
[pid=26773/tid=26774] ppid=26771 vsize=303080 CPUtime=6.28 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 7854 0 0 0 627 1 0 0 25 0 4 0 603400247 310353920 17660 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=303080 CPUtime=6.28 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 7578 0 0 0 627 1 0 0 25 0 4 0 603400247 310353920 17660 33554432000 4194304 4650419 140733581348192 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=303080 CPUtime=6.29 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 7705 0 0 0 628 1 0 0 25 0 4 0 603400247 310353920 17660 33554432000 4194304 4650419 140733581348192 18446744073709551615 4328318 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 303080

[startup+12.7005 s]
/proc/loadavg: 7.52 8.01 8.16 9/184 26785
/proc/meminfo: memFree=30692428/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=314320 CPUtime=50.68 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 43305 0 0 0 5060 8 0 0 25 0 4 0 603400247 321863680 20914 33554432000 4194304 4650419 140733581348192 18446744073709551615 4438617 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 78580 20914 394 112 0 73545 0
[pid=26773/tid=26774] ppid=26771 vsize=314320 CPUtime=12.68 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 10691 0 0 0 1266 2 0 0 25 0 4 0 603400247 321863680 20914 33554432000 4194304 4650419 140733581348192 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=314320 CPUtime=12.67 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 11135 0 0 0 1266 1 0 0 25 0 4 0 603400247 321863680 20914 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=314320 CPUtime=12.68 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 11551 0 0 0 1266 2 0 0 25 0 4 0 603400247 321863680 20914 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 314320

[startup+25.5004 s]
/proc/loadavg: 7.62 8.01 8.16 9/184 26785
/proc/meminfo: memFree=30662656/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=305484 CPUtime=101.8 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 67670 0 0 0 10166 14 0 0 25 0 4 0 603400247 312815616 23341 33554432000 4194304 4650419 140733581348192 18446744073709551615 4438922 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 76371 23341 394 112 0 71336 0
[pid=26773/tid=26774] ppid=26771 vsize=305484 CPUtime=25.47 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 16458 0 0 0 2544 3 0 0 25 0 4 0 603400247 312815616 23341 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=305484 CPUtime=25.47 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 17603 0 0 0 2544 3 0 0 25 0 4 0 603400247 312815616 23341 33554432000 4194304 4650419 140733581348192 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=305484 CPUtime=25.47 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 18257 0 0 0 2544 3 0 0 25 0 4 0 603400247 312815616 23341 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 305484

[startup+51.1011 s]
/proc/loadavg: 7.81 8.02 8.16 9/184 26785
/proc/meminfo: memFree=30598376/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=331764 CPUtime=204.06 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 107420 0 0 0 20383 23 0 0 25 0 4 0 603400247 339726336 34182 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 82941 34183 394 112 0 77906 0
[pid=26773/tid=26774] ppid=26771 vsize=331764 CPUtime=51.08 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 26737 0 0 0 5102 6 0 0 25 0 4 0 603400247 339726336 34183 33554432000 4194304 4650419 140733581348192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=331764 CPUtime=51.06 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 28016 0 0 0 5101 5 0 0 25 0 4 0 603400247 339726336 34183 33554432000 4194304 4650419 140733581348192 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=331764 CPUtime=51.08 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 28507 0 0 0 5102 6 0 0 25 0 4 0 603400247 339726336 34183 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 331764

[startup+102.301 s]
/proc/loadavg: 7.98 8.03 8.15 9/184 26787
/proc/meminfo: memFree=30491152/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=339212 CPUtime=408.57 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 175974 0 0 0 40818 39 0 0 25 0 4 0 603400247 347353088 47832 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 84803 47832 394 112 0 79768 0
[pid=26773/tid=26774] ppid=26771 vsize=339212 CPUtime=102.27 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 44214 0 0 0 10218 9 0 0 25 0 4 0 603400247 347353088 47832 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=339212 CPUtime=102.26 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 48721 0 0 0 10216 10 0 0 25 0 4 0 603400247 347353088 47832 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=339212 CPUtime=102.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 46066 0 0 0 10217 11 0 0 25 0 4 0 603400247 347353088 47832 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 339212

[startup+162.301 s]

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

[pid=26773] ppid=26771 vsize=568044 CPUtime=2565.59 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 578461 0 0 0 256387 172 0 0 25 0 4 0 603400247 581677056 96221 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 142011 96221 394 112 0 136976 0
[pid=26773/tid=26774] ppid=26771 vsize=568044 CPUtime=642.28 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 139256 0 0 0 64189 39 0 0 25 0 4 0 603400247 581677056 96221 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=568044 CPUtime=642.22 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 170119 0 0 0 64174 48 0 0 25 0 4 0 603400247 581677056 96221 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=568044 CPUtime=642.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 147102 0 0 0 64178 50 0 0 25 0 4 0 603400247 581677056 96221 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.59
Current children cumulated vsize (KiB) 568044

[startup+702.301 s]
/proc/loadavg: 8.00 8.03 8.08 9/184 26803
/proc/meminfo: memFree=30065424/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=619612 CPUtime=2805.25 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 613614 0 0 0 280339 186 0 0 25 0 4 0 603400247 634482688 102808 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 154903 102808 394 112 0 149868 0
[pid=26773/tid=26774] ppid=26771 vsize=619612 CPUtime=702.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 146630 0 0 0 70187 42 0 0 25 0 4 0 603400247 634482688 102808 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=619612 CPUtime=702.21 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 176349 0 0 0 70170 51 0 0 25 0 4 0 603400247 634482688 102808 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=619612 CPUtime=702.27 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 159232 0 0 0 70172 55 0 0 25 0 4 0 603400247 634482688 102808 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 619612

[startup+762.301 s]
/proc/loadavg: 8.03 8.03 8.08 9/184 26805
/proc/meminfo: memFree=30051980/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=605476 CPUtime=3044.93 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 651257 0 0 0 304293 200 0 0 25 0 4 0 603400247 620007424 98406 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 151369 98406 394 112 0 146334 0
[pid=26773/tid=26774] ppid=26771 vsize=605476 CPUtime=762.28 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 153420 0 0 0 76184 44 0 0 25 0 4 0 603400247 620007424 98406 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=605476 CPUtime=762.2 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 186658 0 0 0 76167 53 0 0 25 0 4 0 603400247 620007424 98406 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=605476 CPUtime=762.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 168885 0 0 0 76169 59 0 0 25 0 4 0 603400247 620007424 98406 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 605476

[startup+822.301 s]
/proc/loadavg: 8.19 8.07 8.09 10/184 26816
/proc/meminfo: memFree=30008516/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=609564 CPUtime=3284.59 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 682699 0 0 0 328248 211 0 0 25 0 4 0 603400247 624193536 104548 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 152391 104548 394 112 0 147356 0
[pid=26773/tid=26774] ppid=26771 vsize=609564 CPUtime=822.28 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 162450 0 0 0 82180 48 0 0 25 0 4 0 603400247 624193536 104548 33554432000 4194304 4650419 140733581348192 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=609564 CPUtime=822.19 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 196036 0 0 0 82163 56 0 0 25 0 4 0 603400247 624193536 104548 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=609564 CPUtime=822.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 179198 0 0 0 82165 63 0 0 25 0 4 0 603400247 624193536 104548 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 609564

[startup+882.301 s]
/proc/loadavg: 8.20 8.09 8.09 10/184 26816
/proc/meminfo: memFree=30037604/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=576928 CPUtime=3524.25 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 705872 0 0 0 352203 222 0 0 25 0 4 0 603400247 590774272 100060 33554432000 4194304 4650419 140733581348192 18446744073709551615 4313331 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 144232 100060 394 112 0 139197 0
[pid=26773/tid=26774] ppid=26771 vsize=576928 CPUtime=882.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 167102 0 0 0 88177 52 0 0 25 0 4 0 603400247 590774272 100060 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=576928 CPUtime=882.18 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 203835 0 0 0 88158 60 0 0 25 0 4 0 603400247 590774272 100060 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=576928 CPUtime=882.27 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 186051 0 0 0 88162 65 0 0 25 0 4 0 603400247 590774272 100060 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.25
Current children cumulated vsize (KiB) 576928

[startup+942.301 s]
/proc/loadavg: 8.20 8.10 8.10 9/184 26818
/proc/meminfo: memFree=29984352/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=589676 CPUtime=3763.93 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 747434 0 0 0 376158 235 0 0 25 0 4 0 603400247 603828224 103591 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 147419 103591 394 112 0 142384 0
[pid=26773/tid=26774] ppid=26771 vsize=589676 CPUtime=942.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 178703 0 0 0 94174 55 0 0 25 0 4 0 603400247 603828224 103591 33554432000 4194304 4650419 140733581348192 18446744073709551615 4240900 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=589676 CPUtime=942.18 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 211315 0 0 0 94155 63 0 0 25 0 4 0 603400247 603828224 103591 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=589676 CPUtime=942.27 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 196978 0 0 0 94158 69 0 0 25 0 4 0 603400247 603828224 103591 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 589676

[startup+1002.3 s]
/proc/loadavg: 8.13 8.09 8.09 9/184 26820
/proc/meminfo: memFree=29988380/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=593364 CPUtime=4003.59 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 773530 0 0 0 400114 245 0 0 25 0 4 0 603400247 607604736 101158 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 148341 101159 394 112 0 143306 0
[pid=26773/tid=26774] ppid=26771 vsize=593364 CPUtime=1002.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 183891 0 0 0 100171 58 0 0 25 0 4 0 603400247 607604736 101159 33554432000 4194304 4650419 140733581348192 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=593364 CPUtime=1002.18 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 221313 0 0 0 100152 66 0 0 25 0 4 0 603400247 607604736 101159 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=593364 CPUtime=1002.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 202610 0 0 0 100156 72 0 0 25 0 4 0 603400247 607604736 101159 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.59
Current children cumulated vsize (KiB) 593364

[startup+1062.3 s]
/proc/loadavg: 8.05 8.07 8.08 9/184 26822
/proc/meminfo: memFree=29992640/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=578148 CPUtime=4243.28 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 812088 0 0 0 424069 259 0 0 25 0 4 0 603400247 592023552 106620 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 144537 106620 394 112 0 139502 0
[pid=26773/tid=26774] ppid=26771 vsize=578148 CPUtime=1062.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 194589 0 0 0 106167 62 0 0 25 0 4 0 603400247 592023552 106620 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=578148 CPUtime=1062.18 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 228794 0 0 0 106149 69 0 0 25 0 4 0 603400247 592023552 106620 33554432000 4194304 4650419 140733581348192 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=578148 CPUtime=1062.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 213955 0 0 0 106152 76 0 0 25 0 4 0 603400247 592023552 106620 33554432000 4194304 4650419 140733581348192 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 578148

[startup+1122.3 s]
/proc/loadavg: 8.07 8.07 8.08 9/184 26824
/proc/meminfo: memFree=29962080/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=578416 CPUtime=4482.94 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 844548 0 0 0 448021 273 0 0 25 0 4 0 603400247 592297984 102127 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 144604 102127 394 112 0 139569 0
[pid=26773/tid=26774] ppid=26771 vsize=578416 CPUtime=1122.29 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 202530 0 0 0 112163 66 0 0 25 0 4 0 603400247 592297984 102127 33554432000 4194304 4650419 140733581348192 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=578416 CPUtime=1122.17 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 234687 0 0 0 112145 72 0 0 25 0 4 0 603400247 592297984 102127 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=578416 CPUtime=1122.27 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 221780 0 0 0 112149 78 0 0 25 0 4 0 603400247 592297984 102127 33554432000 4194304 4650419 140733581348192 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 578416

[startup+1182.31 s]
/proc/loadavg: 8.02 8.06 8.08 10/184 26824
/proc/meminfo: memFree=29969704/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=584836 CPUtime=4722.63 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 875438 0 0 0 471976 287 0 0 25 0 4 0 603400247 598872064 109319 33554432000 4194304 4650419 140733581348192 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 146209 109319 394 112 0 141174 0
[pid=26773/tid=26774] ppid=26771 vsize=584836 CPUtime=1182.3 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 212939 0 0 0 118159 71 0 0 25 0 4 0 603400247 598872064 109319 33554432000 4194304 4650419 140733581348192 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=584836 CPUtime=1182.16 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 237457 0 0 0 118144 72 0 0 25 0 4 0 603400247 598872064 109319 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=584836 CPUtime=1182.28 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 232238 0 0 0 118144 84 0 0 25 0 4 0 603400247 598872064 109319 33554432000 4194304 4650419 140733581348192 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 584836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.02 8.05 8.08 9/184 26826
/proc/meminfo: memFree=29944268/32951124 swapFree=67103364/67111528
[pid=26773] ppid=26771 vsize=597972 CPUtime=4800.12 cores=0,2,4,6
/proc/26773/stat : 26773 (strangenight1-m) R 26771 26773 23915 0 -1 4202496 880942 0 0 0 479722 290 0 0 25 0 4 0 603400247 612323328 114823 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476213 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26773/statm: 149493 114823 394 112 0 144458 0
[pid=26773/tid=26774] ppid=26771 vsize=597972 CPUtime=1201.69 cores=0,2,4,6
/proc/26773/task/26774/stat : 26774 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 214502 0 0 0 120097 72 0 0 25 0 4 0 603400247 612323328 114823 33554432000 4194304 4650419 140733581348192 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26773/tid=26775] ppid=26771 vsize=597972 CPUtime=1201.56 cores=0,2,4,6
/proc/26773/task/26775/stat : 26775 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 237457 0 0 0 120084 72 0 0 25 0 4 0 603400247 612323328 114823 33554432000 4194304 4650419 140733581348192 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26773/tid=26776] ppid=26771 vsize=597972 CPUtime=1201.68 cores=0,2,4,6
/proc/26773/task/26776/stat : 26776 (strangenight1-m) R 26771 26773 23915 0 -1 4202560 236179 0 0 0 120082 86 0 0 25 0 4 0 603400247 612323328 114823 33554432000 4194304 4650419 140733581348192 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 597972

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.17
CPU user time (s): 4797.25
CPU system time (s): 2.92455
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 692636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.25
system time used= 2.92455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 880943
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= 1922
involuntary context switches= 20328

runsolver used 1.90071 second user time and 4.67529 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 04:48:16
IDJOB=3262465
IDBENCH=83313
IDSOLVER=1588
FILE ID=node118/3262465-1304131696
RUNJOBID= node118-1304131696-26758
PBS_JOBID= 13170759
Free space on /tmp= 71936 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_505.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262465-1304131696/watcher-3262465-1304131696 -o /tmp/evaluation-result-3262465-1304131696/solver-3262465-1304131696 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3262465-1304131696.cnf

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

MD5SUM BENCH= 8e7b614904543aa28491ea45c761cbd5
RANDOM SEED=1141483133

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30877592 kB
Buffers:        406748 kB
Cached:        1254652 kB
SwapCached:       2472 kB
Active:         130420 kB
Inactive:      1589948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30877592 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:            7120 kB
Writeback:           0 kB
AnonPages:       58168 kB
Mapped:          14468 kB
Slab:           289744 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190780 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= 71920 MiB
End job on node118 at 2011-04-30 05:08:20