Trace number 3173742

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.26 1201.76

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S936020932-012-UNKNOWN.cnf
MD5SUM1739c47038d88c1ec678774e95926496
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3258
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
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-3173742-1304030289.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.02/0.04	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.02/0.04	c -- vars added       5000
0.02/0.04	c Parsing time:  0.01 s
0.02/0.04	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.02/0.04	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.02/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.02/0.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.02/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.02/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.02/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.02/0.06	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.02/0.83	c lits-rem:         0  cl-subs:        0  v-elim:    118  v-fix:    0  time:  0.02 s
0.02/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.02/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.02/0.83	c calculated reachability. Time: 0.00
0.02/0.83	c Calc default polars -  time:   0.00 s pos:    2280 undec:     538 neg:    2182
0.02/0.83	c =========================================================================================
0.02/0.83	c types(t): F = full restart, N = normal restart
0.02/0.83	c types(t): S = simplification begin/end, E = solution found
0.02/0.83	c restart types(rt): st = static, dy = dynamic
0.02/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.02/0.83	c  B st     0         0      4882     20870         0         0     63311         0   no data   no data
0.02/0.83	c  N dy    18      4064      4882     20870         0      4061     63311    469710     66.71     71.25
3.79/1.03	c  N dy    41      8289      4882     20870         0      5788     63311    429516     65.14     69.81
5.56/1.43	c  N dy    67     12364      4882     20870         0      5615     63311    263166     65.73     69.60
7.17/1.84	c  N dy    97     16376      4882     20870         0      9627     63311    681824     66.55     70.70
9.14/2.30	c  N dy   124     20433      4882     20870         0      8060     63311    390488     67.04     72.92
10.75/2.77	c  N dy   146     24505      4882     20870         0     12132     63311    815468     66.87     83.18
11.17/2.83	c  F st   151     25001      4882     20870         0     12628     63311    866742     66.93   no data
13.54/3.44	c  N dy   157     30001      4882     20870         0     10816     63311    606474     66.93   no data
13.54/3.44	c  S st   157     30001      4882     20870         0     10816     63311    606474     66.93   no data
13.94/3.50	c  S st   157     30506      4882     20870         0     11321     63311    644308     66.93   no data
13.94/3.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.94/3.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
13.94/3.52	c blocked clauses removed:      121 vars:     20 tried:        4882 T: 0.00 s
13.94/3.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.94/3.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.94/3.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
13.94/3.52	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.94/3.54	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.02 s
13.94/3.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.34/3.66	c lits-rem:        10  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.08 s
14.34/3.68	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.02
14.34/3.68	c calculated reachability. Time: 0.00
14.34/3.68	c  N dy   157     30506      4859     20747         0     11277     62963    641318     66.93   no data
16.33/4.18	c  N dy   178     34632      4859     20747         0     15403     62963   1067375     66.55     70.70
18.34/4.68	c  N dy   204     38852      4859     20747         0     11739     62963    539593     66.37     70.11
20.35/5.19	c  N dy   228     42853      4859     20747         0     15740     62963    950490     66.31     69.98
21.92/5.57	c  S st   246     45760      4859     20747         0      9706     62963    239016     66.27     70.11
22.32/5.63	c  S st   246     46267      4859     20747         0     10213     62963    277833     66.27   no data
22.32/5.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.32/5.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
22.32/5.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.32/5.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.32/5.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.32/5.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
22.32/5.65	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.32/5.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.32/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.72/5.70	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
22.72/5.70	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
22.72/5.71	c vivif2 --  cl tried    10212 cl shrink        0 lits rem          0 time: 0.00
22.72/5.73	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.02
22.72/5.73	c calculated reachability. Time: 0.00
22.72/5.73	c  N dy   246     46267      4859     20747         0     10212     62963    277689     66.27   no data
24.75/6.23	c  N dy   272     50330      4859     20747         0     14274     62963    693604     66.34     70.28
26.72/6.75	c  N dy   298     54377      4859     20747         0     18320     62963   1123249     66.41     70.12
28.74/7.28	c  N dy   325     58529      4859     20747         0     12509     62963    420963     66.47     70.66
31.12/7.80	c  N dy   354     62632      4859     20747         0     16611     62963    840133     66.50     71.75
33.13/8.37	c  N dy   381     66697      4859     20747         0     20675     62963   1262744     66.50     77.61
34.71/8.75	c  S st   397     69401      4859     20747         0     12393     62963    308477     66.40   no data
35.11/8.81	c  S st   397     69906      4859     20747         0     12898     62963    345805     66.40   no data
35.11/8.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.11/8.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
35.11/8.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.11/8.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.11/8.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.11/8.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
35.11/8.83	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
35.11/8.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
35.11/8.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.51/8.90	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.03 s
35.51/8.90	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
35.51/8.91	c vivif2 --  cl tried    12896 cl shrink        0 lits rem          0 time: 0.01
35.51/8.93	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.02
35.51/8.93	c calculated reachability. Time: 0.00
35.51/8.93	c  N dy   397     69906      4859     20747         0     12896     62963    345345     66.40   no data
37.93/9.51	c  N dy   429     74426      4859     20747         0     17415     62963    812618     66.53     76.73
40.30/10.17	c  N dy   464     79233      4859     20747         0     22219     62963   1318783     66.69     71.39
43.10/10.85	c  N dy   497     84404      4859     20747         0     15394     62963    513723     66.64     70.65
44.70/11.26	c  F st   515     87500      4859     20747         0     18490     62963    832602     66.60     60.65
46.71/11.71	c  N st   520     90804      4859     20747         0     21793     62963   1225575     66.60   no data
50.29/12.60	c  N dy   545     96669      4859     20747         0     14669     62963    360174     66.59     70.28
53.48/13.48	c  N dy   581    103243      4859     20747         0     21242     62963   1039021     66.54     71.40
54.68/13.71	c  S st   591    104859      4859     20747         0     22857     62963   1199604     66.48   no data
54.68/13.78	c  S st   591    105362      4859     20747         0     23360     62963   1239762     66.48   no data
54.68/13.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.10/13.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
55.10/13.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.10/13.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.10/13.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.10/13.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
55.10/13.82	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
55.10/13.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
55.10/13.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.08/14.32	c lits-rem:        22  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.42 s
57.08/14.32	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
57.08/14.34	c vivif2 --  cl tried    23353 cl shrink        0 lits rem          0 time: 0.02
57.08/14.37	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.03
57.08/14.37	c calculated reachability. Time: 0.00
57.08/14.37	c  N dy   591    105362      4859     20747         0     23353     62963   1238558     66.48   no data
61.07/15.36	c  N dy   635    112257      4859     20747         0     16249     62963    410583     66.48     70.49
65.06/16.39	c  N dy   686    119467      4859     20747         0     23458     62963   1159289     66.58     70.23
69.86/17.57	c  N dy   730    127174      4859     20747         0     16165     62963    313381     66.52     81.75
74.65/18.72	c  N dy   782    135497      4859     20747         0     24488     62963   1186560     66.57     71.23
79.84/20.06	c  N dy   833    144279      4859     20747         0     17276     62963    332635     66.54     70.39
85.05/21.39	c  N dy   896    153566      4859     20747         0     26563     62963   1311437     66.67     70.23
87.83/22.09	c  S st   928    158043      4859     20747         0     31040     62963   1773324     66.70     60.83
88.23/22.18	c  S st   928    158550      4859     20747         0     31547     62963   1809571     66.70   no data
88.23/22.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.63/22.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
88.63/22.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
88.63/22.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.63/22.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.63/22.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
88.63/22.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
88.63/22.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
89.03/22.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.03/23.37	c lits-rem:        40  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.04 s
93.03/23.37	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
93.43/23.40	c vivif2 --  cl tried    31543 cl shrink        0 lits rem          0 time: 0.02
93.43/23.44	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.04
93.43/23.44	c calculated reachability. Time: 0.00
93.43/23.44	c  N dy   928    158550      4859     20747         0     31543     62963   1808770     66.70   no data
99.44/24.95	c  N dy   993    168747      4859     20747         0     24737     62963   1008448     66.80     70.46
106.20/26.67	c  N dy  1057    179668      4859     20747         0     35657     62963   2150695     66.80     71.35
112.99/28.38	c  N dy  1127    191151      4859     20747         0     29140     62963   1382520     66.86     87.28
121.40/30.42	c  N dy  1209    203539      4859     20747         0     22531     62963    586908     66.97     70.91
129.79/32.52	c  N dy  1306    216561      4859     20747         0     35552     62963   1980084     67.14     70.98
138.57/34.71	c  N dy  1387    230400      4859     20747         0     29391     62963   1192695     67.16     82.83
143.37/35.96	c  S st  1433    237825      4859     20747         0     36815     62963   1968931     67.15     59.07
143.75/36.06	c  S st  1433    238327      4859     20747         0     37317     62963   2009775     67.15   no data
143.75/36.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.75/36.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
144.15/36.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.15/36.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.15/36.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.15/36.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
144.15/36.10	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
144.15/36.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
144.55/36.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.75/37.55	c lits-rem:        40  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.33 s
149.75/37.55	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
149.75/37.58	c vivif2 --  cl tried    37311 cl shrink        0 lits rem          0 time: 0.03
150.14/37.63	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.05
150.14/37.63	c calculated reachability. Time: 0.00
150.14/37.63	c  N dy  1433    238327      4859     20747         0     37311     62963   2008303     67.15   no data
160.13/40.12	c  N dy  1534    253551      4859     20747         0     31534     62963   1345467     67.17     92.52
171.31/42.90	c  N dy  1627    269835      4859     20747         0     25820     62963    631115     67.15     84.55
182.92/45.81	c  N dy  1728    287059      4859     20747         0     43040     62963   2457831     67.15     72.40
195.28/48.90	c  N dy  1838    305477      4859     20747         0     38457     62963   1859019     67.14     71.82
195.70/49.04	c  F st  1844    306251      4859     20747         0     39231     62963   1940888     67.14   no data
208.47/52.29	c  N dy  1932    325014      4859     20747         0     33993     62963   1299548     67.17     88.85
223.24/55.93	c  N dy  2053    345069      4859     20747         0     29049     62963    676934     67.16     72.58
231.63/58.05	c  S st  2127    357491      4859     20747         0     41469     62963   2001425     67.21     55.23
232.03/58.16	c  S st  2127    357994      4859     20747         0     41972     62963   2040306     67.21   no data
232.03/58.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
232.43/58.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
232.43/58.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
232.43/58.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.43/58.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.43/58.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
232.43/58.21	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
232.43/58.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
232.82/58.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.83/59.83	c lits-rem:        30  cl-subs:       10  v-elim:      0  v-fix:    0  time:  1.52 s
238.83/59.84	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
238.83/59.87	c vivif2 --  cl tried    41962 cl shrink        0 lits rem          0 time: 0.03
239.23/59.92	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.05
239.23/59.92	c calculated reachability. Time: 0.00
239.23/59.92	c  N dy  2127    357994      4859     20747         0     41962     62963   2038188     67.21   no data
253.59/63.59	c  N dy  2252    378044      4859     20747         0     36011     62963   1313526     67.24     70.88
269.17/67.45	c  N dy  2377    398096      4859     20747         0     29066     62963    472962     67.26     71.06
283.98/71.15	c  N dy  2504    418171      4859     20747         0     49139     62963   2588408     67.32     71.85
298.74/74.86	c  N dy  2622    438293      4859     20747         0     41259     62963   1669668     67.34     71.19
314.73/78.86	c  N dy  2749    458382      4859     20747         0     32349     62963    625911     67.40     71.95
329.89/82.63	c  N dy  2874    478457      4859     20747         0     52419     62963   2726750     67.42     71.27
345.49/86.53	c  N dy  3005    498561      4859     20747         0     42526     62963   1615464     67.45     71.31
362.25/90.74	c  N dy  3122    518640      4859     20747         0     31608     62963    349015     67.46     73.34
375.85/94.14	c  S st  3244    536991      4859     20747         0     49955     62963   2291181     67.50     63.46
376.25/94.26	c  S st  3244    537497      4859     20747         0     50461     62963   2333619     67.50   no data
376.25/94.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
376.63/94.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
376.63/94.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
376.63/94.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
376.63/94.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
376.63/94.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
376.63/94.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
376.63/94.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
377.03/94.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.21/96.70	c lits-rem:        23  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.26 s
386.21/96.70	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
386.21/96.73	c vivif2 --  cl tried    50456 cl shrink        0 lits rem          0 time: 0.03
386.61/96.80	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.06
386.61/96.80	c calculated reachability. Time: 0.00
386.61/96.80	c  N dy  3244    537497      4859     20747         0     50456     62963   2332728     67.50   no data
403.39/101.01	c  N dy  3369    557652      4859     20747         0     38614     62963    999501     67.54     78.44
419.37/105.07	c  N dy  3486    577722      4859     20747         0     58680     62963   3141051     67.57     71.14
435.75/109.10	c  N dy  3608    597753      4859     20747         0     45718     62963   1629788     67.58     71.14
453.32/113.54	c  N dy  3751    617788      4859     20747         0     65751     62963   3759588     67.64     74.54
468.90/117.46	c  N dy  3869    637790      4859     20747         0     51752     62963   2175990     67.65     73.65
487.67/122.10	c  N dy  3999    657922      4859     20747         0     36888     62963    504940     67.68     72.55
503.27/126.08	c  N dy  4121    678008      4859     20747         0     56973     62963   2630685     67.69     85.98
522.43/130.83	c  N dy  4254    698034      4859     20747         0     41000     62963    841498     67.71     89.98
539.20/135.08	c  N dy  4378    718046      4859     20747         0     61008     62963   2974973     67.74     71.36
557.58/139.69	c  N dy  4517    738075      4859     20747         0     44039     62963   1076664     67.80     72.12
575.15/144.01	c  N dy  4637    758122      4859     20747         0     64082     62963   3202146     67.81     73.23
593.13/148.58	c  N dy  4769    778130      4859     20747         0     46093     62963   1180604     67.84     71.72
610.70/152.93	c  N dy  4878    798250      4859     20747         0     66212     62963   3306533     67.81     72.58
618.69/154.96	c  S st  4933    806245      4859     20747         0     74207     62963   4166464     67.83   no data
619.49/155.12	c  S st  4933    806748      4859     20747         0     74710     62963   4205244     67.83   no data
619.49/155.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
619.49/155.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
619.49/155.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
619.49/155.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
619.49/155.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
619.49/155.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
619.49/155.19	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
619.89/155.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
620.69/155.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
637.07/159.53	c lits-rem:        83  cl-subs:       13  v-elim:      0  v-fix:    0  time:  4.11 s
637.07/159.53	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
637.07/159.59	c vivif2 --  cl tried    74697 cl shrink        0 lits rem          0 time: 0.06
637.47/159.68	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.10
637.47/159.69	c calculated reachability. Time: 0.00
637.47/159.69	c  N dy  4933    806748      4859     20747         0     74697     62963   4202698     67.83   no data
654.64/163.97	c  N dy  5064    826808      4859     20747         0     55759     62963   2119443     67.85     74.07
674.63/168.93	c  N dy  5189    847014      4859     20747         0     75959     62963   4243133     67.85     72.91
692.21/173.35	c  N dy  5316    867239      4859     20747         0     56190     62963   2060102     67.87     71.86
711.77/178.23	c  N dy  5453    887332      4859     20747         0     76281     62963   4188171     67.90     71.71
729.74/182.77	c  N dy  5584    907443      4859     20747         0     55400     62963   1868632     67.92     72.05
748.91/187.55	c  N dy  5700    927466      4859     20747         0     75423     62963   3995985     67.92     71.57
767.68/192.30	c  N dy  5832    947532      4859     20747         0     53484     62963   1566714     67.94     74.22
786.86/197.02	c  N dy  5958    967574      4859     20747         0     73525     62963   3701255     67.96     74.10
806.85/202.04	c  N dy  6088    987654      4859     20747         0     50609     62963   1173336     67.98     99.79
825.21/206.66	c  N dy  6222   1007660      4859     20747         0     70611     62963   3311857     68.01     88.21
846.78/212.05	c  N dy  6352   1027735      4859     20747         0     46685     62963    646816     68.04     71.81
864.35/216.49	c  N dy  6480   1047889      4859     20747         0     66836     62963   2822888     68.07     71.74
885.94/221.85	c  N dy  6606   1067952      4859     20747         0     86898     62963   4945526     68.09     73.58
890.72/223.01	c  F st  6632   1071875      4859     20747         0     45829     62963    454978     68.09     66.60
904.70/226.52	c  N dy  6714   1088052      4859     20747         0     62003     62963   2291146     68.12     76.19
925.09/231.69	c  N dy  6843   1108110      4859     20747         0     82060     62963   4432334     68.14     75.93
945.45/236.76	c  N dy  6966   1128165      4859     20747         0     56117     62963   1437784     68.14     73.62
965.03/241.63	c  N dy  7089   1148235      4859     20747         0     76185     62963   3571538     68.14     74.66
987.78/247.36	c  N dy  7228   1168330      4859     20747         0     49284     62963    631295     68.18     76.64
1006.56/252.04	c  N dy  7353   1188428      4859     20747         0     69377     62963   2770698     68.19     73.15
1029.33/257.78	c  N dy  7479   1208565      4859     20747         0     89513     62963   4915833     68.20     72.31
1031.32/258.26	c  S st  7490   1210122      4859     20747         0     91070     62963   5083203     68.20     55.13
1032.12/258.46	c  S st  7490   1210624      4859     20747         0     91572     62963   5123688     68.20   no data
1032.12/258.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1032.52/258.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
1032.52/258.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1032.52/258.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1032.52/258.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1032.52/258.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
1032.52/258.54	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1032.92/258.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1033.71/258.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1056.91/264.68	c lits-rem:        67  cl-subs:       11  v-elim:      0  v-fix:    0  time:  5.87 s
1056.91/264.68	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
1057.31/264.76	c vivif2 --  cl tried    91561 cl shrink        0 lits rem          0 time: 0.07
1057.68/264.88	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.12
1057.68/264.88	c calculated reachability. Time: 0.00
1057.68/264.88	c  N dy  7490   1210624      4859     20747         0     91561     62963   5121881     68.20   no data
1077.26/269.76	c  N dy  7623   1230751      4859     20747         0     63687     62963   2047843     68.22     73.99
1098.43/275.03	c  N dy  7751   1250829      4859     20747         0     83761     62963   4178608     68.24     78.05
1120.80/280.65	c  N dy  7876   1270947      4859     20747         0     54887     62963   1015288     68.25     72.11
1139.98/285.47	c  N dy  7998   1291119      4859     20747         0     75058     62963   3152720     68.24     72.73
1163.14/291.26	c  N dy  8119   1311195      4859     20747         0     95131     62963   5302197     68.26     72.13
1183.11/296.22	c  N dy  8237   1331276      4859     20747         0     65215     62963   2029895     68.27     73.45
1204.29/301.53	c  N dy  8359   1351382      4859     20747         0     85319     62963   4192617     68.28     72.77
1227.85/307.45	c  N dy  8473   1371486      4859     20747         0     54428     62963    774975     68.28     72.33
1247.83/312.40	c  N dy  8607   1392101      4859     20747         0     75040     62963   3003947     68.31     72.59
1270.59/318.13	c  N dy  8726   1412166      4859     20747         0     95102     62963   5145489     68.31     72.34
1292.56/323.62	c  N dy  8849   1432352      4859     20747         0     63288     62963   1609238     68.32     71.97
1313.33/328.86	c  N dy  8978   1452531      4859     20747         0     83465     62963   3791500     68.34     72.44
1338.52/335.14	c  N dy  9102   1472646      4859     20747         0    103576     62963   5930535     68.35     72.30
1358.47/340.10	c  N dy  9216   1492787      4859     20747         0     70723     62963   2308036     68.34     72.46
1380.44/345.63	c  N dy  9336   1512827      4859     20747         0     90759     62963   4443285     68.35     72.91
1405.60/351.96	c  N dy  9463   1532874      4859     20747         0     56816     62963    720944     68.35     72.98
1425.18/356.89	c  N dy  9594   1553021      4859     20747         0     76959     62963   2878836     68.36     72.36
1449.54/362.93	c  N dy  9711   1573558      4859     20747         0     97494     62963   5058253     68.35     72.33
1473.52/368.97	c  N dy  9845   1593695      4859     20747         0     62631     62963   1248114     68.36     71.99
1493.89/374.08	c  N dy  9963   1613728      4859     20747         0     82662     62963   3352190     68.36     75.16
1518.67/380.23	c  N dy 10092   1633827      4859     20747         0    102757     62963   5512146     68.37     77.77
1541.82/386.05	c  N dy 10222   1653916      4859     20747         0     66850     62963   1600487     68.39     72.49
1563.39/391.40	c  N dy 10343   1673977      4859     20747         0     86906     62963   3738856     68.39     72.19
1589.35/397.95	c  N dy 10467   1694094      4859     20747         0    107021     62963   5910493     68.40     72.30
1608.53/402.73	c  S st 10573   1710624      4859     20747         0     66563     62963   1465979     68.42     63.24
1608.93/402.87	c  S st 10573   1711128      4859     20747         0     67067     62963   1505966     68.42   no data
1608.93/402.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1609.33/402.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
1609.33/402.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1609.33/402.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1609.33/402.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1609.33/402.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
1609.33/402.93	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1609.33/402.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1609.73/403.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1614.53/404.20	c lits-rem:        18  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.17 s
1614.53/404.20	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
1614.53/404.22	c vivif2 --  cl tried    67060 cl shrink        0 lits rem          0 time: 0.02
1614.94/404.31	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.08
1614.94/404.31	c calculated reachability. Time: 0.00
1614.94/404.31	c  N dy 10573   1711128      4859     20747         0     67060     62963   1504670     68.42   no data
1636.10/409.66	c  N dy 10698   1731134      4859     20747         0     87063     62963   3641915     68.43     75.23
1661.66/416.07	c  N dy 10825   1751248      4859     20747         0    107176     62963   5806939     68.45     73.17
1685.24/421.99	c  N dy 10966   1771276      4859     20747         0     69215     62963   1642549     68.47     72.70
1707.21/427.49	c  N dy 11087   1791354      4859     20747         0     89292     62963   3817052     68.48     74.04
1733.99/434.16	c  N dy 11224   1811482      4859     20747         0    109416     62963   5979825     68.50     72.20
1757.53/440.06	c  N dy 11344   1831617      4859     20747         0     70556     62963   1675982     68.50     72.31
1780.70/445.84	c  N dy 11463   1851618      4859     20747         0     90554     62963   3804215     68.50     72.21
1807.06/452.43	c  N dy 11589   1871882      4859     20747         0    110816     62963   5977944     68.51     72.39
1831.43/458.50	c  N dy 11717   1892033      4859     20747         0     70965     62963   1626264     68.51     76.78
1853.80/464.18	c  N dy 11845   1912134      4859     20747         0     91064     62963   3776433     68.52     72.66
1880.15/470.77	c  N dy 11956   1932377      4859     20747         0    111305     62963   5936873     68.51     72.33
1904.95/476.94	c  N dy 12067   1952550      4859     20747         0     70480     62963   1462710     68.51     73.32
1927.31/482.55	c  N dy 12191   1972730      4859     20747         0     90658     62963   3605539     68.52     72.22
1953.68/489.16	c  N dy 12317   1992747      4859     20747         0    110671     62963   5739295     68.52     73.79
1980.82/495.91	c  N dy 12441   2012924      4859     20747         0     68858     62963   1216668     68.53     73.97
2002.79/501.40	c  N dy 12561   2032962      4859     20747         0     88894     62963   3352214     68.52     73.28
2029.15/508.02	c  N dy 12691   2053187      4859     20747         0    109117     62963   5508151     68.53     72.37
2057.11/515.04	c  N dy 12807   2073660      4859     20747         0     66591     62963    866589     68.53     72.29
2078.69/520.42	c  N dy 12933   2093721      4859     20747         0     86648     62963   3029786     68.54     75.12
2103.86/526.75	c  N dy 13049   2113783      4859     20747         0    106708     62963   5160777     68.54     72.31
2133.01/534.08	c  N dy 13182   2133794      4859     20747         0    126716     62963   7316037     68.56     72.33
2154.99/539.51	c  N dy 13316   2153829      4859     20747         0     82757     62963   2501770     68.57     72.84
2179.75/545.74	c  N dy 13443   2173999      4859     20747         0    102924     62963   4658515     68.58     72.32
2208.53/552.94	c  N dy 13567   2194198      4859     20747         0    123121     62963   6811157     68.59     72.49
2230.09/558.36	c  S st 13680   2211129      4859     20747         0     75059     62963   1569378     68.59     57.21
2230.87/558.52	c  S st 13680   2211633      4859     20747         0     75563     62963   1613888     68.59   no data
2230.87/558.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2230.87/558.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
2230.87/558.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2230.87/558.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2230.87/558.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2230.87/558.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
2230.87/558.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2231.27/558.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2231.27/558.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2235.67/559.78	c lits-rem:         6  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.10 s
2235.67/559.79	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
2236.07/559.81	c vivif2 --  cl tried    75557 cl shrink        0 lits rem          0 time: 0.03
2236.47/559.90	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.09
2236.47/559.91	c calculated reachability. Time: 0.00
2236.47/559.91	c  N dy 13680   2211633      4859     20747         0     75557     62963   1612538     68.59   no data
2259.64/565.70	c  N dy 13809   2231650      4859     20747         0     95574     62963   3757789     68.60     77.36
2287.22/572.62	c  N dy 13942   2251774      4859     20747         0    115696     62963   5919845     68.62     72.40
2315.57/579.78	c  N dy 14058   2271786      4859     20747         0     69717     62963    896032     68.62     72.30
2337.53/585.28	c  N dy 14179   2291861      4859     20747         0     89790     62963   3033677     68.62     72.93
2363.50/591.75	c  N dy 14293   2311920      4859     20747         0    109845     62963   5176755     68.62     72.87
2394.26/599.44	c  N dy 14421   2332314      4859     20747         0    130237     62963   7393676     68.63     72.43
2417.83/605.38	c  N dy 14554   2352464      4859     20747         0     83387     62963   2269897     68.65     73.61
2443.39/611.70	c  N dy 14675   2372490      4859     20747         0    103413     62963   4411244     68.65     86.45
2472.17/618.97	c  N dy 14798   2392541      4859     20747         0    123462     62963   6565141     68.66     77.46
2500.51/626.04	c  N dy 14923   2412660      4859     20747         0     75587     62963   1319341     68.67     74.49
2523.28/631.77	c  N dy 15036   2432668      4859     20747         0     95594     62963   3464134     68.66     72.96
2550.44/638.59	c  N dy 15146   2453082      4859     20747         0    116007     62963   5634739     68.65     72.50
2582.03/646.49	c  N dy 15281   2473138      4859     20747         0    136061     62963   7793901     68.66     73.67
2605.17/652.22	c  N dy 15404   2493297      4859     20747         0     87225     62963   2488620     68.67     73.15
2630.74/658.64	c  N dy 15533   2513329      4859     20747         0    107256     62963   4656324     68.68     72.62
2660.30/666.06	c  N dy 15658   2533357      4859     20747         0    127281     62963   6799677     68.68     74.37
2688.65/673.19	c  N dy 15769   2553420      4859     20747         0     77348     62963   1290710     68.68     80.75
2712.22/679.04	c  N dy 15890   2573494      4859     20747         0     97420     62963   3450157     68.68     72.81
2740.21/686.03	c  N dy 16014   2593536      4859     20747         0    117461     62963   5595024     68.68     73.55
2772.94/694.20	c  N dy 16143   2613743      4859     20747         0    137664     62963   7804143     68.69     73.49
2796.93/700.30	c  N dy 16256   2633829      4859     20747         0     86755     62963   2229680     68.69     73.52
2822.07/706.56	c  N dy 16375   2653891      4859     20747         0    106816     62963   4380590     68.70     73.22
2851.63/713.95	c  N dy 16496   2673971      4859     20747         0    126895     62963   6546560     68.70     72.46
2883.59/721.98	c  N dy 16629   2694048      4859     20747         0     74977     62963    854143     68.71     76.49
2904.36/727.12	c  S st 16748   2711633      4859     20747         0     92560     62963   2723694     68.72     70.66
2905.16/727.32	c  S st 16748   2712138      4859     20747         0     93065     62963   2765403     68.72   no data
2905.16/727.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2905.16/727.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2905.56/727.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2905.56/727.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2905.56/727.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2905.56/727.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
2905.56/727.41	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2905.56/727.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2905.96/727.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2918.34/730.66	c lits-rem:        22  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.09 s
2918.34/730.66	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
2918.74/730.70	c vivif2 --  cl tried    93057 cl shrink        0 lits rem          0 time: 0.04
2919.14/730.82	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.12
2919.14/730.82	c calculated reachability. Time: 0.00
2919.14/730.83	c  N dy 16748   2712138      4859     20747         0     93057     62963   2763785     68.72   no data
2945.50/737.42	c  N dy 16862   2732181      4859     20747         0    113099     62963   4948514     68.72     73.40
2976.66/745.22	c  N dy 16979   2752263      4859     20747         0    133180     62963   7093773     68.72     77.67
3006.21/752.61	c  N dy 17095   2772356      4859     20747         0     80275     62963   1318906     68.72     72.67
3030.20/758.63	c  N dy 17224   2792547      4859     20747         0    100464     62963   3498408     68.73     72.45
3058.54/765.72	c  N dy 17356   2812560      4859     20747         0    120471     62963   5653225     68.74     72.38
3091.32/774.00	c  N dy 17490   2832679      4859     20747         0    140590     62963   7834105     68.75     72.39
3118.86/780.88	c  N dy 17626   2852728      4859     20747         0     86643     62963   1904760     68.76     76.80
3144.45/787.26	c  N dy 17749   2872793      4859     20747         0    106702     62963   4074014     68.76     72.98
3174.39/794.77	c  N dy 17878   2893088      4859     20747         0    126996     62963   6252799     68.77     72.63
3208.35/803.24	c  N dy 17998   2913112      4859     20747         0    147019     62963   8414165     68.77     73.58
3233.11/809.46	c  N dy 18130   2933193      4859     20747         0     92110     62963   2376289     68.78     77.05
3259.47/816.05	c  N dy 18259   2953238      4859     20747         0    112153     62963   4511996     68.79     72.62
3290.23/823.75	c  N dy 18382   2973329      4859     20747         0    132241     62963   6653913     68.79     72.42
3324.98/832.48	c  N dy 18500   2993378      4859     20747         0     76297     62963    588907     68.79     74.41
3348.54/838.33	c  N dy 18629   3013966      4859     20747         0     96883     62963   2801041     68.80     75.56
3375.71/845.18	c  N dy 18751   3033987      4859     20747         0    116899     62963   4937898     68.80     73.94
3408.09/853.23	c  N dy 18890   3053994      4859     20747         0    136901     62963   7130073     68.82    115.61
3442.42/861.81	c  N dy 19021   3074062      4859     20747         0     79978     62963    880265     68.83     72.60
3465.59/867.65	c  N dy 19135   3094140      4859     20747         0    100055     62963   3040612     68.83     73.31
3493.55/874.62	c  N dy 19255   3114147      4859     20747         0    120061     62963   5163636     68.83     72.65
3525.90/882.79	c  N dy 19387   3134245      4859     20747         0    140156     62963   7329254     68.84     73.61
3559.46/891.17	c  N dy 19509   3154337      4859     20747         0     82253     62963   1029079     68.84     72.56
3583.84/897.23	c  N dy 19634   3174422      4859     20747         0    102335     62963   3189595     68.85     74.83
3612.18/904.38	c  N dy 19761   3194426      4859     20747         0    122336     62963   5326731     68.85     78.10
3640.56/911.50	c  S st 19864   3212140      4859     20747         0    140048     62963   7230967     68.85   no data
3642.14/911.80	c  S st 19864   3212640      4859     20747         0    140548     62963   7267873     68.85   no data
3642.14/911.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3642.55/911.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3642.55/911.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3642.55/911.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3642.55/911.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3642.55/911.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
3642.55/911.93	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3642.95/912.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
3644.14/912.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3680.10/921.34	c lits-rem:        52  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.02 s
3680.10/921.34	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
3680.51/921.45	c vivif2 --  cl tried   140531 cl shrink        0 lits rem          0 time: 0.10
3681.28/921.64	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.19
3681.28/921.64	c calculated reachability. Time: 0.00
3681.28/921.64	c  N dy 19864   3212640      4859     20747         0    140531     62963   7264138     68.85   no data
3716.44/930.49	c  N dy 19985   3232663      4859     20747         0     81559     62963    854643     68.86     79.74
3740.81/936.54	c  N dy 20102   3252950      4859     20747         0    101844     62963   3022339     68.85     73.64
3769.57/943.74	c  N dy 20225   3273144      4859     20747         0    122035     62963   5179728     68.86     73.10
3802.73/952.06	c  N dy 20347   3293148      4859     20747         0    142035     62963   7318489     68.86     74.15
3838.69/961.01	c  N dy 20475   3313181      4859     20747         0     82080     62963    802992     68.87     72.90
3863.04/967.13	c  N dy 20613   3333325      4859     20747         0    102223     62963   2986904     68.88     72.81
3891.42/974.22	c  N dy 20738   3353385      4859     20747         0    122281     62963   5163793     68.89     73.55
3925.36/982.72	c  N dy 20855   3373430      4859     20747         0    142321     62963   7330975     68.89     80.75
3962.51/992.06	c  N dy 20974   3393577      4859     20747         0     81478     62963    641417     68.90     72.71
3986.47/998.06	c  N dy 21103   3413632      4859     20747         0    101531     62963   2782742     68.91     73.37
4014.83/1005.10	c  N dy 21225   3433766      4859     20747         0    121663     62963   4943617     68.91     74.47
4047.59/1013.34	c  N dy 21343   3453994      4859     20747         0    141889     62963   7113659     68.91     72.72
4085.14/1022.79	c  N dy 21471   3474083      4859     20747         0    161975     62963   9277576     68.92     81.83
4111.50/1029.38	c  N dy 21598   3494640      4859     20747         0    100535     62963   2574001     68.92     73.15
4139.46/1036.39	c  N dy 21723   3514724      4859     20747         0    120618     62963   4736937     68.92     72.76
4173.02/1044.73	c  N dy 21862   3534891      4859     20747         0    140783     62963   6907886     68.93     73.36
4210.97/1054.22	c  N dy 21999   3554910      4859     20747         0    160802     62963   9096686     68.95     73.23
4238.93/1061.26	c  N dy 22122   3574991      4859     20747         0     97886     62963   2203896     68.95     74.55
4266.49/1068.20	c  N dy 22243   3595316      4859     20747         0    118211     62963   4386878     68.95     73.86
4298.85/1076.26	c  N dy 22378   3615326      4859     20747         0    138216     62963   6546928     68.96     73.19
4335.60/1085.44	c  N dy 22509   3635434      4859     20747         0    158323     62963   8715097     68.97     72.87
4367.55/1093.45	c  N dy 22630   3655801      4859     20747         0     94695     62963   1761124     68.97     75.95
4394.72/1100.21	c  N dy 22761   3675913      4859     20747         0    114802     62963   3928435     68.98     73.71
4426.28/1108.14	c  N dy 22891   3696130      4859     20747         0    135015     62963   6126883     68.99     72.82
4455.03/1115.39	c  S st 22990   3712640      4859     20747         0    151523     62963   7904286     68.99   no data
4456.63/1115.71	c  S st 22990   3713144      4859     20747         0    152027     62963   7945017     68.99   no data
4456.63/1115.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4457.03/1115.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4457.03/1115.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4457.03/1115.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4457.03/1115.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4457.03/1115.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4859 time:  0.00 s
4457.03/1115.85	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4457.43/1115.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4458.63/1116.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4498.17/1126.19	c lits-rem:        49  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.92 s
4498.17/1126.19	c vivif2 --  cl tried    20747 cl shrink        0 lits rem          0 time: 0.00
4498.97/1126.31	c vivif2 --  cl tried   152011 cl shrink        0 lits rem          0 time: 0.12
4499.78/1126.53	c asymm  cl-useful: 0/20747/20747 lits-rem:0 time: 0.22
4499.78/1126.53	c calculated reachability. Time: 0.00
4499.78/1126.53	c  N dy 22990   3713144      4859     20747         0    152011     62963   7942158     68.99   no data
4538.12/1136.17	c  N dy 23119   3733208      4859     20747         0     87084     62963    843883     68.99     77.31
4561.29/1141.92	c  F st 23246   3751562      4859     20747         0    105435     62963   2837493     69.00   no data
4563.71/1142.55	c  N st 23250   3753597      4859     20747         0    107470     62963   3069136     69.00   no data
4592.84/1149.81	c  N dy 23356   3773621      4859     20747         0    127493     62963   5310921     69.01     78.52
4626.80/1158.31	c  N dy 23476   3793666      4859     20747         0    147533     62963   7449353     69.01     73.91
4665.15/1167.92	c  N dy 23600   3813742      4859     20747         0    167608     62963   9621854     69.01    106.62
4693.51/1175.06	c  N dy 23729   3833819      4859     20747         0    101693     62963   2341875     69.02     75.00
4722.27/1182.25	c  N dy 23856   3854039      4859     20747         0    121911     62963   4504191     69.03     73.05
4755.43/1190.59	c  N dy 23974   3874115      4859     20747         0    141985     62963   6694564     69.03     72.90
4792.97/1199.96	c  N dy 24098   3894155      4859     20747         0    162025     62963   8846722     69.03     72.90

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-3173742-1304030289/watcher-3173742-1304030289 -o /tmp/evaluation-result-3173742-1304030289/solver-3173742-1304030289 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173742-1304030289.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 408 0 0 0 0 0 0 0 24 0 4 0 495444745 52441088 347 33554432000 4194304 4627427 140734974678976 18446744073709551615 47420896544690 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 12803 347 299 106 0 7774 0
[pid=21590/tid=21591] ppid=21588 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 495444746 52441088 347 33554432000 4194304 4627427 140734974678976 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 495444746 52441088 347 33554432000 4194304 4627427 140734974678976 18446744073709551615 233522095158 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495444746 52441088 347 33554432000 4194304 4627427 140734974678976 18446744073709551615 47420896544690 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.01498 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=351612 CPUtime=0.02 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) S 21588 21590 21381 0 -1 4202496 3347 0 0 0 1 1 0 0 18 0 4 0 495444745 360050688 2868 33554432000 4194304 4627427 140734974678976 18446744073709551615 233510402542 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 87903 2896 338 106 0 82874 0
[pid=21590/tid=21591] ppid=21588 vsize=351612 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) S 21588 21590 21381 0 -1 4202560 660 0 0 0 0 0 0 0 18 0 4 0 495444746 360050688 2910 33554432000 4194304 4627427 140734974678976 18446744073709551615 233510402542 0 0 4096 2 18446604464956476480 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=351612 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 4 0 495444746 360050688 2960 33554432000 4194304 4627427 140734974678976 18446744073709551615 233510402591 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=351612 CPUtime=0 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) S 21588 21590 21381 0 -1 4202560 848 0 0 0 0 0 0 0 18 0 4 0 495444746 360050688 2960 33554432000 4194304 4627427 140734974678976 18446744073709551615 233510402542 0 0 4096 2 18446604464956476480 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 351612

[startup+0.861573 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=361380 CPUtime=3.39 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 12176 0 0 0 335 4 0 0 18 0 4 0 495444745 370053120 7709 33554432000 4194304 4627427 140734974678976 18446744073709551615 4321691 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 90345 7710 386 106 0 85316 0
[pid=21590/tid=21591] ppid=21588 vsize=361380 CPUtime=0.84 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3153 0 0 0 83 1 0 0 19 0 4 0 495444746 370053120 7710 33554432000 4194304 4627427 140734974678976 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=361380 CPUtime=0.84 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3349 0 0 0 83 1 0 0 19 0 4 0 495444746 370053120 7711 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=361380 CPUtime=0.84 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 2293 0 0 0 83 1 0 0 19 0 4 0 495444746 370053120 7711 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 361380

[startup+0.961553 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=361380 CPUtime=3.79 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 12639 0 0 0 375 4 0 0 19 0 4 0 495444745 370053120 8172 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 90345 8173 386 106 0 85316 0
[pid=21590/tid=21591] ppid=21588 vsize=361380 CPUtime=0.94 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3266 0 0 0 93 1 0 0 19 0 4 0 495444746 370053120 8173 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=361380 CPUtime=0.94 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3461 0 0 0 93 1 0 0 19 0 4 0 495444746 370053120 8173 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=361380 CPUtime=0.94 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 2417 0 0 0 93 1 0 0 19 0 4 0 495444746 370053120 8174 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 361380

[startup+1.06154 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=361600 CPUtime=4.19 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 13112 0 0 0 415 4 0 0 19 0 4 0 495444745 370278400 8645 33554432000 4194304 4627427 140734974678976 18446744073709551615 4310392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 90400 8646 386 106 0 85371 0
[pid=21590/tid=21591] ppid=21588 vsize=361600 CPUtime=1.04 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3395 0 0 0 103 1 0 0 19 0 4 0 495444746 370278400 8646 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=361600 CPUtime=1.04 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3589 0 0 0 103 1 0 0 19 0 4 0 495444746 370278400 8646 33554432000 4194304 4627427 140734974678976 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=361600 CPUtime=1.04 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 2510 0 0 0 103 1 0 0 19 0 4 0 495444746 370278400 8646 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 361600

[startup+1.50046 s]
/proc/loadavg: 7.81 7.97 6.56 5/180 21590
/proc/meminfo: memFree=14133712/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=362256 CPUtime=5.96 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 15938 0 0 0 591 5 0 0 19 0 4 0 495444745 370950144 8093 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 90564 8094 386 106 0 85535 0
[pid=21590/tid=21591] ppid=21588 vsize=362256 CPUtime=1.48 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 4121 0 0 0 147 1 0 0 20 0 4 0 495444746 370950144 8094 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=362256 CPUtime=1.48 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 4320 0 0 0 147 1 0 0 20 0 4 0 495444746 370950144 8094 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=362256 CPUtime=1.48 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 3180 0 0 0 147 1 0 0 20 0 4 0 495444746 370950144 8094 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 362256

[startup+3.10118 s]
/proc/loadavg: 7.81 7.97 6.56 9/184 21594
/proc/meminfo: memFree=14086784/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=363444 CPUtime=12.35 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 24420 0 0 0 1229 6 0 0 25 0 4 0 495444745 372166656 8212 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308282 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 90861 8212 387 106 0 85832 0
[pid=21590/tid=21591] ppid=21588 vsize=363444 CPUtime=3.06 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 6228 0 0 0 305 1 0 0 25 0 4 0 495444746 372166656 8212 33554432000 4194304 4627427 140734974678976 18446744073709551615 4330015 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=363444 CPUtime=3.08 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 6443 0 0 0 307 1 0 0 25 0 4 0 495444746 372166656 8212 33554432000 4194304 4627427 140734974678976 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=363444 CPUtime=3.08 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 5322 0 0 0 307 1 0 0 25 0 4 0 495444746 372166656 8212 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 363444

[startup+6.3006 s]
/proc/loadavg: 7.83 7.97 6.56 9/184 21594
/proc/meminfo: memFree=14035572/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=376340 CPUtime=25.12 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 51269 0 0 0 2501 11 0 0 25 0 4 0 495444745 385372160 23731 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 94085 23731 390 106 0 89056 0
[pid=21590/tid=21591] ppid=21588 vsize=376340 CPUtime=6.25 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 11395 0 0 0 623 2 0 0 25 0 4 0 495444746 385372160 23731 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=376340 CPUtime=6.28 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 14911 0 0 0 625 3 0 0 25 0 4 0 495444746 385372160 23731 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=376340 CPUtime=6.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 11737 0 0 0 626 2 0 0 25 0 4 0 495444746 385372160 23731 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 376340

[startup+12.7005 s]
/proc/loadavg: 7.84 7.97 6.57 9/184 21595
/proc/meminfo: memFree=13980516/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=387244 CPUtime=50.71 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 85267 0 0 0 5050 21 0 0 25 0 4 0 495444745 396537856 36111 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 96811 36111 390 106 0 91782 0
[pid=21590/tid=21591] ppid=21588 vsize=387244 CPUtime=12.62 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 22854 0 0 0 1256 6 0 0 25 0 4 0 495444746 396537856 36112 33554432000 4194304 4627427 140734974678976 18446744073709551615 4327488 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=387244 CPUtime=12.68 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 24584 0 0 0 1263 5 0 0 25 0 4 0 495444746 396537856 36112 33554432000 4194304 4627427 140734974678976 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=387244 CPUtime=12.69 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 18201 0 0 0 1265 4 0 0 25 0 4 0 495444746 396537856 36112 33554432000 4194304 4627427 140734974678976 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 387244

[startup+25.5012 s]
/proc/loadavg: 7.88 7.97 6.59 9/184 21595
/proc/meminfo: memFree=13911836/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=474384 CPUtime=101.81 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 141831 0 0 0 10149 32 0 0 25 0 4 0 495444745 485769216 54505 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 118596 54505 390 106 0 113567 0
[pid=21590/tid=21591] ppid=21588 vsize=474384 CPUtime=25.35 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 36198 0 0 0 2526 9 0 0 25 0 4 0 495444746 485769216 54505 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=474384 CPUtime=25.47 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 35719 0 0 0 2539 8 0 0 25 0 4 0 495444746 485769216 54505 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=474384 CPUtime=25.48 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 33946 0 0 0 2541 7 0 0 25 0 4 0 495444746 485769216 54505 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 474384

[startup+51.1006 s]
/proc/loadavg: 7.92 7.97 6.63 9/184 21596
/proc/meminfo: memFree=13898652/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=484152 CPUtime=204.07 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 224348 0 0 0 20351 56 0 0 25 0 4 0 495444745 495771648 59722 33554432000 4194304 4627427 140734974678976 18446744073709551615 4327635 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 121038 59722 390 106 0 116009 0
[pid=21590/tid=21591] ppid=21588 vsize=484152 CPUtime=50.8 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 55798 0 0 0 5065 15 0 0 25 0 4 0 495444746 495771648 59722 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=484152 CPUtime=51.07 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 58530 0 0 0 5093 14 0 0 25 0 4 0 495444746 495771648 59722 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=484152 CPUtime=51.08 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 53231 0 0 0 5096 12 0 0 25 0 4 0 495444746 495771648 59722 33554432000 4194304 4627427 140734974678976 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 484152

[startup+102.3 s]
/proc/loadavg: 7.52 7.85 6.66 9/184 21627
/proc/meminfo: memFree=14592272/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=607480 CPUtime=408.58 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 358753 0 0 0 40762 96 0 0 25 0 4 0 495444745 622059520 69341 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 151870 69341 390 106 0 146841 0
[pid=21590/tid=21591] ppid=21588 vsize=607480 CPUtime=101.72 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 89503 0 0 0 10146 26 0 0 25 0 4 0 495444746 622059520 69341 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=607480 CPUtime=102.27 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 92779 0 0 0 10202 25 0 0 25 0 4 0 495444746 622059520 69341 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308268 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=607480 CPUtime=102.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 85801 0 0 0 10208 20 0 0 25 0 4 0 495444746 622059520 69341 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 607480

[startup+162.301 s]

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

[pid=21590] ppid=21588 vsize=966884 CPUtime=2565.62 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1344348 0 0 0 256136 426 0 0 25 0 4 0 495444745 990089216 154162 33554432000 4194304 4627427 140734974678976 18446744073709551615 4327424 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 241721 154162 390 106 0 236692 0
[pid=21590/tid=21591] ppid=21588 vsize=966884 CPUtime=638.78 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 333204 0 0 0 63766 112 0 0 25 0 4 0 495444746 990089216 154162 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=966884 CPUtime=642.26 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 344028 0 0 0 64123 103 0 0 25 0 4 0 495444746 990089216 154162 33554432000 4194304 4627427 140734974678976 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=966884 CPUtime=642.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 333563 0 0 0 64124 104 0 0 25 0 4 0 495444746 990089216 154162 33554432000 4194304 4627427 140734974678976 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 966884

[startup+702.301 s]
/proc/loadavg: 8.12 8.05 7.32 9/184 21643
/proc/meminfo: memFree=13913724/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1018544 CPUtime=2805.3 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1431715 0 0 0 280070 460 0 0 25 0 4 0 495444745 1042989056 147985 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 254636 147985 390 106 0 249607 0
[pid=21590/tid=21591] ppid=21588 vsize=1018544 CPUtime=698.45 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 354481 0 0 0 69725 120 0 0 25 0 4 0 495444746 1042989056 147985 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1018544 CPUtime=702.26 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 366163 0 0 0 70114 112 0 0 25 0 4 0 495444746 1042989056 147985 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1018544 CPUtime=702.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 355587 0 0 0 70115 113 0 0 25 0 4 0 495444746 1042989056 147985 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.3
Current children cumulated vsize (KiB) 1018544

[startup+762.301 s]
/proc/loadavg: 8.09 8.05 7.36 9/184 21644
/proc/meminfo: memFree=13861504/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1023608 CPUtime=3044.97 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1515420 0 0 0 304001 496 0 0 25 0 4 0 495444745 1048174592 160741 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 255902 160741 390 106 0 250873 0
[pid=21590/tid=21591] ppid=21588 vsize=1023608 CPUtime=758.12 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 377928 0 0 0 75683 129 0 0 25 0 4 0 495444746 1048174592 160741 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1023608 CPUtime=762.26 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 386400 0 0 0 76105 121 0 0 25 0 4 0 495444746 1048174592 160741 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1023608 CPUtime=762.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 375657 0 0 0 76108 120 0 0 25 0 4 0 495444746 1048174592 160741 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1023608

[startup+822.301 s]
/proc/loadavg: 8.07 8.06 7.40 9/184 21646
/proc/meminfo: memFree=13855536/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1025316 CPUtime=3284.65 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1593936 0 0 0 327940 525 0 0 25 0 4 0 495444745 1049923584 166487 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 256329 166487 390 106 0 251300 0
[pid=21590/tid=21591] ppid=21588 vsize=1025316 CPUtime=817.8 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 397442 0 0 0 81642 138 0 0 25 0 4 0 495444746 1049923584 166487 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1025316 CPUtime=822.27 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 406190 0 0 0 82098 129 0 0 25 0 4 0 495444746 1049923584 166487 33554432000 4194304 4627427 140734974678976 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1025316 CPUtime=822.29 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 395154 0 0 0 82101 128 0 0 25 0 4 0 495444746 1049923584 166487 33554432000 4194304 4627427 140734974678976 18446744073709551615 4329791 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.65
Current children cumulated vsize (KiB) 1025316

[startup+882.3 s]
/proc/loadavg: 8.10 8.07 7.45 9/184 21648
/proc/meminfo: memFree=13803436/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1027052 CPUtime=3524.31 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1671957 0 0 0 351876 555 0 0 25 0 4 0 495444745 1051701248 170307 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 256763 170307 390 106 0 251734 0
[pid=21590/tid=21591] ppid=21588 vsize=1027052 CPUtime=877.46 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 416948 0 0 0 87602 144 0 0 25 0 4 0 495444746 1051701248 170307 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1027052 CPUtime=882.25 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 425832 0 0 0 88090 135 0 0 25 0 4 0 495444746 1051701248 170307 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1027052 CPUtime=882.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 414505 0 0 0 88092 136 0 0 25 0 4 0 495444746 1051701248 170307 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.31
Current children cumulated vsize (KiB) 1027052

[startup+942.307 s]
/proc/loadavg: 8.04 8.06 7.48 9/184 21649
/proc/meminfo: memFree=13599932/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1200036 CPUtime=3764 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1786572 0 0 0 375812 588 0 0 25 0 4 0 495444745 1228836864 207409 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 300009 207409 390 106 0 294980 0
[pid=21590/tid=21591] ppid=21588 vsize=1200036 CPUtime=937.14 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 453596 0 0 0 93562 152 0 0 25 0 4 0 495444746 1228836864 207409 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1200036 CPUtime=942.26 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 444915 0 0 0 94082 144 0 0 25 0 4 0 495444746 1228836864 207409 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1200036 CPUtime=942.29 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 446440 0 0 0 94084 145 0 0 25 0 4 0 495444746 1228836864 207409 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 1200036

[startup+1002.3 s]
/proc/loadavg: 8.01 8.04 7.51 9/184 21651
/proc/meminfo: memFree=13591240/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1202424 CPUtime=4003.66 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1868554 0 0 0 399746 620 0 0 25 0 4 0 495444745 1231282176 210499 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 300606 210499 390 106 0 295577 0
[pid=21590/tid=21591] ppid=21588 vsize=1202424 CPUtime=996.81 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 472505 0 0 0 99520 161 0 0 25 0 4 0 495444746 1231282176 210499 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1202424 CPUtime=1002.25 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 470426 0 0 0 100075 150 0 0 25 0 4 0 495444746 1231282176 210499 33554432000 4194304 4627427 140734974678976 18446744073709551615 4308760 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1202424 CPUtime=1002.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 465171 0 0 0 100075 153 0 0 25 0 4 0 495444746 1231282176 210499 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1202424

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 7.54 9/184 21653
/proc/meminfo: memFree=13582528/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1101908 CPUtime=4243.32 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 1942887 0 0 0 423684 648 0 0 25 0 4 0 495444745 1128353792 204866 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 275477 204866 390 106 0 270448 0
[pid=21590/tid=21591] ppid=21588 vsize=1101908 CPUtime=1056.48 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 491103 0 0 0 105478 170 0 0 25 0 4 0 495444746 1128353792 204866 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1101908 CPUtime=1062.25 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 489255 0 0 0 106068 157 0 0 25 0 4 0 495444746 1128353792 204866 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1101908 CPUtime=1062.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 483643 0 0 0 106069 159 0 0 25 0 4 0 495444746 1128353792 204866 33554432000 4194304 4627427 140734974678976 18446744073709551615 4506952 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.32
Current children cumulated vsize (KiB) 1101908

[startup+1122.3 s]
/proc/loadavg: 8.11 8.05 7.57 9/184 21654
/proc/meminfo: memFree=13399360/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1292676 CPUtime=4483 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 2030296 0 0 0 447623 677 0 0 25 0 4 0 495444745 1323700224 251441 33554432000 4194304 4627427 140734974678976 18446744073709551615 4427146 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 323169 251441 390 106 0 318140 0
[pid=21590/tid=21591] ppid=21588 vsize=1292676 CPUtime=1116.15 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 515454 0 0 0 111438 177 0 0 25 0 4 0 495444746 1323700224 251441 33554432000 4194304 4627427 140734974678976 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1292676 CPUtime=1122.25 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 506312 0 0 0 112062 163 0 0 25 0 4 0 495444746 1323700224 251441 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1292676 CPUtime=1122.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 507954 0 0 0 112060 168 0 0 25 0 4 0 495444746 1323700224 251441 33554432000 4194304 4627427 140734974678976 18446744073709551615 4467952 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 1292676

[startup+1182.3 s]
/proc/loadavg: 8.19 8.08 7.61 9/184 21656
/proc/meminfo: memFree=13414340/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1360092 CPUtime=4722.67 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 2101422 0 0 0 471561 706 0 0 25 0 4 0 495444745 1392734208 238256 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 340023 238256 391 106 0 334994 0
[pid=21590/tid=21591] ppid=21588 vsize=1360092 CPUtime=1175.82 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 530917 0 0 0 117399 183 0 0 25 0 4 0 495444746 1392734208 238256 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1360092 CPUtime=1182.25 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 528629 0 0 0 118052 173 0 0 25 0 4 0 495444746 1392734208 238256 33554432000 4194304 4627427 140734974678976 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1360092 CPUtime=1182.28 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 523919 0 0 0 118054 174 0 0 25 0 4 0 495444746 1392734208 238256 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1360092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.13 8.07 7.62 9/184 21656
/proc/meminfo: memFree=13325056/32951124 swapFree=67111528/67111528
[pid=21590] ppid=21588 vsize=1360092 CPUtime=4800.19 cores=1,3,5,7
/proc/21590/stat : 21590 (strangenight2-m) R 21588 21590 21381 0 -1 4202496 2118130 0 0 0 479304 715 0 0 25 0 4 0 495444745 1392734208 254131 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21590/statm: 340023 254131 391 106 0 334994 0
[pid=21590/tid=21591] ppid=21588 vsize=1360092 CPUtime=1195.13 cores=1,3,5,7
/proc/21590/task/21591/stat : 21591 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 535596 0 0 0 119326 187 0 0 25 0 4 0 495444746 1392734208 254131 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=21590/tid=21592] ppid=21588 vsize=1360092 CPUtime=1201.66 cores=1,3,5,7
/proc/21590/task/21592/stat : 21592 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 531158 0 0 0 119992 174 0 0 25 0 4 0 495444746 1392734208 254131 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=21590/tid=21593] ppid=21588 vsize=1360092 CPUtime=1201.68 cores=1,3,5,7
/proc/21590/task/21593/stat : 21593 (strangenight2-m) R 21588 21590 21381 0 -1 4202560 528703 0 0 0 119992 176 0 0 25 0 4 0 495444746 1392734208 254131 33554432000 4194304 4627427 140734974678976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 1360092

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.76
CPU time (s): 4800.26
CPU user time (s): 4793.06
CPU system time (s): 7.2019
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 1360092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.06
system time used= 7.20191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2118135
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= 2857
involuntary context switches= 30929

runsolver used 1.84372 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 00:38:09
IDJOB=3173742
IDBENCH=82560
IDSOLVER=1586
FILE ID=node145/3173742-1304030289
RUNJOBID= node145-1304028687-21400
PBS_JOBID= 13170307
Free space on /tmp= 72184 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S936020932-012-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173742-1304030289/watcher-3173742-1304030289 -o /tmp/evaluation-result-3173742-1304030289/solver-3173742-1304030289 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173742-1304030289.cnf

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

MD5SUM BENCH= 1739c47038d88c1ec678774e95926496
RANDOM SEED=1260120708

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14133868 kB
Buffers:       2097652 kB
Cached:       15233264 kB
SwapCached:          0 kB
Active:        5964452 kB
Inactive:     12280772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14133868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5832 kB
Writeback:          20 kB
AnonPages:      913932 kB
Mapped:          15484 kB
Slab:           508376 kB
PageTables:       6664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1312644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72196 MiB
End job on node145 at 2011-04-29 00:58:13