Trace number 3173870

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.14 1201.55

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173870-1304072160.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.01/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.01/0.01	c -- vars added       1000
0.01/0.01	c Parsing time:  0.01 s
0.01/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.37/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.37/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.37/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.37/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.37/0.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.37/0.35	c Finding binary XORs  T:     0.00 s  found:       0
0.37/0.35	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.37/0.35	c calculated reachability. Time: 0.00
0.37/0.35	c Calc default polars -  time:   0.00 s pos:     502 undec:      46 neg:     452
0.37/0.35	c =========================================================================================
0.37/0.35	c types(t): F = full restart, N = normal restart
0.37/0.35	c types(t): S = simplification begin/end, E = solution found
0.37/0.35	c restart types(rt): st = static, dy = dynamic
0.37/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.35	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.37/0.49	c  N dy    19      4003      1000     20000         0      3986    100000    496801    101.39    108.92
0.37/0.80	c  N dy    36      8112      1000     20000         0      5597    100000    506961     98.19    104.73
3.96/1.01	c  N dy    56     12215      1000     20000         0      5450    100000    328614     96.65    104.05
5.16/1.34	c  N dy    75     16461      1000     20000         0      9692    100000    827853     96.07    101.16
6.37/1.67	c  N dy    91     20779      1000     20000         0      8393    100000    531225     95.47    102.54
7.95/2.02	c  F st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35
7.95/2.02	c  N st   115     25000      1000     20000         0     12606    100000   1034730     95.71     92.35
9.55/2.44	c  N dy   121     30001      1000     20000         0     10796    100000    729945     95.71   no data
9.55/2.44	c  S st   121     30001      1000     20000         0     10796    100000    729945     95.71   no data
9.55/2.49	c  S st   121     30502      1000     20000         0     11297    100000    778119     95.71   no data
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.95/2.50	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.94	c lits-rem:       123  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.39 s
11.95/3.07	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.95/3.07	c calculated reachability. Time: 0.00
11.95/3.07	c  N dy   121     30502      1000     20000         0     11218    100000    758927     95.71   no data
13.55/3.46	c  N dy   145     34780      1000     20000         0     15492    100000   1265250     95.71    101.14
15.17/3.82	c  N dy   168     38983      1000     20000         0     11795    100000    694371     95.61    100.88
16.75/4.22	c  N dy   195     43115      1000     20000         0     15921    100000   1193552     96.05    102.82
17.95/4.50	c  S st   212     45755      1000     20000         0      9620    100000    326054     95.97   no data
17.95/4.55	c  S st   212     46257      1000     20000         0     10122    100000    378469     95.97   no data
17.95/4.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.95/4.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.95/4.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.95/4.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.95/4.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.95/4.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
17.95/4.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.95/4.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.95/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.68	c lits-rem:        11  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.09 s
18.35/4.68	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.35/4.68	c vivif2 --  cl tried    10121 cl shrink        0 lits rem          0 time: 0.00
19.14/4.81	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.14/4.81	c calculated reachability. Time: 0.00
19.14/4.81	c  N dy   212     46257      1000     20000         0     10121    100000    378270     95.97   no data
20.33/5.18	c  N dy   238     50272      1000     20000         0     14129    100000    853163     96.03    102.66
21.94/5.56	c  N dy   255     54305      1000     20000         0     18153    100000   1323127     95.92    101.14
23.54/5.99	c  N dy   281     58593      1000     20000         0     12474    100000    549015     95.91    104.01
25.13/6.39	c  N dy   307     62837      1000     20000         0     16708    100000   1057343     95.98    101.19
27.13/6.82	c  N dy   329     66931      1000     20000         0     20799    100000   1529519     95.83    103.38
27.93/7.09	c  S st   344     69386      1000     20000         0     12282    100000    419048     95.86   no data
28.35/7.15	c  S st   344     69890      1000     20000         0     12786    100000    473561     95.86   no data
28.35/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.35/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.35/7.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.35/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.35/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.35/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.35/7.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.35/7.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.35/7.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.13/7.36	c lits-rem:        45  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.16 s
29.13/7.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.13/7.36	c vivif2 --  cl tried    12781 cl shrink        0 lits rem          0 time: 0.01
29.92/7.51	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.92/7.51	c calculated reachability. Time: 0.00
29.92/7.51	c  N dy   344     69890      1000     20000         0     12781    100000    472243     95.86   no data
31.52/7.95	c  N dy   374     74430      1000     20000         0     17314    100000   1006715     95.90    101.15
33.52/8.45	c  N dy   399     79211      1000     20000         0     22088    100000   1579229     95.93    101.32
35.53/8.99	c  N dy   433     84316      1000     20000         0     15207    100000    650958     96.00    105.25
37.14/9.30	c  F st   450     87500      1000     20000         0     18388    100000   1023066     95.97   no data
38.31/9.66	c  N st   455     90797      1000     20000         0     21670    100000   1450392     95.97   no data
41.12/10.34	c  N dy   477     96825      1000     20000         0     14713    100000    484308     95.94    101.22
43.51/10.95	c  N dy   513    103014      1000     20000         0     20885    100000   1217790     96.03    118.34
44.31/11.14	c  S st   525    104835      1000     20000         0     22704    100000   1438878     96.08     95.21
44.71/11.21	c  S st   525    105336      1000     20000         0     23205    100000   1488848     96.08   no data
44.71/11.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.71/11.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.71/11.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.71/11.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.71/11.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
44.71/11.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.71/11.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.11/11.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.89/14.05	c lits-rem:       165  cl-subs:       39  v-elim:      0  v-fix:    0  time:  2.74 s
55.89/14.05	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
55.89/14.07	c vivif2 --  cl tried    23166 cl shrink        0 lits rem          0 time: 0.02
57.09/14.32	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
57.09/14.33	c calculated reachability. Time: 0.00
57.09/14.33	c  N dy   525    105336      1000     20000         0     23166    100000   1479515     96.08   no data
60.28/15.17	c  N dy   560    112213      1000     20000         0     16068    100000    539413     96.05    103.18
63.51/15.96	c  N dy   603    119431      1000     20000         0     23274    100000   1399657     96.11    111.95
67.48/16.91	c  N dy   640    127246      1000     20000         0     16104    100000    432835     96.03    102.31
71.07/17.84	c  N dy   684    135477      1000     20000         0     24321    100000   1398299     95.95    101.34
75.47/18.95	c  N dy   728    144194      1000     20000         0     17048    100000    433200     95.86    101.41
79.86/20.02	c  N dy   775    153660      1000     20000         0     26494    100000   1546696     95.85    102.24
81.86/20.55	c  S st   790    158005      1000     20000         0     30832    100000   2063029     95.74   no data
82.26/20.64	c  S st   790    158507      1000     20000         0     31334    100000   2110109     95.74   no data
82.26/20.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.26/20.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
82.26/20.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.26/20.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.26/20.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.26/20.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
82.26/20.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.66/20.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
82.66/20.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.63/26.74	c lits-rem:       283  cl-subs:       55  v-elim:      0  v-fix:    0  time:  5.97 s
106.63/26.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
106.63/26.77	c vivif2 --  cl tried    31279 cl shrink        0 lits rem          0 time: 0.03
107.85/27.05	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.27
107.85/27.05	c calculated reachability. Time: 0.00
107.85/27.05	c  N dy   790    158507      1000     20000         0     31279    100000   2096897     95.74   no data
112.62/28.23	c  N dy   848    168724      1000     20000         0     24509    100000   1215345     95.76    108.05
118.62/29.72	c  N dy   916    179578      1000     20000         0     35348    100000   2510429     95.83    115.02
124.21/31.15	c  N dy   979    191256      1000     20000         0     29034    100000   1643242     95.88    100.95
130.99/32.81	c  N dy  1054    203562      1000     20000         0     22349    100000    729701     95.92    101.18
137.79/34.55	c  N dy  1132    216673      1000     20000         0     35439    100000   2284276     95.93    101.36
144.99/36.37	c  N dy  1211    230554      1000     20000         0     29342    100000   1446391     95.91    101.69
148.97/37.39	c  S st  1256    237760      1000     20000         0     36535    100000   2301768     95.94   no data
149.77/37.50	c  S st  1256    238262      1000     20000         0     37037    100000   2356216     95.94   no data
149.77/37.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
149.77/37.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
149.77/37.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
149.77/37.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.77/37.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.77/37.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
149.77/37.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
149.77/37.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
150.18/37.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.13/47.15	c lits-rem:       220  cl-subs:       45  v-elim:      0  v-fix:    0  time:  9.51 s
188.13/47.15	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
188.13/47.18	c vivif2 --  cl tried    36992 cl shrink        0 lits rem          0 time: 0.03
189.33/47.50	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
189.73/47.50	c calculated reachability. Time: 0.00
189.73/47.50	c  N dy  1256    238262      1000     20000         0     36992    100000   2345406     95.94   no data
197.72/49.50	c  N dy  1341    253511      1000     20000         0     31243    100000   1565676     95.94    101.08
206.91/51.82	c  N dy  1436    269761      1000     20000         0     25496    100000    773743     95.93    101.96
216.50/54.22	c  N dy  1541    287037      1000     20000         0     42750    100000   2828028     96.00    103.47
226.51/56.73	c  N dy  1651    305370      1000     20000         0     38093    100000   2185279     96.10    101.76
226.88/56.86	c  F st  1657    306250      1000     20000         0     38971    100000   2288997     96.10     88.77
237.27/59.49	c  N dy  1741    324905      1000     20000         0     33628    100000   1537231     96.15    101.47
249.66/62.54	c  N dy  1848    344950      1000     20000         0     28678    100000    820751     96.08    102.74
256.46/64.26	c  S st  1906    357393      1000     20000         0     41106    100000   2299247     96.03     70.83
256.87/64.38	c  S st  1906    357897      1000     20000         0     41610    100000   2351081     96.03   no data
256.87/64.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
257.26/64.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
257.26/64.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.26/64.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.26/64.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.26/64.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
257.26/64.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
257.26/64.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
257.64/64.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.60/74.06	c lits-rem:       361  cl-subs:       48  v-elim:      0  v-fix:    0  time:  9.55 s
295.60/74.06	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
295.60/74.09	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.03
297.19/74.49	c asymm  cl-useful: 0/18571/20000 lits-rem:0 time: 0.40
297.19/74.49	c calculated reachability. Time: 0.00
297.19/74.49	c  N dy  1906    357897      1000     20000         0     41562    100000   2339671     96.03   no data
310.00/77.65	c  N dy  2017    377935      1000     20000         0     35621    100000   1540322     96.03    101.70
323.56/81.08	c  N dy  2135    397946      1000     20000         0     28643    100000    596887     96.07    102.43
336.37/84.25	c  N dy  2257    418111      1000     20000         0     48769    100000   3006431     96.14    101.63
349.55/87.50	c  N dy  2369    438245      1000     20000         0     40915    100000   1935644     96.11    102.00
363.11/90.97	c  N dy  2482    458282      1000     20000         0     31964    100000    778306     96.12    115.24
375.92/94.19	c  N dy  2603    478357      1000     20000         0     52011    100000   3176293     96.16    119.91
389.48/97.52	c  N dy  2723    498539      1000     20000         0     42206    100000   1880216     96.22    101.73
404.26/101.28	c  N dy  2835    518783      1000     20000         0     31473    100000    486978     96.22    101.76
415.47/104.07	c  S st  2943    536845      1000     20000         0     49503    100000   2644514     96.25     95.61
416.25/104.20	c  S st  2943    537348      1000     20000         0     50005    100000   2697485     96.25   no data
416.25/104.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
416.25/104.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
416.25/104.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
416.25/104.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
416.25/104.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
416.25/104.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
416.25/104.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
416.25/104.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
416.65/104.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.77/119.62	c lits-rem:       338  cl-subs:       58  v-elim:      0  v-fix:    0  time: 15.26 s
477.77/119.62	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
477.77/119.65	c vivif2 --  cl tried    49947 cl shrink        0 lits rem          0 time: 0.04
477.77/119.70	c asymm  cl-useful: 0/1429/20000 lits-rem:0 time: 0.04
478.17/119.70	c calculated reachability. Time: 0.00
478.17/119.70	c  N dy  2943    537348      1000     20000         0     49947    100000   2683280     96.25   no data
493.76/123.67	c  N dy  3054    557541      1000     20000         0     38153    100000   1180784     96.25    102.67
509.74/127.63	c  N dy  3169    577751      1000     20000         0     58331    100000   3595475     96.26    101.93
524.52/131.35	c  N dy  3275    597814      1000     20000         0     45433    100000   1943187     96.26    102.06
540.91/135.40	c  N dy  3370    617975      1000     20000         0     65564    100000   4329099     96.23    101.51
554.89/138.93	c  N dy  3488    638134      1000     20000         0     51743    100000   2575964     96.24    102.08
571.67/143.11	c  N dy  3605    658179      1000     20000         0     36805    100000    680077     96.26    102.56
585.65/146.63	c  N dy  3727    678707      1000     20000         0     57307    100000   3129464     96.28    101.55
601.63/150.67	c  N dy  3845    698748      1000     20000         0     41361    100000   1116172     96.30    101.66
616.41/154.39	c  N dy  3965    718903      1000     20000         0     61493    100000   3514724     96.31    103.56
632.79/158.45	c  N dy  4083    738915      1000     20000         0     44522    100000   1386227     96.33    131.06
648.39/162.33	c  N dy  4206    758916      1000     20000         0     64493    100000   3775739     96.36    103.47
665.16/166.50	c  N dy  4321    778988      1000     20000         0     46583    100000   1515067     96.38    112.51
680.73/170.48	c  N dy  4437    799059      1000     20000         0     66621    100000   3902878     96.39    102.67
687.55/172.14	c  S st  4483    806023      1000     20000         0     73580    100000   4746639     96.41   no data
688.32/172.32	c  S st  4483    806526      1000     20000         0     74083    100000   4801309     96.41   no data
688.32/172.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
688.32/172.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
688.32/172.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
688.32/172.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
688.32/172.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
688.32/172.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
688.32/172.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
688.72/172.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
689.12/172.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
797.82/199.80	c lits-rem:       814  cl-subs:      119  v-elim:      0  v-fix:    0  time: 27.20 s
798.19/199.80	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
798.19/199.86	c vivif2 --  cl tried    73964 cl shrink        0 lits rem          0 time: 0.06
799.79/200.27	c asymm  cl-useful: 0/12764/20000 lits-rem:0 time: 0.41
799.79/200.27	c calculated reachability. Time: 0.00
799.79/200.27	c  N dy  4483    806526      1000     20000         0     73964    100000   4772164     96.41   no data
814.99/204.01	c  N dy  4586    826556      1000     20000         0     55027    100000   2412246     96.40    102.57
832.56/208.47	c  N dy  4705    846657      1000     20000         0     75099    100000   4824019     96.43    101.94
848.53/212.42	c  N dy  4826    866711      1000     20000         0     55178    100000   2327726     96.45    102.56
866.11/216.89	c  N dy  4939    887029      1000     20000         0     75454    100000   4755822     96.47    102.38
882.50/220.90	c  N dy  5051    907066      1000     20000         0     54521    100000   2140022     96.49    103.93
899.67/225.28	c  N dy  5164    927087      1000     20000         0     74511    100000   4529006     96.49    101.70
917.25/229.67	c  N dy  5291    947280      1000     20000         0     52746    100000   1820310     96.53    101.95
934.43/233.97	c  N dy  5398    967335      1000     20000         0     72770    100000   4209809     96.54    101.80
953.20/238.68	c  N dy  5518    987430      1000     20000         0     49910    100000   1357453     96.56    101.88
969.21/242.69	c  N dy  5616   1007484      1000     20000         0     69930    100000   3770807     96.55    102.20
989.96/247.84	c  N dy  5728   1027514      1000     20000         0     45995    100000    785574     96.55    101.69
1007.14/252.14	c  N dy  5843   1047743      1000     20000         0     66200    100000   3194885     96.54    102.47
1029.12/257.62	c  N dy  5952   1067746      1000     20000         0     86169    100000   5581987     96.55    103.16
1034.32/258.94	c  F st  5975   1071876      1000     20000         0     45366    100000    594335     96.54   no data
1047.10/262.19	c  N dy  6047   1087903      1000     20000         0     61349    100000   2592011     96.56    101.86
1067.47/267.22	c  N dy  6154   1107969      1000     20000         0     81373    100000   4960717     96.55    107.84
1086.25/271.99	c  N dy  6261   1127975      1000     20000         0     55435    100000   1679308     96.55    102.68
1104.63/276.59	c  N dy  6368   1148599      1000     20000         0     76025    100000   4139219     96.54    102.64
1126.60/282.08	c  N dy  6488   1168697      1000     20000         0     49164    100000    829425     96.56    104.36
1143.38/286.24	c  N dy  6605   1188828      1000     20000         0     69263    100000   3209611     96.56    101.69
1164.56/291.58	c  N dy  6712   1209056      1000     20000         0     89461    100000   5606699     96.55    101.69
1165.36/291.78	c  S st  6715   1209789      1000     20000         0     90194    100000   5692462     96.55   no data
1166.58/292.02	c  S st  6715   1210293      1000     20000         0     90698    100000   5746837     96.55   no data
1166.58/292.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1166.58/292.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1166.58/292.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1166.58/292.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1166.58/292.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1166.58/292.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1166.58/292.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1166.98/292.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1167.75/292.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.18/328.28	c lits-rem:       709  cl-subs:      134  v-elim:      0  v-fix:    0  time: 35.94 s
1311.18/328.28	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1311.59/328.36	c vivif2 --  cl tried    90564 cl shrink        0 lits rem          0 time: 0.07
1312.77/328.69	c asymm  cl-useful: 0/7236/20000 lits-rem:0 time: 0.33
1312.77/328.69	c calculated reachability. Time: 0.00
1312.77/328.69	c  N dy  6715   1210293      1000     20000         0     90564    100000   5714386     96.55   no data
1331.15/333.30	c  N dy  6836   1230410      1000     20000         0     62739    100000   2341494     96.56    105.02
1351.55/338.32	c  N dy  6951   1251054      1000     20000         0     83351    100000   4813469     96.57    103.22
1372.31/343.59	c  N dy  7059   1271084      1000     20000         0     54424    100000   1230309     96.56    114.86
1389.89/347.91	c  N dy  7173   1291105      1000     20000         0     74427    100000   3609369     96.56    108.22
1411.86/353.44	c  N dy  7284   1311351      1000     20000         0     94640    100000   6030791     96.57    101.69
1430.25/358.08	c  N dy  7396   1331443      1000     20000         0     64765    100000   2352362     96.57    101.97
1450.21/363.00	c  N dy  7505   1351534      1000     20000         0     84825    100000   4760655     96.57    104.40
1472.99/368.75	c  N dy  7606   1371985      1000     20000         0     54320    100000    995401     96.55    103.90
1490.56/373.14	c  N dy  7727   1392166      1000     20000         0     74477    100000   3408759     96.57    102.16
1512.54/378.69	c  N dy  7846   1412263      1000     20000         0     94539    100000   5806093     96.58    104.48
1533.31/383.89	c  N dy  7962   1432292      1000     20000         0     62622    100000   1881919     96.58    101.91
1552.89/388.77	c  N dy  8083   1452405      1000     20000         0     82709    100000   4301130     96.60    103.35
1577.66/394.99	c  N dy  8208   1472503      1000     20000         0    102774    100000   6714550     96.62    105.18
1597.25/399.82	c  N dy  8324   1492721      1000     20000         0     70040    100000   2655348     96.62    102.52
1618.81/405.20	c  N dy  8436   1512915      1000     20000         0     90200    100000   5080298     96.63    104.40
1643.58/411.44	c  N dy  8550   1533043      1000     20000         0     56382    100000    912783     96.63    105.00
1661.96/416.01	c  N dy  8674   1553210      1000     20000         0     76513    100000   3328748     96.64    102.69
1685.15/421.88	c  N dy  8801   1573766      1000     20000         0     97042    100000   5784100     96.64    102.03
1709.10/427.88	c  N dy  8922   1593877      1000     20000         0     62211    100000   1495274     96.65    102.35
1729.09/432.83	c  N dy  9037   1614079      1000     20000         0     82374    100000   3922244     96.66    102.84
1753.45/438.97	c  N dy  9164   1634182      1000     20000         0    102444    100000   6330079     96.67    103.98
1775.82/444.52	c  N dy  9281   1654351      1000     20000         0     66677    100000   1922498     96.68    102.60
1796.20/449.61	c  N dy  9395   1674689      1000     20000         0     86982    100000   4335445     96.69    102.73
1822.16/456.12	c  N dy  9512   1694741      1000     20000         0    107004    100000   6756725     96.70    102.44
1840.94/460.82	c  S st  9613   1710293      1000     20000         0     65617    100000   1684697     96.71   no data
1841.34/460.99	c  S st  9613   1710796      1000     20000         0     66120    100000   1736511     96.71   no data
1841.74/461.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1841.74/461.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1841.74/461.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1841.74/461.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1841.74/461.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1841.74/461.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1841.74/461.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1841.74/461.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1842.14/461.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1868.10/467.66	c lits-rem:       207  cl-subs:       25  v-elim:      0  v-fix:    0  time:  6.53 s
1868.10/467.66	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1868.10/467.68	c vivif2 --  cl tried    66095 cl shrink        0 lits rem          0 time: 0.02
1869.71/468.10	c asymm  cl-useful: 0/13920/20000 lits-rem:0 time: 0.42
1870.12/468.10	c calculated reachability. Time: 0.00
1870.12/468.10	c  N dy  9613   1710796      1000     20000         0     66095    100000   1730344     96.71   no data
1892.09/473.64	c  N dy  9742   1730878      1000     20000         0     86139    100000   4150075     96.73    102.20
1917.64/480.09	c  N dy  9853   1751074      1000     20000         0    106314    100000   6581028     96.74    101.99
1940.81/485.88	c  N dy  9972   1771109      1000     20000         0     68405    100000   1899580     96.74    112.38
1962.01/491.18	c  N dy 10096   1791120      1000     20000         0     88391    100000   4313688     96.76    101.94
1987.56/497.59	c  N dy 10199   1811341      1000     20000         0    108574    100000   6731484     96.76    103.99
2011.12/503.48	c  N dy 10313   1831604      1000     20000         0     69899    100000   1980866     96.76    102.22
2032.31/508.74	c  N dy 10424   1851767      1000     20000         0     90028    100000   4398159     96.77    103.40
2057.87/515.18	c  N dy 10546   1871769      1000     20000         0    109996    100000   6798206     96.78    102.98
2081.84/521.10	c  N dy 10664   1891891      1000     20000         0     70176    100000   1899757     96.79    105.35
2102.22/526.28	c  N dy 10772   1911955      1000     20000         0     90209    100000   4305293     96.80    103.74
2127.79/532.67	c  N dy 10882   1932025      1000     20000         0    110247    100000   6711132     96.80    109.83
2152.95/538.93	c  N dy 11005   1952119      1000     20000         0     69408    100000   1708801     96.81    102.30
2173.73/544.18	c  N dy 11118   1972203      1000     20000         0     89451    100000   4119666     96.82    101.92
2199.72/550.68	c  N dy 11246   1992392      1000     20000         0    109606    100000   6542708     96.83    102.89
2226.47/557.31	c  N dy 11358   2012821      1000     20000         0     68104    100000   1437739     96.84    102.61
2248.06/562.71	c  N dy 11481   2032826      1000     20000         0     88070    100000   3853803     96.85    103.91
2273.21/569.09	c  N dy 11590   2052935      1000     20000         0    108146    100000   6258819     96.86    103.44
2302.78/576.41	c  N dy 11712   2073055      1000     20000         0     65343    100000    994432     96.87    104.82
2322.37/581.37	c  N dy 11823   2093191      1000     20000         0     85442    100000   3407561     96.87    102.86
2347.13/587.58	c  N dy 11942   2113236      1000     20000         0    105447    100000   5820924     96.89    102.43
2377.89/595.20	c  N dy 12063   2133314      1000     20000         0    125492    100000   8241033     96.90    111.25
2399.46/600.60	c  N dy 12183   2153360      1000     20000         0     81621    100000   2823001     96.91    107.32
2422.63/606.48	c  N dy 12290   2173508      1000     20000         0    101738    100000   5245717     96.91    102.16
2451.79/613.75	c  N dy 12417   2193583      1000     20000         0    121790    100000   7652760     96.92    103.12
2473.76/619.25	c  S st 12526   2210796      1000     20000         0     74080    100000   1829911     96.94   no data
2474.56/619.43	c  S st 12526   2211299      1000     20000         0     74583    100000   1882641     96.94   no data
2474.56/619.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2474.56/619.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2474.56/619.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2474.56/619.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2474.56/619.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2474.56/619.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2474.56/619.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2474.97/619.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2474.97/619.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2500.93/626.04	c lits-rem:       134  cl-subs:       30  v-elim:      0  v-fix:    0  time:  6.46 s
2500.93/626.05	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2500.93/626.07	c vivif2 --  cl tried    74553 cl shrink        0 lits rem          0 time: 0.03
2501.73/626.29	c asymm  cl-useful: 0/6080/20000 lits-rem:0 time: 0.22
2502.13/626.30	c calculated reachability. Time: 0.00
2502.13/626.30	c  N dy 12526   2211299      1000     20000         0     74553    100000   1875573     96.94   no data
2524.10/631.84	c  N dy 12652   2231365      1000     20000         0     94592    100000   4294387     96.95    102.29
2550.47/638.48	c  N dy 12768   2251486      1000     20000         0    114676    100000   6705225     96.95    104.30
2580.44/645.99	c  N dy 12885   2271567      1000     20000         0     68832    100000   1072433     96.96    102.33
2601.21/651.17	c  N dy 13008   2291610      1000     20000         0     88844    100000   3493168     96.97    102.61
2626.78/657.56	c  N dy 13121   2311752      1000     20000         0    108945    100000   5920369     96.98    102.26
2658.34/665.42	c  N dy 13233   2331800      1000     20000         0    128955    100000   8322974     96.98    102.91
2683.50/671.71	c  N dy 13348   2351871      1000     20000         0     82100    100000   2553056     96.98    102.49
2707.88/677.84	c  N dy 13465   2371909      1000     20000         0    102103    100000   4954946     96.99    112.09
2737.44/685.22	c  N dy 13572   2392546      1000     20000         0    122701    100000   7426325     96.98    102.77
2765.01/692.15	c  N dy 13676   2412569      1000     20000         0     74818    100000   1578148     96.98    102.36
2786.58/697.57	c  N dy 13784   2432615      1000     20000         0     94834    100000   3984618     96.98    102.17
2813.34/704.26	c  N dy 13897   2452805      1000     20000         0    114986    100000   6408093     96.98    102.66
2844.51/712.08	c  N dy 14008   2472933      1000     20000         0    135083    100000   8807112     96.98    102.17
2866.88/717.70	c  N dy 14125   2492953      1000     20000         0     86186    100000   2822063     96.99    103.40
2891.65/723.85	c  N dy 14230   2513122      1000     20000         0    106326    100000   5247778     96.99    102.71
2922.02/731.40	c  N dy 14346   2533440      1000     20000         0    126613    100000   7688333     97.00    104.06
2950.39/738.59	c  N dy 14467   2553450      1000     20000         0     76707    100000   1584765     97.01    102.92
2973.18/744.28	c  N dy 14578   2573539      1000     20000         0     96748    100000   4000783     97.01    102.52
3003.54/751.81	c  N dy 14697   2593793      1000     20000         0    116967    100000   6425189     97.02    102.15
3035.88/759.91	c  N dy 14815   2613867      1000     20000         0    137009    100000   8840790     97.02    102.68
3060.26/766.07	c  N dy 14929   2633991      1000     20000         0     86221    100000   2603850     97.03    102.92
3086.62/772.61	c  N dy 15060   2654067      1000     20000         0    106255    100000   5015867     97.04    102.22
3116.59/780.14	c  N dy 15165   2674097      1000     20000         0    126252    100000   7418106     97.04    110.08
3149.35/788.38	c  N dy 15278   2694130      1000     20000         0     74374    100000   1073323     97.04    102.16
3167.73/792.97	c  S st 15373   2711299      1000     20000         0     91514    100000   3138213     97.05     99.12
3168.52/793.19	c  S st 15373   2711800      1000     20000         0     92015    100000   3192224     97.05   no data
3168.92/793.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3168.92/793.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3168.92/793.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3168.92/793.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3168.92/793.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3168.92/793.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3168.92/793.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3169.32/793.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3169.72/793.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3217.27/805.30	c lits-rem:       312  cl-subs:       71  v-elim:      0  v-fix:    0  time: 11.89 s
3217.27/805.30	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3217.27/805.34	c vivif2 --  cl tried    91944 cl shrink        0 lits rem          0 time: 0.04
3218.89/805.76	c asymm  cl-useful: 0/10891/20000 lits-rem:0 time: 0.41
3218.89/805.76	c calculated reachability. Time: 0.00
3218.89/805.76	c  N dy 15373   2711800      1000     20000         0     91944    100000   3175147     97.05   no data
3244.83/812.26	c  N dy 15488   2731834      1000     20000         0    111954    100000   5590136     97.05    102.32
3275.20/819.88	c  N dy 15599   2751850      1000     20000         0    131928    100000   7983601     97.05    109.70
3305.56/827.46	c  N dy 15711   2772061      1000     20000         0     79231    100000   1540711     97.05    102.98
3328.75/833.21	c  N dy 15827   2792156      1000     20000         0     99299    100000   3952225     97.06    102.22
3356.29/840.19	c  N dy 15943   2812473      1000     20000         0    119588    100000   6394615     97.06    102.55
3389.46/848.44	c  N dy 16062   2832635      1000     20000         0    139719    100000   8812977     97.06    102.50
3417.42/855.40	c  N dy 16190   2852665      1000     20000         0     85828    100000   2229805     97.07    103.34
3441.79/861.58	c  N dy 16316   2872710      1000     20000         0    105842    100000   4658479     97.08    104.69
3470.95/868.90	c  N dy 16420   2892862      1000     20000         0    125964    100000   7072268     97.08    102.62
3508.11/878.17	c  N dy 16520   2914150      1000     20000         0    147210    100000   9635846     97.08    102.83
3532.87/884.32	c  N dy 16634   2934401      1000     20000         0     92551    100000   2917099     97.08    103.04
3559.23/890.93	c  N dy 16749   2954403      1000     20000         0    112516    100000   5326999     97.09    102.75
3590.00/898.65	c  N dy 16855   2974498      1000     20000         0    132583    100000   7734241     97.09    105.13
3625.55/907.58	c  N dy 16964   2994641      1000     20000         0     76811    100000    923570     97.08    103.39
3648.72/913.30	c  N dy 17092   3014794      1000     20000         0     96932    100000   3361389     97.09    103.09
3675.48/920.06	c  N dy 17201   3034937      1000     20000         0    117038    100000   5772236     97.09    104.76
3707.07/927.97	c  N dy 17315   3055012      1000     20000         0    137077    100000   8200390     97.10    102.21
3741.82/936.61	c  N dy 17431   3075125      1000     20000         0     80290    100000   1239459     97.10    102.58
3764.97/942.48	c  N dy 17552   3095134      1000     20000         0    100259    100000   3648617     97.11    111.67
3792.94/949.43	c  N dy 17668   3115200      1000     20000         0    120296    100000   6053398     97.11    102.56
3826.89/957.91	c  N dy 17793   3135300      1000     20000         0    140365    100000   8474728     97.12    106.38
3863.25/967.07	c  N dy 17911   3155320      1000     20000         0     82474    100000   1391500     97.13    104.35
3888.01/973.29	c  N dy 18013   3175476      1000     20000         0    102598    100000   3808919     97.13    103.12
3920.77/981.48	c  N dy 18151   3195527      1000     20000         0    122613    100000   6251238     97.14    113.98
3951.13/989.08	c  S st 18247   3211800      1000     20000         0    138852    100000   8211272     97.14    100.63
3952.74/989.47	c  S st 18247   3212305      1000     20000         0    139357    100000   8263298     97.14   no data
3952.74/989.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3953.15/989.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3953.53/989.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3953.53/989.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3953.53/989.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3953.53/989.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3953.53/989.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3953.93/989.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3954.72/989.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4211.19/1054.11	c lits-rem:       858  cl-subs:      243  v-elim:      0  v-fix:    0  time: 64.13 s
4211.19/1054.11	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4211.59/1054.22	c vivif2 --  cl tried   139114 cl shrink        0 lits rem          0 time: 0.11
4213.19/1054.69	c asymm  cl-useful: 0/6710/20000 lits-rem:0 time: 0.48
4213.59/1054.70	c calculated reachability. Time: 0.00
4213.59/1054.70	c  N dy 18247   3212305      1000     20000         0    139114    100000   8205567     97.14   no data
4249.55/1063.70	c  N dy 18350   3232504      1000     20000         0     80423    100000   1029378     97.14    103.30
4272.72/1069.54	c  N dy 18476   3252560      1000     20000         0    100448    100000   3436841     97.15    104.37
4301.08/1076.65	c  N dy 18601   3272587      1000     20000         0    120447    100000   5862716     97.16    111.70
4334.26/1084.93	c  N dy 18717   3292768      1000     20000         0    140593    100000   8284657     97.16    102.51
4371.00/1094.16	c  N dy 18825   3312775      1000     20000         0     80697    100000    948612     97.16    106.53
4396.17/1100.41	c  N dy 18941   3333001      1000     20000         0    100890    100000   3390040     97.17    102.87
4425.73/1107.87	c  N dy 19055   3353075      1000     20000         0    120929    100000   5807639     97.18    103.16
4462.09/1116.91	c  N dy 19188   3373143      1000     20000         0    140959    100000   8240693     97.19    104.24
4503.23/1127.22	c  N dy 19303   3393277      1000     20000         0    161063    100000  10668353     97.20    102.88
4528.42/1133.52	c  N dy 19430   3413412      1000     20000         0    100305    100000   3216478     97.20    102.87
4556.77/1140.61	c  N dy 19538   3433662      1000     20000         0    120521    100000   5657486     97.20    102.49
4589.13/1148.70	c  N dy 19637   3453668      1000     20000         0    140503    100000   8058086     97.20    103.55
4627.48/1158.35	c  N dy 19762   3473694      1000     20000         0    160502    100000  10483771     97.21    102.43
4655.44/1165.35	c  N dy 19887   3494394      1000     20000         0     99299    100000   2960464     97.21    102.50
4683.40/1172.35	c  N dy 20002   3514789      1000     20000         0    119657    100000   5414649     97.21    102.38
4716.95/1180.70	c  N dy 20128   3534801      1000     20000         0    139635    100000   7835323     97.22    104.78
4754.10/1190.08	c  N dy 20246   3554820      1000     20000         0    159626    100000  10235034     97.22    102.70
4783.69/1197.45	c  N dy 20370   3575092      1000     20000         0     96995    100000   2589456     97.23    102.60

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173870-1304072160/watcher-3173870-1304072160 -o /tmp/evaluation-result-3173870-1304072160/solver-3173870-1304072160 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173870-1304072160.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: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 518816371 52441088 347 33554432000 4194304 4627427 140734544217584 18446744073709551615 47749457176492 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 12803 347 299 106 0 7774 0
[pid=17063/tid=17064] ppid=17061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 518816371 52441088 347 33554432000 4194304 4627427 140734544217584 18446744073709551615 47749457176498 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 518816371 52441088 347 33554432000 4194304 4627427 140734544217584 18446744073709551615 47749457176498 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 518816371 52441088 347 33554432000 4194304 4627427 140734544217584 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.00874608 s]
/proc/loadavg: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=281884 CPUtime=0.01 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1342 0 0 0 1 0 0 0 18 0 4 0 518816371 288649216 1257 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 70471 1264 338 106 0 65442 0
[pid=17063/tid=17064] ppid=17061 vsize=281884 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 4 0 518816371 288649216 1266 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=281884 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 254 0 0 0 0 0 0 0 18 0 4 0 518816371 288649216 1267 33554432000 4194304 4627427 140734544217584 18446744073709551615 253640964639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=281884 CPUtime=0 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 237 0 0 0 0 0 0 0 25 0 4 0 518816371 288649216 1267 33554432000 4194304 4627427 140734544217584 18446744073709551615 4360073 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 281884

[startup+0.10073 s]
/proc/loadavg: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=283708 CPUtime=0.37 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 3140 0 0 0 37 0 0 0 18 0 4 0 518816371 290516992 3055 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 70927 3055 363 106 0 65898 0
[pid=17063/tid=17064] ppid=17061 vsize=283708 CPUtime=0.09 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 630 0 0 0 9 0 0 0 18 0 4 0 518816371 290516992 3055 33554432000 4194304 4627427 140734544217584 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=283708 CPUtime=0.09 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 662 0 0 0 9 0 0 0 18 0 4 0 518816371 290516992 3055 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=283708 CPUtime=0.08 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 785 0 0 0 8 0 0 0 25 0 4 0 518816371 290516992 3055 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 283708

[startup+0.492657 s]
/proc/loadavg: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=305336 CPUtime=3.71 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 15113 0 0 0 368 3 0 0 18 0 4 0 518816371 312664064 7573 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 76334 7061 385 106 0 71305 0
[pid=17063/tid=17064] ppid=17061 vsize=305336 CPUtime=0.92 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3941 0 0 0 91 1 0 0 18 0 4 0 518816371 312664064 7061 33554432000 4194304 4627427 140734544217584 18446744073709551615 253640902791 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=305336 CPUtime=0.92 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3844 0 0 0 92 0 0 0 19 0 4 0 518816371 312664064 7061 33554432000 4194304 4627427 140734544217584 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=295696 CPUtime=0.92 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3011 0 0 0 92 0 0 0 19 0 4 0 518816371 302792704 6932 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 305336

[startup+0.959573 s]
/proc/loadavg: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=295696 CPUtime=3.79 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 15261 0 0 0 376 3 0 0 19 0 4 0 518816371 302792704 7080 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 73924 7080 385 106 0 68895 0
[pid=17063/tid=17064] ppid=17061 vsize=295696 CPUtime=0.95 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3979 0 0 0 94 1 0 0 18 0 4 0 518816371 302792704 7080 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=295696 CPUtime=0.94 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3881 0 0 0 94 0 0 0 19 0 4 0 518816371 302792704 7080 33554432000 4194304 4627427 140734544217584 18446744073709551615 4321552 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=295696 CPUtime=0.94 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 3048 0 0 0 94 0 0 0 19 0 4 0 518816371 302792704 7081 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 295696

[startup+1.50048 s]
/proc/loadavg: 3.48 4.74 6.11 3/172 17063
/proc/meminfo: memFree=30371100/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=296240 CPUtime=5.96 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 20257 0 0 0 592 4 0 0 20 0 4 0 518816371 303349760 7354 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 74060 7354 385 106 0 69031 0
[pid=17063/tid=17064] ppid=17061 vsize=296240 CPUtime=1.48 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 5262 0 0 0 147 1 0 0 19 0 4 0 518816371 303349760 7354 33554432000 4194304 4627427 140734544217584 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=296240 CPUtime=1.48 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 5121 0 0 0 148 0 0 0 20 0 4 0 518816371 303349760 7354 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=296240 CPUtime=1.48 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 4257 0 0 0 148 0 0 0 19 0 4 0 518816371 303349760 7354 33554432000 4194304 4627427 140734544217584 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296240

[startup+3.10019 s]
/proc/loadavg: 3.48 4.74 6.11 9/184 17075
/proc/meminfo: memFree=30265348/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=297608 CPUtime=12.35 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 35766 0 0 0 1228 7 0 0 25 0 4 0 518816371 304750592 12824 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309344 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 74402 12824 389 106 0 69373 0
[pid=17063/tid=17064] ppid=17061 vsize=297608 CPUtime=3.08 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 8408 0 0 0 307 1 0 0 24 0 4 0 518816371 304750592 12824 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=297608 CPUtime=3.08 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 8310 0 0 0 306 2 0 0 24 0 4 0 518816371 304750592 12824 33554432000 4194304 4627427 140734544217584 18446744073709551615 4321628 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=297608 CPUtime=3.07 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 7376 0 0 0 306 1 0 0 25 0 4 0 518816371 304750592 12824 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297608

[startup+6.3006 s]
/proc/loadavg: 3.84 4.79 6.12 9/184 17075
/proc/meminfo: memFree=30159504/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=325884 CPUtime=25.13 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 63288 0 0 0 2501 12 0 0 25 0 4 0 518816371 333705216 29918 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 81471 29918 389 106 0 76442 0
[pid=17063/tid=17064] ppid=17061 vsize=325884 CPUtime=6.28 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 15317 0 0 0 625 3 0 0 25 0 4 0 518816371 333705216 29918 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=325884 CPUtime=6.28 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 15859 0 0 0 625 3 0 0 25 0 4 0 518816371 333705216 29918 33554432000 4194304 4627427 140734544217584 18446744073709551615 4427394 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=325884 CPUtime=6.25 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 14989 0 0 0 624 1 0 0 25 0 4 0 518816371 333705216 29918 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 325884

[startup+12.7064 s]
/proc/loadavg: 4.18 4.85 6.13 9/184 17075
/proc/meminfo: memFree=30039448/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=333376 CPUtime=50.73 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 103199 0 0 0 5054 19 0 0 25 0 4 0 518816371 341377024 47960 33554432000 4194304 4627427 140734544217584 18446744073709551615 4427416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 83344 47960 389 106 0 78315 0
[pid=17063/tid=17064] ppid=17061 vsize=333376 CPUtime=12.68 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 25669 0 0 0 1264 4 0 0 25 0 4 0 518816371 341377024 47960 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=333376 CPUtime=12.69 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 23824 0 0 0 1265 4 0 0 25 0 4 0 518816371 341377024 47960 33554432000 4194304 4627427 140734544217584 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=333376 CPUtime=12.63 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 24630 0 0 0 1260 3 0 0 25 0 4 0 518816371 341377024 47961 33554432000 4194304 4627427 140734544217584 18446744073709551615 4332060 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 333376

[startup+25.5011 s]
/proc/loadavg: 5.02 5.00 6.16 9/184 17075
/proc/meminfo: memFree=29949628/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=344564 CPUtime=101.84 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 148236 0 0 0 10157 27 0 0 25 0 4 0 518816371 352833536 63520 33554432000 4194304 4627427 140734544217584 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 86141 63520 389 106 0 81112 0
[pid=17063/tid=17064] ppid=17061 vsize=344564 CPUtime=25.48 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 39052 0 0 0 2541 7 0 0 25 0 4 0 518816371 352833536 63520 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=344564 CPUtime=25.48 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 29276 0 0 0 2543 5 0 0 25 0 4 0 518816371 352833536 63520 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=344564 CPUtime=25.37 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 38446 0 0 0 2531 6 0 0 25 0 4 0 518816371 352833536 63520 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 344564

[startup+51.1004 s]
/proc/loadavg: 6.04 5.24 6.20 9/184 17076
/proc/meminfo: memFree=29853712/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=568176 CPUtime=204.12 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 225063 0 0 0 20368 44 0 0 25 0 4 0 518816371 581812224 76031 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 142044 76031 391 106 0 137015 0
[pid=17063/tid=17064] ppid=17061 vsize=568176 CPUtime=51.08 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 62796 0 0 0 5096 12 0 0 25 0 4 0 518816371 581812224 76032 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=568176 CPUtime=51.08 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 44738 0 0 0 5099 9 0 0 25 0 4 0 518816371 581812224 76032 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=568176 CPUtime=50.84 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 62920 0 0 0 5073 11 0 0 25 0 4 0 518816371 581812224 76032 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 568176

[startup+102.301 s]
/proc/loadavg: 7.20 5.68 6.30 9/184 17077
/proc/meminfo: memFree=29767888/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=452260 CPUtime=408.66 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 366647 0 0 0 40787 79 0 0 25 0 4 0 518816371 463114240 86265 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 113065 86265 394 106 0 108036 0
[pid=17063/tid=17064] ppid=17061 vsize=452260 CPUtime=102.28 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 104689 0 0 0 10205 23 0 0 25 0 4 0 518816371 463114240 86265 33554432000 4194304 4627427 140734544217584 18446744073709551615 4332271 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=452260 CPUtime=102.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 71313 0 0 0 10213 14 0 0 25 0 4 0 518816371 463114240 86265 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=452260 CPUtime=101.8 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 105280 0 0 0 10160 20 0 0 25 0 4 0 518816371 463114240 86265 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 452260

[startup+162.306 s]

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

[pid=17063] ppid=17061 vsize=1014632 CPUtime=2805.78 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1395875 0 0 0 280199 379 0 0 25 0 4 0 518816371 1038983168 183409 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 253658 183409 394 106 0 248629 0
[pid=17063/tid=17064] ppid=17061 vsize=1014632 CPUtime=702.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 389965 0 0 0 70126 103 0 0 25 0 4 0 518816371 1038983168 183409 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1014632 CPUtime=702.28 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 312186 0 0 0 70142 86 0 0 25 0 4 0 518816371 1038983168 183409 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1014632 CPUtime=698.91 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 374717 0 0 0 69792 99 0 0 25 0 4 0 518816371 1038983168 183409 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.78
Current children cumulated vsize (KiB) 1014632

[startup+762.301 s]
/proc/loadavg: 8.07 7.82 7.19 9/184 17095
/proc/meminfo: memFree=29104872/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1013012 CPUtime=3045.47 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1486215 0 0 0 304138 409 0 0 25 0 4 0 518816371 1037324288 184267 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 253253 184267 397 106 0 248224 0
[pid=17063/tid=17064] ppid=17061 vsize=1013012 CPUtime=762.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 412165 0 0 0 76120 109 0 0 25 0 4 0 518816371 1037324288 184267 33554432000 4194304 4627427 140734544217584 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1013012 CPUtime=762.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 336903 0 0 0 76132 95 0 0 25 0 4 0 518816371 1037324288 184267 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1013012 CPUtime=758.61 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 395400 0 0 0 75755 106 0 0 25 0 4 0 518816371 1037324288 184267 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.47
Current children cumulated vsize (KiB) 1013012

[startup+822.307 s]
/proc/loadavg: 8.19 7.89 7.26 9/184 17097
/proc/meminfo: memFree=29105092/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1122656 CPUtime=3285.21 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1556414 0 0 0 328085 436 0 0 25 0 4 0 518816371 1149599744 193864 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 280664 193864 397 106 0 275635 0
[pid=17063/tid=17064] ppid=17061 vsize=1122656 CPUtime=822.3 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 432188 0 0 0 82114 116 0 0 25 0 4 0 518816371 1149599744 193864 33554432000 4194304 4627427 140734544217584 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1122656 CPUtime=822.28 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 356094 0 0 0 82124 104 0 0 25 0 4 0 518816371 1149599744 193864 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1122656 CPUtime=818.33 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 410811 0 0 0 81720 113 0 0 25 0 4 0 518816371 1149599744 193864 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3285.21
Current children cumulated vsize (KiB) 1122656

[startup+882.301 s]
/proc/loadavg: 8.20 7.94 7.31 9/184 17098
/proc/meminfo: memFree=29002008/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1071048 CPUtime=3524.88 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1638526 0 0 0 352024 464 0 0 25 0 4 0 518816371 1096753152 187370 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 267762 187370 397 106 0 262733 0
[pid=17063/tid=17064] ppid=17061 vsize=1071048 CPUtime=882.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 454408 0 0 0 88106 123 0 0 25 0 4 0 518816371 1096753152 187370 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1071048 CPUtime=882.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 370238 0 0 0 88117 110 0 0 25 0 4 0 518816371 1096753152 187370 33554432000 4194304 4627427 140734544217584 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1071048 CPUtime=878.02 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 432739 0 0 0 87682 120 0 0 25 0 4 0 518816371 1096753152 187370 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.88
Current children cumulated vsize (KiB) 1071048

[startup+942.301 s]
/proc/loadavg: 8.14 7.97 7.36 9/184 17100
/proc/meminfo: memFree=28973584/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1072076 CPUtime=3764.57 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1721775 0 0 0 375964 493 0 0 25 0 4 0 518816371 1097805824 190078 33554432000 4194304 4627427 140734544217584 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 268019 190078 397 106 0 262990 0
[pid=17063/tid=17064] ppid=17061 vsize=1072076 CPUtime=942.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 476423 0 0 0 94099 130 0 0 25 0 4 0 518816371 1097805824 190078 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1072076 CPUtime=942.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 387117 0 0 0 94112 115 0 0 25 0 4 0 518816371 1097805824 190078 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1072076 CPUtime=937.71 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 454661 0 0 0 93641 130 0 0 25 0 4 0 518816371 1097805824 190078 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.57
Current children cumulated vsize (KiB) 1072076

[startup+1002.3 s]
/proc/loadavg: 8.16 8.00 7.40 9/184 17101
/proc/meminfo: memFree=28690460/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1341228 CPUtime=4004.26 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1822705 0 0 0 399904 522 0 0 25 0 4 0 518816371 1373417472 262524 33554432000 4194304 4627427 140734544217584 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 335307 262524 389 106 0 330278 0
[pid=17063/tid=17064] ppid=17061 vsize=1341228 CPUtime=1002.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 508726 0 0 0 100093 136 0 0 25 0 4 0 518816371 1373417472 262524 33554432000 4194304 4627427 140734544217584 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1341228 CPUtime=1002.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 402660 0 0 0 100104 123 0 0 25 0 4 0 518816371 1373417472 262524 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1341228 CPUtime=997.4 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 481410 0 0 0 99603 137 0 0 25 0 4 0 518816371 1373417472 262524 33554432000 4194304 4627427 140734544217584 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.26
Current children cumulated vsize (KiB) 1341228

[startup+1062.3 s]
/proc/loadavg: 8.10 8.01 7.44 9/184 17103
/proc/meminfo: memFree=28750572/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1262744 CPUtime=4243.95 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1862066 0 0 0 423856 539 0 0 25 0 4 0 518816371 1293049856 242275 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 315686 242275 389 106 0 310657 0
[pid=17063/tid=17064] ppid=17061 vsize=1262744 CPUtime=1062.3 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 523591 0 0 0 106088 142 0 0 25 0 4 0 518816371 1293049856 242275 33554432000 4194304 4627427 140734544217584 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1262744 CPUtime=1062.27 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 419962 0 0 0 106095 132 0 0 25 0 4 0 518816371 1293049856 242275 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1262744 CPUtime=1057.08 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 486594 0 0 0 105570 138 0 0 25 0 4 0 518816371 1293049856 242275 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.95
Current children cumulated vsize (KiB) 1262744

[startup+1122.3 s]
/proc/loadavg: 8.13 8.04 7.49 9/184 17105
/proc/meminfo: memFree=28669068/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1313420 CPUtime=4483.66 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 1944902 0 0 0 447800 566 0 0 25 0 4 0 518816371 1344942080 258716 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 328355 258716 390 106 0 323326 0
[pid=17063/tid=17064] ppid=17061 vsize=1313420 CPUtime=1122.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 542654 0 0 0 112081 148 0 0 25 0 4 0 518816371 1344942080 258716 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1313420 CPUtime=1122.28 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 441828 0 0 0 112091 137 0 0 25 0 4 0 518816371 1344942080 258716 33554432000 4194304 4627427 140734544217584 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1313420 CPUtime=1116.79 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 507137 0 0 0 111533 146 0 0 25 0 4 0 518816371 1344942080 258716 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.66
Current children cumulated vsize (KiB) 1313420

[startup+1182.3 s]
/proc/loadavg: 8.10 8.04 7.52 9/184 17106
/proc/meminfo: memFree=28641892/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1367732 CPUtime=4723.35 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 2013444 0 0 0 471745 590 0 0 25 0 4 0 518816371 1400557568 259657 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 341933 259657 390 106 0 336904 0
[pid=17063/tid=17064] ppid=17061 vsize=1367732 CPUtime=1182.29 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 563904 0 0 0 118074 155 0 0 25 0 4 0 518816371 1400557568 259657 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1367732 CPUtime=1182.28 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 448437 0 0 0 118089 139 0 0 25 0 4 0 518816371 1400557568 259657 33554432000 4194304 4627427 140734544217584 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1367732 CPUtime=1176.48 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 526647 0 0 0 117495 153 0 0 25 0 4 0 518816371 1400557568 259657 33554432000 4194304 4627427 140734544217584 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.35
Current children cumulated vsize (KiB) 1367732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 8.07 8.04 7.53 9/184 17107
/proc/meminfo: memFree=28644612/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1368520 CPUtime=4800.07 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 2041052 0 0 0 479407 600 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 342130 252797 390 106 0 337101 0
[pid=17063/tid=17064] ppid=17061 vsize=1368520 CPUtime=1201.5 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 571468 0 0 0 119992 158 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1368520 CPUtime=1201.48 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 453731 0 0 0 120007 141 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1368520 CPUtime=1195.58 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 534206 0 0 0 119402 156 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1368520

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

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

[startup+1201.5 s]
/proc/loadavg: 8.07 8.04 7.53 9/184 17107
/proc/meminfo: memFree=28644612/32951124 swapFree=67111364/67111528
[pid=17063] ppid=17061 vsize=1368520 CPUtime=4800.07 cores=0,2,4,6
/proc/17063/stat : 17063 (strangenight2-m) R 17061 17063 16634 0 -1 4202496 2041052 0 0 0 479407 600 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17063/statm: 342130 252797 390 106 0 337101 0
[pid=17063/tid=17064] ppid=17061 vsize=1368520 CPUtime=1201.5 cores=0,2,4,6
/proc/17063/task/17064/stat : 17064 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 571468 0 0 0 119992 158 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17063/tid=17065] ppid=17061 vsize=1368520 CPUtime=1201.48 cores=0,2,4,6
/proc/17063/task/17065/stat : 17065 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 453731 0 0 0 120007 141 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17063/tid=17066] ppid=17061 vsize=1368520 CPUtime=1195.58 cores=0,2,4,6
/proc/17063/task/17066/stat : 17066 (strangenight2-m) R 17061 17063 16634 0 -1 4202560 534206 0 0 0 119402 156 0 0 25 0 4 0 518816371 1401364480 252797 33554432000 4194304 4627427 140734544217584 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 1368520

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.55
CPU time (s): 4800.14
CPU user time (s): 4794.1
CPU system time (s): 6.04008
CPU usage (%): 399.494
Max. virtual memory (cumulated for all children) (KiB): 1371088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.1
system time used= 6.04008
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2041058
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= 1783
involuntary context switches= 19282

runsolver used 1.80173 second user time and 4.14837 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 12:16:00
IDJOB=3173870
IDBENCH=82688
IDSOLVER=1586
FILE ID=node106/3173870-1304072160
RUNJOBID= node106-1304072160-17048
PBS_JOBID= 13170478
Free space on /tmp= 72160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173870-1304072160/watcher-3173870-1304072160 -o /tmp/evaluation-result-3173870-1304072160/solver-3173870-1304072160 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173870-1304072160.cnf

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

MD5SUM BENCH= 6a80d43525a755784678c69a1c250bac
RANDOM SEED=1156891686

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30371380 kB
Buffers:        237224 kB
Cached:        2068204 kB
SwapCached:         88 kB
Active:         776248 kB
Inactive:      1592640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30371380 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12144 kB
Writeback:           0 kB
AnonPages:       63256 kB
Mapped:          14484 kB
Slab:           146032 kB
PageTables:       4356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189848 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= 72148 MiB
End job on node106 at 2011-04-29 12:36:03