Trace number 3366279

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S1351005860-011-UNKNOWN.cnf
MD5SUM6a80d43525a755784678c69a1c250bac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.4207
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366279-1305400641.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.06	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.06	c -- vars added       1000
0.00/0.06	c Parsing time:  0.01 s
0.00/0.06	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.42/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.42/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.42/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.42/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.42/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.15	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.42/0.15	c calculated reachability. Time: 0.00
0.76/0.21	c Calc default polars -  time:   0.00 s pos:     502 undec:      46 neg:     452
0.76/0.21	c =========================================================================================
0.76/0.21	c types(t): F = full restart, N = normal restart
0.76/0.21	c types(t): S = simplification begin/end, E = solution found
0.76/0.21	c restart types(rt): st = static, dy = dynamic
0.76/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.21	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.56/0.42	c  N dy    19      4003      1000     20000         0      3986    100000    496801    101.39    108.92
2.76/0.70	c  N dy    36      8112      1000     20000         0      5597    100000    506961     98.19    104.73
3.95/1.01	c  N dy    56     12215      1000     20000         0      5450    100000    328614     96.65    104.05
5.15/1.34	c  N dy    75     16461      1000     20000         0      9692    100000    827853     96.07    101.16
6.34/1.67	c  N dy    91     20779      1000     20000         0      8393    100000    531225     95.47    102.54
7.93/2.02	c  F st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35
7.93/2.02	c  N st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35
9.52/2.45	c  N dy   121     30001      1000     20000         0     10796    100000    729945     95.71   no data
9.52/2.45	c  S st   121     30001      1000     20000         0     10796    100000    729945     95.71   no data
9.92/2.50	c  S st   121     30502      1000     20000         0     11297    100000    778119     95.71   no data
9.92/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.92/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.92/2.52	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.92/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.92/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.92/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.92/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.92/2.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.92/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.52/2.96	c lits-rem:       123  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.40 s
11.92/3.09	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.92/3.09	c calculated reachability. Time: 0.00
11.92/3.09	c  N dy   121     30502      1000     20000         0     11218    100000    758927     95.71   no data
13.90/3.50	c  N dy   145     34780      1000     20000         0     15492    100000   1265250     95.71    101.14
15.11/3.86	c  N dy   168     38983      1000     20000         0     11795    100000    694371     95.61    100.88
16.70/4.27	c  N dy   195     43115      1000     20000         0     15921    100000   1193552     96.05    102.82
17.95/4.55	c  S st   212     45755      1000     20000         0      9620    100000    326054     95.97   no data
18.29/4.60	c  S st   212     46257      1000     20000         0     10122    100000    378469     95.97   no data
18.29/4.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.29/4.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.29/4.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.29/4.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.29/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.29/4.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.29/4.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.29/4.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.29/4.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.69/4.73	c lits-rem:        11  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.10 s
18.69/4.74	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.69/4.74	c vivif2 --  cl tried    10121 cl shrink        0 lits rem          0 time: 0.00
19.09/4.87	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.09/4.87	c calculated reachability. Time: 0.00
19.09/4.87	c  N dy   212     46257      1000     20000         0     10121    100000    378270     95.97   no data
20.69/5.23	c  N dy   238     50272      1000     20000         0     14129    100000    853163     96.03    102.66
22.34/5.63	c  N dy   255     54305      1000     20000         0     18153    100000   1323127     95.92    101.14
23.88/6.05	c  N dy   281     58593      1000     20000         0     12474    100000    549015     95.91    104.01
25.47/6.44	c  N dy   307     62837      1000     20000         0     16708    100000   1057343     95.98    101.19
27.06/6.89	c  N dy   329     66931      1000     20000         0     20799    100000   1529519     95.83    103.38
28.26/7.16	c  S st   344     69386      1000     20000         0     12282    100000    419048     95.86   no data
28.66/7.22	c  S st   344     69890      1000     20000         0     12786    100000    473561     95.86   no data
28.66/7.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.66/7.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.66/7.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.66/7.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.66/7.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.66/7.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.66/7.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.66/7.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.66/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.46/7.43	c lits-rem:        45  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.17 s
29.46/7.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.46/7.44	c vivif2 --  cl tried    12781 cl shrink        0 lits rem          0 time: 0.01
29.85/7.58	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.85/7.58	c calculated reachability. Time: 0.00
29.85/7.58	c  N dy   344     69890      1000     20000         0     12781    100000    472243     95.86   no data
31.84/8.04	c  N dy   374     74430      1000     20000         0     17314    100000   1006715     95.90    101.15
33.84/8.54	c  N dy   399     79211      1000     20000         0     22088    100000   1579229     95.93    101.32
35.83/9.09	c  N dy   433     84316      1000     20000         0     15207    100000    650958     96.00    105.25
37.43/9.40	c  F st   450     87500      1000     20000         0     18388    100000   1023066     95.97   no data
38.63/9.75	c  N st   455     90797      1000     20000         0     21670    100000   1450392     95.97   no data
41.41/10.44	c  N dy   477     96825      1000     20000         0     14713    100000    484308     95.94    101.22
43.83/11.06	c  N dy   513    103014      1000     20000         0     20885    100000   1217790     96.03    118.34
44.60/11.25	c  S st   525    104835      1000     20000         0     22704    100000   1438878     96.08     95.21
45.00/11.32	c  S st   525    105336      1000     20000         0     23205    100000   1488848     96.08   no data
45.00/11.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.00/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.00/11.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.00/11.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.00/11.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.00/11.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.00/11.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.00/11.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.40/11.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.41/14.45	c lits-rem:       165  cl-subs:       39  v-elim:      0  v-fix:    0  time:  2.99 s
57.41/14.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.41/14.47	c vivif2 --  cl tried    23166 cl shrink        0 lits rem          0 time: 0.02
58.55/14.72	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
58.55/14.72	c calculated reachability. Time: 0.00
58.55/14.72	c  N dy   525    105336      1000     20000         0     23166    100000   1479515     96.08   no data
61.80/15.55	c  N dy   560    112213      1000     20000         0     16068    100000    539413     96.05    103.18
64.94/16.33	c  N dy   603    119431      1000     20000         0     23274    100000   1399657     96.11    111.95
68.92/17.33	c  N dy   640    127246      1000     20000         0     16104    100000    432835     96.03    102.31
72.51/18.25	c  N dy   684    135477      1000     20000         0     24321    100000   1398299     95.95    101.34
76.89/19.36	c  N dy   728    144194      1000     20000         0     17048    100000    433200     95.86    101.41
81.28/20.42	c  N dy   775    153660      1000     20000         0     26494    100000   1546696     95.85    102.24
83.29/20.96	c  S st   790    158005      1000     20000         0     30832    100000   2063029     95.74   no data
83.72/21.06	c  S st   790    158507      1000     20000         0     31334    100000   2110109     95.74   no data
83.72/21.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.72/21.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.72/21.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.72/21.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.72/21.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.72/21.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.72/21.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.06/21.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
84.06/21.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.04/27.67	c lits-rem:       283  cl-subs:       55  v-elim:      0  v-fix:    0  time:  6.39 s
110.04/27.67	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
110.37/27.70	c vivif2 --  cl tried    31279 cl shrink        0 lits rem          0 time: 0.03
111.17/27.98	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.28
111.17/27.98	c calculated reachability. Time: 0.00
111.17/27.98	c  N dy   790    158507      1000     20000         0     31279    100000   2096897     95.74   no data
116.36/29.24	c  N dy   848    168724      1000     20000         0     24509    100000   1215345     95.76    108.05
122.33/30.76	c  N dy   916    179578      1000     20000         0     35348    100000   2510429     95.83    115.02
127.90/32.17	c  N dy   979    191256      1000     20000         0     29034    100000   1643242     95.88    100.95
134.69/33.84	c  N dy  1054    203562      1000     20000         0     22349    100000    729701     95.92    101.18
141.45/35.59	c  N dy  1132    216673      1000     20000         0     35439    100000   2284276     95.93    101.36
149.05/37.45	c  N dy  1211    230554      1000     20000         0     29342    100000   1446391     95.91    101.69
153.02/38.46	c  S st  1256    237760      1000     20000         0     36535    100000   2301768     95.94   no data
153.44/38.59	c  S st  1256    238262      1000     20000         0     37037    100000   2356216     95.94   no data
153.44/38.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
153.87/38.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
153.87/38.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.87/38.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.87/38.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.87/38.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
153.87/38.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.87/38.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
154.21/38.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.48/48.89	c lits-rem:       220  cl-subs:       45  v-elim:      0  v-fix:    0  time: 10.04 s
194.48/48.89	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
194.88/48.92	c vivif2 --  cl tried    36992 cl shrink        0 lits rem          0 time: 0.03
196.08/49.25	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
196.08/49.25	c calculated reachability. Time: 0.00
196.08/49.25	c  N dy  1256    238262      1000     20000         0     36992    100000   2345406     95.94   no data
204.05/51.29	c  N dy  1341    253511      1000     20000         0     31243    100000   1565676     95.94    101.08
213.61/53.62	c  N dy  1436    269761      1000     20000         0     25496    100000    773743     95.93    101.96
223.18/56.05	c  N dy  1541    287037      1000     20000         0     42750    100000   2828028     96.00    103.47
233.14/58.58	c  N dy  1651    305370      1000     20000         0     38093    100000   2185279     96.10    101.76
233.94/58.72	c  F st  1657    306250      1000     20000         0     38971    100000   2288997     96.10     88.77
244.30/61.38	c  N dy  1741    324905      1000     20000         0     33628    100000   1537231     96.15    101.47
256.66/64.45	c  N dy  1848    344950      1000     20000         0     28678    100000    820751     96.08    102.74
263.50/66.18	c  S st  1906    357393      1000     20000         0     41106    100000   2299247     96.03     70.83
263.83/66.29	c  S st  1906    357897      1000     20000         0     41610    100000   2351081     96.03   no data
264.23/66.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.23/66.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
264.23/66.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.23/66.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.23/66.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.23/66.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
264.23/66.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
264.23/66.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
264.63/66.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
305.69/76.76	c lits-rem:       361  cl-subs:       48  v-elim:      0  v-fix:    0  time: 10.20 s
305.69/76.76	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
305.69/76.79	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.03
307.33/77.16	c asymm  cl-useful: 0/18571/20000 lits-rem:0 time: 0.36
307.33/77.16	c calculated reachability. Time: 0.00
307.33/77.16	c  N dy  1906    357897      1000     20000         0     41562    100000   2339671     96.03   no data
320.06/80.34	c  N dy  2017    377935      1000     20000         0     35621    100000   1540322     96.03    101.70
333.98/83.80	c  N dy  2135    397946      1000     20000         0     28643    100000    596887     96.07    102.43
346.36/87.01	c  N dy  2257    418111      1000     20000         0     48769    100000   3006431     96.14    101.63
359.52/90.21	c  N dy  2369    438245      1000     20000         0     40915    100000   1935644     96.11    102.00
373.10/93.68	c  N dy  2482    458282      1000     20000         0     31964    100000    778306     96.12    115.24
386.26/96.92	c  N dy  2603    478357      1000     20000         0     52011    100000   3176293     96.16    119.91
399.76/100.31	c  N dy  2723    498539      1000     20000         0     42206    100000   1880216     96.22    101.73
414.51/104.08	c  N dy  2835    518783      1000     20000         0     31473    100000    486978     96.22    101.76
426.06/106.93	c  S st  2943    536845      1000     20000         0     49503    100000   2644514     96.25     95.61
426.46/107.06	c  S st  2943    537348      1000     20000         0     50005    100000   2697485     96.25   no data
426.46/107.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.86/107.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
426.86/107.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.86/107.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.86/107.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.86/107.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
426.86/107.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
426.86/107.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
427.26/107.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.83/123.97	c lits-rem:       338  cl-subs:       58  v-elim:      0  v-fix:    0  time: 16.54 s
493.83/123.98	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
494.23/124.01	c vivif2 --  cl tried    49947 cl shrink        0 lits rem          0 time: 0.03
494.23/124.05	c asymm  cl-useful: 0/1429/20000 lits-rem:0 time: 0.04
494.23/124.05	c calculated reachability. Time: 0.00
494.23/124.05	c  N dy  2943    537348      1000     20000         0     49947    100000   2683280     96.25   no data
510.17/128.09	c  N dy  3054    557541      1000     20000         0     38153    100000   1180784     96.25    102.67
525.72/131.91	c  N dy  3169    577751      1000     20000         0     58331    100000   3595475     96.26    101.93
540.46/135.60	c  N dy  3275    597814      1000     20000         0     45433    100000   1943187     96.26    102.06
556.42/139.60	c  N dy  3370    617975      1000     20000         0     65564    100000   4329099     96.23    101.51
569.99/143.08	c  N dy  3488    638134      1000     20000         0     51743    100000   2575964     96.24    102.08
586.71/147.24	c  N dy  3605    658179      1000     20000         0     36805    100000    680077     96.26    102.56
601.11/150.82	c  N dy  3727    678707      1000     20000         0     57307    100000   3129464     96.28    101.55
617.01/154.89	c  N dy  3845    698748      1000     20000         0     41361    100000   1116172     96.30    101.66
632.15/158.65	c  N dy  3965    718903      1000     20000         0     61493    100000   3514724     96.31    103.56
648.50/162.74	c  N dy  4083    738915      1000     20000         0     44522    100000   1386227     96.33    131.06
664.04/166.67	c  N dy  4206    758916      1000     20000         0     64493    100000   3775739     96.36    103.47
680.77/170.89	c  N dy  4321    778988      1000     20000         0     46583    100000   1515067     96.38    112.51
697.15/174.96	c  N dy  4437    799059      1000     20000         0     66621    100000   3902878     96.39    102.67
704.30/176.76	c  S st  4483    806023      1000     20000         0     73580    100000   4746639     96.41   no data
705.10/176.96	c  S st  4483    806526      1000     20000         0     74083    100000   4801309     96.41   no data
705.10/176.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
705.49/177.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
705.49/177.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
705.49/177.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
705.49/177.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
705.49/177.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
705.49/177.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
705.49/177.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
706.34/177.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.69/206.41	c lits-rem:       814  cl-subs:      119  v-elim:      0  v-fix:    0  time: 28.78 s
822.69/206.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
822.69/206.48	c vivif2 --  cl tried    73964 cl shrink        0 lits rem          0 time: 0.06
824.30/206.90	c asymm  cl-useful: 0/12764/20000 lits-rem:0 time: 0.41
824.30/206.90	c calculated reachability. Time: 0.00
824.30/206.90	c  N dy  4483    806526      1000     20000         0     73964    100000   4772164     96.41   no data
839.83/210.70	c  N dy  4586    826556      1000     20000         0     55027    100000   2412246     96.40    102.57
857.75/215.24	c  N dy  4705    846657      1000     20000         0     75099    100000   4824019     96.43    101.94
873.70/219.23	c  N dy  4826    866711      1000     20000         0     55178    100000   2327726     96.45    102.56
891.64/223.75	c  N dy  4939    887029      1000     20000         0     75454    100000   4755822     96.47    102.38
908.04/227.83	c  N dy  5051    907066      1000     20000         0     54521    100000   2140022     96.49    103.93
925.92/232.31	c  N dy  5164    927087      1000     20000         0     74511    100000   4529006     96.49    101.70
943.46/236.74	c  N dy  5291    947280      1000     20000         0     52746    100000   1820310     96.53    101.95
960.66/241.09	c  N dy  5398    967335      1000     20000         0     72770    100000   4209809     96.54    101.80
980.94/246.11	c  N dy  5518    987430      1000     20000         0     49910    100000   1357453     96.56    101.88
998.48/250.55	c  N dy  5616   1007484      1000     20000         0     69930    100000   3770807     96.55    102.20
1020.81/256.18	c  N dy  5728   1027514      1000     20000         0     45995    100000    785574     96.55    101.69
1038.73/260.61	c  N dy  5843   1047743      1000     20000         0     66200    100000   3194885     96.54    102.47
1059.46/265.84	c  N dy  5952   1067746      1000     20000         0     86169    100000   5581987     96.55    103.16
1064.24/267.08	c  F st  5975   1071876      1000     20000         0     45366    100000    594335     96.54   no data
1076.60/270.18	c  N dy  6047   1087903      1000     20000         0     61349    100000   2592011     96.56    101.86
1096.15/275.06	c  N dy  6154   1107969      1000     20000         0     81373    100000   4960717     96.55    107.84
1115.66/279.90	c  N dy  6261   1127975      1000     20000         0     55435    100000   1679308     96.55    102.68
1134.00/284.58	c  N dy  6368   1148599      1000     20000         0     76025    100000   4139219     96.54    102.64
1155.93/290.03	c  N dy  6488   1168697      1000     20000         0     49164    100000    829425     96.56    104.36
1172.27/294.17	c  N dy  6605   1188828      1000     20000         0     69263    100000   3209611     96.56    101.69
1193.79/299.53	c  N dy  6712   1209056      1000     20000         0     89461    100000   5606699     96.55    101.69
1194.59/299.73	c  S st  6715   1209789      1000     20000         0     90194    100000   5692462     96.55   no data
1195.39/299.97	c  S st  6715   1210293      1000     20000         0     90698    100000   5746837     96.55   no data
1195.39/299.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1195.79/300.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1195.79/300.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1195.79/300.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1195.79/300.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1195.79/300.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1195.79/300.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1196.19/300.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1196.59/300.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1348.86/338.42	c lits-rem:       709  cl-subs:      134  v-elim:      0  v-fix:    0  time: 37.63 s
1348.86/338.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1349.26/338.50	c vivif2 --  cl tried    90564 cl shrink        0 lits rem          0 time: 0.07
1350.47/338.85	c asymm  cl-useful: 0/7236/20000 lits-rem:0 time: 0.34
1350.47/338.85	c calculated reachability. Time: 0.00
1350.47/338.85	c  N dy  6715   1210293      1000     20000         0     90564    100000   5714386     96.55   no data
1368.78/343.48	c  N dy  6836   1230410      1000     20000         0     62739    100000   2341494     96.56    105.02
1389.11/348.55	c  N dy  6951   1251054      1000     20000         0     83351    100000   4813469     96.57    103.22
1410.64/353.91	c  N dy  7059   1271084      1000     20000         0     54424    100000   1230309     96.56    114.86
1427.77/358.27	c  N dy  7173   1291105      1000     20000         0     74427    100000   3609369     96.56    108.22
1450.10/363.88	c  N dy  7284   1311351      1000     20000         0     94640    100000   6030791     96.57    101.69
1468.85/368.61	c  N dy  7396   1331443      1000     20000         0     64765    100000   2352362     96.57    101.97
1488.76/373.57	c  N dy  7505   1351534      1000     20000         0     84825    100000   4760655     96.57    104.40
1511.89/379.36	c  N dy  7606   1371985      1000     20000         0     54320    100000    995401     96.55    103.90
1529.83/383.87	c  N dy  7727   1392166      1000     20000         0     74477    100000   3408759     96.57    102.16
1552.60/389.54	c  N dy  7846   1412263      1000     20000         0     94539    100000   5806093     96.58    104.48
1574.86/395.14	c  N dy  7962   1432292      1000     20000         0     62622    100000   1881919     96.58    101.91
1594.79/400.19	c  N dy  8083   1452405      1000     20000         0     82709    100000   4301130     96.60    103.35
1619.91/406.41	c  N dy  8208   1472503      1000     20000         0    102774    100000   6714550     96.62    105.18
1638.64/411.11	c  N dy  8324   1492721      1000     20000         0     70040    100000   2655348     96.62    102.52
1660.17/416.50	c  N dy  8436   1512915      1000     20000         0     90200    100000   5080298     96.63    104.40
1685.67/422.93	c  N dy  8550   1533043      1000     20000         0     56382    100000    912783     96.63    105.00
1704.42/427.62	c  N dy  8674   1553210      1000     20000         0     76513    100000   3328748     96.64    102.69
1728.33/433.65	c  N dy  8801   1573766      1000     20000         0     97042    100000   5784100     96.64    102.03
1751.84/439.55	c  N dy  8922   1593877      1000     20000         0     62211    100000   1495274     96.65    102.35
1771.39/444.46	c  N dy  9037   1614079      1000     20000         0     82374    100000   3922244     96.66    102.84
1796.49/450.73	c  N dy  9164   1634182      1000     20000         0    102444    100000   6330079     96.67    103.98
1820.40/456.77	c  N dy  9281   1654351      1000     20000         0     66677    100000   1922498     96.68    102.60
1842.72/462.34	c  N dy  9395   1674689      1000     20000         0     86982    100000   4335445     96.69    102.73
1870.23/469.21	c  N dy  9512   1694741      1000     20000         0    107004    100000   6756725     96.70    102.44
1888.98/473.99	c  S st  9613   1710293      1000     20000         0     65617    100000   1684697     96.71   no data
1889.80/474.17	c  S st  9613   1710796      1000     20000         0     66120    100000   1736511     96.71   no data
1889.80/474.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1890.22/474.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1890.22/474.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1890.22/474.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1890.22/474.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1890.22/474.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1890.22/474.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1890.22/474.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1890.56/474.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1917.28/481.02	c lits-rem:       207  cl-subs:       25  v-elim:      0  v-fix:    0  time:  6.63 s
1917.28/481.03	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1917.28/481.05	c vivif2 --  cl tried    66095 cl shrink        0 lits rem          0 time: 0.02
1918.87/481.43	c asymm  cl-useful: 0/13920/20000 lits-rem:0 time: 0.38
1918.87/481.43	c calculated reachability. Time: 0.00
1918.87/481.43	c  N dy  9613   1710796      1000     20000         0     66095    100000   1730344     96.71   no data
1939.99/486.72	c  N dy  9742   1730878      1000     20000         0     86139    100000   4150075     96.73    102.20
1965.50/493.10	c  N dy  9853   1751074      1000     20000         0    106314    100000   6581028     96.74    101.99
1988.62/498.96	c  N dy  9972   1771109      1000     20000         0     68405    100000   1899580     96.74    112.38
2009.74/504.27	c  N dy 10096   1791120      1000     20000         0     88391    100000   4313688     96.76    101.94
2035.26/510.65	c  N dy 10199   1811341      1000     20000         0    108574    100000   6731484     96.76    103.99
2058.38/516.45	c  N dy 10313   1831604      1000     20000         0     69899    100000   1980866     96.76    102.22
2079.51/521.76	c  N dy 10424   1851767      1000     20000         0     90028    100000   4398159     96.77    103.40
2105.80/528.31	c  N dy 10546   1871769      1000     20000         0    109996    100000   6798206     96.78    102.98
2129.33/534.29	c  N dy 10664   1891891      1000     20000         0     70176    100000   1899757     96.79    105.35
2150.46/539.53	c  N dy 10772   1911955      1000     20000         0     90209    100000   4305293     96.80    103.74
2175.96/545.99	c  N dy 10882   1932025      1000     20000         0    110247    100000   6711132     96.80    109.83
2201.54/552.34	c  N dy 11005   1952119      1000     20000         0     69408    100000   1708801     96.81    102.30
2222.61/557.65	c  N dy 11118   1972203      1000     20000         0     89451    100000   4119666     96.82    101.92
2250.51/564.61	c  N dy 11246   1992392      1000     20000         0    109606    100000   6542708     96.83    102.89
2277.62/571.41	c  N dy 11358   2012821      1000     20000         0     68104    100000   1437739     96.84    102.61
2298.74/576.74	c  N dy 11481   2032826      1000     20000         0     88070    100000   3853803     96.85    103.91
2324.31/583.16	c  N dy 11590   2052935      1000     20000         0    108146    100000   6258819     96.86    103.44
2353.75/590.57	c  N dy 11712   2073055      1000     20000         0     65343    100000    994432     96.87    104.82
2374.08/595.63	c  N dy 11823   2093191      1000     20000         0     85442    100000   3407561     96.87    102.86
2399.19/601.95	c  N dy 11942   2113236      1000     20000         0    105447    100000   5820924     96.89    102.43
2429.54/609.52	c  N dy 12063   2133314      1000     20000         0    125492    100000   8241033     96.90    111.25
2450.62/614.88	c  N dy 12183   2153360      1000     20000         0     81621    100000   2823001     96.91    107.32
2474.53/620.83	c  N dy 12290   2173508      1000     20000         0    101738    100000   5245717     96.91    102.16
2503.66/628.19	c  N dy 12417   2193583      1000     20000         0    121790    100000   7652760     96.92    103.12
2526.00/633.77	c  S st 12526   2210796      1000     20000         0     74080    100000   1829911     96.94   no data
2526.74/633.94	c  S st 12526   2211299      1000     20000         0     74583    100000   1882641     96.94   no data
2526.74/633.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2527.14/634.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2527.14/634.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2527.14/634.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2527.14/634.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2527.14/634.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2527.14/634.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2527.14/634.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2527.14/634.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2554.66/640.97	c lits-rem:       134  cl-subs:       30  v-elim:      0  v-fix:    0  time:  6.79 s
2554.66/640.97	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2555.06/641.00	c vivif2 --  cl tried    74553 cl shrink        0 lits rem          0 time: 0.03
2555.85/641.22	c asymm  cl-useful: 0/6080/20000 lits-rem:0 time: 0.22
2555.85/641.22	c calculated reachability. Time: 0.00
2555.85/641.22	c  N dy 12526   2211299      1000     20000         0     74553    100000   1875573     96.94   no data
2578.19/646.87	c  N dy 12652   2231365      1000     20000         0     94592    100000   4294387     96.95    102.29
2605.27/653.63	c  N dy 12768   2251486      1000     20000         0    114676    100000   6705225     96.95    104.30
2637.16/661.61	c  N dy 12885   2271567      1000     20000         0     68832    100000   1072433     96.96    102.33
2659.89/667.30	c  N dy 13008   2291610      1000     20000         0     88844    100000   3493168     96.97    102.61
2686.20/673.97	c  N dy 13121   2311752      1000     20000         0    108945    100000   5920369     96.98    102.26
2717.28/681.78	c  N dy 13233   2331800      1000     20000         0    128955    100000   8322974     96.98    102.91
2741.20/687.78	c  N dy 13348   2351871      1000     20000         0     82100    100000   2553056     96.98    102.49
2765.52/693.81	c  N dy 13465   2371909      1000     20000         0    102103    100000   4954946     96.99    112.09
2794.62/701.19	c  N dy 13572   2392546      1000     20000         0    122701    100000   7426325     96.98    102.77
2822.12/708.06	c  N dy 13676   2412569      1000     20000         0     74818    100000   1578148     96.98    102.36
2844.04/713.54	c  N dy 13784   2432615      1000     20000         0     94834    100000   3984618     96.98    102.17
2871.15/720.31	c  N dy 13897   2452805      1000     20000         0    114986    100000   6408093     96.98    102.66
2903.10/728.33	c  N dy 14008   2472933      1000     20000         0    135083    100000   8807112     96.98    102.17
2925.76/734.01	c  N dy 14125   2492953      1000     20000         0     86186    100000   2822063     96.99    103.40
2950.48/740.26	c  N dy 14230   2513122      1000     20000         0    106326    100000   5247778     96.99    102.71
2983.17/748.48	c  N dy 14346   2533440      1000     20000         0    126613    100000   7688333     97.00    104.06
3013.05/755.95	c  N dy 14467   2553450      1000     20000         0     76707    100000   1584765     97.01    102.92
3036.18/761.76	c  N dy 14578   2573539      1000     20000         0     96748    100000   4000783     97.01    102.52
3066.07/769.26	c  N dy 14697   2593793      1000     20000         0    116967    100000   6425189     97.02    102.15
3098.76/777.46	c  N dy 14815   2613867      1000     20000         0    137009    100000   8840790     97.02    102.68
3123.48/783.64	c  N dy 14929   2633991      1000     20000         0     86221    100000   2603850     97.03    102.92
3148.98/790.01	c  N dy 15060   2654067      1000     20000         0    106255    100000   5015867     97.04    102.22
3178.48/797.41	c  N dy 15165   2674097      1000     20000         0    126252    100000   7418106     97.04    110.08
3211.17/805.64	c  N dy 15278   2694130      1000     20000         0     74374    100000   1073323     97.04    102.16
3229.50/810.29	c  S st 15373   2711299      1000     20000         0     91514    100000   3138213     97.05     99.12
3230.71/810.51	c  S st 15373   2711800      1000     20000         0     92015    100000   3192224     97.05   no data
3230.71/810.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3230.71/810.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3230.71/810.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3230.71/810.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3230.71/810.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3230.71/810.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3230.71/810.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3231.10/810.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3231.52/810.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3282.13/823.47	c lits-rem:       312  cl-subs:       71  v-elim:      0  v-fix:    0  time: 12.58 s
3282.13/823.47	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3282.52/823.52	c vivif2 --  cl tried    91944 cl shrink        0 lits rem          0 time: 0.04
3284.14/823.95	c asymm  cl-useful: 0/10891/20000 lits-rem:0 time: 0.41
3284.14/823.95	c calculated reachability. Time: 0.00
3284.14/823.95	c  N dy 15373   2711800      1000     20000         0     91944    100000   3175147     97.05   no data
3310.03/830.49	c  N dy 15488   2731834      1000     20000         0    111954    100000   5590136     97.05    102.32
3341.15/838.23	c  N dy 15599   2751850      1000     20000         0    131928    100000   7983601     97.05    109.70
3371.41/845.88	c  N dy 15711   2772061      1000     20000         0     79231    100000   1540711     97.05    102.98
3394.92/851.70	c  N dy 15827   2792156      1000     20000         0     99299    100000   3952225     97.06    102.22
3422.83/858.75	c  N dy 15943   2812473      1000     20000         0    119588    100000   6394615     97.06    102.55
3457.91/867.58	c  N dy 16062   2832635      1000     20000         0    139719    100000   8812977     97.06    102.50
3487.81/875.00	c  N dy 16190   2852665      1000     20000         0     85828    100000   2229805     97.07    103.34
3513.32/881.42	c  N dy 16316   2872710      1000     20000         0    105842    100000   4658479     97.08    104.69
3542.83/888.85	c  N dy 16420   2892862      1000     20000         0    125964    100000   7072268     97.08    102.62
3578.34/897.74	c  N dy 16520   2914150      1000     20000         0    147210    100000   9635846     97.08    102.83
3602.60/903.83	c  N dy 16634   2934401      1000     20000         0     92551    100000   2917099     97.08    103.04
3628.51/910.39	c  N dy 16749   2954403      1000     20000         0    112516    100000   5326999     97.09    102.75
3659.20/918.07	c  N dy 16855   2974498      1000     20000         0    132583    100000   7734241     97.09    105.13
3695.08/927.07	c  N dy 16964   2994641      1000     20000         0     76811    100000    923570     97.08    103.39
3718.22/932.84	c  N dy 17092   3014794      1000     20000         0     96932    100000   3361389     97.09    103.09
3745.30/939.68	c  N dy 17201   3034937      1000     20000         0    117038    100000   5772236     97.09    104.76
3777.59/947.73	c  N dy 17315   3055012      1000     20000         0    137077    100000   8200390     97.10    102.21
3813.87/956.83	c  N dy 17431   3075125      1000     20000         0     80290    100000   1239459     97.10    102.58
3839.38/963.21	c  N dy 17552   3095134      1000     20000         0    100259    100000   3648617     97.11    111.67
3870.88/971.11	c  N dy 17668   3115200      1000     20000         0    120296    100000   6053398     97.11    102.56
3908.73/980.64	c  N dy 17793   3135300      1000     20000         0    140365    100000   8474728     97.12    106.38
3948.20/990.51	c  N dy 17911   3155320      1000     20000         0     82474    100000   1391500     97.13    104.35
3975.71/997.48	c  N dy 18013   3175476      1000     20000         0    102598    100000   3808919     97.13    103.12
4007.62/1005.43	c  N dy 18151   3195527      1000     20000         0    122613    100000   6251238     97.14    113.98
4035.50/1012.46	c  S st 18247   3211800      1000     20000         0    138852    100000   8211272     97.14    100.63
4037.10/1012.81	c  S st 18247   3212305      1000     20000         0    139357    100000   8263298     97.14   no data
4037.10/1012.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4037.50/1012.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4037.50/1012.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4037.50/1012.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4037.50/1012.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4037.50/1012.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4037.50/1012.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4037.90/1013.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4038.74/1013.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4303.37/1079.62	c lits-rem:       858  cl-subs:      243  v-elim:      0  v-fix:    0  time: 65.43 s
4303.37/1079.62	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4303.77/1079.74	c vivif2 --  cl tried   139114 cl shrink        0 lits rem          0 time: 0.11
4305.78/1080.23	c asymm  cl-useful: 0/6710/20000 lits-rem:0 time: 0.48
4305.78/1080.23	c calculated reachability. Time: 0.00
4305.78/1080.23	c  N dy 18247   3212305      1000     20000         0    139114    100000   8205567     97.14   no data
4343.22/1089.60	c  N dy 18350   3232504      1000     20000         0     80423    100000   1029378     97.14    103.30
4368.34/1095.96	c  N dy 18476   3252560      1000     20000         0    100448    100000   3436841     97.15    104.37
4399.03/1103.69	c  N dy 18601   3272587      1000     20000         0    120447    100000   5862716     97.16    111.70
4434.91/1112.64	c  N dy 18717   3292768      1000     20000         0    140593    100000   8284657     97.16    102.51
4474.36/1122.59	c  N dy 18825   3312775      1000     20000         0     80697    100000    948612     97.16    106.53
4498.29/1128.57	c  N dy 18941   3333001      1000     20000         0    100890    100000   3390040     97.17    102.87
4526.99/1135.74	c  N dy 19055   3353075      1000     20000         0    120929    100000   5807639     97.18    103.16
4561.67/1144.42	c  N dy 19188   3373143      1000     20000         0    140959    100000   8240693     97.19    104.24
4600.34/1154.14	c  N dy 19303   3393277      1000     20000         0    161063    100000  10668353     97.20    102.88
4625.05/1160.39	c  N dy 19430   3413412      1000     20000         0    100305    100000   3216478     97.20    102.87
4653.34/1167.46	c  N dy 19538   3433662      1000     20000         0    120521    100000   5657486     97.20    102.49
4685.64/1175.54	c  N dy 19637   3453668      1000     20000         0    140503    100000   8058086     97.20    103.55
4723.90/1185.18	c  N dy 19762   3473694      1000     20000         0    160502    100000  10483771     97.21    102.43
4751.81/1192.14	c  N dy 19887   3494394      1000     20000         0     99299    100000   2960464     97.21    102.50
4779.77/1199.20	c  N dy 20002   3514789      1000     20000         0    119657    100000   5414649     97.21    102.38

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366279-1305400641/watcher-3366279-1305400641 -o /tmp/evaluation-result-3366279-1305400641/solver-3366279-1305400641 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366279-1305400641.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: 8.18 8.11 8.03 5/416 7946
/proc/meminfo: memFree=21320488/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 730294850 52396032 347 33554432000 4194304 4580107 140736131839072 18446744073709551615 47073707558828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7946/statm: 12792 347 299 95 0 7774 0
[pid=7946/tid=7947] ppid=7944 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730294850 52396032 353 33554432000 4194304 4580107 140736131839072 18446744073709551615 47073707558416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 730294850 52396032 353 33554432000 4194304 4580107 140736131839072 18446744073709551615 47073707558425 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 730294850 52396032 353 33554432000 4194304 4580107 140736131839072 18446744073709551615 47073707558423 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.115918 s]
/proc/loadavg: 8.18 8.11 8.03 5/416 7946
/proc/meminfo: memFree=21320488/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=283680 CPUtime=0.42 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 3179 0 0 0 42 0 0 0 25 0 4 0 730294850 290488320 3088 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 70920 3088 358 95 0 65902 0
[pid=7946/tid=7947] ppid=7944 vsize=283680 CPUtime=0.1 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 651 0 0 0 10 0 0 0 25 0 4 0 730294850 290488320 3088 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294616 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=283680 CPUtime=0.1 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 657 0 0 0 10 0 0 0 25 0 4 0 730294850 290488320 3088 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=283680 CPUtime=0.1 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 811 0 0 0 10 0 0 0 25 0 4 0 730294850 290488320 3088 33554432000 4194304 4580107 140736131839072 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 283680

[startup+0.200905 s]
/proc/loadavg: 8.18 8.11 8.03 5/416 7946
/proc/meminfo: memFree=21320488/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=288956 CPUtime=0.76 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 7250 0 0 0 75 1 0 0 25 0 4 0 730294850 295890944 6135 33554432000 4194304 4580107 140736131839072 18446744073709551615 4322703 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 72239 6135 376 95 0 67221 0
[pid=7946/tid=7947] ppid=7944 vsize=288956 CPUtime=0.18 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 1926 0 0 0 18 0 0 0 18 0 4 0 730294850 295890944 6136 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=288956 CPUtime=0.18 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 1969 0 0 0 18 0 0 0 25 0 4 0 730294850 295890944 6136 33554432000 4194304 4580107 140736131839072 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=288956 CPUtime=0.18 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 996 0 0 0 18 0 0 0 25 0 4 0 730294850 295890944 6136 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 288956

[startup+0.300888 s]
/proc/loadavg: 8.18 8.11 8.03 5/416 7946
/proc/meminfo: memFree=21320488/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=288956 CPUtime=1.15 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 8045 0 0 0 114 1 0 0 25 0 4 0 730294850 295890944 6930 33554432000 4194304 4580107 140736131839072 18446744073709551615 4320717 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 72239 6930 376 95 0 67221 0
[pid=7946/tid=7947] ppid=7944 vsize=288956 CPUtime=0.28 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 2124 0 0 0 28 0 0 0 18 0 4 0 730294850 295890944 6930 33554432000 4194304 4580107 140736131839072 18446744073709551615 4322558 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=288956 CPUtime=0.28 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 2160 0 0 0 28 0 0 0 25 0 4 0 730294850 295890944 6930 33554432000 4194304 4580107 140736131839072 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=288956 CPUtime=0.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 1205 0 0 0 28 0 0 0 25 0 4 0 730294850 295890944 6930 33554432000 4194304 4580107 140736131839072 18446744073709551615 4324374 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 288956

[startup+0.700819 s]
/proc/loadavg: 8.18 8.11 8.03 5/416 7946
/proc/meminfo: memFree=21320488/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=294652 CPUtime=2.76 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 12110 0 0 0 274 2 0 0 25 0 4 0 730294850 301723648 7932 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 73663 7932 377 95 0 68645 0
[pid=7946/tid=7947] ppid=7944 vsize=294652 CPUtime=0.68 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 3122 0 0 0 68 0 0 0 18 0 4 0 730294850 301723648 7932 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=294652 CPUtime=0.68 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 3170 0 0 0 68 0 0 0 25 0 4 0 730294850 301723648 7932 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=294652 CPUtime=0.68 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 2267 0 0 0 68 0 0 0 25 0 4 0 730294850 301723648 7932 33554432000 4194304 4580107 140736131839072 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 294652

[startup+1.50068 s]
/proc/loadavg: 8.18 8.11 8.03 9/420 7950
/proc/meminfo: memFree=21277176/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=296380 CPUtime=5.94 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 20285 0 0 0 591 3 0 0 25 0 4 0 730294850 303493120 7366 33554432000 4194304 4580107 140736131839072 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 74095 7367 377 95 0 69077 0
[pid=7946/tid=7947] ppid=7944 vsize=296380 CPUtime=1.47 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 5152 0 0 0 147 0 0 0 20 0 4 0 730294850 303493120 7367 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=296380 CPUtime=1.48 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 5256 0 0 0 147 1 0 0 25 0 4 0 730294850 303493120 7367 33554432000 4194304 4580107 140736131839072 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=296380 CPUtime=1.48 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 4317 0 0 0 148 0 0 0 25 0 4 0 730294850 303493120 7367 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 296380

[startup+3.1004 s]
/proc/loadavg: 8.25 8.12 8.03 9/420 7950
/proc/meminfo: memFree=21273084/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=297696 CPUtime=12.32 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 35842 0 0 0 1226 6 0 0 25 0 4 0 730294850 304840704 12885 33554432000 4194304 4580107 140736131839072 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 74424 12885 379 95 0 69406 0
[pid=7946/tid=7947] ppid=7944 vsize=297696 CPUtime=3.08 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 8289 0 0 0 307 1 0 0 25 0 4 0 730294850 304840704 12885 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=297696 CPUtime=3.08 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 8458 0 0 0 307 1 0 0 25 0 4 0 730294850 304840704 12885 33554432000 4194304 4580107 140736131839072 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=297696 CPUtime=3.08 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 7479 0 0 0 307 1 0 0 25 0 4 0 730294850 304840704 12885 33554432000 4194304 4580107 140736131839072 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 297696

[startup+6.30084 s]
/proc/loadavg: 8.25 8.12 8.03 9/420 7950
/proc/meminfo: memFree=21097548/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=309048 CPUtime=25.08 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 63599 0 0 0 2498 10 0 0 25 0 4 0 730294850 316465152 30058 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 77262 30058 379 95 0 72244 0
[pid=7946/tid=7947] ppid=7944 vsize=309048 CPUtime=6.28 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 15215 0 0 0 626 2 0 0 25 0 4 0 730294850 316465152 30058 33554432000 4194304 4580107 140736131839072 18446744073709551615 4302526 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=309048 CPUtime=6.28 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 15935 0 0 0 625 3 0 0 25 0 4 0 730294850 316465152 30058 33554432000 4194304 4580107 140736131839072 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=309048 CPUtime=6.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 15422 0 0 0 626 2 0 0 25 0 4 0 730294850 316465152 30058 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 309048

[startup+12.7007 s]
/proc/loadavg: 8.21 8.12 8.03 9/420 7950
/proc/meminfo: memFree=20933736/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=346872 CPUtime=50.58 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 105720 0 0 0 5040 18 0 0 25 0 4 0 730294850 355196928 48329 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416041 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 86718 48329 379 95 0 81700 0
[pid=7946/tid=7947] ppid=7944 vsize=346872 CPUtime=12.67 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 25208 0 0 0 1264 3 0 0 25 0 4 0 730294850 355196928 48329 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=346872 CPUtime=12.68 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 26213 0 0 0 1263 5 0 0 25 0 4 0 730294850 355196928 48329 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=346872 CPUtime=12.68 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 25178 0 0 0 1264 4 0 0 25 0 4 0 730294850 355196928 48329 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 346872

[startup+25.5005 s]
/proc/loadavg: 8.17 8.11 8.03 9/420 7950
/proc/meminfo: memFree=20835520/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=371120 CPUtime=101.59 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 151109 0 0 0 10132 27 0 0 25 0 4 0 730294850 380026880 65902 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 92780 65902 379 95 0 87762 0
[pid=7946/tid=7947] ppid=7944 vsize=371120 CPUtime=25.47 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 31936 0 0 0 2542 5 0 0 25 0 4 0 730294850 380026880 65902 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=371120 CPUtime=25.48 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 38476 0 0 0 2540 8 0 0 25 0 4 0 730294850 380026880 65902 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=371120 CPUtime=25.48 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 39247 0 0 0 2541 7 0 0 25 0 4 0 730294850 380026880 65902 33554432000 4194304 4580107 140736131839072 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 371120

[startup+51.101 s]
/proc/loadavg: 8.11 8.10 8.03 9/420 7951
/proc/meminfo: memFree=20724200/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=570300 CPUtime=203.65 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 232636 0 0 0 20314 51 0 0 25 0 4 0 730294850 583987200 85530 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 142575 85530 380 95 0 137557 0
[pid=7946/tid=7947] ppid=7944 vsize=570300 CPUtime=51.06 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 55443 0 0 0 5095 11 0 0 25 0 4 0 730294850 583987200 85530 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=570300 CPUtime=51.08 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 57924 0 0 0 5094 14 0 0 25 0 4 0 730294850 583987200 85530 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=570300 CPUtime=51.09 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 63876 0 0 0 5094 15 0 0 25 0 4 0 730294850 583987200 85530 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.65
Current children cumulated vsize (KiB) 570300

[startup+102.301 s]
/proc/loadavg: 8.20 8.13 8.04 9/420 7952
/proc/meminfo: memFree=20632152/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=575152 CPUtime=407.75 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 376503 0 0 0 40687 88 0 0 25 0 4 0 730294850 588955648 92059 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 143788 92059 379 95 0 138770 0
[pid=7946/tid=7947] ppid=7944 vsize=575152 CPUtime=102.27 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 97034 0 0 0 10206 21 0 0 25 0 4 0 730294850 588955648 92081 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=575152 CPUtime=102.3 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 87531 0 0 0 10208 22 0 0 25 0 4 0 730294850 588955648 92081 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=575152 CPUtime=102.3 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 106689 0 0 0 10203 27 0 0 25 0 4 0 730294850 588955648 92081 33554432000 4194304 4580107 140736131839072 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 575152

[startup+162.301 s]

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

[pid=7946] ppid=7944 vsize=1104044 CPUtime=2799.4 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1443068 0 0 0 279517 423 0 0 25 0 4 0 730294850 1130541056 195455 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 276011 195455 379 95 0 270993 0
[pid=7946/tid=7947] ppid=7944 vsize=1104044 CPUtime=702.12 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 376134 0 0 0 70106 106 0 0 25 0 4 0 730294850 1130541056 195455 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1104044 CPUtime=702.28 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 366327 0 0 0 70123 105 0 0 25 0 4 0 730294850 1130541056 195455 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1104044 CPUtime=702.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 380776 0 0 0 70108 120 0 0 25 0 4 0 730294850 1130541056 195455 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2799.4
Current children cumulated vsize (KiB) 1104044

[startup+762.301 s]
/proc/loadavg: 8.12 8.13 8.08 9/420 7970
/proc/meminfo: memFree=19863476/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1168336 CPUtime=3038.59 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1531479 0 0 0 303406 453 0 0 25 0 4 0 730294850 1196376064 197387 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 292084 197387 379 95 0 287066 0
[pid=7946/tid=7947] ppid=7944 vsize=1168336 CPUtime=762.11 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 393797 0 0 0 76101 110 0 0 25 0 4 0 730294850 1196376064 197389 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1168336 CPUtime=762.29 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 390125 0 0 0 76116 113 0 0 25 0 4 0 730294850 1196376064 197389 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1168336 CPUtime=762.29 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 406233 0 0 0 76100 129 0 0 25 0 4 0 730294850 1196376064 197389 33554432000 4194304 4580107 140736131839072 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3038.59
Current children cumulated vsize (KiB) 1168336

[startup+822.301 s]
/proc/loadavg: 8.12 8.12 8.08 9/420 7972
/proc/meminfo: memFree=19920472/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1131876 CPUtime=3277.74 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1602133 0 0 0 327295 479 0 0 25 0 4 0 730294850 1159041024 188700 33554432000 4194304 4580107 140736131839072 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 282969 188700 379 95 0 277951 0
[pid=7946/tid=7947] ppid=7944 vsize=1131876 CPUtime=822.09 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 414904 0 0 0 82092 117 0 0 25 0 4 0 730294850 1159041024 188700 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1131876 CPUtime=822.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 409097 0 0 0 82107 120 0 0 25 0 4 0 730294850 1159041024 188701 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1131876 CPUtime=822.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 421520 0 0 0 82093 135 0 0 25 0 4 0 730294850 1159041024 188701 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3277.74
Current children cumulated vsize (KiB) 1131876

[startup+882.316 s]
/proc/loadavg: 8.10 8.11 8.08 9/420 7973
/proc/meminfo: memFree=19964092/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1131036 CPUtime=3516.96 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1686522 0 0 0 351190 506 0 0 25 0 4 0 730294850 1158180864 184328 33554432000 4194304 4580107 140736131839072 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 282759 184328 379 95 0 277741 0
[pid=7946/tid=7947] ppid=7944 vsize=1131036 CPUtime=882.09 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 436919 0 0 0 88085 124 0 0 25 0 4 0 730294850 1158180864 184328 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1131036 CPUtime=882.28 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 426057 0 0 0 88103 125 0 0 25 0 4 0 730294850 1158180864 184328 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1131036 CPUtime=882.3 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 445027 0 0 0 88087 143 0 0 25 0 4 0 730294850 1158180864 184328 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3516.96
Current children cumulated vsize (KiB) 1131036

[startup+942.301 s]
/proc/loadavg: 8.21 8.14 8.09 9/420 7975
/proc/meminfo: memFree=19740000/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1119004 CPUtime=3756.07 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1773089 0 0 0 375072 535 0 0 25 0 4 0 730294850 1145860096 196528 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 279751 196528 379 95 0 274733 0
[pid=7946/tid=7947] ppid=7944 vsize=1119004 CPUtime=942.06 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 458908 0 0 0 94073 133 0 0 25 0 4 0 730294850 1145860096 196528 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1119004 CPUtime=942.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 445730 0 0 0 94096 131 0 0 25 0 4 0 730294850 1145860096 196528 33554432000 4194304 4580107 140736131839072 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1119004 CPUtime=942.27 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 467588 0 0 0 94077 150 0 0 25 0 4 0 730294850 1145860096 196528 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3756.07
Current children cumulated vsize (KiB) 1119004

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/420 7976
/proc/meminfo: memFree=19507828/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1254488 CPUtime=3995.24 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1858523 0 0 0 398961 563 0 0 25 0 4 0 730294850 1284595712 239442 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 313622 239442 379 95 0 308604 0
[pid=7946/tid=7947] ppid=7944 vsize=1254488 CPUtime=1002.06 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 489165 0 0 0 100067 139 0 0 25 0 4 0 730294850 1284595712 239442 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1254488 CPUtime=1002.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 459223 0 0 0 100088 139 0 0 25 0 4 0 730294850 1284595712 239442 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1254488 CPUtime=1002.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 492773 0 0 0 100071 157 0 0 25 0 4 0 730294850 1284595712 239442 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3995.24
Current children cumulated vsize (KiB) 1254488

[startup+1062.3 s]
/proc/loadavg: 8.08 8.11 8.09 9/420 7978
/proc/meminfo: memFree=19554916/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1336072 CPUtime=4234.41 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1916690 0 0 0 422856 585 0 0 25 0 4 0 730294850 1368137728 238941 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 334018 238941 379 95 0 329000 0
[pid=7946/tid=7947] ppid=7944 vsize=1336072 CPUtime=1062.04 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 504988 0 0 0 106059 145 0 0 25 0 4 0 730294850 1368137728 238941 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1336072 CPUtime=1062.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 479395 0 0 0 106078 149 0 0 25 0 4 0 730294850 1368137728 238941 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1336072 CPUtime=1062.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 501480 0 0 0 106067 161 0 0 25 0 4 0 730294850 1368137728 238941 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4234.41
Current children cumulated vsize (KiB) 1336072

[startup+1122.3 s]
/proc/loadavg: 8.14 8.12 8.09 9/420 7980
/proc/meminfo: memFree=19449880/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1323560 CPUtime=4473.57 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 1989399 0 0 0 446746 611 0 0 25 0 4 0 730294850 1355325440 255358 33554432000 4194304 4580107 140736131839072 18446744073709551615 4339824 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 330890 255358 379 95 0 325872 0
[pid=7946/tid=7947] ppid=7944 vsize=1323560 CPUtime=1122.02 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 525051 0 0 0 112049 153 0 0 25 0 4 0 730294850 1355325440 255358 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1323560 CPUtime=1122.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 497912 0 0 0 112074 153 0 0 25 0 4 0 730294850 1355325440 255358 33554432000 4194304 4580107 140736131839072 18446744073709551615 4416046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1323560 CPUtime=1122.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 522303 0 0 0 112058 170 0 0 25 0 4 0 730294850 1355325440 255358 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4473.57
Current children cumulated vsize (KiB) 1323560

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.09 9/420 7981
/proc/meminfo: memFree=19407064/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1367460 CPUtime=4712.75 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 2057743 0 0 0 470638 637 0 0 25 0 4 0 730294850 1400279040 262353 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 341865 262353 379 95 0 336847 0
[pid=7946/tid=7947] ppid=7944 vsize=1367460 CPUtime=1182.01 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 544770 0 0 0 118042 159 0 0 25 0 4 0 730294850 1400279040 262353 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1367460 CPUtime=1182.27 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 507774 0 0 0 118069 158 0 0 25 0 4 0 730294850 1400279040 262353 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1367460 CPUtime=1182.28 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 543043 0 0 0 118049 179 0 0 25 0 4 0 730294850 1400279040 262353 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4712.75
Current children cumulated vsize (KiB) 1367460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.09 8.10 8.09 5/415 7983
/proc/meminfo: memFree=20299768/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1378312 CPUtime=4800.05 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 2084585 0 0 0 479359 646 0 0 25 0 4 0 730294850 1411391488 258452 33554432000 4194304 4580107 140736131839072 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 344578 258452 379 95 0 339560 0
[pid=7946/tid=7947] ppid=7944 vsize=1378312 CPUtime=1203.92 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 553174 0 0 0 120230 162 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1378312 CPUtime=1204.18 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 514968 0 0 0 120258 160 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1378312 CPUtime=1204.19 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 549472 0 0 0 120239 180 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1378312

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

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

[startup+1204.2 s]
/proc/loadavg: 8.09 8.10 8.09 5/415 7983
/proc/meminfo: memFree=20299768/32950940 swapFree=67111356/67111528
[pid=7946] ppid=7944 vsize=1378312 CPUtime=4800.05 cores=0,2,4,6
/proc/7946/stat : 7946 (strangenight2-m) R 7944 7946 7703 0 -1 4202496 2084585 0 0 0 479359 646 0 0 25 0 4 0 730294850 1411391488 258452 33554432000 4194304 4580107 140736131839072 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7946/statm: 344578 258452 379 95 0 339560 0
[pid=7946/tid=7947] ppid=7944 vsize=1378312 CPUtime=1203.92 cores=0,2,4,6
/proc/7946/task/7947/stat : 7947 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 553174 0 0 0 120230 162 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7946/tid=7948] ppid=7944 vsize=1378312 CPUtime=1204.18 cores=0,2,4,6
/proc/7946/task/7948/stat : 7948 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 514968 0 0 0 120258 160 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7946/tid=7949] ppid=7944 vsize=1378312 CPUtime=1204.19 cores=0,2,4,6
/proc/7946/task/7949/stat : 7949 (strangenight2-m) R 7944 7946 7703 0 -1 4202560 549472 0 0 0 120239 180 0 0 25 0 4 0 730294850 1411391488 258461 33554432000 4194304 4580107 140736131839072 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1378312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.27
CPU time (s): 4800.16
CPU user time (s): 4793.65
CPU system time (s): 6.51501
CPU usage (%): 398.595
Max. virtual memory (cumulated for all children) (KiB): 1393088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.65
system time used= 6.51501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2084600
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= 1765
involuntary context switches= 22277

runsolver used 4.78027 second user time and 11.6722 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 21:17:21
IDJOB=3366279
IDBENCH=82688
IDSOLVER=1844
FILE ID=node117/3366279-1305400641
RUNJOBID= node117-1305398227-7721
PBS_JOBID= 13324483
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= 6a80d43525a755784678c69a1c250bac
RANDOM SEED=1460391494

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21320644 kB
Buffers:        297208 kB
Cached:        3080932 kB
SwapCached:          0 kB
Active:        9400944 kB
Inactive:      1874856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21320644 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11660 kB
Writeback:           0 kB
AnonPages:     7896936 kB
Mapped:          31788 kB
Slab:           243456 kB
PageTables:      44280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100510176 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= 73412 MiB
End job on node117 at 2011-05-14 21:37:27