Trace number 3366100

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S957625236-045-UNKNOWN.cnf
MD5SUM49e4c2cc668774425bd698267df5f51d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.34149
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366100-1305394711.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:       15000
0.00/0.03	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.03	c -- vars added        750
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.27/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.27/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.16/0.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.16/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.16/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.16/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3.16/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.16/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.16/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.83	c calculated reachability. Time: 0.00
3.16/0.83	c Calc default polars -  time:   0.00 s pos:     364 undec:      29 neg:     357
3.16/0.83	c =========================================================================================
3.16/0.83	c types(t): F = full restart, N = normal restart
3.16/0.83	c types(t): S = simplification begin/end, E = solution found
3.16/0.83	c restart types(rt): st = static, dy = dynamic
3.16/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.83	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
3.16/0.83	c Decided on static restart strategy
3.16/0.83	c  N st     8      4916       750     15000         0      4876     75000    521378   no data   no data
3.57/0.93	c  N st    10     11299       750     15000         0      4526     75000    294301   no data   no data
5.57/1.43	c  N st    11     17042       750     15000         0     10196     75000    940693   no data   no data
8.35/2.12	c  F st    12     25000       750     15000         0     12502     75000   1177939   no data   no data
8.35/2.12	c  N st    12     25000       750     15000         0     12502     75000   1177939   no data   no data
9.96/2.50	c  N dy    18     30001       750     15000         0     10723     75000    877862   no data   no data
9.96/2.50	c  S st    18     30001       750     15000         0     10723     75000    877862   no data   no data
9.96/2.54	c  S st    18     30503       750     15000         0     11225     75000    919928   no data   no data
9.96/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.96/2.56	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.96/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.96/2.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.34	c lits-rem:        61  cl-subs:      156  v-elim:      0  v-fix:    0  time:  0.74 s
13.55/3.44	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
13.55/3.44	c calculated reachability. Time: 0.00
13.55/3.44	c  N dy    18     30503       750     15000         0     11069     75000    892487   no data   no data
14.74/3.77	c  N dy    41     34522       750     15000         0     15076     75000   1273551     77.50     81.96
16.33/4.11	c  N dy    67     38781       750     15000         0     11472     75000    662538     78.63     84.05
17.53/4.46	c  N dy    91     43018       750     15000         0     15695     75000   1072544     79.10     83.61
18.74/4.70	c  S st   105     45754       750     15000         0      9516     75000    343097     79.12   no data
18.74/4.75	c  S st   105     46259       750     15000         0     10021     75000    388538     79.12   no data
18.74/4.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.74/4.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.74/4.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.74/4.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.74/4.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
18.74/4.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.74/4.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.74/4.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.91	c lits-rem:         5  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.13 s
19.56/4.91	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.56/4.91	c vivif2 --  cl tried    10016 cl shrink        0 lits rem          0 time: 0.00
19.97/5.02	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.97/5.02	c calculated reachability. Time: 0.00
19.97/5.02	c  N dy   105     46259       750     15000         0     10016     75000    387586     79.12   no data
21.13/5.34	c  N dy   131     50349       750     15000         0     14094     75000    785902     79.31     84.40
22.32/5.69	c  N dy   150     54438       750     15000         0     18171     75000   1188478     79.42     85.19
23.94/6.05	c  N dy   170     58455       750     15000         0     12237     75000    500754     79.28     85.14
25.52/6.40	c  N dy   188     62554       750     15000         0     16326     75000    900533     79.19     83.36
27.12/6.80	c  N dy   215     66802       750     15000         0     20552     75000   1315302     79.40     84.19
27.92/7.03	c  S st   227     69388       750     15000         0     12171     75000    393305     79.46     75.32
27.92/7.08	c  S st   227     69892       750     15000         0     12675     75000    435203     79.46   no data
27.92/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.92/7.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.92/7.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.92/7.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.92/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.92/7.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
27.92/7.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.92/7.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.33/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.27	c lits-rem:        21  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.15 s
28.74/7.27	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
28.74/7.28	c vivif2 --  cl tried    12664 cl shrink        0 lits rem          0 time: 0.00
29.11/7.39	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.11/7.39	c calculated reachability. Time: 0.00
29.11/7.39	c  N dy   227     69892       750     15000         0     12664     75000    433208     79.46   no data
30.70/7.77	c  N dy   249     74432       750     15000         0     17188     75000    873085     79.39     84.31
32.73/8.24	c  N dy   280     79244       750     15000         0     21986     75000   1346655     79.58     86.49
34.69/8.71	c  N dy   315     84368       750     15000         0     15146     75000    594034     79.84     91.37
35.50/8.97	c  F st   326     87500       750     15000         0     18266     75000    891431     79.60   no data
36.70/9.27	c  N st   331     90797       750     15000         0     21548     75000   1229890     79.60   no data
39.09/9.84	c  N dy   354     96595       750     15000         0     14374     75000    419905     79.57     85.59
41.09/10.39	c  N dy   392    102912       750     15000         0     20666     75000   1044567     79.78     84.61
41.92/10.59	c  S st   407    104839       750     15000         0     22587     75000   1238016     79.87   no data
42.28/10.66	c  S st   407    105345       750     15000         0     23093     75000   1279723     79.87   no data
42.28/10.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.28/10.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
42.28/10.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.28/10.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.28/10.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.28/10.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.28/10.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.28/10.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.68/10.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.66/13.22	c lits-rem:       211  cl-subs:       52  v-elim:      0  v-fix:    0  time:  2.49 s
52.66/13.22	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
52.66/13.24	c vivif2 --  cl tried    23041 cl shrink        0 lits rem          0 time: 0.02
53.46/13.44	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.20
53.46/13.44	c calculated reachability. Time: 0.00
53.46/13.44	c  N dy   407    105345       750     15000         0     23041     75000   1270300     79.87   no data
56.25/14.16	c  N dy   447    112150       750     15000         0     15872     75000    483839     79.93     84.34
59.07/14.88	c  N dy   478    119456       750     15000         0     23155     75000   1196530     79.84     84.11
62.64/15.77	c  N dy   518    127134       750     15000         0     15858     75000    385558     79.90     90.59
66.24/16.60	c  N dy   559    135561       750     15000         0     24253     75000   1205997     79.86     85.08
70.23/17.68	c  N dy   601    145036       750     15000         0     17755     75000    482310     79.80     84.07
74.21/18.61	c  N dy   653    154297       750     15000         0     26981     75000   1383983     79.82     85.10
75.82/19.02	c  S st   671    158017       750     15000         0     30694     75000   1752095     79.82     97.65
76.22/19.10	c  S st   671    158518       750     15000         0     31195     75000   1796425     79.82   no data
76.22/19.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.22/19.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
76.22/19.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.22/19.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.22/19.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.22/19.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
76.22/19.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.22/19.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
76.22/19.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.18/24.69	c lits-rem:       362  cl-subs:      132  v-elim:      0  v-fix:    0  time:  5.50 s
98.18/24.69	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
98.59/24.72	c vivif2 --  cl tried    31063 cl shrink        0 lits rem          0 time: 0.02
99.37/24.95	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
99.37/24.95	c calculated reachability. Time: 0.00
99.37/24.95	c  N dy   671    158518       750     15000         0     31063     75000   1773515     79.82   no data
103.75/26.08	c  N dy   732    168643       750     15000         0     24214     75000   1023221     79.94     85.80
109.75/27.51	c  N dy   797    179822       750     15000         0     35362     75000   2122091     79.97     84.31
114.53/28.75	c  N dy   852    191368       750     15000         0     28933     75000   1407449     79.93     85.72
120.54/30.30	c  N dy   922    203823       750     15000         0     22408     75000    668300     79.99     84.32
127.30/31.91	c  N dy   997    217003       750     15000         0     35532     75000   1957458     80.03     85.64
134.13/33.62	c  N dy  1085    230923       750     15000         0     29476     75000   1277737     80.14     84.86
137.69/34.52	c  S st  1119    237778       750     15000         0     36307     75000   1947442     80.13     76.95
138.10/34.62	c  S st  1119    238282       750     15000         0     36811     75000   1993752     80.13   no data
138.10/34.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.10/34.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
138.10/34.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.10/34.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.10/34.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.10/34.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
138.10/34.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.10/34.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
138.51/34.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.41/42.76	c lits-rem:       458  cl-subs:      105  v-elim:      0  v-fix:    0  time:  8.03 s
170.41/42.76	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
170.41/42.79	c vivif2 --  cl tried    36706 cl shrink        0 lits rem          0 time: 0.03
171.61/43.07	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
171.61/43.07	c calculated reachability. Time: 0.00
171.61/43.07	c  N dy  1119    238282       750     15000         0     36706     75000   1974798     80.13   no data
179.20/44.90	c  N dy  1188    253590       750     15000         0     31033     75000   1321692     80.04     84.89
187.57/47.00	c  N dy  1266    269870       750     15000         0     25330     75000    686040     80.03     85.12
196.37/49.25	c  N dy  1367    287151       750     15000         0     42543     75000   2370884     80.07     84.68
205.55/51.59	c  N dy  1464    305707       750     15000         0     38107     75000   1846362     80.07     85.20
205.95/51.67	c  F st  1466    306250       750     15000         0     38648     75000   1898078     80.07     78.33
215.92/54.19	c  N dy  1556    325376       750     15000         0     33795     75000   1335671     80.13     86.29
227.49/57.08	c  N dy  1667    345395       750     15000         0     28838     75000    753810     80.15     87.25
233.88/58.65	c  S st  1728    357426       750     15000         0     40831     75000   1927784     80.14     72.70
234.28/58.76	c  S st  1728    357929       750     15000         0     41334     75000   1973803     80.14   no data
234.28/58.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
234.28/58.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
234.28/58.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.28/58.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.28/58.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.28/58.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
234.28/58.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.70/58.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
234.70/58.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.61/67.39	c lits-rem:       395  cl-subs:      120  v-elim:      0  v-fix:    0  time:  8.52 s
268.61/67.39	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
269.01/67.42	c vivif2 --  cl tried    41214 cl shrink        0 lits rem          0 time: 0.03
270.24/67.76	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
270.24/67.76	c calculated reachability. Time: 0.00
270.24/67.76	c  N dy  1728    357929       750     15000         0     41214     75000   1952377     80.14   no data
282.19/70.73	c  N dy  1826    378004       750     15000         0     35305     75000   1300301     80.13     84.43
294.96/73.94	c  N dy  1936    398029       750     15000         0     28352     75000    525172     80.15     86.66
306.14/76.77	c  N dy  2018    418041       750     15000         0     48286     75000   2484700     80.10     84.87
318.55/79.84	c  N dy  2133    438134       750     15000         0     40420     75000   1622553     80.14     91.51
332.08/83.25	c  N dy  2238    458783       750     15000         0     32087     75000    712157     80.13     85.73
344.06/86.30	c  N dy  2337    479113       750     15000         0     52362     75000   2697584     80.11     84.37
356.84/89.47	c  N dy  2437    499232       750     15000         0     42520     75000   1654326     80.11     84.83
371.24/93.03	c  N dy  2543    519255       750     15000         0     31571     75000    482059     80.12     95.12
381.59/95.62	c  S st  2642    536893       750     15000         0     49157     75000   2204600     80.13     78.76
381.99/95.74	c  S st  2642    537394       750     15000         0     49658     75000   2247356     80.13   no data
381.99/95.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
381.99/95.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
381.99/95.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
381.99/95.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.99/95.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.99/95.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
381.99/95.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
382.39/95.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
382.39/95.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.09/108.05	c lits-rem:       444  cl-subs:      140  v-elim:      0  v-fix:    0  time: 12.19 s
431.09/108.05	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
431.09/108.08	c vivif2 --  cl tried    49518 cl shrink        0 lits rem          0 time: 0.03
432.71/108.47	c asymm  cl-useful: 0/13295/15000 lits-rem:0 time: 0.38
432.71/108.47	c calculated reachability. Time: 0.00
432.71/108.47	c  N dy  2642    537394       750     15000         0     49518     75000   2222141     80.13   no data
447.86/112.23	c  N dy  2744    557668       750     15000         0     37824     75000   1004688     80.12     84.57
462.62/115.90	c  N dy  2857    577672       750     15000         0     57767     75000   2953466     80.12     85.37
476.98/119.54	c  N dy  2968    597713       750     15000         0     44871     75000   1622327     80.15     85.09
492.56/123.47	c  N dy  3074    617729       750     15000         0     64822     75000   3582612     80.16     84.76
506.14/126.89	c  N dy  3179    637990       750     15000         0     51127     75000   2115171     80.14     84.85
522.50/130.99	c  N dy  3290    658704       750     15000         0     36886     75000    643856     80.16     84.74
536.07/134.31	c  N dy  3386    678884       750     15000         0     56995     75000   2615156     80.15     84.37
551.63/138.27	c  N dy  3494    698915       750     15000         0     41082     75000    960581     80.16     85.67
565.61/141.76	c  N dy  3602    718977       750     15000         0     61074     75000   2917098     80.15     84.45
581.18/145.69	c  N dy  3699    739291       750     15000         0     44440     75000   1201523     80.13     85.51
596.35/149.45	c  N dy  3816    759509       750     15000         0     64593     75000   3181024     80.14     85.90
612.34/153.42	c  N dy  3928    779525       750     15000         0     46668     75000   1332487     80.16     85.28
627.88/157.34	c  N dy  4037    799633       750     15000         0     66697     75000   3301453     80.15     84.96
633.88/158.83	c  S st  4070    806092       750     15000         0     73140     75000   3928174     80.15     72.76
634.70/159.02	c  S st  4070    806600       750     15000         0     73648     75000   3974128     80.15   no data
634.70/159.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
634.70/159.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
634.70/159.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
634.70/159.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
634.70/159.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
634.70/159.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
634.70/159.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
635.07/159.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
635.46/159.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
731.67/183.34	c lits-rem:       936  cl-subs:      226  v-elim:      0  v-fix:    0  time: 24.11 s
731.67/183.35	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
732.07/183.40	c vivif2 --  cl tried    73422 cl shrink        0 lits rem          0 time: 0.05
732.07/183.48	c asymm  cl-useful: 0/1705/15000 lits-rem:0 time: 0.08
732.07/183.49	c calculated reachability. Time: 0.00
732.07/183.49	c  N dy  4070    806600       750     15000         0     73422     75000   3933212     80.15   no data
747.24/187.22	c  N dy  4182    826632       750     15000         0     54514     75000   2016543     80.16     85.61
764.01/191.41	c  N dy  4275    846635       750     15000         0     74417     75000   3986380     80.15     84.51
779.20/195.28	c  N dy  4400    866721       750     15000         0     54579     75000   1933955     80.18     85.88
795.95/199.48	c  N dy  4501    886756       750     15000         0     74539     75000   3910844     80.18     85.13
812.31/203.57	c  N dy  4603    907083       750     15000         0     53937     75000   1776315     80.17     84.80
829.47/207.89	c  N dy  4720    927321       750     15000         0     74097     75000   3764181     80.19     84.60
847.03/212.24	c  N dy  4843    947563       750     15000         0     52406     75000   1544058     80.22     84.91
863.40/216.34	c  N dy  4945    967602       750     15000         0     72380     75000   3512501     80.22     85.37
881.76/220.92	c  N dy  5046    987871       750     15000         0     49730     75000   1193620     80.22     84.47
898.16/225.03	c  N dy  5157   1008007       750     15000         0     69794     75000   3172329     80.22     84.57
918.09/230.09	c  N dy  5267   1028073       750     15000         0     45954     75000    731890     80.23     85.25
935.25/234.32	c  N dy  5375   1049205       750     15000         0     67019     75000   2800358     80.23     84.64
956.81/239.78	c  N dy  5480   1069383       750     15000         0     87122     75000   4788255     80.24     85.35
960.00/240.54	c  F st  5493   1071875       750     15000         0     89606     75000   5029794     80.24   no data
973.97/244.09	c  N dy  5561   1089765       750     15000         0     62572     75000   2309862     80.24     84.59
994.76/249.28	c  N dy  5670   1109867       750     15000         0     82609     75000   4287194     80.24     86.59
1013.49/253.95	c  N dy  5768   1129941       750     15000         0     56800     75000   1603932     80.24     84.53
1031.46/258.46	c  N dy  5868   1149971       750     15000         0     76765     75000   3566249     80.24     84.56
1053.01/263.81	c  N dy  5974   1170037       750     15000         0     49918     75000    845484     80.25     84.82
1069.00/267.87	c  N dy  6069   1190069       750     15000         0     69885     75000   2810755     80.25     85.13
1089.34/272.97	c  S st  6178   1209900       750     15000         0     89653     75000   4770724     80.26     75.46
1090.14/273.19	c  S st  6178   1210401       750     15000         0     90152     75000   4817846     80.26   no data
1090.54/273.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1090.54/273.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1090.54/273.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1090.54/273.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1090.54/273.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1090.54/273.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1090.54/273.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1090.95/273.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1091.36/273.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1222.27/306.21	c lits-rem:       886  cl-subs:      302  v-elim:      0  v-fix:    0  time: 32.77 s
1222.27/306.21	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1222.27/306.28	c vivif2 --  cl tried    89850 cl shrink        0 lits rem          0 time: 0.06
1224.26/306.70	c asymm  cl-useful: 0/8645/15000 lits-rem:0 time: 0.42
1224.26/306.70	c calculated reachability. Time: 0.00
1224.26/306.70	c  N dy  6178   1210401       750     15000         0     89850     75000   4763704     80.26   no data
1241.82/311.15	c  N dy  6282   1230757       750     15000         0     62304     75000   1978026     80.27     84.55
1260.59/315.87	c  N dy  6388   1250943       750     15000         0     82411     75000   3960372     80.27     85.29
1282.55/321.39	c  N dy  6513   1270982       750     15000         0     53542     75000   1030655     80.29     86.74
1299.71/325.69	c  N dy  6617   1291459       750     15000         0     73951     75000   3029327     80.29     84.61
1321.26/331.05	c  N dy  6719   1311546       750     15000         0     93971     75000   5001075     80.28     84.96
1339.63/335.69	c  N dy  6828   1331822       750     15000         0     64347     75000   1991409     80.29     86.02
1359.98/340.75	c  N dy  6946   1352186       750     15000         0     84648     75000   4001704     80.30     85.77
1382.74/346.41	c  N dy  7043   1372205       750     15000         0     53772     75000    863363     80.30     84.60
1399.90/350.77	c  N dy  7168   1392382       750     15000         0     73872     75000   2866661     80.33     84.61
1422.66/356.42	c  N dy  7284   1412807       750     15000         0     94221     75000   4877906     80.33     84.70
1442.64/361.48	c  N dy  7390   1432808       750     15000         0     62348     75000   1630413     80.34     84.81
1462.18/366.31	c  N dy  7500   1452922       750     15000         0     82400     75000   3590340     80.34     84.64
1486.15/372.39	c  N dy  7613   1473052       750     15000         0    102457     75000   5585859     80.35     88.13
1504.48/376.98	c  N dy  7731   1493133       750     15000         0     69649     75000   2262946     80.36     84.82
1527.24/382.62	c  N dy  7850   1513187       750     15000         0     89630     75000   4243820     80.38     85.65
1552.01/388.81	c  N dy  7956   1533233       750     15000         0     55803     75000    800788     80.38     84.64
1569.58/393.29	c  N dy  8068   1553474       750     15000         0     75967     75000   2799274     80.39     85.74
1592.70/399.04	c  N dy  8179   1573505       750     15000         0     95926     75000   4763720     80.40     85.71
1617.06/405.16	c  N dy  8289   1593602       750     15000         0     61146     75000   1237646     80.41     89.33
1636.61/410.09	c  N dy  8411   1614094       750     15000         0     81569     75000   3268046     80.42     86.19
1660.57/416.05	c  N dy  8525   1634156       750     15000         0    101548     75000   5249162     80.43     86.53
1682.53/421.58	c  N dy  8624   1654189       750     15000         0     65699     75000   1615329     80.43     84.85
1702.48/426.56	c  N dy  8743   1674268       750     15000         0     85707     75000   3592589     80.44     85.55
1727.65/432.89	c  N dy  8858   1694414       750     15000         0    105785     75000   5575128     80.45     85.47
1746.39/437.56	c  S st  8946   1710402       750     15000         0     64926     75000   1426592     80.45     67.99
1747.19/437.73	c  S st  8946   1710908       750     15000         0     65432     75000   1472792     80.45   no data
1747.19/437.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1747.19/437.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1747.19/437.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1747.19/437.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1747.19/437.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1747.19/437.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1747.19/437.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1747.59/437.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1747.59/437.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1767.17/442.80	c lits-rem:       248  cl-subs:       65  v-elim:      0  v-fix:    0  time:  4.95 s
1767.17/442.80	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1767.58/442.82	c vivif2 --  cl tried    65367 cl shrink        0 lits rem          0 time: 0.02
1768.35/443.08	c asymm  cl-useful: 0/6355/15000 lits-rem:0 time: 0.26
1768.35/443.09	c calculated reachability. Time: 0.00
1768.35/443.09	c  N dy  8946   1710908       750     15000         0     65367     75000   1461328     80.45   no data
1789.54/448.34	c  N dy  9047   1731125       750     15000         0     85496     75000   3451809     80.45     84.99
1815.88/454.93	c  N dy  9148   1751328       750     15000         0    105640     75000   5443525     80.45     84.94
1840.60/461.14	c  N dy  9235   1772630       750     15000         0     69078     75000   1743213     80.43     87.38
1861.76/466.41	c  N dy  9354   1792707       750     15000         0     89092     75000   3729491     80.43     88.08
1887.71/472.92	c  N dy  9459   1812727       750     15000         0    109051     75000   5685331     80.43     84.76
1910.07/478.53	c  N dy  9556   1833000       750     15000         0     70456     75000   1789381     80.42     85.16
1930.82/483.75	c  N dy  9666   1853016       750     15000         0     90416     75000   3763818     80.43     84.67
1957.16/490.38	c  N dy  9782   1873151       750     15000         0    110474     75000   5753935     80.44     84.76
1980.32/496.19	c  N dy  9894   1893191       750     15000         0     70652     75000   1722285     80.44     84.84
2001.07/501.38	c  N dy 10004   1913289       750     15000         0     90654     75000   3699932     80.45     85.29
2027.42/507.91	c  N dy 10106   1933305       750     15000         0    110595     75000   5665927     80.45     85.84
2052.17/514.17	c  N dy 10227   1953332       750     15000         0     69770     75000   1547754     80.46     87.38
2073.33/519.43	c  N dy 10344   1973409       750     15000         0     89780     75000   3538852     80.47     84.97
2098.47/525.74	c  N dy 10445   1993565       750     15000         0    109840     75000   5528244     80.47     85.39
2124.42/532.29	c  N dy 10547   2013604       750     15000         0     68040     75000   1289859     80.47     84.75
2145.58/537.50	c  N dy 10667   2033901       750     15000         0     88263     75000   3296499     80.48     85.25
2170.74/543.83	c  N dy 10775   2053927       750     15000         0    108206     75000   5279512     80.48     89.29
2199.87/551.11	c  N dy 10890   2074027       750     15000         0     65476     75000    944681     80.50     84.76
2220.22/556.23	c  N dy 10995   2094158       750     15000         0     85541     75000   2935560     80.50     84.94
2245.79/562.67	c  N dy 11117   2114217       750     15000         0    105554     75000   4913939     80.51     84.76
2276.53/570.34	c  N dy 11229   2134377       750     15000         0    125626     75000   6894564     80.51     85.23
2297.27/575.58	c  N dy 11346   2154467       750     15000         0     81887     75000   2480053     80.52     86.80
2320.86/581.49	c  N dy 11440   2174488       750     15000         0    101839     75000   4449061     80.51     85.06
2349.96/588.70	c  N dy 11546   2194496       750     15000         0    121778     75000   6417438     80.51     85.77
2370.32/593.80	c  S st 11633   2210910       750     15000         0     73366     75000   1551106     80.51   no data
2370.72/593.98	c  S st 11633   2211416       750     15000         0     73872     75000   1597394     80.51   no data
2370.72/593.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2371.12/594.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2371.12/594.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2371.12/594.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2371.12/594.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2371.12/594.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2371.12/594.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2371.12/594.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2371.52/594.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2392.28/599.37	c lits-rem:       199  cl-subs:       57  v-elim:      0  v-fix:    0  time:  5.26 s
2392.28/599.37	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2392.28/599.39	c vivif2 --  cl tried    73815 cl shrink        0 lits rem          0 time: 0.02
2393.87/599.77	c asymm  cl-useful: 0/10080/15000 lits-rem:0 time: 0.37
2393.87/599.77	c calculated reachability. Time: 0.00
2393.87/599.77	c  N dy 11633   2211416       750     15000         0     73815     75000   1587017     80.51   no data
2415.83/605.22	c  N dy 11746   2231480       750     15000         0     93810     75000   3564927     80.52     85.28
2442.97/612.00	c  N dy 11862   2251820       750     15000         0    114071     75000   5580664     80.52     85.30
2473.71/619.79	c  N dy 11977   2271922       750     15000         0     68317     75000    958735     80.53     87.16
2494.46/624.94	c  N dy 12090   2292023       750     15000         0     88358     75000   2945524     80.54     85.02
2520.41/631.42	c  N dy 12210   2312046       750     15000         0    108323     75000   4939854     80.55     85.52
2551.15/639.19	c  N dy 12329   2332241       750     15000         0    128436     75000   6940826     80.56     84.90
2576.70/645.56	c  N dy 12447   2352379       750     15000         0     81724     75000   2190319     80.56     85.37
2602.25/651.94	c  N dy 12567   2372467       750     15000         0    101750     75000   4174374     80.57     85.01
2632.62/659.56	c  N dy 12675   2393392       750     15000         0    122595     75000   6240004     80.57     85.69
2661.72/666.82	c  N dy 12788   2413463       750     15000         0     74837     75000   1420674     80.58     85.13
2683.29/672.25	c  N dy 12892   2433502       750     15000         0     94817     75000   3400224     80.58     87.19
2711.66/679.36	c  N dy 13001   2454667       750     15000         0    115901     75000   5473315     80.57     86.49
2743.96/687.44	c  N dy 13104   2474718       750     15000         0    135886     75000   7454578     80.58     85.49
2765.51/692.85	c  N dy 13210   2494725       750     15000         0     87043     75000   2542112     80.58     85.13
2791.06/699.26	c  N dy 13340   2514758       750     15000         0    106995     75000   4540429     80.60     85.96
2821.43/706.86	c  N dy 13454   2534767       750     15000         0    126937     75000   6516758     80.60     85.34
2850.94/714.23	c  N dy 13567   2554810       750     15000         0     77159     75000   1471308     80.61     85.02
2873.29/719.88	c  N dy 13675   2575066       750     15000         0     97345     75000   3470473     80.61     87.04
2901.23/726.84	c  N dy 13781   2595188       750     15000         0    117411     75000   5470551     80.61     85.73
2934.37/735.13	c  N dy 13893   2615267       750     15000         0    137423     75000   7457270     80.62     86.49
2959.91/741.58	c  N dy 14012   2635402       750     15000         0     86739     75000   2340531     80.63     85.37
2986.67/748.26	c  N dy 14120   2655494       750     15000         0    106769     75000   4330917     80.63     85.14
3018.20/756.15	c  N dy 14239   2675731       750     15000         0    126950     75000   6348152     80.64     85.03
3051.33/764.45	c  N dy 14359   2695854       750     15000         0     75237     75000   1099263     80.65     85.88
3067.69/768.57	c  S st 14444   2711418       750     15000         0     90762     75000   2645671     80.65   no data
3068.50/768.79	c  S st 14444   2711919       750     15000         0     91263     75000   2691235     80.65   no data
3068.90/768.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3068.90/768.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3068.90/768.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3068.90/768.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3068.90/768.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3068.90/768.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3068.90/768.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3069.30/768.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3069.30/768.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3128.40/783.72	c lits-rem:       254  cl-subs:      128  v-elim:      0  v-fix:    0  time: 14.75 s
3128.40/783.72	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3128.40/783.76	c vivif2 --  cl tried    91135 cl shrink        0 lits rem          0 time: 0.04
3129.57/784.04	c asymm  cl-useful: 0/4920/15000 lits-rem:0 time: 0.28
3129.57/784.04	c calculated reachability. Time: 0.00
3129.57/784.04	c  N dy 14444   2711919       750     15000         0     91135     75000   2668120     80.65   no data
3155.51/790.50	c  N dy 14545   2732133       750     15000         0    111292     75000   4667418     80.65     84.96
3187.05/798.46	c  N dy 14656   2752438       750     15000         0    131538     75000   6673887     80.66     84.95
3218.59/806.36	c  N dy 14770   2772489       750     15000         0     78757     75000   1355129     80.67     86.47
3242.57/812.31	c  N dy 14885   2793214       750     15000         0     99424     75000   3416865     80.67     85.96
3270.89/819.48	c  N dy 14995   2813281       750     15000         0    119427     75000   5404270     80.68     89.56
3304.81/827.92	c  N dy 15103   2833378       750     15000         0    139459     75000   7398103     80.68     85.01
3332.76/834.94	c  N dy 15214   2853697       750     15000         0     85928     75000   1985808     80.68     84.94
3357.91/841.24	c  N dy 15317   2874158       750     15000         0    106323     75000   3997203     80.68     85.37
3389.45/849.16	c  N dy 15431   2894232       750     15000         0    126328     75000   5980996     80.68     87.74
3426.17/858.32	c  N dy 15542   2914297       750     15000         0    146331     75000   7967100     80.69     84.94
3450.92/864.54	c  N dy 15649   2934388       750     15000         0     91604     75000   2464692     80.69     85.52
3478.06/871.37	c  N dy 15773   2955142       750     15000         0    112275     75000   4520642     80.70     85.02
3509.20/879.16	c  N dy 15878   2975174       750     15000         0    132235     75000   6505838     80.70     85.02
3546.72/888.53	c  N dy 15993   2995227       750     15000         0     76477     75000    862436     80.71     90.13
3568.68/894.01	c  N dy 16101   3015302       750     15000         0     96464     75000   2844763     80.71     86.87
3595.43/900.74	c  N dy 16206   3035463       750     15000         0    116569     75000   4840664     80.71     85.85
3628.98/909.12	c  N dy 16322   3055544       750     15000         0    136584     75000   6834380     80.72     85.05
3664.10/917.98	c  N dy 16438   3075648       750     15000         0     79875     75000   1112570     80.72     85.20
3687.63/923.81	c  N dy 16548   3095827       750     15000         0     99989     75000   3099456     80.72     85.68
3715.98/930.93	c  N dy 16666   3115922       750     15000         0    120024     75000   5097290     80.73     86.19
3749.50/939.30	c  N dy 16769   3136011       750     15000         0    140051     75000   7087052     80.73     86.03
3785.84/948.50	c  N dy 16880   3156068       750     15000         0     82307     75000   1267117     80.73     87.55
3812.18/955.06	c  N dy 16995   3176148       750     15000         0    102314     75000   3269165     80.74     86.17
3844.14/963.09	c  N dy 17112   3196207       750     15000         0    122309     75000   5259119     80.74     94.62
3874.06/970.52	c  S st 17198   3211921       750     15000         0    137979     75000   6811217     80.74   no data
3875.65/970.92	c  S st 17198   3212423       750     15000         0    138481     75000   6854977     80.74   no data
3875.65/970.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3876.05/971.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3876.05/971.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3876.05/971.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3876.05/971.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3876.05/971.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3876.05/971.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3876.45/971.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3877.25/971.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4097.20/1026.45	c lits-rem:       904  cl-subs:      468  v-elim:      0  v-fix:    0  time: 55.10 s
4097.20/1026.45	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4097.60/1026.53	c vivif2 --  cl tried   138013 cl shrink        0 lits rem          0 time: 0.09
4099.23/1026.99	c asymm  cl-useful: 0/6108/15000 lits-rem:0 time: 0.46
4099.59/1027.00	c calculated reachability. Time: 0.00
4099.59/1027.00	c  N dy 17198   3212423       750     15000         0    138013     75000   6771872     80.74   no data
4138.34/1036.71	c  N dy 17315   3232700       750     15000         0     79486     75000    893052     80.74     85.16
4161.87/1042.62	c  N dy 17435   3253035       750     15000         0     99762     75000   2916870     80.75     85.83
4190.21/1049.70	c  N dy 17549   3273063       750     15000         0    119703     75000   4907646     80.76     85.31
4223.34/1058.09	c  N dy 17664   3293193       750     15000         0    139761     75000   6906446     80.76     85.73
4264.46/1068.35	c  N dy 17785   3313311       750     15000         0     80081     75000    863029     80.77     87.16
4289.21/1074.55	c  N dy 17901   3333419       750     15000         0    100123     75000   2865193     80.77     85.73
4319.55/1082.19	c  N dy 18018   3353458       750     15000         0    120105     75000   4850053     80.78     87.65
4355.07/1091.02	c  N dy 18121   3373533       750     15000         0    140100     75000   6841633     80.78     85.13
4396.60/1101.40	c  N dy 18248   3393577       750     15000         0    160066     75000   8831178     80.79     85.19
4421.74/1107.77	c  N dy 18356   3413644       750     15000         0     99340     75000   2689405     80.79     85.36
4450.10/1114.82	c  N dy 18457   3433695       750     15000         0    119311     75000   4673027     80.79     90.87
4483.62/1123.28	c  N dy 18565   3453714       750     15000         0    139256     75000   6658794     80.80     85.09
4523.54/1133.26	c  N dy 18684   3474018       750     15000         0    159484     75000   8666940     80.80     85.06
4549.48/1139.77	c  N dy 18778   3494023       750     15000         0     97727     75000   2433728     80.79     97.35
4577.44/1146.71	c  N dy 18890   3514071       750     15000         0    117695     75000   4419010     80.80     87.05
4610.55/1155.03	c  N dy 19003   3534270       750     15000         0    137828     75000   6427298     80.80     85.09
4648.87/1164.62	c  N dy 19114   3554408       750     15000         0    157901     75000   8430997     80.81     85.55
4680.01/1172.48	c  N dy 19233   3574757       750     15000         0     95472     75000   2124550     80.81     85.10
4707.16/1179.24	c  N dy 19325   3594949       750     15000         0    115593     75000   4122127     80.81     86.33
4739.91/1187.47	c  N dy 19452   3614953       750     15000         0    135531     75000   6114872     80.82     88.92
4777.41/1196.84	c  N dy 19550   3635147       750     15000         0    155655     75000   8117394     80.82     85.30

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366100-1305394711/watcher-3366100-1305394711 -o /tmp/evaluation-result-3366100-1305394711/solver-3366100-1305394711 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366100-1305394711.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 651068964 52396032 348 33554432000 4194304 4580107 140735309329904 18446744073709551615 47097905600438 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 12792 348 299 95 0 7774 0
[pid=12147/tid=12148] ppid=12145 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651068965 52396032 348 33554432000 4194304 4580107 140735309329904 18446744073709551615 271550594033 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651068965 52396032 348 33554432000 4194304 4580107 140735309329904 18446744073709551615 47097905600434 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651068965 52396032 348 33554432000 4194304 4580107 140735309329904 18446744073709551615 47097905600434 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0748989 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=348840 CPUtime=0.27 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 2485 0 0 0 27 0 0 0 18 0 4 0 651068964 357212160 2396 33554432000 4194304 4580107 140735309329904 18446744073709551615 271550198469 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 87210 2396 357 95 0 82192 0
[pid=12147/tid=12148] ppid=12145 vsize=348840 CPUtime=0.06 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 455 0 0 0 6 0 0 0 25 0 4 0 651068965 357212160 2396 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=348840 CPUtime=0.06 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 456 0 0 0 6 0 0 0 18 0 4 0 651068965 357212160 2396 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=348840 CPUtime=0.06 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 603 0 0 0 6 0 0 0 18 0 4 0 651068965 357212160 2396 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 348840

[startup+0.771243 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=358608 CPUtime=3.05 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 11250 0 0 0 303 2 0 0 18 0 4 0 651068964 367214592 7024 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 89652 7024 378 95 0 84634 0
[pid=12147/tid=12148] ppid=12145 vsize=358608 CPUtime=0.75 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2726 0 0 0 75 0 0 0 18 0 4 0 651068965 367214592 7024 33554432000 4194304 4580107 140735309329904 18446744073709551615 271550580826 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=358608 CPUtime=0.75 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2701 0 0 0 75 0 0 0 18 0 4 0 651068965 367214592 7024 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=358608 CPUtime=0.76 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2519 0 0 0 76 0 0 0 18 0 4 0 651068965 367214592 7024 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 358608

[startup+0.800798 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=358844 CPUtime=3.16 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 11741 0 0 0 314 2 0 0 18 0 4 0 651068964 367456256 6686 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 89711 6686 378 95 0 84693 0
[pid=12147/tid=12148] ppid=12145 vsize=358844 CPUtime=0.77 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 3083 0 0 0 77 0 0 0 18 0 4 0 651068965 367456256 6686 33554432000 4194304 4580107 140735309329904 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=358844 CPUtime=0.78 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2741 0 0 0 78 0 0 0 18 0 4 0 651068965 367456256 6686 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=358844 CPUtime=0.79 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2570 0 0 0 79 0 0 0 18 0 4 0 651068965 367456256 6686 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 358844

[startup+0.900752 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=359912 CPUtime=3.57 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 13151 0 0 0 354 3 0 0 18 0 4 0 651068964 368549888 6223 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 89978 6223 378 95 0 84960 0
[pid=12147/tid=12148] ppid=12145 vsize=359912 CPUtime=0.87 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 3247 0 0 0 87 0 0 0 19 0 4 0 651068965 368549888 6223 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=359912 CPUtime=0.88 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 3291 0 0 0 88 0 0 0 19 0 4 0 651068965 368549888 6223 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=359912 CPUtime=0.89 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 2737 0 0 0 89 0 0 0 19 0 4 0 651068965 368549888 6223 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 359912

[startup+1.50064 s]
/proc/loadavg: 8.10 7.67 6.76 6/253 12147
/proc/meminfo: memFree=20885816/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=361876 CPUtime=5.96 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 18407 0 0 0 593 3 0 0 19 0 4 0 651068964 370561024 7025 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 90469 7025 378 95 0 85451 0
[pid=12147/tid=12148] ppid=12145 vsize=361876 CPUtime=1.48 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 4484 0 0 0 147 1 0 0 20 0 4 0 651068965 370561024 7025 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=361876 CPUtime=1.48 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 4588 0 0 0 148 0 0 0 20 0 4 0 651068965 370561024 7025 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=361876 CPUtime=1.48 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 4096 0 0 0 148 0 0 0 20 0 4 0 651068965 370561024 7025 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 361876

[startup+3.10035 s]
/proc/loadavg: 8.25 7.71 6.78 9/257 12151
/proc/meminfo: memFree=20820172/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=342180 CPUtime=12.34 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 34897 0 0 0 1227 7 0 0 25 0 4 0 651068964 350392320 15195 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416732 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 85545 15195 380 95 0 80527 0
[pid=12147/tid=12148] ppid=12145 vsize=342180 CPUtime=3.06 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 7963 0 0 0 305 1 0 0 25 0 4 0 651068965 350392320 15195 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=342180 CPUtime=3.08 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 7730 0 0 0 307 1 0 0 25 0 4 0 651068965 350392320 15195 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=342180 CPUtime=3.09 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 7238 0 0 0 308 1 0 0 25 0 4 0 651068965 350392320 15195 33554432000 4194304 4580107 140735309329904 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 342180

[startup+6.30077 s]
/proc/loadavg: 8.23 7.71 6.79 10/257 12151
/proc/meminfo: memFree=20736272/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=363880 CPUtime=25.12 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 60064 0 0 0 2499 13 0 0 25 0 4 0 651068964 372613120 38045 33554432000 4194304 4580107 140735309329904 18446744073709551615 4324379 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 90970 38045 380 95 0 85952 0
[pid=12147/tid=12148] ppid=12145 vsize=363880 CPUtime=6.24 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 15912 0 0 0 621 3 0 0 25 0 4 0 651068965 372613120 38045 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=363880 CPUtime=6.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 14505 0 0 0 626 3 0 0 25 0 4 0 651068965 372613120 38045 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=363880 CPUtime=6.28 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 13450 0 0 0 626 2 0 0 25 0 4 0 651068965 372613120 38045 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 363880

[startup+12.7096 s]
/proc/loadavg: 8.21 7.71 6.79 9/257 12151
/proc/meminfo: memFree=20653564/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=384612 CPUtime=50.7 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 88803 0 0 0 5051 19 0 0 25 0 4 0 651068964 393842688 55484 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 96153 55484 380 95 0 91135 0
[pid=12147/tid=12148] ppid=12145 vsize=384612 CPUtime=12.59 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 21108 0 0 0 1255 4 0 0 25 0 4 0 651068965 393842688 55484 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=384612 CPUtime=12.69 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 21739 0 0 0 1266 3 0 0 25 0 4 0 651068965 393842688 55484 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=384612 CPUtime=12.69 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 21327 0 0 0 1265 4 0 0 25 0 4 0 651068965 393842688 55484 33554432000 4194304 4580107 140735309329904 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 384612

[startup+25.5003 s]
/proc/loadavg: 8.18 7.72 6.81 9/257 12152
/proc/meminfo: memFree=20603540/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=525564 CPUtime=101.76 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 113358 0 0 0 10150 26 0 0 25 0 4 0 651068964 538177536 67085 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 131391 67087 382 95 0 126373 0
[pid=12147/tid=12148] ppid=12145 vsize=525564 CPUtime=25.28 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 26530 0 0 0 2522 6 0 0 25 0 4 0 651068965 538177536 67088 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=525564 CPUtime=25.48 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 31717 0 0 0 2542 6 0 0 25 0 4 0 651068965 538177536 67089 33554432000 4194304 4580107 140735309329904 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=525564 CPUtime=25.49 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 26296 0 0 0 2543 6 0 0 25 0 4 0 651068965 538177536 67090 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 525564

[startup+51.1006 s]
/proc/loadavg: 8.30 7.80 6.86 9/257 12152
/proc/meminfo: memFree=20566120/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=614256 CPUtime=203.97 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 176483 0 0 0 20353 44 0 0 25 0 4 0 651068964 628998144 76594 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 153564 76594 382 95 0 148546 0
[pid=12147/tid=12148] ppid=12145 vsize=614256 CPUtime=50.68 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 45717 0 0 0 5057 11 0 0 25 0 4 0 651068965 628998144 76600 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=614256 CPUtime=51.09 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 43499 0 0 0 5099 10 0 0 25 0 4 0 651068965 628998144 76600 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=614256 CPUtime=51.09 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 42152 0 0 0 5098 11 0 0 25 0 4 0 651068965 628998144 76600 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.97
Current children cumulated vsize (KiB) 614256

[startup+102.3 s]
/proc/loadavg: 7.91 7.79 6.90 7/257 12154
/proc/meminfo: memFree=20643156/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=608132 CPUtime=408.34 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 276589 0 0 0 40758 76 0 0 25 0 4 0 651068964 622727168 79574 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 152033 79574 380 95 0 147015 0
[pid=12147/tid=12148] ppid=12145 vsize=608132 CPUtime=101.45 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 71818 0 0 0 10128 17 0 0 25 0 4 0 651068965 622727168 79574 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=608132 CPUtime=102.28 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 66510 0 0 0 10211 17 0 0 25 0 4 0 651068965 622727168 79574 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=608132 CPUtime=102.28 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 75435 0 0 0 10205 23 0 0 25 0 4 0 651068965 622727168 79574 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 608132

[startup+162.309 s]

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

[pid=12147] ppid=12145 vsize=904448 CPUtime=2803.46 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1152270 0 0 0 279949 397 0 0 25 0 4 0 651068964 926154752 151355 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 226112 151355 380 95 0 221094 0
[pid=12147/tid=12148] ppid=12145 vsize=904448 CPUtime=696.56 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 268371 0 0 0 69563 93 0 0 25 0 4 0 651068965 926154752 151358 33554432000 4194304 4580107 140735309329904 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=904448 CPUtime=702.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 299957 0 0 0 70132 97 0 0 25 0 4 0 651068965 926154752 151358 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=904448 CPUtime=702.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 317456 0 0 0 70117 113 0 0 25 0 4 0 651068965 926154752 151358 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2803.46
Current children cumulated vsize (KiB) 904448

[startup+762.301 s]
/proc/loadavg: 8.11 8.06 7.49 9/257 12201
/proc/meminfo: memFree=20233284/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1027672 CPUtime=3042.95 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1217486 0 0 0 303872 423 0 0 25 0 4 0 651068964 1052336128 157288 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 256918 157288 380 95 0 251900 0
[pid=12147/tid=12148] ppid=12145 vsize=1027672 CPUtime=756.07 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 281052 0 0 0 75509 98 0 0 25 0 4 0 651068965 1052336128 157288 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1027672 CPUtime=762.28 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 318032 0 0 0 76124 104 0 0 25 0 4 0 651068965 1052336128 157288 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1027672 CPUtime=762.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 333155 0 0 0 76110 120 0 0 25 0 4 0 651068965 1052336128 157288 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3042.95
Current children cumulated vsize (KiB) 1027672

[startup+822.31 s]
/proc/loadavg: 8.14 8.07 7.53 9/257 12203
/proc/meminfo: memFree=20157832/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1029888 CPUtime=3282.49 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1286198 0 0 0 327800 449 0 0 25 0 4 0 651068964 1054605312 161030 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 257472 161030 380 95 0 252454 0
[pid=12147/tid=12148] ppid=12145 vsize=1029888 CPUtime=815.59 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 299477 0 0 0 81453 106 0 0 25 0 4 0 651068965 1054605312 161030 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1029888 CPUtime=822.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 333682 0 0 0 82118 111 0 0 25 0 4 0 651068965 1054605312 161030 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1029888 CPUtime=822.31 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 351729 0 0 0 82104 127 0 0 25 0 4 0 651068965 1054605312 161030 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3282.49
Current children cumulated vsize (KiB) 1029888

[startup+882.301 s]
/proc/loadavg: 8.19 8.10 7.57 9/257 12204
/proc/meminfo: memFree=20104088/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1045272 CPUtime=3521.98 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1351010 0 0 0 351721 477 0 0 25 0 4 0 651068964 1070358528 168544 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 261318 168544 380 95 0 256300 0
[pid=12147/tid=12148] ppid=12145 vsize=1045272 CPUtime=875.09 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 317606 0 0 0 87396 113 0 0 25 0 4 0 651068965 1070358528 168545 33554432000 4194304 4580107 140735309329904 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1045272 CPUtime=882.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 343672 0 0 0 88114 115 0 0 25 0 4 0 651068965 1070358528 168545 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1045272 CPUtime=882.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 370006 0 0 0 88096 134 0 0 25 0 4 0 651068965 1070358528 168545 33554432000 4194304 4580107 140735309329904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3521.98
Current children cumulated vsize (KiB) 1045272

[startup+942.301 s]
/proc/loadavg: 8.19 8.12 7.61 9/257 12206
/proc/meminfo: memFree=20045024/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1058964 CPUtime=3761.48 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1440791 0 0 0 375638 510 0 0 25 0 4 0 651068964 1084379136 178261 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 264741 178261 380 95 0 259723 0
[pid=12147/tid=12148] ppid=12145 vsize=1058964 CPUtime=934.6 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 335690 0 0 0 93338 122 0 0 25 0 4 0 651068965 1084379136 178261 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1058964 CPUtime=942.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 363207 0 0 0 94106 123 0 0 25 0 4 0 651068965 1084379136 178261 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1058964 CPUtime=942.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 403728 0 0 0 94087 143 0 0 25 0 4 0 651068965 1084379136 178261 33554432000 4194304 4580107 140735309329904 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3761.48
Current children cumulated vsize (KiB) 1058964

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 7.64 9/257 12208
/proc/meminfo: memFree=19650292/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1275276 CPUtime=4001 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1498716 0 0 0 399569 531 0 0 25 0 4 0 651068964 1305882624 218079 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 318819 218079 380 95 0 313801 0
[pid=12147/tid=12148] ppid=12145 vsize=1275276 CPUtime=994.11 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 358017 0 0 0 99286 125 0 0 25 0 4 0 651068965 1305882624 218079 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1275276 CPUtime=1002.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 379115 0 0 0 100097 132 0 0 25 0 4 0 651068965 1305882624 218079 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1275276 CPUtime=1002.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 403728 0 0 0 100087 143 0 0 25 0 4 0 651068965 1305882624 218079 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001
Current children cumulated vsize (KiB) 1275276

[startup+1062.3 s]
/proc/loadavg: 8.17 8.13 7.67 9/257 12209
/proc/meminfo: memFree=19659568/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1222272 CPUtime=4240.5 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1555766 0 0 0 423492 558 0 0 25 0 4 0 651068964 1251606528 208503 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 305568 208503 380 95 0 300550 0
[pid=12147/tid=12148] ppid=12145 vsize=1222272 CPUtime=1053.62 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 370162 0 0 0 105232 130 0 0 25 0 4 0 651068965 1251606528 208503 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1222272 CPUtime=1062.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 397088 0 0 0 106088 141 0 0 25 0 4 0 651068965 1251606528 208503 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1222272 CPUtime=1062.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 420538 0 0 0 106079 151 0 0 25 0 4 0 651068965 1251606528 208503 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4240.5
Current children cumulated vsize (KiB) 1222272

[startup+1122.3 s]
/proc/loadavg: 8.27 8.17 7.71 9/257 12211
/proc/meminfo: memFree=19657292/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1344808 CPUtime=4480.02 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1612902 0 0 0 447419 583 0 0 25 0 4 0 651068964 1377083392 218792 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 336202 218792 380 95 0 331184 0
[pid=12147/tid=12148] ppid=12145 vsize=1344808 CPUtime=1113.14 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 385798 0 0 0 111176 138 0 0 25 0 4 0 651068965 1377083392 218792 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1344808 CPUtime=1122.29 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 404038 0 0 0 112087 142 0 0 25 0 4 0 651068965 1377083392 218792 33554432000 4194304 4580107 140735309329904 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1344808 CPUtime=1122.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 437725 0 0 0 112070 160 0 0 25 0 4 0 651068965 1377083392 218792 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4480.02
Current children cumulated vsize (KiB) 1344808

[startup+1182.3 s]
/proc/loadavg: 8.18 8.16 7.74 9/257 12212
/proc/meminfo: memFree=19628972/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1291124 CPUtime=4719.52 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1681716 0 0 0 471344 608 0 0 25 0 4 0 651068964 1322110976 210374 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 322781 210374 380 95 0 317763 0
[pid=12147/tid=12148] ppid=12145 vsize=1291124 CPUtime=1172.63 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 403358 0 0 0 117119 144 0 0 25 0 4 0 651068965 1322110976 210374 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1291124 CPUtime=1182.28 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 420747 0 0 0 118080 148 0 0 25 0 4 0 651068965 1322110976 210374 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1291124 CPUtime=1182.3 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 454774 0 0 0 118064 166 0 0 25 0 4 0 651068965 1322110976 210374 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4719.52
Current children cumulated vsize (KiB) 1291124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.12 8.15 7.74 9/257 12213
/proc/meminfo: memFree=19653636/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1277956 CPUtime=4800.18 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1703165 0 0 0 479401 617 0 0 25 0 4 0 651068964 1308626944 212571 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 319489 212571 380 95 0 314471 0
[pid=12147/tid=12148] ppid=12145 vsize=1277956 CPUtime=1192.67 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 409442 0 0 0 119120 147 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1277956 CPUtime=1202.5 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 426567 0 0 0 120099 151 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1277956 CPUtime=1202.51 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 460007 0 0 0 120083 168 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1277956

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

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

[startup+1202.5 s]
/proc/loadavg: 8.12 8.15 7.74 9/257 12213
/proc/meminfo: memFree=19653636/32951124 swapFree=67056788/67111528
[pid=12147] ppid=12145 vsize=1277956 CPUtime=4800.18 cores=1,3,5,7
/proc/12147/stat : 12147 (strangenight2-m) R 12145 12147 11320 0 -1 4202496 1703165 0 0 0 479401 617 0 0 25 0 4 0 651068964 1308626944 212571 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12147/statm: 319489 212571 380 95 0 314471 0
[pid=12147/tid=12148] ppid=12145 vsize=1277956 CPUtime=1192.67 cores=1,3,5,7
/proc/12147/task/12148/stat : 12148 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 409442 0 0 0 119120 147 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12147/tid=12149] ppid=12145 vsize=1277956 CPUtime=1202.5 cores=1,3,5,7
/proc/12147/task/12149/stat : 12149 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 426567 0 0 0 120099 151 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12147/tid=12150] ppid=12145 vsize=1277956 CPUtime=1202.51 cores=1,3,5,7
/proc/12147/task/12150/stat : 12150 (strangenight2-m) R 12145 12147 11320 0 -1 4202560 460007 0 0 0 120083 168 0 0 25 0 4 0 651068965 1308626944 212572 33554432000 4194304 4580107 140735309329904 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1277956

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.55
CPU time (s): 4800.26
CPU user time (s): 4794.05
CPU system time (s): 6.21206
CPU usage (%): 399.173
Max. virtual memory (cumulated for all children) (KiB): 1360176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.05
system time used= 6.21206
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1703172
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= 1311
involuntary context switches= 21613

runsolver used 2.96155 second user time and 6.89295 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 19:38:31
IDJOB=3366100
IDBENCH=82509
IDSOLVER=1844
FILE ID=node133/3366100-1305394711
RUNJOBID= node133-1305393987-11746
PBS_JOBID= 13324443
Free space on /tmp= 73632 MiB

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

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

MD5SUM BENCH= 49e4c2cc668774425bd698267df5f51d
RANDOM SEED=878321608

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20886096 kB
Buffers:        268544 kB
Cached:        3232712 kB
SwapCached:       8724 kB
Active:        9366220 kB
Inactive:      2416332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20886096 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            6112 kB
Writeback:           0 kB
AnonPages:     8278712 kB
Mapped:          21508 kB
Slab:           194920 kB
PageTables:      25524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 20340368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node133 at 2011-05-14 19:58:35