Trace number 3173953

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.45 1201.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S664770261-061.SATISFIABLE.cnf
MD5SUM786afedaa52bbc0b93f9aff94029b9c0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.038994
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173953-1304073956.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        750
0.04/0.08	c Parsing time:  0.00 s
0.04/0.08	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.04/0.08	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.04/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.04/0.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.04/0.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.04/0.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.04/0.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.04/0.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.38/0.12	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
0.38/0.12	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.12	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.12	c calculated reachability. Time: 0.00
0.38/0.12	c Calc default polars -  time:   0.00 s pos:     334 undec:      90 neg:     326
0.38/0.12	c =========================================================================================
0.38/0.12	c types(t): F = full restart, N = normal restart
0.38/0.12	c types(t): S = simplification begin/end, E = solution found
0.38/0.12	c restart types(rt): st = static, dy = dynamic
0.38/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.12	c  B st     0         0       741      3188         0         0      9616         0   no data   no data
0.38/0.12	c Decided on static restart strategy
1.58/0.44	c  N st     8      4917       741      3188         0      4879      9616    169903   no data   no data
3.17/0.80	c  N st    10     11301       741      3188         0      4507      9616    104017   no data   no data
3.17/0.80	c  N st    11     17046       741      3188         0     10189      9616    290633   no data   no data
5.17/1.30	c  F st    12     25001       741      3188         0     12469      9616    367619   no data   no data
5.17/1.30	c  N st    12     25001       741      3188         0     12469      9616    367619   no data   no data
5.97/1.54	c  N dy    18     30000       741      3188         0     10751      9616    280770   no data   no data
5.97/1.54	c  S st    18     30000       741      3188         0     10751      9616    280770   no data   no data
5.97/1.57	c  S st    18     30504       741      3188         0     11255      9616    295189   no data   no data
5.97/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.58	c blocked clauses removed:       16 vars:      2 tried:         741 T: 0.00 s
5.97/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
5.97/1.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.64	c lits-rem:        59  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.04 s
6.37/1.64	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.01
6.37/1.64	c calculated reachability. Time: 0.00
6.37/1.64	c  N dy    18     30504       739      3172         0     10985      9568    283412   no data   no data
7.17/1.89	c  N dy    33     34579       739      3172         0     15038      9568    407619     20.97     22.47
8.38/2.13	c  N dy    48     38900       739      3172         0     11511      9568    230098     20.47     21.56
9.56/2.42	c  N dy    65     43473       739      3172         0     16058      9568    371695     20.42     21.58
9.97/2.58	c  S st    71     45758       739      3172         0      9462      9568    133193     20.33     18.56
10.36/2.61	c  S st    71     46258       739      3172         0      9962      9568    148056     20.33   no data
10.36/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.36/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.36/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
10.36/2.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.36/2.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.63	c lits-rem:         4  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.01 s
10.36/2.63	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
10.36/2.63	c vivif2 --  cl tried     9950 cl shrink        0 lits rem          0 time: 0.00
10.36/2.64	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.01
10.36/2.64	c calculated reachability. Time: 0.00
10.36/2.64	c  N dy    71     46258       739      3172         0      9950      9568    147766     20.33   no data
11.16/2.87	c  N dy    93     50280       739      3172         0     13946      9568    271835     20.54     23.59
12.79/3.25	c  N dy   113     55601       739      3172         0     19226      9568    432332     20.52     21.82
13.96/3.50	c  N dy   136     59633       739      3172         0     13331      9568    221004     20.64     21.81
14.76/3.77	c  N dy   159     63704       739      3172         0     17373      9568    345132     20.75     21.97
16.36/4.14	c  N dy   181     68327       739      3172         0     11056      9568    122661     20.77     22.09
16.76/4.20	c  S st   186     69387       739      3172         0     12109      9568    154214     20.76   no data
16.76/4.23	c  S st   186     69888       739      3172         0     12610      9568    168832     20.76   no data
16.76/4.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.76/4.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.76/4.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.76/4.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.76/4.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
16.76/4.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.76/4.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.76/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.26	c lits-rem:        24  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.01 s
16.76/4.26	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
16.76/4.26	c vivif2 --  cl tried    12588 cl shrink        0 lits rem          0 time: 0.00
16.76/4.27	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.01
16.76/4.27	c calculated reachability. Time: 0.00
16.76/4.27	c  N dy   186     69888       739      3172         0     12588      9568    168035     20.76   no data
18.35/4.61	c  N dy   205     74944       739      3172         0     17611      9568    320770     20.75     22.06
19.55/4.99	c  N dy   226     79764       739      3172         0     22394      9568    465556     20.76     21.87
21.15/5.36	c  N dy   245     84902       739      3172         0     15580      9568    236266     20.70     21.79
21.97/5.55	c  F st   260     87501       739      3172         0     18159      9568    314320     20.72     17.90
23.15/5.81	c  N st   265     90796       739      3172         0     21434      9568    420727     20.72   no data
23.55/5.97	c Decided on static restart strategy
25.96/6.58	c  N st   268     99806       739      3172         0     17455      9568    430706     20.72   no data
27.93/7.01	c  S st   269    104832       739      3172         0     22422      9568    586720     20.72   no data
27.93/7.06	c  S st   269    105332       739      3172         0     22922      9568    602246     20.72   no data
27.93/7.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.93/7.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.93/7.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.93/7.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
27.93/7.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.93/7.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.34/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.35	c lits-rem:       173  cl-subs:      718  v-elim:      0  v-fix:    0  time:  0.25 s
29.14/7.35	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
29.14/7.36	c vivif2 --  cl tried    22204 cl shrink        0 lits rem          0 time: 0.01
29.14/7.37	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.01
29.14/7.37	c calculated reachability. Time: 0.00
29.14/7.37	c  N st   269    105332       739      3172         0     22204      9568    574690     20.72   no data
33.14/8.33	c  N st   270    114930       739      3172         0     17826      9568    381260     20.72   no data
38.73/9.74	c  N st   271    129327       739      3172         0     17211      9568    380807     20.72   no data
47.51/11.96	c  N st   272    150923       739      3172         0     22833      9568    506384     20.72   no data
50.31/12.65	c  S st   273    157998       739      3172         0     29804      9568    731685     20.72   no data
50.71/12.72	c  S st   273    158500       739      3172         0     30305      9568    746264     20.72   no data
50.71/12.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.71/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.71/12.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.71/12.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.71/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
50.71/12.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
50.71/12.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.71/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.72/13.22	c lits-rem:       147  cl-subs:      897  v-elim:      0  v-fix:    0  time:  0.45 s
52.72/13.22	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
52.72/13.23	c vivif2 --  cl tried    29408 cl shrink        0 lits rem          0 time: 0.01
52.72/13.25	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.02
52.72/13.25	c calculated reachability. Time: 0.00
52.72/13.25	c  N st   273    158500       739      3172         0     29408      9568    713960     20.72   no data
75.87/19.03	c  N st   274    207091       739      3172         0     24060      9568    515415     20.72   no data
91.05/22.82	c  N st   275    237750       739      3172         0     34516      9568    822209     20.72   no data
91.05/22.82	c  S st   275    237750       739      3172         0     34516      9568    822209     20.72   no data
91.45/22.91	c  S st   275    238254       739      3172         0     35020      9568    836268     20.72   no data
91.45/22.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.45/22.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
91.45/22.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.45/22.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.45/22.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.45/22.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
91.45/22.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
91.45/22.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
91.45/22.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.04/23.87	c lits-rem:       326  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.91 s
95.04/23.87	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
95.04/23.89	c vivif2 --  cl tried    33704 cl shrink        0 lits rem          0 time: 0.01
95.44/23.91	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.02
95.44/23.91	c calculated reachability. Time: 0.00
95.44/23.91	c  N st   275    238254       739      3172         0     33704      9568    787350     20.72   no data
131.42/32.93	c  F st   276    306250       739      3172         0     35744      9568    797804     20.72   no data
131.42/32.93	c  N st   276    306250       739      3172         0     35744      9568    797804     20.72   no data
142.18/35.68	c  N dy   336    326153       739      3172         0     31735      9568    535139     20.64     21.84
154.96/38.84	c  N dy   458    346400       739      3172         0     27060      9568    336290     20.82     22.39
160.15/40.15	c  S st   502    357382       739      3172         0     37974      9568    676825     20.83     18.32
160.55/40.25	c  S st   502    357882       739      3172         0     38474      9568    691220     20.83   no data
160.55/40.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
160.55/40.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
160.55/40.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.55/40.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.55/40.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.55/40.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
160.55/40.26	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
160.55/40.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
160.96/40.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.76/40.50	c lits-rem:       152  cl-subs:      290  v-elim:      0  v-fix:    0  time:  0.21 s
161.76/40.50	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
161.76/40.51	c vivif2 --  cl tried    38184 cl shrink        0 lits rem          0 time: 0.01
161.76/40.54	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.03
161.76/40.54	c calculated reachability. Time: 0.00
161.76/40.54	c  N dy   502    357882       739      3172         0     38184      9568    680027     20.83   no data
173.73/43.59	c  N dy   587    377928       739      3172         0     32278      9568    458559     20.82     22.16
186.91/46.85	c  N dy   703    397932       739      3172         0     52189      9568   1083327     20.94     22.20
198.50/49.78	c  N dy   790    418587       739      3172         0     45863      9568    853961     20.96     22.21
212.88/53.38	c  N dy   891    440966       739      3172         0     40269      9568    635167     20.96     22.10
227.66/57.01	c  N dy   991    461065       739      3172         0     31433      9568    340466     21.00     22.21
239.64/60.06	c  N dy  1081    481178       739      3172         0     51403      9568    964809     21.01     22.15
253.63/63.56	c  N dy  1195    501662       739      3172         0     41944      9568    636436     21.06     22.62
270.00/67.60	c  N dy  1293    521820       739      3172         0     31177      9568    272886     21.09     22.68
278.00/69.64	c  S st  1341    536823       739      3172         0     46064      9568    739692     21.07   no data
278.40/69.75	c  S st  1341    537327       739      3172         0     46568      9568    754457     21.07   no data
278.40/69.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
278.40/69.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
278.40/69.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
278.40/69.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
278.40/69.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
278.40/69.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
278.40/69.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
278.40/69.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
278.80/69.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
280.00/70.11	c lits-rem:       124  cl-subs:      436  v-elim:      0  v-fix:    0  time:  0.30 s
280.00/70.11	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
280.00/70.12	c vivif2 --  cl tried    46132 cl shrink        0 lits rem          0 time: 0.01
280.00/70.15	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.03
280.00/70.15	c calculated reachability. Time: 0.00
280.00/70.15	c  N dy  1341    537327       739      3172         0     46132      9568    739390     21.07   no data
295.97/74.17	c  N dy  1418    557383       739      3172         0     34258      9568    343585     21.05     22.19
309.55/77.51	c  N dy  1529    577508       739      3172         0     54264      9568    974383     21.09     22.28
324.75/81.34	c  N dy  1616    597901       739      3172         0     41753      9568    562036     21.09     22.20
339.51/85.08	c  N dy  1718    617902       739      3172         0     61617      9568   1189623     21.11     24.67
353.89/88.66	c  N dy  1791    638107       739      3172         0     47923      9568    714924     21.10     22.39
371.47/93.04	c  N dy  1865    658207       739      3172         0     67895      9568   1336870     21.08     23.75
385.45/96.57	c  N dy  1990    678276       739      3172         0     53074      9568    857564     21.13     22.43
405.01/101.47	c  N dy  2069    698353       739      3172         0     37245      9568    326758     21.13     22.68
419.40/105.04	c  N dy  2173    718480       739      3172         0     57270      9568    954822     21.15     22.50
439.40/110.06	c  N dy  2266    740556       739      3172         0     42381      9568    458900     21.16     22.54
454.55/113.83	c  N dy  2331    760560       739      3172         0     62218      9568   1081078     21.14     22.43
472.53/118.34	c  N dy  2410    780590       739      3172         0     44393      9568    498986     21.14     27.77
488.90/122.42	c  N dy  2504    800645       739      3172         0     64310      9568   1126163     21.16     22.78
494.10/123.77	c  S st  2530    805992       739      3172         0     69631      9568   1296514     21.16     18.91
494.90/123.95	c  S st  2530    806495       739      3172         0     70134      9568   1313426     21.16   no data
494.90/123.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
494.90/123.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
494.90/123.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
494.90/123.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
494.90/123.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
494.90/123.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
494.90/123.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
495.30/124.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
495.30/124.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.90/124.96	c lits-rem:       386  cl-subs:      772  v-elim:      0  v-fix:    0  time:  0.91 s
498.90/124.96	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
498.90/124.98	c vivif2 --  cl tried    69362 cl shrink        0 lits rem          0 time: 0.02
499.30/125.04	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.06
499.30/125.05	c calculated reachability. Time: 0.00
499.30/125.05	c  N dy  2530    806495       739      3172         0     69362      9568   1284041     21.16   no data
516.47/129.39	c  N dy  2615    826666       739      3172         0     50672      9568    668226     21.16     22.32
535.25/134.01	c  N dy  2678    846864       739      3172         0     70728      9568   1285649     21.14     22.63
553.24/138.51	c  N dy  2760    866921       739      3172         0     50914      9568    652498     21.14     26.02
571.59/143.12	c  N dy  2851    886969       739      3172         0     70833      9568   1266040     21.15     22.54
590.77/147.95	c  N dy  2941    907077       739      3172         0     50082      9568    596333     21.15     22.40
608.75/152.49	c  N dy  3028    927170       739      3172         0     70004      9568   1212601     21.15     22.34
630.32/157.81	c  N dy  3135    947281       739      3172         0     48288      9568    522437     21.16     22.47
648.29/162.31	c  N dy  3216    967853       739      3172         0     68728      9568   1165942     21.16     22.53
671.06/168.08	c  N dy  3306    988624       739      3172         0     46650      9568    440732     21.16     22.39
688.63/172.45	c  N dy  3429   1008992       739      3172         0     66918      9568   1085955     21.19     22.36
713.00/178.59	c  N dy  3528   1029211       739      3172         0     86969      9568   1711664     21.20     22.42
729.77/182.74	c  N dy  3617   1049871       739      3172         0     63777      9568    952466     21.20     22.47
753.34/188.68	c  N dy  3725   1070483       739      3172         0     84247      9568   1595301     21.22     22.44
755.36/189.14	c  F st  3726   1071877       739      3172         0     85629      9568   1637239     21.22     17.70
771.32/193.16	c  N dy  3775   1090586       739      3172         0     59521      9568    798421     21.21     22.46
793.29/198.69	c  N dy  3857   1110910       739      3172         0     79715      9568   1429405     21.20     22.56
814.86/204.08	c  N dy  3926   1131162       739      3172         0     54144      9568    598344     21.20     22.40
834.04/208.84	c  N dy  4025   1151206       739      3172         0     74044      9568   1224293     21.21     22.35
860.40/215.49	c  N dy  4135   1171281       739      3172         0     47335      9568    359642     21.22     22.45
880.37/220.48	c  N dy  4250   1194431       739      3172         0     70326      9568   1092966     21.23     22.68
901.54/225.75	c  S st  4337   1209744       739      3172         0     85524      9568   1568961     21.24     18.47
902.74/226.05	c  S st  4337   1210247       739      3172         0     86027      9568   1584600     21.24   no data
902.74/226.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
903.14/226.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
903.14/226.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
903.14/226.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
903.14/226.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
903.14/226.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
903.14/226.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
903.14/226.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
903.14/226.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
911.52/228.29	c lits-rem:       301  cl-subs:      862  v-elim:      0  v-fix:    0  time:  2.08 s
911.52/228.29	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
911.92/228.31	c vivif2 --  cl tried    85165 cl shrink        0 lits rem          0 time: 0.03
912.32/228.42	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.11
912.32/228.43	c calculated reachability. Time: 0.00
912.32/228.43	c  N dy  4337   1210247       739      3172         0     85165      9568   1553137     21.24   no data
937.09/234.60	c  N dy  4433   1230253       739      3172         0     57351      9568    646057     21.24     22.68
957.07/239.61	c  N dy  4512   1250262       739      3172         0     77208      9568   1264945     21.24     26.40
983.04/246.13	c  N dy  4583   1270348       739      3172         0     97135      9568   1894904     21.24     22.42
1000.21/250.49	c  N dy  4673   1290557       739      3172         0     68521      9568    970549     21.24     22.64
1025.38/256.76	c  N dy  4798   1310576       739      3172         0     88403      9568   1595480     21.26     23.18
1048.14/262.43	c  N dy  4867   1330671       739      3172         0     58733      9568    641260     21.25     24.17
1069.31/267.75	c  N dy  4945   1351695       739      3172         0     79581      9568   1290387     21.24     22.54
1096.48/274.52	c  N dy  5029   1371722       739      3172         0     99458      9568   1914120     21.25     22.45
1115.67/279.34	c  N dy  5134   1391760       739      3172         0     68752      9568    934702     21.26     22.41
1140.81/285.66	c  N dy  5229   1412488       739      3172         0     89359      9568   1581317     21.27     22.39
1166.78/292.14	c  N dy  5316   1432587       739      3172         0     57689      9568    562861     21.27     23.62
1187.55/297.38	c  N dy  5442   1452680       739      3172         0     77647      9568   1196698     21.29     22.44
1219.91/305.41	c  N dy  5446   1477832       739      3172         0    102420      9568   1925971     21.22     22.45
1240.27/310.59	c  N dy  5563   1498202       739      3172         0     70101      9568    931659     21.24     22.46
1266.64/317.14	c  N dy  5626   1520864       739      3172         0     92555      9568   1634142     21.23     22.95
1294.60/324.11	c  N dy  5724   1540913       739      3172         0     58939      9568    555085     21.24     23.30
1315.78/329.49	c  N dy  5842   1561093       739      3172         0     78983      9568   1187011     21.25     22.38
1346.14/337.04	c  N dy  5936   1582984       739      3172         0    100723      9568   1864166     21.25     22.41
1371.69/343.48	c  N dy  6058   1603148       739      3172         0     66149      9568    753827     21.27     22.61
1393.67/348.97	c  N dy  6111   1623168       739      3172         0     85985      9568   1366289     21.26     26.31
1424.43/356.64	c  N dy  6209   1643822       739      3172         0    106495      9568   2011441     21.27     22.43
1446.80/362.26	c  N dy  6279   1663958       739      3172         0     70898      9568    871496     21.26     22.69
1473.56/368.90	c  N dy  6375   1684125       739      3172         0     90910      9568   1499401     21.27     22.40
1506.33/377.17	c  N dy  6448   1704241       739      3172         0    110856      9568   2122590     21.27     22.46
1513.51/378.94	c  S st  6462   1710248       739      3172         0     60250      9568    510544     21.27     20.17
1513.91/379.09	c  S st  6462   1710753       739      3172         0     60754      9568    525746     21.27   no data
1513.91/379.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1514.31/379.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1514.31/379.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1514.31/379.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1514.31/379.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1514.31/379.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
1514.31/379.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1514.31/379.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1514.31/379.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1514.71/379.27	c lits-rem:        19  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.12 s
1514.71/379.27	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
1514.71/379.28	c vivif2 --  cl tried    60505 cl shrink        0 lits rem          0 time: 0.01
1515.11/379.32	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.05
1515.11/379.33	c calculated reachability. Time: 0.00
1515.11/379.33	c  N dy  6462   1710753       739      3172         0     60505      9568    517972     21.27   no data
1537.07/384.89	c  N dy  6573   1731317       739      3172         0     80935      9568   1170611     21.28     22.52
1568.65/392.74	c  N dy  6686   1753649       739      3172         0    103089      9568   1870868     21.28     22.46
1598.19/400.13	c  N dy  6800   1773823       739      3172         0     65569      9568    658705     21.29     22.43
1620.57/405.70	c  N dy  6875   1794015       739      3172         0     85584      9568   1275085     21.29     22.56
1650.92/413.32	c  N dy  6962   1814677       739      3172         0    106102      9568   1917906     21.29     22.52
1678.88/420.34	c  N dy  7036   1834693       739      3172         0     67426      9568    694111     21.29     25.47
1705.25/426.98	c  N dy  7133   1856429       739      3172         0     88955      9568   1368382     21.29     22.72
1737.20/434.93	c  N dy  7211   1877346       739      3172         0    109735      9568   2020895     21.29     22.69
1765.56/442.07	c  N dy  7340   1897699       739      3172         0     70398      9568    763566     21.30     22.51
1790.33/448.24	c  N dy  7450   1917795       739      3172         0     90338      9568   1392363     21.31     22.45
1839.86/460.62	c  N dy  7553   1948799       739      3172         0     60555      9568    427990     21.30     22.44
1860.23/465.76	c  N dy  7633   1968866       739      3172         0     80442      9568   1055042     21.30     22.53
1887.80/472.68	c  N dy  7709   1988872       739      3172         0    100296      9568   1676062     21.30     22.50
1921.34/481.09	c  N dy  7778   2009004       739      3172         0    120282      9568   2309196     21.29     22.51
1944.52/486.83	c  N dy  7831   2029442       739      3172         0     79006      9568    977400     21.28     22.43
1974.07/494.23	c  N dy  7944   2050518       739      3172         0     99919      9568   1640040     21.29     22.50
2009.62/503.16	c  N dy  8051   2070522       739      3172         0    119770      9568   2270307     21.30     23.80
2035.59/509.66	c  N dy  8130   2090920       739      3172         0     77510      9568    907509     21.30     22.46
2062.75/516.40	c  N dy  8241   2111014       739      3172         0     97472      9568   1544318     21.31     22.63
2097.90/525.29	c  N dy  8363   2131108       739      3172         0    117429      9568   2175962     21.32     24.36
2131.86/533.72	c  N dy  8399   2155671       739      3172         0     78200      9568    874556     21.28     22.50
2163.82/541.73	c  N dy  8520   2177546       739      3172         0     99917      9568   1563233     21.29     22.85
2199.37/550.66	c  N dy  8633   2198193       739      3172         0    120423      9568   2224521     21.30     22.62
2220.54/555.96	c  S st  8671   2210754       739      3172         0     68409      9568    567729     21.30   no data
2221.34/556.13	c  S st  8671   2211260       739      3172         0     68914      9568    583661     21.30   no data
2221.34/556.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2221.34/556.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2221.34/556.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2221.34/556.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2221.34/556.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2221.34/556.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
2221.34/556.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2221.34/556.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2221.74/556.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2222.14/556.33	c lits-rem:        16  cl-subs:      347  v-elim:      0  v-fix:    0  time:  0.13 s
2222.14/556.33	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
2222.14/556.34	c vivif2 --  cl tried    68567 cl shrink        0 lits rem          0 time: 0.01
2222.14/556.39	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.05
2222.14/556.39	c calculated reachability. Time: 0.00
2222.14/556.39	c  N dy  8671   2211260       739      3172         0     68567      9568    573306     21.30   no data
2248.11/562.85	c  N dy  8776   2233053       739      3172         0     90176      9568   1249524     21.30     22.56
2278.86/570.51	c  N dy  8849   2253122       739      3172         0    110089      9568   1866868     21.30     23.59
2318.81/580.57	c  N dy  8983   2273211       739      3172         0    130050      9568   2510971     21.32     22.99
2342.00/586.36	c  N dy  9067   2293247       739      3172         0     84458      9568   1054807     21.32     22.53
2371.13/593.61	c  N dy  9158   2313336       739      3172         0    104418      9568   1690663     21.32     24.56
2413.87/604.32	c  N dy  9263   2337209       739      3172         0    128057      9568   2429597     21.32     22.49
2441.84/611.36	c  N dy  9279   2359088       739      3172         0     83150      9568    958577     21.30     22.46
2470.99/618.67	c  N dy  9405   2379311       739      3172         0    103220      9568   1598906     21.31     22.70
2503.76/626.87	c  N dy  9454   2400056       739      3172         0    123749      9568   2246820     21.30     22.49
2536.51/635.08	c  N dy  9567   2420099       739      3172         0     76308      9568    754716     21.30     22.50
2564.87/642.17	c  N dy  9691   2441092       739      3172         0     97146      9568   1415678     21.31     22.62
2599.62/650.83	c  N dy  9801   2461097       739      3172         0    116980      9568   2046717     21.32     22.57
2642.76/661.65	c  N dy  9893   2482606       739      3172         0     69913      9568    522248     21.32     22.62
2667.15/667.74	c  N dy 10013   2502706       739      3172         0     89879      9568   1167933     21.33     23.02
2699.08/675.78	c  N dy 10148   2522760       739      3172         0    109796      9568   1809551     21.34     22.73
2751.02/688.79	c  N dy 10244   2550255       739      3172         0    136977      9568   2648096     21.34     22.48
2776.19/695.06	c  N dy 10276   2570848       739      3172         0     87944      9568   1057093     21.32     23.02
2807.76/702.91	c  N dy 10397   2591315       739      3172         0    108305      9568   1713118     21.33     22.46
2852.08/714.05	c  N dy 10495   2611360       739      3172         0    128179      9568   2339422     21.34     22.51
2890.84/723.72	c  N dy 10553   2634213       739      3172         0     80359      9568    788688     21.33     22.46
2919.19/730.81	c  N dy 10674   2654225       739      3172         0    100239      9568   1421291     21.34     22.49
2954.33/739.60	c  N dy 10796   2674319       739      3172         0    120217      9568   2063673     21.35     22.84
2998.28/750.67	c  N dy 10895   2695772       739      3172         0    141492      9568   2736318     21.35     22.53
3018.27/755.65	c  S st 10962   2711261       739      3172         0     85466      9568    945547     21.35     22.49
3019.05/755.86	c  S st 10962   2711765       739      3172         0     85969      9568    961000     21.35   no data
3019.05/755.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3019.45/755.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3019.45/755.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3019.45/755.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3019.45/755.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3019.45/755.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
3019.45/755.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3019.45/755.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3019.45/755.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3021.05/756.32	c lits-rem:        38  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.35 s
3021.05/756.32	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
3021.05/756.33	c vivif2 --  cl tried    85518 cl shrink        0 lits rem          0 time: 0.02
3021.45/756.41	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.08
3021.45/756.41	c calculated reachability. Time: 0.00
3021.45/756.41	c  N dy 10962   2711765       739      3172         0     85518      9568    945067     21.35   no data
3051.01/763.80	c  N dy 11057   2731770       739      3172         0    105344      9568   1563298     21.35     24.20
3088.16/773.14	c  N dy 11157   2752023       739      3172         0    125466      9568   2199675     21.36     22.62
3131.30/783.92	c  N dy 11217   2772096       739      3172         0     72929      9568    517604     21.35     24.64
3155.67/790.06	c  N dy 11294   2792550       739      3172         0     93234      9568   1162859     21.35     22.78
3188.02/798.16	c  N dy 11393   2812564       739      3172         0    113095      9568   1792859     21.36     24.03
3227.16/807.90	c  N dy 11463   2832624       739      3172         0    132994      9568   2417366     21.35     25.66
3265.92/817.65	c  N dy 11547   2852698       739      3172         0     79508      9568    699070     21.36     22.51
3292.28/824.22	c  N dy 11620   2873001       739      3172         0     99609      9568   1327023     21.35     22.53
3327.43/833.00	c  N dy 11731   2893018       739      3172         0    119496      9568   1963359     21.36     24.48
3369.37/843.56	c  N dy 11832   2913098       739      3172         0    139432      9568   2593050     21.36     23.35
3407.72/853.17	c  N dy 11957   2935126       739      3172         0     86918      9568    912157     21.37     22.52
3438.48/860.80	c  N dy 12068   2955402       739      3172         0    107056      9568   1550812     21.38     22.54
3482.02/871.74	c  N dy 12155   2978896       739      3172         0    130347      9568   2283895     21.38     22.52
3528.38/883.31	c  N dy 12245   2998986       739      3172         0    150291      9568   2913690     21.38     23.49
3553.92/889.76	c  N dy 12262   3019766       739      3172         0     95379      9568   1133890     21.36     22.59
3589.07/898.55	c  N dy 12375   3039818       739      3172         0    115285      9568   1765575     21.37     26.67
3633.82/909.72	c  N dy 12393   3059917       739      3172         0    135168      9568   2401044     21.35     23.49
3698.51/925.90	c  N dy 12462   3080374       739      3172         0     79145      9568    614085     21.35     22.56
3726.10/932.82	c  N dy 12495   3100392       739      3172         0     98942      9568   1214145     21.34     23.89
3760.02/941.36	c  N dy 12580   3120491       739      3172         0    118880      9568   1837614     21.34     23.78
3801.17/951.61	c  N dy 12671   3140845       739      3172         0    139032      9568   2475497     21.35     22.48
3845.91/962.89	c  N dy 12766   3161810       739      3172         0     82547      9568    699918     21.35     22.55
3875.86/970.38	c  N dy 12877   3182849       739      3172         0    103424      9568   1363702     21.35     22.53
3913.41/979.72	c  N dy 13011   3202938       739      3172         0    123393      9568   2002266     21.36     22.71
3932.21/984.44	c  S st 13072   3211766       739      3172         0    132159      9568   2286932     21.37   no data
3933.79/984.81	c  S st 13072   3212270       739      3172         0    132663      9568   2302362     21.37   no data
3933.79/984.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3933.79/984.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3933.79/984.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3933.79/984.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3933.79/984.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3933.79/984.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    739 time:  0.00 s
3933.79/984.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3934.19/984.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3934.59/985.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3943.37/987.22	c lits-rem:       159  cl-subs:     1356  v-elim:      0  v-fix:    0  time:  2.21 s
3943.37/987.22	c vivif2 --  cl tried     3172 cl shrink        0 lits rem          0 time: 0.00
3943.37/987.25	c vivif2 --  cl tried   131307 cl shrink        0 lits rem          0 time: 0.03
3943.77/987.39	c asymm  cl-useful: 0/3172/3172 lits-rem:0 time: 0.14
3944.17/987.40	c calculated reachability. Time: 0.00
3944.17/987.40	c  N dy 13072   3212270       739      3172         0    131307      9568   2252592     21.37   no data
3989.73/998.89	c  N dy 13173   3232339       739      3172         0    151214      9568   2887381     21.37     23.99
4023.67/1007.30	c  N dy 13265   3252651       739      3172         0     92990      9568    985353     21.37     22.50
4056.42/1015.51	c  N dy 13371   3272653       739      3172         0    112840      9568   1614995     21.38     23.59
4095.96/1025.48	c  N dy 13489   3293113       739      3172         0    133152      9568   2266620     21.38     22.60
4142.30/1037.07	c  N dy 13573   3313201       739      3172         0    153063      9568   2897851     21.38     23.35
4177.06/1045.70	c  N dy 13699   3333253       739      3172         0     93618      9568   1004709     21.39     23.63
4209.81/1053.96	c  N dy 13771   3353382       739      3172         0    113596      9568   1629759     21.39     22.65
4249.76/1063.91	c  N dy 13883   3373391       739      3172         0    133444      9568   2259991     21.39     24.42
4298.49/1076.10	c  N dy 14003   3393555       739      3172         0    153465      9568   2900380     21.40     22.56
4331.65/1084.48	c  N dy 14081   3413749       739      3172         0     93128      9568    964390     21.40     22.71
4364.00/1092.55	c  N dy 14160   3434428       739      3172         0    113650      9568   1606714     21.40     22.79
4403.95/1102.54	c  N dy 14249   3454547       739      3172         0    133591      9568   2232277     21.40     22.73
4454.94/1115.31	c  N dy 14358   3475787       739      3172         0    154656      9568   2901313     21.41     22.70
4492.01/1124.66	c  N dy 14456   3495956       739      3172         0     93314      9568    943604     21.41     22.58
4523.16/1132.42	c  N dy 14517   3515962       739      3172         0    113101      9568   1557956     21.41     22.58
4565.90/1143.15	c  N dy 14570   3536051       739      3172         0    132978      9568   2167687     21.40     22.58
4633.81/1160.18	c  N dy 14679   3556289       739      3172         0    153087      9568   2809950     21.41     22.64
4680.95/1171.96	c  N dy 14790   3576322       739      3172         0     90668      9568    833137     21.41     22.65
4710.90/1179.47	c  N dy 14878   3596420       739      3172         0    110596      9568   1469709     21.41     23.05
4750.05/1189.26	c  N dy 14983   3616511       739      3172         0    130491      9568   2101102     21.42     24.59
4795.59/1200.66	c  N dy 15078   3636590       739      3172         0    150425      9568   2734947     21.42     23.92

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.97 8.00 6.95 6/184 32511
/proc/meminfo: memFree=30751144/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=191596 CPUtime=0 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 695 0 0 0 0 0 0 0 25 0 4 0 518993509 196194304 613 33554432000 4194304 4627427 140734933275552 18446744073709551615 4541056 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32511/statm: 47899 620 338 106 0 42870 0
[pid=32511/tid=32512] ppid=32509 vsize=191596 CPUtime=0 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 53 0 0 0 0 0 0 0 25 0 4 0 518993509 196194304 641 33554432000 4194304 4627427 140734933275552 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=191596 CPUtime=0 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 4 0 518993509 196194304 652 33554432000 4194304 4627427 140734933275552 18446744073709551615 4314181 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=191596 CPUtime=0 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 115 0 0 0 0 0 0 0 25 0 4 0 518993509 196194304 657 33554432000 4194304 4627427 140734933275552 18446744073709551615 271550642719 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.016625 s]
/proc/loadavg: 7.97 8.00 6.95 6/184 32511
/proc/meminfo: memFree=30751144/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=282412 CPUtime=0.04 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 1591 0 0 0 4 0 0 0 25 0 4 0 518993509 289189888 1435 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308120 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 70603 1435 384 106 0 65574 0
[pid=32511/tid=32512] ppid=32509 vsize=282412 CPUtime=0.01 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 312 0 0 0 1 0 0 0 18 0 4 0 518993509 289189888 1435 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=282412 CPUtime=0.01 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 325 0 0 0 1 0 0 0 18 0 4 0 518993509 289189888 1435 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=282412 CPUtime=0.01 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 186 0 0 0 1 0 0 0 18 0 4 0 518993509 289189888 1435 33554432000 4194304 4627427 140734933275552 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 282412

[startup+0.100609 s]
/proc/loadavg: 7.97 8.00 6.95 6/184 32511
/proc/meminfo: memFree=30751144/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=282564 CPUtime=0.38 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 2034 0 0 0 38 0 0 0 25 0 4 0 518993509 289345536 1878 33554432000 4194304 4627427 140734933275552 18446744073709551615 4327583 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 70641 1878 384 106 0 65612 0
[pid=32511/tid=32512] ppid=32509 vsize=282564 CPUtime=0.09 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 429 0 0 0 9 0 0 0 18 0 4 0 518993509 289345536 1878 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=282564 CPUtime=0.09 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 441 0 0 0 9 0 0 0 18 0 4 0 518993509 289345536 1878 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=282564 CPUtime=0.09 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 287 0 0 0 9 0 0 0 18 0 4 0 518993509 289345536 1878 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282564

[startup+0.300573 s]
/proc/loadavg: 7.97 8.00 6.95 6/184 32511
/proc/meminfo: memFree=30751144/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=284220 CPUtime=1.18 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 3221 0 0 0 118 0 0 0 25 0 4 0 518993509 291041280 2290 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308282 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 71055 2290 385 106 0 66026 0
[pid=32511/tid=32512] ppid=32509 vsize=284220 CPUtime=0.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 708 0 0 0 29 0 0 0 18 0 4 0 518993509 291041280 2290 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=284220 CPUtime=0.29 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 725 0 0 0 29 0 0 0 18 0 4 0 518993509 291041280 2290 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=284220 CPUtime=0.29 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 614 0 0 0 29 0 0 0 18 0 4 0 518993509 291041280 2290 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284220

[startup+0.700501 s]
/proc/loadavg: 7.97 8.00 6.95 6/184 32511
/proc/meminfo: memFree=30751144/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=285464 CPUtime=2.77 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 5072 0 0 0 277 0 0 0 25 0 4 0 518993509 292315136 2983 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 71366 2983 385 106 0 66337 0
[pid=32511/tid=32512] ppid=32509 vsize=285464 CPUtime=0.69 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 1157 0 0 0 69 0 0 0 18 0 4 0 518993509 292315136 2983 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=285464 CPUtime=0.69 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 1171 0 0 0 69 0 0 0 18 0 4 0 518993509 292315136 2983 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=285464 CPUtime=0.69 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 1075 0 0 0 69 0 0 0 18 0 4 0 518993509 292315136 2983 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285464

[startup+1.50036 s]
/proc/loadavg: 8.05 8.02 6.96 9/188 32515
/proc/meminfo: memFree=30736976/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=287064 CPUtime=5.97 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 8853 0 0 0 596 1 0 0 25 0 4 0 518993509 293953536 3565 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 71766 3565 386 106 0 66737 0
[pid=32511/tid=32512] ppid=32509 vsize=287064 CPUtime=1.49 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 2107 0 0 0 149 0 0 0 20 0 4 0 518993509 293953536 3565 33554432000 4194304 4627427 140734933275552 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=287064 CPUtime=1.49 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 2117 0 0 0 149 0 0 0 20 0 4 0 518993509 293953536 3565 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=287064 CPUtime=1.49 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 2000 0 0 0 149 0 0 0 19 0 4 0 518993509 293953536 3565 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287064

[startup+3.10107 s]
/proc/loadavg: 8.05 8.02 6.96 10/188 32515
/proc/meminfo: memFree=30712180/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=302532 CPUtime=12.36 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 20131 0 0 0 1234 2 0 0 25 0 4 0 518993509 309792768 11535 33554432000 4194304 4627427 140734933275552 18446744073709551615 4330061 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 75633 11535 389 106 0 70604 0
[pid=32511/tid=32512] ppid=32509 vsize=302532 CPUtime=3.08 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 3906 0 0 0 308 0 0 0 25 0 4 0 518993509 309792768 11535 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=302532 CPUtime=3.09 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 5748 0 0 0 308 1 0 0 25 0 4 0 518993509 309792768 11535 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=302532 CPUtime=3.09 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 4928 0 0 0 309 0 0 0 25 0 4 0 518993509 309792768 11535 33554432000 4194304 4627427 140734933275552 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 302532

[startup+6.30049 s]
/proc/loadavg: 8.05 8.02 6.96 9/188 32515
/proc/meminfo: memFree=30675020/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=311948 CPUtime=25.15 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 27626 0 0 0 2510 5 0 0 25 0 4 0 518993509 319434752 16739 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 77987 16739 389 106 0 72958 0
[pid=32511/tid=32512] ppid=32509 vsize=311948 CPUtime=6.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 6198 0 0 0 628 1 0 0 25 0 4 0 518993509 319434752 16739 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=311948 CPUtime=6.28 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 7989 0 0 0 627 1 0 0 21 0 4 0 518993509 319434752 16739 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=311948 CPUtime=6.28 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 7039 0 0 0 628 0 0 0 25 0 4 0 518993509 319434752 16739 33554432000 4194304 4627427 140734933275552 18446744073709551615 4327635 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 311948

[startup+12.7003 s]
/proc/loadavg: 8.20 8.05 6.98 9/188 32515
/proc/meminfo: memFree=30629296/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=377812 CPUtime=50.71 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 43616 0 0 0 5062 9 0 0 25 0 4 0 518993509 386879488 27261 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 94453 27261 389 106 0 89424 0
[pid=32511/tid=32512] ppid=32509 vsize=377812 CPUtime=12.68 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 8535 0 0 0 1267 1 0 0 25 0 4 0 518993509 386879488 27261 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=377812 CPUtime=12.69 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 12554 0 0 0 1266 3 0 0 25 0 4 0 518993509 386879488 27261 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=377812 CPUtime=12.69 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 11278 0 0 0 1268 1 0 0 25 0 4 0 518993509 386879488 27261 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 377812

[startup+25.501 s]
/proc/loadavg: 8.17 8.05 7.00 9/188 32516
/proc/meminfo: memFree=30593456/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=378064 CPUtime=101.84 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 59645 0 0 0 10171 13 0 0 25 0 4 0 518993509 387137536 33024 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 94516 33024 389 106 0 89487 0
[pid=32511/tid=32512] ppid=32509 vsize=378064 CPUtime=25.49 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 11757 0 0 0 2546 3 0 0 25 0 4 0 518993509 387137536 33024 33554432000 4194304 4627427 140734933275552 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=378064 CPUtime=25.49 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 16671 0 0 0 2545 4 0 0 25 0 4 0 518993509 387137536 33024 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=378064 CPUtime=25.49 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 14560 0 0 0 2547 2 0 0 25 0 4 0 518993509 387137536 33024 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308588 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 378064

[startup+51.1004 s]
/proc/loadavg: 8.10 8.04 7.02 9/188 32516
/proc/meminfo: memFree=30563156/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=381592 CPUtime=204.09 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 87459 0 0 0 20388 21 0 0 25 0 4 0 518993509 390750208 39126 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 95398 39126 389 106 0 90369 0
[pid=32511/tid=32512] ppid=32509 vsize=381592 CPUtime=51.08 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 16996 0 0 0 5104 4 0 0 25 0 4 0 518993509 390750208 39126 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=381592 CPUtime=51.08 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 23627 0 0 0 5102 6 0 0 25 0 4 0 518993509 390750208 39126 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=381592 CPUtime=51.09 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 23094 0 0 0 5105 4 0 0 25 0 4 0 518993509 390750208 39126 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 381592

[startup+102.307 s]
/proc/loadavg: 8.31 8.11 7.10 9/188 32518
/proc/meminfo: memFree=30461260/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=401448 CPUtime=408.64 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 126690 0 0 0 40827 37 0 0 25 0 4 0 518993509 411082752 55107 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 100362 55107 389 106 0 95333 0
[pid=32511/tid=32512] ppid=32509 vsize=401448 CPUtime=102.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 26531 0 0 0 10221 8 0 0 25 0 4 0 518993509 411082752 55107 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=401448 CPUtime=102.28 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 30272 0 0 0 10219 9 0 0 25 0 4 0 518993509 411082752 55107 33554432000 4194304 4627427 140734933275552 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=401448 CPUtime=102.29 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 39291 0 0 0 10219 10 0 0 25 0 4 0 518993509 411082752 55107 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 401448

[startup+162.301 s]

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

[pid=32511] ppid=32509 vsize=557008 CPUtime=2565.69 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 348427 0 0 0 256440 129 0 0 25 0 4 0 518993509 570376192 100279 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 139252 100279 389 106 0 134223 0
[pid=32511/tid=32512] ppid=32509 vsize=557008 CPUtime=642.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 98709 0 0 0 64191 38 0 0 25 0 4 0 518993509 570376192 100279 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=557008 CPUtime=642.25 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 71380 0 0 0 64196 29 0 0 25 0 4 0 518993509 570376192 100279 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=557008 CPUtime=642.3 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 119736 0 0 0 64190 40 0 0 25 0 4 0 518993509 570376192 100279 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 557008

[startup+702.301 s]
/proc/loadavg: 8.27 8.16 7.59 9/188 32534
/proc/meminfo: memFree=30117020/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=622824 CPUtime=2805.34 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 360560 0 0 0 280399 135 0 0 25 0 4 0 518993509 637771776 106140 33554432000 4194304 4627427 140734933275552 18446744073709551615 4332840 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 155706 106140 389 106 0 150677 0
[pid=32511/tid=32512] ppid=32509 vsize=622824 CPUtime=702.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 101727 0 0 0 70189 40 0 0 25 0 4 0 518993509 637771776 106140 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=622824 CPUtime=702.24 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 74588 0 0 0 70194 30 0 0 25 0 4 0 518993509 637771776 106140 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=622824 CPUtime=702.3 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 124006 0 0 0 70188 42 0 0 25 0 4 0 518993509 637771776 106140 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 622824

[startup+762.307 s]
/proc/loadavg: 8.20 8.16 7.63 9/188 32535
/proc/meminfo: memFree=30091152/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=622956 CPUtime=3045.04 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 376094 0 0 0 304361 143 0 0 25 0 4 0 518993509 637906944 105864 33554432000 4194304 4627427 140734933275552 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 155739 105864 389 106 0 150710 0
[pid=32511/tid=32512] ppid=32509 vsize=622956 CPUtime=762.3 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 107760 0 0 0 76187 43 0 0 25 0 4 0 518993509 637906944 105864 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=622956 CPUtime=762.24 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 77890 0 0 0 76193 31 0 0 25 0 4 0 518993509 637906944 105864 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=622956 CPUtime=762.31 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 129728 0 0 0 76185 46 0 0 25 0 4 0 518993509 637906944 105864 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 622956

[startup+822.3 s]
/proc/loadavg: 8.25 8.17 7.66 10/188 32537
/proc/meminfo: memFree=30060844/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=609156 CPUtime=3284.69 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 395218 0 0 0 328317 152 0 0 25 0 4 0 518993509 623775744 111697 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 152289 111697 389 106 0 147260 0
[pid=32511/tid=32512] ppid=32509 vsize=609156 CPUtime=822.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 114725 0 0 0 82183 46 0 0 25 0 4 0 518993509 623775744 111697 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=609156 CPUtime=822.22 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 78576 0 0 0 82191 31 0 0 25 0 4 0 518993509 623775744 111697 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=609156 CPUtime=822.31 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 137640 0 0 0 82181 50 0 0 25 0 4 0 518993509 623775744 111697 33554432000 4194304 4627427 140734933275552 18446744073709551615 4321729 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 609156

[startup+882.3 s]
/proc/loadavg: 8.14 8.16 7.69 9/188 32538
/proc/meminfo: memFree=30067820/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=659484 CPUtime=3524.36 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 408381 0 0 0 352278 158 0 0 25 0 4 0 518993509 675311616 102730 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 164871 102730 389 106 0 159842 0
[pid=32511/tid=32512] ppid=32509 vsize=659484 CPUtime=882.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 119993 0 0 0 88181 48 0 0 25 0 4 0 518993509 675311616 102730 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=659484 CPUtime=882.23 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 82261 0 0 0 88190 33 0 0 25 0 4 0 518993509 675311616 102730 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=659484 CPUtime=882.3 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 141178 0 0 0 88178 52 0 0 25 0 4 0 518993509 675311616 102730 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 659484

[startup+942.3 s]
/proc/loadavg: 8.20 8.17 7.72 10/188 32549
/proc/meminfo: memFree=30026468/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=737704 CPUtime=3764.02 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 428219 0 0 0 376234 168 0 0 25 0 4 0 518993509 755408896 114232 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 184426 114232 389 106 0 179397 0
[pid=32511/tid=32512] ppid=32509 vsize=737704 CPUtime=942.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 128002 0 0 0 94178 51 0 0 25 0 4 0 518993509 755408896 114232 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=737704 CPUtime=942.22 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 85831 0 0 0 94186 36 0 0 25 0 4 0 518993509 755408896 114232 33554432000 4194304 4627427 140734933275552 18446744073709551615 4331967 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=737704 CPUtime=942.31 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 148961 0 0 0 94174 57 0 0 25 0 4 0 518993509 755408896 114232 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 737704

[startup+1002.3 s]
/proc/loadavg: 8.19 8.18 7.75 9/188 32551
/proc/meminfo: memFree=29936244/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=791768 CPUtime=4003.69 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 445995 0 0 0 400191 178 0 0 25 0 4 0 518993509 810770432 124547 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 197942 124547 389 106 0 192913 0
[pid=32511/tid=32512] ppid=32509 vsize=791768 CPUtime=1002.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 134089 0 0 0 100175 54 0 0 25 0 4 0 518993509 810770432 124547 33554432000 4194304 4627427 140734933275552 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=791768 CPUtime=1002.21 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 89664 0 0 0 100184 37 0 0 25 0 4 0 518993509 810770432 124547 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=791768 CPUtime=1002.31 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 155769 0 0 0 100170 61 0 0 25 0 4 0 518993509 810770432 124547 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 791768

[startup+1062.3 s]
/proc/loadavg: 8.20 8.19 7.78 9/188 32552
/proc/meminfo: memFree=29915572/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=723932 CPUtime=4243.37 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 467152 0 0 0 424149 188 0 0 25 0 4 0 518993509 741306368 131188 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 180983 131188 389 106 0 175954 0
[pid=32511/tid=32512] ppid=32509 vsize=723932 CPUtime=1062.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 140487 0 0 0 106172 57 0 0 25 0 4 0 518993509 741306368 131188 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=723932 CPUtime=1062.21 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 93930 0 0 0 106182 39 0 0 25 0 4 0 518993509 741306368 131188 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=723932 CPUtime=1062.31 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 163235 0 0 0 106166 65 0 0 25 0 4 0 518993509 741306368 131188 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 723932

[startup+1122.3 s]
/proc/loadavg: 7.93 8.13 7.78 5/180 32575
/proc/meminfo: memFree=30351732/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=676108 CPUtime=4482.81 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 477726 0 0 0 448087 194 0 0 25 0 4 0 518993509 692334592 129913 33554432000 4194304 4627427 140734933275552 18446744073709551615 4330936 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 169027 129913 389 106 0 163998 0
[pid=32511/tid=32512] ppid=32509 vsize=676108 CPUtime=1122.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 144269 0 0 0 112171 58 0 0 25 0 4 0 518993509 692334592 129913 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=676108 CPUtime=1122.21 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 97111 0 0 0 112180 41 0 0 25 0 4 0 518993509 692334592 129913 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=676108 CPUtime=1122.08 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 165230 0 0 0 112142 66 0 0 25 0 4 0 518993509 692334592 129913 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.81
Current children cumulated vsize (KiB) 676108

[startup+1182.3 s]
/proc/loadavg: 5.62 7.42 7.56 5/179 32576
/proc/meminfo: memFree=30338076/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=763348 CPUtime=4722.49 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 499478 0 0 0 472046 203 0 0 25 0 4 0 518993509 781668352 133953 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 190837 133953 389 106 0 185808 0
[pid=32511/tid=32512] ppid=32509 vsize=763348 CPUtime=1182.29 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 151573 0 0 0 118168 61 0 0 25 0 4 0 518993509 781668352 133953 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=763348 CPUtime=1182.2 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 101513 0 0 0 118177 43 0 0 25 0 4 0 518993509 781668352 133953 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=763348 CPUtime=1182.09 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 174684 0 0 0 118139 70 0 0 25 0 4 0 518993509 781668352 133953 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 763348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 5.24 7.22 7.49 6/179 32577
/proc/meminfo: memFree=30339056/32951124 swapFree=67111344/67111528
[pid=32511] ppid=32509 vsize=818444 CPUtime=4800.4 cores=0,2,4,6
/proc/32511/stat : 32511 (strangenight2-m) R 32509 32511 31926 0 -1 4202496 503411 0 0 0 479834 206 0 0 25 0 4 0 518993509 838086656 133400 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/32511/statm: 204611 133400 389 106 0 199582 0
[pid=32511/tid=32512] ppid=32509 vsize=818444 CPUtime=1201.8 cores=0,2,4,6
/proc/32511/task/32512/stat : 32512 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 153171 0 0 0 120118 62 0 0 25 0 4 0 518993509 838086656 133400 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=32511/tid=32513] ppid=32509 vsize=818444 CPUtime=1201.71 cores=0,2,4,6
/proc/32511/task/32513/stat : 32513 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 102114 0 0 0 120127 44 0 0 25 0 4 0 518993509 838086656 133400 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32511/tid=32514] ppid=32509 vsize=818444 CPUtime=1201.59 cores=0,2,4,6
/proc/32511/task/32514/stat : 32514 (strangenight2-m) R 32509 32511 31926 0 -1 4202560 176242 0 0 0 120089 70 0 0 25 0 4 0 518993509 838086656 133400 33554432000 4194304 4627427 140734933275552 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.4
Current children cumulated vsize (KiB) 818444

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.84
CPU time (s): 4800.45
CPU user time (s): 4798.37
CPU system time (s): 2.08768
CPU usage (%): 399.426
Max. virtual memory (cumulated for all children) (KiB): 900396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.37
system time used= 2.08768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 503413
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= 356
involuntary context switches= 69146

runsolver used 1.9857 second user time and 4.5943 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 12:45:56
IDJOB=3173953
IDBENCH=82771
IDSOLVER=1586
FILE ID=node133/3173953-1304073956
RUNJOBID= node133-1304072668-32362
PBS_JOBID= 13170473
Free space on /tmp= 71892 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S664770261-061.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173953-1304073956/watcher-3173953-1304073956 -o /tmp/evaluation-result-3173953-1304073956/solver-3173953-1304073956 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173953-1304073956.cnf

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

MD5SUM BENCH= 786afedaa52bbc0b93f9aff94029b9c0
RANDOM SEED=1073335927

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:      30751300 kB
Buffers:        728584 kB
Cached:         932816 kB
SwapCached:        124 kB
Active:         710280 kB
Inactive:      1132900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30751300 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:      181696 kB
Mapped:          15488 kB
Slab:           293596 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406476 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= 71892 MiB
End job on node133 at 2011-04-29 13:06:00