Trace number 3173932

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.08 1201.63

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1623694027-006.SATISFIABLE.cnf
MD5SUM6303d9fa9d32bd584c08fa1ce867474c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.481926
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

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-3173932-1304073600.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.40/0.16	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.40/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.40/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.40/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.40/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.40/0.19	c calculated reachability. Time: 0.00
0.40/0.19	c Calc default polars -  time:   0.00 s pos:      34 undec:       0 neg:      46
0.40/0.19	c =========================================================================================
0.40/0.19	c types(t): F = full restart, N = normal restart
0.40/0.19	c types(t): S = simplification begin/end, E = solution found
0.40/0.19	c restart types(rt): st = static, dy = dynamic
0.40/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.40/0.19	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.17/0.33	c  N dy     9      4301        80      7120         0      3961     49840    107318     23.30     24.54
2.38/0.61	c  N dy    16     11819        80      7120         0      4650     49840    102263     22.72     24.02
3.57/0.91	c  N dy    25     18339        80      7120         0      5447     49840    110154     22.38     23.71
3.97/1.10	c  N dy    55     22344        80      7120         0      9128     49840    209528     22.73     24.97
4.79/1.23	c  F st    68     25001        80      7120         0     11581     49840    275799     22.85   no data
5.16/1.34	c  N st    72     27033        80      7120         0      7201     49840    141870     22.85   no data
5.56/1.47	c  S st    74     30000        80      7120         0      9921     49840    215224     22.85   no data
5.96/1.51	c  S st    74     30503        80      7120         0     10393     49840    228117     22.85   no data
5.96/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.51	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.72	c lits-rem:        94  cl-subs:      724  v-elim:      0  v-fix:    0  time:  0.19 s
7.57/1.99	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
7.57/1.99	c calculated reachability. Time: 0.00
7.57/1.99	c  N dy    74     30503        80      7120         0      9669     49840    207220     22.85   no data
8.78/2.24	c  N dy    83     34990        80      7120         0     13759     49840    316139     22.79     24.16
9.56/2.47	c  N dy   116     39028        80      7120         0     10285     49840    210441     22.99     24.80
10.75/2.76	c  N dy   128     43863        80      7120         0     14743     49840    330035     23.00     24.24
11.55/2.91	c  S st   139     45754        80      7120         0      8266     49840    140766     23.05     21.42
11.55/2.94	c  S st   139     46259        80      7120         0      8748     49840    154057     23.05   no data
11.55/2.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.55/2.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.55/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.55/2.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.55/2.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.55/2.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.99	c lits-rem:         1  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.04 s
11.55/2.99	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.55/2.99	c vivif2 --  cl tried     8692 cl shrink        0 lits rem          0 time: 0.00
12.77/3.25	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.77/3.25	c calculated reachability. Time: 0.00
12.77/3.25	c  N dy   139     46259        80      7120         0      8692     49840    152199     23.05   no data
14.76/3.71	c  N dy   145     54445        80      7120         0     16141     49840    348320     22.91     24.14
15.96/4.03	c  N dy   154     59625        80      7120         0     11730     49840    218930     22.89     24.10
17.57/4.47	c  N dy   175     66624        80      7120         0     18159     49840    389566     22.88     24.16
18.35/4.67	c  S st   176     69388        80      7120         0     10643     49840    175673     22.83     21.10
18.75/4.71	c  S st   176     69893        80      7120         0     11109     49840    188220     22.83   no data
18.75/4.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.75/4.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.75/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.75/4.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.75/4.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.75/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.79	c lits-rem:        10  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.06 s
18.75/4.79	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.75/4.79	c vivif2 --  cl tried    10939 cl shrink        0 lits rem          0 time: 0.00
19.95/5.09	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
19.95/5.09	c calculated reachability. Time: 0.00
19.95/5.09	c  N dy   176     69893        80      7120         0     10939     49840    183448     22.83   no data
21.97/5.50	c  N dy   198     76614        80      7120         0     17087     49840    348372     22.86     24.14
23.15/5.83	c  N dy   204     81588        80      7120         0     21608     49840    469455     22.84     24.08
24.35/6.18	c  N dy   230     87080        80      7120         0     15686     49840    298848     22.92     24.22
24.75/6.21	c  F st   235     87501        80      7120         0     16082     49840    309982     22.93   no data
25.94/6.56	c  N dy   241     92692        80      7120         0     20874     49840    439540     22.93   no data
27.94/7.05	c  N dy   268     98645        80      7120         0     14424     49840    247722     22.98     26.18
29.54/7.45	c  S st   278    104840        80      7120         0     20097     49840    399954     22.96     22.19
29.93/7.51	c  S st   278    105342        80      7120         0     20569     49840    412976     22.96   no data
29.93/7.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.93/7.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.93/7.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.93/7.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.93/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.93/7.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.93/7.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.93/7.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.93/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.33/8.10	c lits-rem:       226  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  0.56 s
32.33/8.10	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
32.33/8.10	c vivif2 --  cl tried    18837 cl shrink        0 lits rem          0 time: 0.00
33.93/8.50	c asymm  cl-useful: 0/5821/7120 lits-rem:0 time: 0.40
33.93/8.50	c calculated reachability. Time: 0.00
33.93/8.50	c  N dy   278    105342        80      7120         0     18837     49840    364511     22.96   no data
41.52/10.46	c  N dy   304    130540        80      7120         0     15358     49840    245380     22.68     23.88
43.93/11.08	c  N dy   336    138931        80      7120         0     23049     49840    450862     22.72     25.55
47.12/11.89	c  N dy   373    147874        80      7120         0     16621     49840    262036     22.75     23.96
50.31/12.70	c  N dy   439    157316        80      7120         0     25326     49840    498308     22.84     25.33
50.71/12.76	c  S st   442    158015        80      7120         0     25972     49840    515427     22.84     22.67
51.11/12.83	c  S st   442    158519        80      7120         0     26435     49840    528069     22.84   no data
51.11/12.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.11/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.11/12.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.11/12.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.11/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.11/12.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
51.11/12.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.11/12.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.11/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.31/13.66	c lits-rem:       229  cl-subs:     1934  v-elim:      0  v-fix:    0  time:  0.79 s
54.31/13.66	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.31/13.66	c vivif2 --  cl tried    24501 cl shrink        0 lits rem          0 time: 0.01
54.71/13.78	c asymm  cl-useful: 0/1299/7120 lits-rem:0 time: 0.12
54.71/13.78	c calculated reachability. Time: 0.00
54.71/13.78	c  N dy   442    158519        80      7120         0     24501     49840    470529     22.84   no data
59.90/15.09	c  N dy   467    175066        80      7120         0     24127     49840    444658     22.78     24.09
64.70/16.20	c  N dy   513    186419        80      7120         0     18117     49840    272735     22.80     24.00
69.09/17.30	c  N dy   572    198360        80      7120         0     29086     49840    569829     22.86     24.16
73.49/18.47	c  N dy   582    211237        80      7120         0     23434     49840    397293     22.77     24.09
79.49/19.97	c  N dy   614    226600        80      7120         0     19200     49840    270038     22.74     23.96
83.89/21.02	c  S st   670    237778        80      7120         0     29464     49840    547028     22.78   no data
84.27/21.10	c  S st   670    238279        80      7120         0     29933     49840    559999     22.78   no data
84.27/21.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.27/21.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
84.27/21.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.27/21.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.27/21.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.27/21.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
84.27/21.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.27/21.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.27/21.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.89/22.05	c lits-rem:       208  cl-subs:     2053  v-elim:      0  v-fix:    0  time:  0.92 s
87.89/22.05	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
87.89/22.06	c vivif2 --  cl tried    27880 cl shrink        0 lits rem          0 time: 0.01
88.67/22.25	c asymm  cl-useful: 0/2264/7120 lits-rem:0 time: 0.19
88.67/22.25	c calculated reachability. Time: 0.00
88.67/22.25	c  N dy   670    238279        80      7120         0     27880     49840    500794     22.78   no data
95.46/23.98	c  N dy   758    253561        80      7120         0     22755     49840    350171     22.86     24.44
104.64/26.23	c  N dy   796    277446        80      7120         0     24448     49840    376908     22.75     24.19
112.63/28.23	c  N dy   861    295182        80      7120         0     40669     49840    809172     22.77     25.21
117.43/29.42	c  F st   919    306251        80      7120         0     29835     49840    513353     22.80   no data
121.02/30.38	c  N dy   926    315247        80      7120         0     38035     49840    732188     22.79     24.04
130.22/32.69	c  N dy   995    335272        80      7120         0     34453     49840    618797     22.80     26.59
140.62/35.23	c  N dy  1080    355492        80      7120         0     30090     49840    486708     22.84     24.05
141.39/35.45	c  S st  1089    357421        80      7120         0     31844     49840    533364     22.84     21.85
141.79/35.53	c  S st  1089    357926        80      7120         0     32315     49840    546383     22.84   no data
141.79/35.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.79/35.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
141.79/35.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.79/35.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.79/35.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.79/35.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
141.79/35.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.79/35.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
141.79/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.42/36.46	c lits-rem:       200  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  0.89 s
145.42/36.46	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
145.42/36.47	c vivif2 --  cl tried    30513 cl shrink        0 lits rem          0 time: 0.01
146.20/36.67	c asymm  cl-useful: 0/1951/7120 lits-rem:0 time: 0.20
146.20/36.67	c calculated reachability. Time: 0.00
146.20/36.67	c  N dy  1089    357926        80      7120         0     30513     49840    494216     22.84   no data
157.38/39.40	c  N dy  1176    378008        80      7120         0     25180     49840    336539     22.88     25.54
167.77/42.04	c  N dy  1204    400502        80      7120         0     45788     49840    878720     22.82     24.09
178.96/44.88	c  N dy  1267    420535        80      7120         0     39455     49840    702282     22.83     24.85
190.14/47.64	c  N dy  1346    440692        80      7120         0     32273     49840    496260     22.85     24.08
199.72/50.06	c  N dy  1375    460735        80      7120         0     50562     49840    979432     22.81     24.09
209.72/52.52	c  N dy  1431    481354        80      7120         0     42958     49840    768353     22.82     24.02
220.91/55.32	c  N dy  1482    501378        80      7120         0     33792     49840    505904     22.81     24.53
235.69/59.09	c  N dy  1546    527604        80      7120         0     29456     49840    376056     22.81     24.07
240.48/60.24	c  S st  1597    536892        80      7120         0     37999     49840    607424     22.83     20.61
240.88/60.34	c  S st  1597    537395        80      7120         0     38472     49840    620203     22.83   no data
240.88/60.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.88/60.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.88/60.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.88/60.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.88/60.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.88/60.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
240.88/60.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.88/60.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.88/60.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.68/61.54	c lits-rem:       262  cl-subs:     1804  v-elim:      0  v-fix:    0  time:  1.15 s
245.68/61.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
245.68/61.54	c vivif2 --  cl tried    36668 cl shrink        0 lits rem          0 time: 0.01
246.50/61.77	c asymm  cl-useful: 0/1557/7120 lits-rem:0 time: 0.22
246.50/61.77	c calculated reachability. Time: 0.00
246.50/61.77	c  N dy  1597    537395        80      7120         0     36668     49840    568069     22.83   no data
260.05/65.13	c  N dy  1643    561062        80      7120         0     58165     49840   1135822     22.81     24.15
271.64/68.05	c  N dy  1755    581279        80      7120         0     47565     49840    849768     22.85     24.13
286.05/71.69	c  N dy  1848    602131        80      7120         0     36439     49840    527967     22.87     24.17
300.40/75.28	c  N dy  1955    624322        80      7120         0     56797     49840   1079665     22.90     24.15
313.58/78.53	c  N dy  2056    644456        80      7120         0     44205     49840    723417     22.92     24.20
327.17/81.91	c  N dy  2091    664679        80      7120         0     62569     49840   1210332     22.91     24.19
338.77/84.89	c  N dy  2171    684710        80      7120         0     48951     49840    834785     22.92     24.19
358.33/89.76	c  N dy  2191    716036        80      7120         0     44477     49840    687736     22.86     24.08
376.71/94.31	c  N dy  2276    740481        80      7120         0     66838     49840   1284907     22.86     24.10
390.29/97.73	c  N dy  2408    760847        80      7120         0     51758     49840    884928     22.89     24.20
408.27/102.20	c  N dy  2506    781624        80      7120         0     35992     49840    438092     22.91     24.12
421.87/105.63	c  N dy  2540    806092        80      7120         0     58184     49840   1012449     22.85     19.93
421.87/105.63	c  S st  2540    806092        80      7120         0     58184     49840   1012449     22.85     19.93
422.27/105.79	c  S st  2540    806597        80      7120         0     58660     49840   1025280     22.85   no data
422.65/105.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.65/105.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
422.65/105.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.65/105.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.65/105.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.65/105.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
422.65/105.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.65/105.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
422.65/105.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
444.24/111.20	c lits-rem:       548  cl-subs:     5694  v-elim:      0  v-fix:    0  time:  5.33 s
444.24/111.20	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
444.24/111.22	c vivif2 --  cl tried    52966 cl shrink        0 lits rem          0 time: 0.01
445.02/111.49	c asymm  cl-useful: 0/1119/7120 lits-rem:0 time: 0.28
445.02/111.50	c calculated reachability. Time: 0.00
445.02/111.50	c  N dy  2540    806597        80      7120         0     52966     49840    884184     22.85   no data
463.00/115.97	c  N dy  2626    826619        80      7120         0     35956     49840    425938     22.86     24.22
478.18/119.70	c  N dy  2719    849260        80      7120         0     56702     49840    983429     22.87     24.12
494.56/123.82	c  N dy  2768    869264        80      7120         0     38536     49840    477168     22.87     25.49
508.13/127.23	c  N dy  2846    890596        80      7120         0     58028     49840   1002724     22.88     24.13
528.91/132.43	c  N dy  2959    913795        80      7120         0     41821     49840    549003     22.90     24.12
541.30/135.58	c  N dy  2997    933806        80      7120         0     60125     49840   1039482     22.89     24.90
560.88/140.46	c  N dy  3099    954631        80      7120         0     40853     49840    505059     22.91     24.12
575.67/144.16	c  N dy  3216    974696        80      7120         0     59276     49840   1007665     22.93     25.21
595.22/149.05	c  N dy  3299    995702        80      7120         0     78580     49840   1528370     22.94     24.26
608.41/152.38	c  N dy  3346   1015829        80      7120         0     57502     49840    932859     22.94     24.26
625.19/156.52	c  N dy  3394   1035991        80      7120         0     75941     49840   1426536     22.94     24.15
640.77/160.41	c  N dy  3457   1056065        80      7120         0     53985     49840    820589     22.93     26.02
652.75/163.49	c  F st  3490   1071875        80      7120         0     68432     49840   1208551     22.93   no data
657.54/164.64	c  N dy  3496   1077070        80      7120         0     73207     49840   1339185     22.93   no data
675.92/169.23	c  N dy  3573   1097267        80      7120         0     50546     49840    716451     22.94     24.18
709.47/177.63	c  N dy  3651   1139058        80      7120         0     46533     49840    589611     22.91     24.19
724.25/181.38	c  N dy  3714   1159137        80      7120         0     64778     49840   1073555     22.90     25.58
743.42/186.12	c  N dy  3771   1179144        80      7120         0     83050     49840   1563289     22.90     24.73
761.00/190.52	c  N dy  3838   1200021        80      7120         0     59388     49840    924136     22.91     24.23
771.39/193.12	c  S st  3887   1209896        80      7120         0     68435     49840   1169297     22.91   no data
772.19/193.35	c  S st  3887   1210399        80      7120         0     68907     49840   1182554     22.91   no data
772.19/193.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
772.19/193.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
772.59/193.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.59/193.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.59/193.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.59/193.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
772.59/193.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.59/193.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
772.59/193.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.34/202.65	c lits-rem:       832  cl-subs:     5276  v-elim:      0  v-fix:    0  time:  9.19 s
809.34/202.65	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
809.34/202.66	c vivif2 --  cl tried    63631 cl shrink        0 lits rem          0 time: 0.02
810.94/203.07	c asymm  cl-useful: 0/1130/7120 lits-rem:0 time: 0.40
810.94/203.07	c calculated reachability. Time: 0.00
810.94/203.07	c  N dy  3887   1210399        80      7120         0     63631     49840   1034117     22.91   no data
836.10/209.32	c  N dy  3979   1230511        80      7120         0     82076     49840   1532090     22.92     24.41
853.28/213.63	c  N dy  4049   1250608        80      7120         0     56790     49840    838679     22.93     25.27
871.66/218.22	c  N dy  4134   1270724        80      7120         0     75242     49840   1338145     22.93     24.24
894.42/223.97	c  N dy  4228   1291166        80      7120         0     49249     49840    617871     22.95     24.21
926.79/232.01	c  N dy  4330   1330934        80      7120         0     85451     49840   1587465     22.94     24.15
949.95/237.89	c  N dy  4421   1354429        80      7120         0     61376     49840    930735     22.94     24.40
972.32/243.43	c  N dy  4492   1374465        80      7120         0     79687     49840   1426254     22.95     24.17
993.89/248.86	c  N dy  4559   1394544        80      7120         0     51459     49840    651125     22.95     24.47
1011.09/253.18	c  N dy  4659   1414636        80      7120         0     69830     49840   1150548     22.96     24.18
1031.05/258.14	c  N dy  4708   1434800        80      7120         0     88142     49840   1639349     22.95     24.20
1049.82/262.87	c  N dy  4768   1454831        80      7120         0     59003     49840    838274     22.95     24.19
1068.22/267.46	c  N dy  4843   1474862        80      7120         0     77295     49840   1329469     22.95     24.25
1093.77/273.86	c  N dy  4912   1496802        80      7120         0     48948     49840    549002     22.95     24.18
1113.34/278.73	c  N dy  5011   1520822        80      7120         0     70957     49840   1146659     22.96     24.18
1136.51/284.57	c  N dy  5106   1540889        80      7120         0     89331     49840   1647208     22.97     24.19
1159.28/290.22	c  N dy  5203   1560913        80      7120         0     58253     49840    787343     22.98     25.69
1176.05/294.46	c  N dy  5246   1580920        80      7120         0     76464     49840   1274974     22.98     26.54
1206.42/302.03	c  N dy  5254   1615412        80      7120         0     57476     49840    741764     22.94     24.37
1225.59/306.82	c  N dy  5370   1635441        80      7120         0     75800     49840   1242044     22.95     26.70
1249.96/312.92	c  N dy  5435   1657552        80      7120         0     96023     49840   1788178     22.95     24.20
1270.35/318.04	c  N dy  5490   1677997        80      7120         0     63626     49840    899227     22.96     24.24
1291.51/323.32	c  N dy  5602   1698013        80      7120         0     81981     49840   1401060     22.97     26.11
1305.88/326.95	c  S st  5634   1710400        80      7120         0     93267     49840   1701916     22.97     20.73
1307.08/327.24	c  S st  5634   1710904        80      7120         0     93741     49840   1715174     22.97   no data
1307.08/327.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1307.08/327.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1307.08/327.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1307.08/327.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1307.08/327.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1307.08/327.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1307.08/327.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1307.48/327.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1307.48/327.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1367.03/342.29	c lits-rem:      1058  cl-subs:     8614  v-elim:      0  v-fix:    0  time: 14.92 s
1367.03/342.29	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1367.40/342.31	c vivif2 --  cl tried    85127 cl shrink        0 lits rem          0 time: 0.02
1369.00/342.74	c asymm  cl-useful: 0/768/7120 lits-rem:0 time: 0.43
1369.00/342.75	c calculated reachability. Time: 0.00
1369.00/342.75	c  N dy  5634   1710904        80      7120         0     85127     49840   1472903     22.97   no data
1406.95/352.22	c  N dy  5649   1741788        80      7120         0     61544     49840    822108     22.94     24.29
1426.93/357.23	c  N dy  5695   1763131        80      7120         0     80931     49840   1340683     22.94     24.21
1452.08/363.56	c  N dy  5776   1783370        80      7120         0     99394     49840   1839533     22.94     24.17
1478.05/370.08	c  N dy  5817   1812563        80      7120         0     73254     49840   1120061     22.93     24.20
1500.02/375.51	c  N dy  5884   1833149        80      7120         0     92043     49840   1627721     22.93     24.16
1528.39/382.65	c  N dy  5962   1855081        80      7120         0     58435     49840    710670     22.94     24.25
1549.15/387.84	c  N dy  6048   1875155        80      7120         0     76871     49840   1212792     22.94     26.74
1576.73/394.76	c  N dy  6143   1895205        80      7120         0     95167     49840   1707105     22.95     24.85
1606.68/402.23	c  N dy  6224   1918092        80      7120         0     61329     49840    771145     22.96     24.17
1627.05/407.38	c  N dy  6298   1939996        80      7120         0     81258     49840   1303176     22.95     24.17
1653.81/414.04	c  N dy  6386   1960655        80      7120         0    100154     49840   1816269     22.96     24.25
1681.78/421.01	c  N dy  6490   1981215        80      7120         0     63370     49840    814624     22.97     24.22
1701.35/425.90	c  N dy  6555   2001256        80      7120         0     81707     49840   1309578     22.97     25.78
1727.72/432.56	c  N dy  6648   2021331        80      7120         0    100117     49840   1809792     22.98     24.21
1757.28/439.96	c  N dy  6729   2043965        80      7120         0     64098     49840    813168     22.98     24.24
1779.25/445.48	c  N dy  6860   2063983        80      7120         0     82430     49840   1316156     23.00     25.62
1802.42/451.27	c  N dy  6905   2084044        80      7120         0    100685     49840   1803133     22.99     26.19
1830.79/458.30	c  N dy  6981   2104126        80      7120         0     61470     49840    730362     22.99     24.69
1851.16/463.40	c  N dy  7075   2126199        80      7120         0     81631     49840   1279448     23.00     24.21
1875.93/469.70	c  N dy  7154   2146227        80      7120         0     99943     49840   1774964     23.00     26.19
1905.48/477.04	c  N dy  7180   2171687        80      7120         0     64602     49840    792590     22.98     24.32
1926.25/482.26	c  N dy  7269   2191744        80      7120         0     83017     49840   1292124     22.99     24.28
1952.23/488.74	c  S st  7371   2210905        80      7120         0    100568     49840   1771874     22.99     22.54
1953.43/489.04	c  S st  7371   2211409        80      7120         0    101042     49840   1784980     22.99   no data
1953.43/489.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1953.83/489.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1953.83/489.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1953.83/489.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1953.83/489.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1953.83/489.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1953.83/489.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1953.83/489.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1953.83/489.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2003.78/501.66	c lits-rem:       916  cl-subs:     8725  v-elim:      0  v-fix:    0  time: 12.48 s
2003.78/501.66	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2003.78/501.68	c vivif2 --  cl tried    92317 cl shrink        0 lits rem          0 time: 0.02
2005.35/502.04	c asymm  cl-useful: 0/713/7120 lits-rem:0 time: 0.36
2005.35/502.04	c calculated reachability. Time: 0.00
2005.35/502.04	c  N dy  7371   2211409        80      7120         0     92317     49840   1543108     22.99   no data
2070.09/518.21	c  N dy  7386   2267372        80      7120         0     83774     49840   1281530     22.94     24.16
2099.63/525.62	c  N dy  7461   2288761        80      7120         0    103205     49840   1804171     22.94     24.18
2134.78/534.41	c  N dy  7571   2311693        80      7120         0     64423     49840    772497     22.95     24.32
2161.54/541.15	c  N dy  7650   2339881        80      7120         0     90112     49840   1465398     22.95     24.24
2191.51/548.60	c  N dy  7746   2360288        80      7120         0    108823     49840   1974369     22.95     24.18
2221.87/556.27	c  N dy  7830   2381201        80      7120         0     66994     49840    824471     22.96     24.21
2245.45/562.14	c  N dy  7958   2401275        80      7120         0     85359     49840   1329114     22.97     24.24
2272.22/568.83	c  N dy  8020   2422016        80      7120         0    104280     49840   1834879     22.97     24.27
2302.98/576.57	c  N dy  8079   2442379        80      7120         0    122916     49840   2337384     22.97     24.26
2326.53/582.45	c  N dy  8170   2463714        80      7120         0     80416     49840   1170502     22.97     24.19
2352.09/588.86	c  N dy  8240   2485035        80      7120         0     99912     49840   1696542     22.97     24.21
2385.64/597.26	c  N dy  8320   2505347        80      7120         0    118465     49840   2198316     22.98     24.26
2413.20/604.18	c  N dy  8415   2525440        80      7120         0     73823     49840    977735     22.98     24.66
2434.40/609.44	c  N dy  8449   2545518        80      7120         0     91971     49840   1455377     22.98     24.51
2461.55/616.28	c  N dy  8492   2565548        80      7120         0    110145     49840   1942185     22.97     25.02
2496.69/625.05	c  N dy  8584   2585646        80      7120         0     64757     49840    716478     22.98     25.03
2519.46/630.77	c  N dy  8725   2605737        80      7120         0     83198     49840   1223013     22.99     25.05
2546.63/637.53	c  N dy  8779   2626955        80      7120         0    102457     49840   1739913     22.99     24.31
2580.58/646.04	c  N dy  8883   2647311        80      7120         0    121058     49840   2245338     22.99     24.42
2614.14/654.43	c  N dy  8939   2673579        80      7120         0     80254     49840   1116557     22.99     24.34
2652.50/664.06	c  N dy  8982   2705458        80      7120         0    109050     49840   1863653     22.97     24.38
2662.90/666.69	c  S st  9014   2711409        80      7120         0    114479     49840   2011898     22.97   no data
2664.48/667.05	c  S st  9014   2711914        80      7120         0    114955     49840   2024993     22.97   no data
2664.48/667.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2664.87/667.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2664.87/667.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2664.87/667.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2664.87/667.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2664.87/667.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2664.87/667.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2664.87/667.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2665.27/667.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2751.18/688.74	c lits-rem:      2421  cl-subs:    12732  v-elim:      0  v-fix:    0  time: 21.53 s
2751.18/688.74	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2751.18/688.77	c vivif2 --  cl tried   102223 cl shrink        0 lits rem          0 time: 0.02
2752.76/689.14	c asymm  cl-useful: 0/642/7120 lits-rem:0 time: 0.37
2752.76/689.14	c calculated reachability. Time: 0.00
2752.76/689.14	c  N dy  9014   2711914        80      7120         0    102223     49840   1697044     22.97   no data
2787.11/697.70	c  N dy  9086   2732288        80      7120         0    120802     49840   2203043     22.98     24.25
2819.07/705.70	c  N dy  9113   2753273        80      7120         0     74899     49840    955516     22.97     24.20
2848.22/713.03	c  N dy  9201   2773860        80      7120         0     93715     49840   1467712     22.97     24.40
2879.79/720.91	c  N dy  9295   2793923        80      7120         0    112041     49840   1964883     22.98     24.41
2920.94/731.26	c  N dy  9421   2816165        80      7120         0    132391     49840   2520853     22.98     24.25
2945.30/737.39	c  N dy  9525   2836470        80      7120         0     84739     49840   1217403     22.99     24.29
2974.88/744.77	c  N dy  9647   2856731        80      7120         0    103369     49840   1727937     23.00     24.31
3012.41/754.13	c  N dy  9746   2879482        80      7120         0    124101     49840   2291203     23.00     24.35
3045.59/762.42	c  N dy  9848   2899549        80      7120         0     75053     49840    932725     23.01     24.80
3070.73/768.74	c  N dy  9907   2922043        80      7120         0     95501     49840   1482629     23.01     24.22
3099.50/775.98	c  N dy  9981   2942779        80      7120         0    114467     49840   1996041     23.01     24.27
3137.05/785.40	c  N dy 10073   2964212        80      7120         0    133980     49840   2528605     23.01     24.23
3167.81/793.00	c  N dy 10168   2987716        80      7120         0     87040     49840   1238076     23.01     24.36
3190.97/798.84	c  N dy 10206   3007812        80      7120         0    105302     49840   1727485     23.01     26.17
3221.35/806.47	c  N dy 10237   3030528        80      7120         0    125977     49840   2278796     23.00     24.32
3252.11/814.14	c  N dy 10274   3050600        80      7120         0     75006     49840    897842     22.99     24.26
3273.68/819.56	c  N dy 10325   3070631        80      7120         0     93161     49840   1384236     22.99     24.94
3304.43/827.21	c  N dy 10420   3090880        80      7120         0    111718     49840   1889520     23.00     24.34
3339.18/835.95	c  N dy 10509   3110952        80      7120         0    130042     49840   2387159     23.00     26.52
3378.33/845.74	c  N dy 10602   3136375        80      7120         0     83021     49840   1101427     23.00     24.30
3428.26/858.24	c  N dy 10628   3173819        80      7120         0    116897     49840   1986842     22.97     24.24
3469.80/868.64	c  N dy 10742   3193886        80      7120         0    135232     49840   2488636     22.98     25.54
3497.78/875.64	c  S st 10808   3211916        80      7120         0     80626     49840   1017769     22.98     20.98
3498.56/875.88	c  S st 10808   3212420        80      7120         0     81098     49840   1031062     22.98   no data
3498.56/875.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3498.96/875.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3498.96/875.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3498.96/875.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3498.96/875.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3498.96/875.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3498.96/875.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3498.96/875.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3498.96/875.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3509.35/878.50	c lits-rem:       209  cl-subs:     2269  v-elim:      0  v-fix:    0  time:  2.53 s
3509.35/878.50	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3509.35/878.52	c vivif2 --  cl tried    78829 cl shrink        0 lits rem          0 time: 0.01
3510.55/878.84	c asymm  cl-useful: 0/786/7120 lits-rem:0 time: 0.32
3510.55/878.84	c calculated reachability. Time: 0.00
3510.55/878.84	c  N dy 10808   3212420        80      7120         0     78829     49840    970390     22.98   no data
3536.91/885.41	c  N dy 10934   3232549        80      7120         0     97263     49840   1479650     22.99     24.33
3568.49/893.39	c  N dy 11031   3252982        80      7120         0    115999     49840   1989655     22.99     24.23
3612.43/904.32	c  N dy 11155   3273768        80      7120         0    135047     49840   2512280     23.00     24.22
3646.37/912.80	c  N dy 11228   3293863        80      7120         0     81335     49840   1021888     23.00     25.19
3681.12/921.51	c  N dy 11295   3323200        80      7120         0    107823     49840   1730451     23.00     24.24
3719.87/931.28	c  N dy 11383   3343275        80      7120         0    126198     49840   2229387     23.00     24.23
3783.40/947.13	c  N dy 11415   3391675        80      7120         0     97159     49840   1409544     22.97     24.29
3812.54/954.43	c  N dy 11484   3411751        80      7120         0    115429     49840   1901039     22.98     24.32
3858.87/966.02	c  N dy 11584   3438054        80      7120         0    139425     49840   2548125     22.98     24.37
3893.65/974.71	c  N dy 11685   3458406        80      7120         0     84398     49840   1083443     22.98     24.28
3920.39/981.47	c  N dy 11787   3478465        80      7120         0    102726     49840   1585361     22.99     25.89
3957.15/990.62	c  N dy 11911   3498476        80      7120         0    121060     49840   2087844     22.99     25.71
3993.51/999.76	c  N dy 11976   3518684        80      7120         0    139398     49840   2581820     22.99     24.24
4032.25/1009.41	c  N dy 12106   3538974        80      7120         0     83365     49840   1041117     23.00     24.39
4061.41/1016.78	c  N dy 12156   3563614        80      7120         0    105761     49840   1641099     23.00     24.48
4097.36/1025.75	c  N dy 12227   3585553        80      7120         0    125716     49840   2179210     23.00     24.26
4141.30/1036.71	c  N dy 12344   3605610        80      7120         0    144025     49840   2683810     23.00     24.22
4176.46/1045.54	c  N dy 12426   3625671        80      7120         0     86625     49840   1105852     23.01     24.96
4204.43/1052.56	c  N dy 12502   3646179        80      7120         0    105390     49840   1613257     23.01     24.22
4241.57/1061.80	c  N dy 12627   3666196        80      7120         0    123686     49840   2116662     23.02     25.21
4283.91/1072.45	c  N dy 12671   3686294        80      7120         0    142025     49840   2612236     23.01     24.52
4325.86/1082.93	c  N dy 12766   3706345        80      7120         0     83709     49840   1013425     23.02     25.10
4333.44/1084.83	c  S st 12792   3712420        80      7120         0     89256     49840   1165422     23.02     23.01
4334.24/1085.09	c  S st 12792   3712923        80      7120         0     89725     49840   1178428     23.02   no data
4334.24/1085.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4334.64/1085.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4334.64/1085.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4334.64/1085.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4334.64/1085.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4334.64/1085.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4334.64/1085.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4334.64/1085.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4334.64/1085.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4348.23/1088.50	c lits-rem:       294  cl-subs:     2581  v-elim:      0  v-fix:    0  time:  3.31 s
4348.23/1088.50	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4348.23/1088.52	c vivif2 --  cl tried    87144 cl shrink        0 lits rem          0 time: 0.02
4349.43/1088.87	c asymm  cl-useful: 0/715/7120 lits-rem:0 time: 0.35
4349.43/1088.87	c calculated reachability. Time: 0.00
4349.43/1088.87	c  N dy 12792   3712923        80      7120         0     87144     49840   1105416     23.02   no data
4378.18/1096.02	c  N dy 12887   3732959        80      7120         0    105417     49840   1602395     23.02     25.63
4406.55/1103.12	c  F st 12941   3751562        80      7120         0    122385     49840   2061848     23.02     21.15
4409.34/1103.86	c  N st 12945   3753599        80      7120         0    124250     49840   2115303     23.02   no data
4450.89/1114.23	c  N dy 13033   3773685        80      7120         0    142592     49840   2615568     23.03     26.89
4492.83/1124.78	c  N dy 13146   3793761        80      7120         0     83480     49840    996260     23.03     25.33
4527.98/1133.51	c  N dy 13206   3820869        80      7120         0    108103     49840   1652991     23.03     24.30
4564.74/1142.75	c  N dy 13284   3843108        80      7120         0    128443     49840   2204047     23.03     24.25
4600.71/1151.80	c  N dy 13338   3863917        80      7120         0    147388     49840   2715095     23.03     24.27
4643.04/1162.36	c  N dy 13458   3883944        80      7120         0     87299     49840   1084288     23.04     24.28
4668.60/1168.71	c  N dy 13520   3904281        80      7120         0    105794     49840   1586676     23.04     24.50
4702.95/1177.38	c  N dy 13623   3924325        80      7120         0    124126     49840   2087743     23.04     24.28
4744.90/1187.89	c  N dy 13726   3944874        80      7120         0    142954     49840   2603487     23.05     24.26
4789.23/1198.96	c  N dy 13820   3964929        80      7120         0     81906     49840    920447     23.05     27.30

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3173932-1304073600/watcher-3173932-1304073600 -o /tmp/evaluation-result-3173932-1304073600/solver-3173932-1304073600 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173932-1304073600.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.96 7.83 6/180 32285
/proc/meminfo: memFree=25579632/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 499775951 52441088 352 33554432000 4194304 4627427 140734150672032 18446744073709551615 220816236475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 12803 352 303 106 0 7774 0
[pid=32285/tid=32286] ppid=32283 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 499775951 52441088 352 33554432000 4194304 4627427 140734150672032 18446744073709551615 47436216571820 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 499775951 52441088 352 33554432000 4194304 4627427 140734150672032 18446744073709551615 47436216571820 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 499775951 52441088 352 33554432000 4194304 4627427 140734150672032 18446744073709551615 220811283542 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.106778 s]
/proc/loadavg: 7.48 7.96 7.83 6/180 32285
/proc/meminfo: memFree=25579632/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=281856 CPUtime=0.4 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 1532 0 0 0 40 0 0 0 18 0 4 0 499775951 288620544 1446 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 70464 1446 364 106 0 65435 0
[pid=32285/tid=32286] ppid=32283 vsize=281856 CPUtime=0.1 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 223 0 0 0 10 0 0 0 18 0 4 0 499775951 288620544 1446 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=281856 CPUtime=0.1 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 256 0 0 0 10 0 0 0 25 0 4 0 499775951 288620544 1446 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=281856 CPUtime=0.09 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 398 0 0 0 9 0 0 0 18 0 4 0 499775951 288620544 1446 33554432000 4194304 4627427 140734150672032 18446744073709551615 220815897633 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 281856

[startup+0.200763 s]
/proc/loadavg: 7.48 7.96 7.83 6/180 32285
/proc/meminfo: memFree=25579632/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=282468 CPUtime=0.77 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 3362 0 0 0 77 0 0 0 18 0 4 0 499775951 289247232 2683 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 70617 2683 384 106 0 65588 0
[pid=32285/tid=32286] ppid=32283 vsize=282468 CPUtime=0.19 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 759 0 0 0 19 0 0 0 18 0 4 0 499775951 289247232 2683 33554432000 4194304 4627427 140734150672032 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=282468 CPUtime=0.19 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 762 0 0 0 19 0 0 0 25 0 4 0 499775951 289247232 2683 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=282468 CPUtime=0.19 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 659 0 0 0 19 0 0 0 18 0 4 0 499775951 289247232 2683 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282468

[startup+0.300743 s]
/proc/loadavg: 7.48 7.96 7.83 6/180 32285
/proc/meminfo: memFree=25579632/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=282604 CPUtime=1.17 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 3752 0 0 0 117 0 0 0 18 0 4 0 499775951 289386496 3073 33554432000 4194304 4627427 140734150672032 18446744073709551615 4324672 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 70651 3073 384 106 0 65622 0
[pid=32285/tid=32286] ppid=32283 vsize=282604 CPUtime=0.29 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 854 0 0 0 29 0 0 0 18 0 4 0 499775951 289386496 3073 33554432000 4194304 4627427 140734150672032 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=282604 CPUtime=0.29 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 856 0 0 0 29 0 0 0 25 0 4 0 499775951 289386496 3073 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309405 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=282604 CPUtime=0.29 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 770 0 0 0 29 0 0 0 18 0 4 0 499775951 289386496 3073 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282604

[startup+0.70067 s]
/proc/loadavg: 7.48 7.96 7.83 6/180 32285
/proc/meminfo: memFree=25579632/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=285516 CPUtime=2.78 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 6148 0 0 0 277 1 0 0 18 0 4 0 499775951 292368384 3702 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 71379 3702 384 106 0 66350 0
[pid=32285/tid=32286] ppid=32283 vsize=285516 CPUtime=0.69 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 1523 0 0 0 69 0 0 0 18 0 4 0 499775951 292368384 3702 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=285516 CPUtime=0.69 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 1472 0 0 0 69 0 0 0 25 0 4 0 499775951 292368384 3702 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=285516 CPUtime=0.69 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 1254 0 0 0 69 0 0 0 18 0 4 0 499775951 292368384 3702 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285516

[startup+1.50052 s]
/proc/loadavg: 7.48 7.96 7.83 9/184 32289
/proc/meminfo: memFree=25552444/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=286628 CPUtime=5.96 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 9982 0 0 0 595 1 0 0 20 0 4 0 499775951 293507072 4541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 71657 4541 385 106 0 66628 0
[pid=32285/tid=32286] ppid=32283 vsize=286628 CPUtime=1.48 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 2477 0 0 0 148 0 0 0 19 0 4 0 499775951 293507072 4541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=286628 CPUtime=1.48 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 2427 0 0 0 148 0 0 0 25 0 4 0 499775951 293507072 4541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=286628 CPUtime=1.48 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 2219 0 0 0 148 0 0 0 20 0 4 0 499775951 293507072 4541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286628

[startup+3.10023 s]
/proc/loadavg: 7.48 7.96 7.83 9/184 32289
/proc/meminfo: memFree=25516356/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=296280 CPUtime=12.36 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 20247 0 0 0 1232 4 0 0 25 0 4 0 499775951 303390720 11247 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 74070 11247 388 106 0 69041 0
[pid=32285/tid=32286] ppid=32283 vsize=296280 CPUtime=3.08 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 4702 0 0 0 307 1 0 0 25 0 4 0 499775951 303390720 11247 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=296280 CPUtime=3.07 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 5120 0 0 0 307 0 0 0 25 0 4 0 499775951 303390720 11247 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=296280 CPUtime=3.08 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 5257 0 0 0 308 0 0 0 25 0 4 0 499775951 303390720 11247 33554432000 4194304 4627427 140734150672032 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 296280

[startup+6.30064 s]
/proc/loadavg: 7.52 7.96 7.83 9/184 32289
/proc/meminfo: memFree=25475440/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=287636 CPUtime=25.14 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 30275 0 0 0 2509 5 0 0 25 0 4 0 499775951 294539264 13573 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 71909 13573 388 106 0 66880 0
[pid=32285/tid=32286] ppid=32283 vsize=287636 CPUtime=6.29 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 7888 0 0 0 627 2 0 0 25 0 4 0 499775951 294539264 13573 33554432000 4194304 4627427 140734150672032 18446744073709551615 4338466 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=287636 CPUtime=6.26 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 7426 0 0 0 625 1 0 0 25 0 4 0 499775951 294539264 13573 33554432000 4194304 4627427 140734150672032 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=287636 CPUtime=6.29 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 7644 0 0 0 628 1 0 0 25 0 4 0 499775951 294539264 13573 33554432000 4194304 4627427 140734150672032 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287636

[startup+12.7005 s]
/proc/loadavg: 7.56 7.96 7.83 9/184 32289
/proc/meminfo: memFree=25433276/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=304236 CPUtime=50.71 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 47432 0 0 0 5063 8 0 0 25 0 4 0 499775951 311537664 18778 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 76059 18778 388 106 0 71030 0
[pid=32285/tid=32286] ppid=32283 vsize=304236 CPUtime=12.69 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 12241 0 0 0 1266 3 0 0 25 0 4 0 499775951 311537664 18778 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=304236 CPUtime=12.63 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 11580 0 0 0 1262 1 0 0 25 0 4 0 499775951 311537664 18778 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=304236 CPUtime=12.68 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 11846 0 0 0 1267 1 0 0 25 0 4 0 499775951 311537664 18778 33554432000 4194304 4627427 140734150672032 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 304236

[startup+25.5011 s]
/proc/loadavg: 7.66 7.97 7.83 9/184 32290
/proc/meminfo: memFree=25372884/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=285480 CPUtime=101.84 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 73230 0 0 0 10170 14 0 0 25 0 4 0 499775951 292331520 24347 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 71370 24347 388 106 0 66341 0
[pid=32285/tid=32286] ppid=32283 vsize=285480 CPUtime=25.49 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 18502 0 0 0 2545 4 0 0 25 0 4 0 499775951 292331520 24347 33554432000 4194304 4627427 140734150672032 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=285480 CPUtime=25.36 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 18638 0 0 0 2533 3 0 0 25 0 4 0 499775951 292331520 24347 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=285480 CPUtime=25.49 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 17403 0 0 0 2545 4 0 0 25 0 4 0 499775951 292331520 24347 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 285480

[startup+51.1004 s]
/proc/loadavg: 7.77 7.97 7.84 9/184 32290
/proc/meminfo: memFree=25336240/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=306808 CPUtime=204.12 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 110512 0 0 0 20391 21 0 0 25 0 4 0 499775951 314171392 27133 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 76702 27133 388 106 0 71673 0
[pid=32285/tid=32286] ppid=32283 vsize=306808 CPUtime=51.09 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 28579 0 0 0 5103 6 0 0 25 0 4 0 499775951 314171392 27133 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=306808 CPUtime=50.84 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 27882 0 0 0 5079 5 0 0 25 0 4 0 499775951 314171392 27133 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=306808 CPUtime=51.08 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 25858 0 0 0 5103 5 0 0 25 0 4 0 499775951 314171392 27133 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 306808

[startup+102.301 s]
/proc/loadavg: 7.95 7.99 7.85 9/184 32292
/proc/meminfo: memFree=25262552/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=320552 CPUtime=408.69 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 165264 0 0 0 40832 37 0 0 25 0 4 0 499775951 328245248 30950 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 80138 30950 388 106 0 75109 0
[pid=32285/tid=32286] ppid=32283 vsize=320552 CPUtime=102.29 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 41842 0 0 0 10220 9 0 0 25 0 4 0 499775951 328245248 30950 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=320552 CPUtime=101.78 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 41803 0 0 0 10170 8 0 0 25 0 4 0 499775951 328245248 30950 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=320552 CPUtime=102.29 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 39189 0 0 0 10221 8 0 0 25 0 4 0 499775951 328245248 30950 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 320552

[startup+162.301 s]

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

[pid=32285] ppid=32283 vsize=481092 CPUtime=2805.48 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 513526 0 0 0 280384 164 0 0 25 0 4 0 499775951 492638208 73541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 120273 73541 388 106 0 115244 0
[pid=32285/tid=32286] ppid=32283 vsize=481092 CPUtime=702.31 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 130049 0 0 0 70192 39 0 0 25 0 4 0 499775951 492638208 73541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=481092 CPUtime=698.57 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 130460 0 0 0 69816 41 0 0 25 0 4 0 499775951 492638208 73541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=481092 CPUtime=702.3 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 120999 0 0 0 70187 43 0 0 25 0 4 0 499775951 492638208 73541 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.48
Current children cumulated vsize (KiB) 481092

[startup+762.301 s]
/proc/loadavg: 8.11 8.07 7.94 9/184 32309
/proc/meminfo: memFree=24826156/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=454224 CPUtime=3045.19 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 539185 0 0 0 304345 174 0 0 25 0 4 0 499775951 465125376 69816 33554432000 4194304 4627427 140734150672032 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 113556 69816 388 106 0 108527 0
[pid=32285/tid=32286] ppid=32283 vsize=454224 CPUtime=762.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 135643 0 0 0 76191 41 0 0 25 0 4 0 499775951 465125376 69816 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=454224 CPUtime=758.24 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 137027 0 0 0 75781 43 0 0 25 0 4 0 499775951 465125376 69816 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=454224 CPUtime=762.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 127563 0 0 0 76186 46 0 0 25 0 4 0 499775951 465125376 69816 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.19
Current children cumulated vsize (KiB) 454224

[startup+822.301 s]
/proc/loadavg: 8.09 8.07 7.95 9/184 32311
/proc/meminfo: memFree=24836568/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=480388 CPUtime=3284.84 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 566396 0 0 0 328300 184 0 0 25 0 4 0 499775951 491917312 79075 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 120097 79075 388 106 0 115068 0
[pid=32285/tid=32286] ppid=32283 vsize=480388 CPUtime=822.31 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 142221 0 0 0 82188 43 0 0 25 0 4 0 499775951 491917312 79075 33554432000 4194304 4627427 140734150672032 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=480388 CPUtime=817.91 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 143883 0 0 0 81746 45 0 0 25 0 4 0 499775951 491917312 79075 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=480388 CPUtime=822.31 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 134444 0 0 0 82183 48 0 0 25 0 4 0 499775951 491917312 79075 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.84
Current children cumulated vsize (KiB) 480388

[startup+882.306 s]
/proc/loadavg: 8.07 8.07 7.95 9/184 32313
/proc/meminfo: memFree=24813248/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=501248 CPUtime=3524.55 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 591840 0 0 0 352261 194 0 0 25 0 4 0 499775951 513277952 78986 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 125312 78986 388 106 0 120283 0
[pid=32285/tid=32286] ppid=32283 vsize=501248 CPUtime=882.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 147629 0 0 0 88187 45 0 0 25 0 4 0 499775951 513277952 78986 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=501248 CPUtime=877.59 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 150095 0 0 0 87711 48 0 0 25 0 4 0 499775951 513277952 78986 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=501248 CPUtime=882.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 142268 0 0 0 88181 51 0 0 25 0 4 0 499775951 513277952 78986 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.55
Current children cumulated vsize (KiB) 501248

[startup+942.301 s]
/proc/loadavg: 8.07 8.07 7.96 9/184 32314
/proc/meminfo: memFree=24755948/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=567536 CPUtime=3764.21 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 613652 0 0 0 376218 203 0 0 25 0 4 0 499775951 581156864 87200 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 141884 87200 388 106 0 136855 0
[pid=32285/tid=32286] ppid=32283 vsize=567536 CPUtime=942.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 153546 0 0 0 94183 49 0 0 25 0 4 0 499775951 581156864 87200 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=567536 CPUtime=937.26 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 156945 0 0 0 93677 49 0 0 25 0 4 0 499775951 581156864 87200 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=567536 CPUtime=942.31 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 145249 0 0 0 94179 52 0 0 25 0 4 0 499775951 581156864 87200 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.21
Current children cumulated vsize (KiB) 567536

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 7.96 9/184 32316
/proc/meminfo: memFree=24783212/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=554376 CPUtime=4003.89 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 631761 0 0 0 400178 211 0 0 25 0 4 0 499775951 567681024 85442 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 138594 85442 388 106 0 133565 0
[pid=32285/tid=32286] ppid=32283 vsize=554376 CPUtime=1002.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 158072 0 0 0 100181 51 0 0 25 0 4 0 499775951 567681024 85442 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=554376 CPUtime=996.94 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 163387 0 0 0 99642 52 0 0 25 0 4 0 499775951 567681024 85442 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=554376 CPUtime=1002.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 147289 0 0 0 100179 53 0 0 25 0 4 0 499775951 567681024 85442 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.89
Current children cumulated vsize (KiB) 554376

[startup+1062.3 s]
/proc/loadavg: 8.06 8.07 7.97 9/184 32317
/proc/meminfo: memFree=24746132/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=581692 CPUtime=4243.57 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 652155 0 0 0 424137 220 0 0 25 0 4 0 499775951 595652608 89004 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 145423 89004 388 106 0 140394 0
[pid=32285/tid=32286] ppid=32283 vsize=581692 CPUtime=1062.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 161390 0 0 0 106180 52 0 0 25 0 4 0 499775951 595652608 89004 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=581692 CPUtime=1056.62 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 168397 0 0 0 105608 54 0 0 25 0 4 0 499775951 595652608 89004 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=581692 CPUtime=1062.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 153305 0 0 0 106176 56 0 0 25 0 4 0 499775951 595652608 89004 33554432000 4194304 4627427 140734150672032 18446744073709551615 4467823 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.57
Current children cumulated vsize (KiB) 581692

[startup+1122.3 s]
/proc/loadavg: 8.02 8.05 7.97 9/184 32319
/proc/meminfo: memFree=24754680/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=636004 CPUtime=4483.24 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 672107 0 0 0 448096 228 0 0 25 0 4 0 499775951 651268096 88059 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 159001 88059 388 106 0 153972 0
[pid=32285/tid=32286] ppid=32283 vsize=636004 CPUtime=1122.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 167099 0 0 0 112179 53 0 0 25 0 4 0 499775951 651268096 88059 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=636004 CPUtime=1116.3 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 174502 0 0 0 111574 56 0 0 25 0 4 0 499775951 651268096 88059 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=636004 CPUtime=1122.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 157051 0 0 0 112174 58 0 0 25 0 4 0 499775951 651268096 88059 33554432000 4194304 4627427 140734150672032 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.24
Current children cumulated vsize (KiB) 636004

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 7.97 9/184 32321
/proc/meminfo: memFree=24721796/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=622964 CPUtime=4722.92 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 694655 0 0 0 472055 237 0 0 25 0 4 0 499775951 637915136 89110 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 155741 89110 388 106 0 150712 0
[pid=32285/tid=32286] ppid=32283 vsize=622964 CPUtime=1182.32 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 171803 0 0 0 118176 56 0 0 25 0 4 0 499775951 637915136 89110 33554432000 4194304 4627427 140734150672032 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=622964 CPUtime=1175.97 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 180016 0 0 0 117540 57 0 0 25 0 4 0 499775951 637915136 89110 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=622964 CPUtime=1182.32 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 163188 0 0 0 118172 60 0 0 25 0 4 0 499775951 637915136 89110 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.92
Current children cumulated vsize (KiB) 622964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.10 8.07 7.98 5/179 32322
/proc/meminfo: memFree=25238296/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=582496 CPUtime=4800.04 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 703111 0 0 0 479762 242 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 145624 86932 388 106 0 140595 0
[pid=32285/tid=32286] ppid=32283 vsize=582496 CPUtime=1201.63 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 174350 0 0 0 120105 58 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=582496 CPUtime=1195.17 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 182476 0 0 0 119458 59 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=582496 CPUtime=1201.63 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 164434 0 0 0 120101 62 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 582496

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

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

[startup+1201.6 s]
/proc/loadavg: 8.10 8.07 7.98 5/179 32322
/proc/meminfo: memFree=25238296/32951124 swapFree=67111524/67111528
[pid=32285] ppid=32283 vsize=582496 CPUtime=4800.04 cores=0,2,4,6
/proc/32285/stat : 32285 (strangenight2-m) R 32283 32285 30400 0 -1 4202496 703111 0 0 0 479762 242 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/32285/statm: 145624 86932 388 106 0 140595 0
[pid=32285/tid=32286] ppid=32283 vsize=582496 CPUtime=1201.63 cores=0,2,4,6
/proc/32285/task/32286/stat : 32286 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 174350 0 0 0 120105 58 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32285/tid=32287] ppid=32283 vsize=582496 CPUtime=1195.17 cores=0,2,4,6
/proc/32285/task/32287/stat : 32287 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 182476 0 0 0 119458 59 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=32285/tid=32288] ppid=32283 vsize=582496 CPUtime=1201.63 cores=0,2,4,6
/proc/32285/task/32288/stat : 32288 (strangenight2-m) R 32283 32285 30400 0 -1 4202560 164434 0 0 0 120101 62 0 0 25 0 4 0 499775951 596475904 86932 33554432000 4194304 4627427 140734150672032 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 582496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.08
CPU user time (s): 4797.64
CPU system time (s): 2.43763
CPU usage (%): 399.465
Max. virtual memory (cumulated for all children) (KiB): 677436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.64
system time used= 2.43763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 703114
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= 1166
involuntary context switches= 21546

runsolver used 1.89771 second user time and 4.5843 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 12:40:00
IDJOB=3173932
IDBENCH=82750
IDSOLVER=1586
FILE ID=node147/3173932-1304073600
RUNJOBID= node147-1304072396-32165
PBS_JOBID= 13170424
Free space on /tmp= 72652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1623694027-006.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173932-1304073600/watcher-3173932-1304073600 -o /tmp/evaluation-result-3173932-1304073600/solver-3173932-1304073600 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173932-1304073600.cnf

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

MD5SUM BENCH= 6303d9fa9d32bd584c08fa1ce867474c
RANDOM SEED=683057087

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25579788 kB
Buffers:       1030776 kB
Cached:        5821328 kB
SwapCached:          4 kB
Active:        1367708 kB
Inactive:      5558448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25579788 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11700 kB
Writeback:           0 kB
AnonPages:       73508 kB
Mapped:          15096 kB
Slab:           382492 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276340 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= 72652 MiB
End job on node147 at 2011-04-29 13:00:04