Trace number 3173716

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.28 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
MD5SUM2961485b9da323860183d34cbf19e164
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21266
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-3173716-1304030077.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.10
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.05/0.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.05/0.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.05/0.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.05/0.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.05/0.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.05/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.05/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.05/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.05/0.49	c calculated reachability. Time: 0.00
0.05/0.49	c Calc default polars -  time:   0.00 s pos:     494 undec:      39 neg:     467
0.05/0.49	c =========================================================================================
0.05/0.49	c types(t): F = full restart, N = normal restart
0.05/0.49	c types(t): S = simplification begin/end, E = solution found
0.05/0.49	c restart types(rt): st = static, dy = dynamic
0.05/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.05/0.49	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.05/0.49	c  N dy    14      4277      1000     20000         0      4263    100000    523931     97.30    103.53
0.05/0.93	c  N dy    38      8883      1000     20000         0      6374    100000    599342     96.27    101.62
4.20/1.09	c  N dy    63     12971      1000     20000         0      6211    100000    420412     96.20    117.07
5.16/1.39	c  N dy    85     17072      1000     20000         0     10307    100000    908488     96.34    101.76
6.76/1.71	c  N dy   102     21194      1000     20000         0      8805    100000    588560     96.01    101.11
7.96/2.04	c  F st   126     25000      1000     20000         0     12605    100000   1045171     96.23   no data
7.96/2.07	c  N st   127     25251      1000     20000         0     12855    100000   1075636     96.23   no data
9.56/2.46	c  N dy   132     30001      1000     20000         0     10796    100000    731688     96.23   no data
9.56/2.46	c  S st   132     30001      1000     20000         0     10796    100000    731688     96.23   no data
9.96/2.52	c  S st   132     30505      1000     20000         0     11300    100000    783512     96.23   no data
9.96/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.53	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.96/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.97/3.02	c lits-rem:       290  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.44 s
12.35/3.15	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.35/3.15	c calculated reachability. Time: 0.00
12.35/3.15	c  N dy   132     30505      1000     20000         0     11262    100000    773999     96.23   no data
13.95/3.55	c  N dy   158     34858      1000     20000         0     15612    100000   1290303     96.33    102.94
15.55/3.91	c  N dy   182     38923      1000     20000         0     11772    100000    689076     96.31    102.38
16.75/4.29	c  N dy   205     42942      1000     20000         0     15787    100000   1166534     96.23    101.84
17.94/4.58	c  S st   224     45757      1000     20000         0      9660    100000    331124     96.25   no data
18.35/4.63	c  S st   224     46260      1000     20000         0     10163    100000    386000     96.25   no data
18.35/4.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.35/4.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.35/4.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.35/4.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.35/4.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.35/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.78	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
18.75/4.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.75/4.79	c vivif2 --  cl tried    10162 cl shrink        0 lits rem          0 time: 0.00
19.54/4.91	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.54/4.91	c calculated reachability. Time: 0.00
19.54/4.91	c  N dy   224     46260      1000     20000         0     10162    100000    385758     96.25   no data
20.76/5.27	c  N dy   244     50325      1000     20000         0     14218    100000    857878     96.03    108.07
22.34/5.67	c  N dy   265     54338      1000     20000         0     18225    100000   1323782     95.89    102.97
23.94/6.06	c  N dy   289     58409      1000     20000         0     12336    100000    536753     95.96    101.15
25.53/6.49	c  N dy   316     63028      1000     20000         0     16949    100000   1084496     96.05    101.50
27.53/6.93	c  N dy   340     67096      1000     20000         0     21011    100000   1567462     96.07    101.87
28.33/7.18	c  S st   357     69391      1000     20000         0     12328    100000    425222     96.13   no data
28.73/7.25	c  S st   357     69895      1000     20000         0     12832    100000    478441     96.13   no data
28.73/7.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.73/7.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.73/7.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.73/7.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.73/7.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.73/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.92/7.50	c lits-rem:        20  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.21 s
29.92/7.50	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.92/7.50	c vivif2 --  cl tried    12821 cl shrink        0 lits rem          0 time: 0.00
30.32/7.65	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.32/7.65	c calculated reachability. Time: 0.00
30.32/7.65	c  N dy   357     69895      1000     20000         0     12821    100000    475700     96.13   no data
31.93/8.09	c  N dy   387     74473      1000     20000         0     17394    100000   1018169     96.21    101.31
34.32/8.60	c  N dy   412     79279      1000     20000         0     22191    100000   1587844     96.20    102.75
36.32/9.13	c  N dy   444     84506      1000     20000         0     15433    100000    681828     96.28    101.92
37.52/9.43	c  F st   461     87500      1000     20000         0     18425    100000   1036087     96.27   no data
38.71/9.79	c  N st   466     90799      1000     20000         0     21704    100000   1454523     96.27   no data
41.51/10.47	c  N dy   493     96782      1000     20000         0     14698    100000    487405     96.27    101.50
44.31/11.12	c  N dy   524    103287      1000     20000         0     21192    100000   1267025     96.28    102.01
44.71/11.29	c  S st   532    104843      1000     20000         0     22745    100000   1446219     96.21     80.79
45.11/11.36	c  S st   532    105345      1000     20000         0     23247    100000   1496874     96.21   no data
45.11/11.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.11/11.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.11/11.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.11/11.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.11/11.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.11/11.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.11/11.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.51/11.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.51/11.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.69/14.27	c lits-rem:       225  cl-subs:       29  v-elim:      0  v-fix:    0  time:  2.81 s
56.69/14.27	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
56.69/14.29	c vivif2 --  cl tried    23218 cl shrink        0 lits rem          0 time: 0.02
57.89/14.54	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
57.89/14.54	c calculated reachability. Time: 0.00
57.89/14.54	c  N dy   532    105345      1000     20000         0     23218    100000   1489946     96.21   no data
61.08/15.37	c  N dy   576    112149      1000     20000         0     16041    100000    534535     96.24    103.18
64.29/16.16	c  N dy   614    119421      1000     20000         0     23308    100000   1393727     96.15    101.99
68.27/17.17	c  N dy   659    127586      1000     20000         0     16487    100000    483627     96.18    101.61
72.27/18.13	c  N dy   695    135983      1000     20000         0     24873    100000   1472831     96.03    103.92
76.67/19.28	c  N dy   744    144724      1000     20000         0     17621    100000    503821     96.03    101.40
81.05/20.34	c  N dy   797    153960      1000     20000         0     26850    100000   1592968     96.05    101.35
83.05/20.87	c  S st   822    158017      1000     20000         0     30904    100000   2069735     96.02   no data
83.45/20.96	c  S st   822    158524      1000     20000         0     31411    100000   2122297     96.02   no data
83.45/20.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.45/20.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.45/20.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.45/20.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.45/20.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.45/20.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.45/20.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.85/21.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
83.85/21.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.21/28.12	c lits-rem:       356  cl-subs:       53  v-elim:      0  v-fix:    0  time:  7.04 s
112.21/28.12	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
112.21/28.15	c vivif2 --  cl tried    31358 cl shrink        0 lits rem          0 time: 0.03
113.40/28.43	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.28
113.40/28.43	c calculated reachability. Time: 0.00
113.40/28.43	c  N dy   822    158524      1000     20000         0     31358    100000   2109737     96.02   no data
118.20/29.65	c  N dy   879    168829      1000     20000         0     24665    100000   1219265     96.01    101.27
124.20/31.16	c  N dy   939    179641      1000     20000         0     35445    100000   2498641     96.02    103.34
129.79/32.56	c  N dy   999    191296      1000     20000         0     29116    100000   1650185     95.97    101.77
136.58/34.22	c  N dy  1064    203716      1000     20000         0     22547    100000    758993     95.92    101.76
143.39/35.91	c  N dy  1130    216733      1000     20000         0     35538    100000   2305300     95.93    102.63
150.56/37.75	c  N dy  1202    230631      1000     20000         0     29453    100000   1459671     95.91    103.53
154.55/38.76	c  S st  1246    237786      1000     20000         0     36597    100000   2299884     95.90     90.90
154.95/38.87	c  S st  1246    238290      1000     20000         0     37101    100000   2353957     95.90   no data
154.95/38.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.35/38.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
155.35/38.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.35/38.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.35/38.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.35/38.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
155.35/38.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
155.35/38.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
155.76/39.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.69/48.55	c lits-rem:       264  cl-subs:       64  v-elim:      0  v-fix:    0  time:  9.54 s
193.69/48.56	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
193.69/48.59	c vivif2 --  cl tried    37037 cl shrink        0 lits rem          0 time: 0.03
195.30/48.91	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
195.30/48.91	c calculated reachability. Time: 0.00
195.30/48.91	c  N dy  1246    238290      1000     20000         0     37037    100000   2338871     95.90   no data
203.29/50.93	c  N dy  1327    253768      1000     20000         0     31538    100000   1602266     95.84    101.90
212.47/53.22	c  N dy  1424    270035      1000     20000         0     25812    100000    829451     95.91    101.43
222.06/55.65	c  N dy  1522    287467      1000     20000         0     43220    100000   2895081     95.95    101.50
232.03/58.15	c  N dy  1620    305895      1000     20000         0     38647    100000   2254841     95.96    102.19
232.43/58.21	c  F st  1624    306252      1000     20000         0     39004    100000   2299314     95.97   no data
243.23/60.92	c  N dy  1712    325449      1000     20000         0     34192    100000   1586371     95.97    101.56
255.61/64.02	c  N dy  1839    345537      1000     20000         0     29289    100000    905100     96.05    101.50
262.42/65.71	c  S st  1906    357436      1000     20000         0     41167    100000   2310978     96.05   no data
262.80/65.83	c  S st  1906    357942      1000     20000         0     41673    100000   2365207     96.05   no data
262.80/65.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
262.80/65.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
262.80/65.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.80/65.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.80/65.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.80/65.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
262.80/65.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
262.80/65.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
263.20/65.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.14/76.92	c lits-rem:       326  cl-subs:       61  v-elim:      0  v-fix:    0  time: 10.96 s
307.14/76.92	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
307.14/76.95	c vivif2 --  cl tried    41612 cl shrink        0 lits rem          0 time: 0.03
308.74/77.31	c asymm  cl-useful: 0/18701/20000 lits-rem:0 time: 0.36
308.74/77.31	c calculated reachability. Time: 0.00
308.74/77.31	c  N dy  1906    357942      1000     20000         0     41612    100000   2351067     96.05   no data
321.52/80.51	c  N dy  2025    377984      1000     20000         0     35670    100000   1539233     96.07    101.35
335.11/83.94	c  N dy  2148    398015      1000     20000         0     28715    100000    612016     96.12    105.32
347.48/87.02	c  N dy  2262    418075      1000     20000         0     48734    100000   3006032     96.16    115.15
360.27/90.28	c  N dy  2391    438079      1000     20000         0     40756    100000   1947380     96.24    102.09
374.24/93.72	c  N dy  2493    458154      1000     20000         0     31850    100000    765277     96.20    101.96
386.63/96.88	c  N dy  2606    478168      1000     20000         0     51839    100000   3138743     96.18    104.08
400.21/100.24	c  N dy  2711    498344      1000     20000         0     42027    100000   1863589     96.17    106.32
415.39/104.06	c  N dy  2827    518820      1000     20000         0     31518    100000    497608     96.18    101.47
426.98/106.90	c  S st  2938    536915      1000     20000         0     49580    100000   2643714     96.19   no data
427.38/107.03	c  S st  2938    537416      1000     20000         0     50081    100000   2693971     96.19   no data
427.38/107.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
427.38/107.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
427.38/107.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
427.38/107.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.38/107.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.38/107.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
427.38/107.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
427.78/107.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
427.78/107.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
492.89/123.47	c lits-rem:       427  cl-subs:       57  v-elim:      0  v-fix:    0  time: 16.28 s
492.89/123.47	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
493.29/123.51	c vivif2 --  cl tried    50024 cl shrink        0 lits rem          0 time: 0.03
493.29/123.54	c asymm  cl-useful: 0/1299/20000 lits-rem:0 time: 0.04
493.29/123.54	c calculated reachability. Time: 0.00
493.29/123.54	c  N dy  2938    537416      1000     20000         0     50024    100000   2680405     96.19   no data
509.26/127.59	c  N dy  3053    557524      1000     20000         0     38158    100000   1176342     96.21    104.77
525.24/131.51	c  N dy  3170    577647      1000     20000         0     58251    100000   3577418     96.22    103.03
540.03/135.23	c  N dy  3280    597840      1000     20000         0     45448    100000   1928973     96.20    101.49
556.42/139.34	c  N dy  3404    618004      1000     20000         0     65587    100000   4331069     96.23    101.42
570.78/142.90	c  N dy  3523    638018      1000     20000         0     51622    100000   2566067     96.23    106.19
587.18/147.10	c  N dy  3638    658112      1000     20000         0     36741    100000    682146     96.25    103.32
601.14/150.54	c  N dy  3762    678226      1000     20000         0     56824    100000   3086008     96.28    101.64
617.52/154.67	c  N dy  3868    698531      1000     20000         0     41148    100000   1089944     96.28    102.36
632.29/158.38	c  N dy  3995    718713      1000     20000         0     61304    100000   3502750     96.33    103.32
648.70/162.47	c  N dy  4108    738796      1000     20000         0     44417    100000   1361864     96.32    101.87
664.26/166.39	c  N dy  4240    758865      1000     20000         0     64449    100000   3763038     96.37    102.63
681.02/170.56	c  N dy  4353    779177      1000     20000         0     46794    100000   1535156     96.38    101.46
697.43/174.65	c  N dy  4467    799543      1000     20000         0     67135    100000   3969903     96.39    101.78
703.40/176.16	c  S st  4499    806125      1000     20000         0     73705    100000   4745798     96.37   no data
704.20/176.36	c  S st  4499    806627      1000     20000         0     74207    100000   4801387     96.37   no data
704.20/176.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
704.60/176.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
704.60/176.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
704.60/176.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
704.60/176.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
704.60/176.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
704.60/176.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
704.60/176.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
705.41/176.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.45/204.48	c lits-rem:       730  cl-subs:      137  v-elim:      0  v-fix:    0  time: 27.84 s
816.45/204.49	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
816.85/204.55	c vivif2 --  cl tried    74070 cl shrink        0 lits rem          0 time: 0.06
818.45/204.95	c asymm  cl-useful: 0/12790/20000 lits-rem:0 time: 0.41
818.45/204.95	c calculated reachability. Time: 0.00
818.45/204.95	c  N dy  4499    806627      1000     20000         0     74070    100000   4768403     96.37   no data
833.64/208.71	c  N dy  4602    826734      1000     20000         0     55202    100000   2448200     96.38    102.51
851.59/213.22	c  N dy  4717    846847      1000     20000         0     75285    100000   4859254     96.40    103.42
867.58/217.20	c  N dy  4851    866932      1000     20000         0     55408    100000   2360368     96.45    102.14
885.55/221.74	c  N dy  4973    887014      1000     20000         0     75459    100000   4754898     96.47    101.72
901.93/225.86	c  N dy  5096    907016      1000     20000         0     54487    100000   2139066     96.49    102.59
919.91/230.35	c  N dy  5216    927137      1000     20000         0     74570    100000   4535996     96.50    102.20
937.48/234.72	c  N dy  5326    947280      1000     20000         0     52750    100000   1806574     96.51    102.85
954.66/239.02	c  N dy  5436    967475      1000     20000         0     72909    100000   4204004     96.50    101.61
973.04/243.66	c  N dy  5542    987476      1000     20000         0     49953    100000   1370561     96.49    111.95
989.81/247.85	c  N dy  5662   1007623      1000     20000         0     70063    100000   3783865     96.50    101.89
1011.78/253.38	c  N dy  5776   1027735      1000     20000         0     46219    100000    817366     96.50    103.34
1028.55/257.57	c  N dy  5881   1047783      1000     20000         0     66248    100000   3208502     96.51    107.04
1051.32/263.25	c  N dy  6000   1067870      1000     20000         0     86293    100000   5623798     96.54    102.40
1056.51/264.57	c  F st  6024   1071875      1000     20000         0     45363    100000    593692     96.54   no data
1069.70/267.80	c  N dy  6093   1088103      1000     20000         0     61559    100000   2563698     96.55    103.00
1088.87/272.68	c  N dy  6207   1108205      1000     20000         0     81622    100000   4967249     96.56    118.35
1108.05/277.49	c  N dy  6321   1128206      1000     20000         0     55666    100000   1716398     96.56    114.87
1126.42/282.03	c  N dy  6425   1148303      1000     20000         0     75726    100000   4112781     96.55    105.04
1148.80/287.62	c  N dy  6541   1168328      1000     20000         0     48807    100000    779637     96.56    102.12
1165.57/291.87	c  N dy  6660   1188486      1000     20000         0     68931    100000   3190474     96.58    101.67
1186.74/297.12	c  N dy  6771   1208599      1000     20000         0     89005    100000   5576157     96.58    105.30
1188.34/297.50	c  S st  6776   1209940      1000     20000         0     90343    100000   5738850     96.58     99.78
1189.15/297.73	c  S st  6776   1210445      1000     20000         0     90848    100000   5794841     96.58   no data
1189.15/297.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1189.55/297.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1189.55/297.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1189.55/297.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1189.55/297.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1189.55/297.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1189.55/297.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1189.55/297.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1190.33/298.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1345.32/336.82	c lits-rem:       711  cl-subs:      151  v-elim:      0  v-fix:    0  time: 38.75 s
1345.32/336.82	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1345.71/336.90	c vivif2 --  cl tried    90697 cl shrink        0 lits rem          0 time: 0.07
1346.92/337.23	c asymm  cl-useful: 0/7210/20000 lits-rem:0 time: 0.33
1346.92/337.23	c calculated reachability. Time: 0.00
1346.92/337.23	c  N dy  6776   1210445      1000     20000         0     90697    100000   5758522     96.58   no data
1364.91/341.78	c  N dy  6886   1230497      1000     20000         0     62798    100000   2333180     96.58    102.13
1385.27/346.81	c  N dy  7011   1250731      1000     20000         0     83001    100000   4751138     96.59    102.49
1406.84/352.26	c  N dy  7131   1270818      1000     20000         0     54132    100000   1194146     96.60    101.71
1424.41/356.65	c  N dy  7246   1290829      1000     20000         0     74107    100000   3592427     96.62    101.94
1446.78/362.27	c  N dy  7366   1310933      1000     20000         0     94176    100000   5987227     96.63    103.83
1465.97/367.06	c  N dy  7483   1331297      1000     20000         0     64596    100000   2350639     96.64    102.06
1486.33/372.11	c  N dy  7595   1351717      1000     20000         0     84984    100000   4776888     96.64    103.43
1509.10/377.80	c  N dy  7706   1371768      1000     20000         0     54088    100000    979030     96.66    102.06
1526.27/382.12	c  N dy  7818   1391783      1000     20000         0     74065    100000   3349028     96.65    102.92
1547.85/387.58	c  N dy  7927   1411894      1000     20000         0     94135    100000   5739555     96.65    102.54
1569.02/392.83	c  N dy  8040   1431997      1000     20000         0     62302    100000   1845940     96.65    104.88
1588.19/397.62	c  N dy  8137   1452220      1000     20000         0     82480    100000   4247622     96.64    102.95
1612.56/403.70	c  N dy  8249   1472294      1000     20000         0    102510    100000   6647717     96.64    105.12
1632.14/408.63	c  N dy  8369   1492405      1000     20000         0     69695    100000   2612720     96.65    104.20
1653.31/413.95	c  N dy  8481   1512407      1000     20000         0     89664    100000   4992187     96.64    101.77
1678.47/420.28	c  N dy  8601   1532471      1000     20000         0     55786    100000    842648     96.67    103.16
1696.84/424.83	c  N dy  8734   1552589      1000     20000         0     75856    100000   3262512     96.70    103.26
1720.41/430.75	c  N dy  8868   1572618      1000     20000         0     95851    100000   5701555     96.74    112.31
1744.38/436.76	c  N dy  8987   1592720      1000     20000         0     61016    100000   1349831     96.74    102.92
1763.55/441.59	c  N dy  9106   1612800      1000     20000         0     81074    100000   3750532     96.74    108.07
1788.31/447.71	c  N dy  9222   1633092      1000     20000         0    101344    100000   6172811     96.74    102.08
1811.08/453.42	c  N dy  9340   1653371      1000     20000         0     65673    100000   1804936     96.75    102.22
1830.68/458.39	c  N dy  9450   1673387      1000     20000         0     85651    100000   4195852     96.75    104.16
1855.83/464.61	c  N dy  9549   1693444      1000     20000         0    105680    100000   6586231     96.74    103.81
1876.20/469.71	c  S st  9650   1710446      1000     20000         0     65742    100000   1711300     96.75   no data
1876.60/469.89	c  S st  9650   1710950      1000     20000         0     66244    100000   1764905     96.75   no data
1876.60/469.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1877.00/469.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1877.00/469.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1877.00/469.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1877.00/469.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1877.00/469.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1877.00/469.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1877.00/469.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1877.40/470.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1909.36/478.08	c lits-rem:       167  cl-subs:       29  v-elim:      0  v-fix:    0  time:  8.05 s
1909.36/478.08	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1909.77/478.11	c vivif2 --  cl tried    66215 cl shrink        0 lits rem          0 time: 0.02
1911.35/478.53	c asymm  cl-useful: 0/13990/20000 lits-rem:0 time: 0.42
1911.35/478.53	c calculated reachability. Time: 0.00
1911.35/478.53	c  N dy  9650   1710950      1000     20000         0     66215    100000   1757643     96.75   no data
1933.72/484.11	c  N dy  9778   1730981      1000     20000         0     86205    100000   4169881     96.78    102.60
1959.68/490.63	c  N dy  9889   1751079      1000     20000         0    106274    100000   6572683     96.78    102.92
1983.25/496.52	c  N dy 10008   1771332      1000     20000         0     68601    100000   1935057     96.79    102.90
2004.42/501.86	c  N dy 10134   1791380      1000     20000         0     88625    100000   4343027     96.81    102.49
2031.19/508.51	c  N dy 10246   1811630      1000     20000         0    108843    100000   6762874     96.81    102.00
2055.18/514.50	c  N dy 10369   1831869      1000     20000         0     70139    100000   2004933     96.82    102.66
2076.33/519.89	c  N dy 10481   1852086      1000     20000         0     90314    100000   4435623     96.82    102.05
2102.29/526.37	c  N dy 10598   1872135      1000     20000         0    110331    100000   6849689     96.84    103.11
2126.26/532.34	c  N dy 10714   1892277      1000     20000         0     70539    100000   1936358     96.84    103.74
2147.45/537.67	c  N dy 10831   1912353      1000     20000         0     90581    100000   4344960     96.85    103.22
2173.42/544.14	c  N dy 10942   1932362      1000     20000         0    110555    100000   6741755     96.85    112.68
2198.15/550.32	c  N dy 11052   1952396      1000     20000         0     69662    100000   1717793     96.85    103.39
2219.32/555.60	c  N dy 11173   1972623      1000     20000         0     89860    100000   4155666     96.86    103.01
2244.49/561.97	c  N dy 11285   1992717      1000     20000         0    109922    100000   6554841     96.86    103.16
2270.85/568.57	c  N dy 11400   2012728      1000     20000         0     67992    100000   1418938     96.87    102.03
2292.05/573.90	c  N dy 11517   2032918      1000     20000         0     88144    100000   3829519     96.88    103.42
2319.19/580.64	c  N dy 11646   2053039      1000     20000         0    108234    100000   6245411     96.89    103.28
2348.35/587.91	c  N dy 11757   2073468      1000     20000         0     65744    100000   1039975     96.89    102.36
2368.72/593.08	c  N dy 11885   2093479      1000     20000         0     85717    100000   3445560     96.90    102.84
2394.69/599.55	c  N dy 12013   2113561      1000     20000         0    105772    100000   5877530     96.92    102.77
2424.27/606.92	c  N dy 12124   2133677      1000     20000         0    125844    100000   8287385     96.93    106.11
2445.02/612.11	c  N dy 12231   2153863      1000     20000         0     82094    100000   2874990     96.92    104.03
2468.98/618.13	c  N dy 12352   2173910      1000     20000         0    102107    100000   5282200     96.93    107.14
2497.75/625.33	c  N dy 12470   2193928      1000     20000         0    122101    100000   7679023     96.94    102.78
2518.92/630.64	c  S st 12575   2210950      1000     20000         0     74206    100000   1833956     96.94   no data
2519.72/630.83	c  S st 12575   2211453      1000     20000         0     74709    100000   1885941     96.94   no data
2519.72/630.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2519.72/630.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2519.72/630.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2519.72/630.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2519.72/630.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2519.72/630.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2519.72/630.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2520.12/630.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2520.12/630.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2547.30/637.71	c lits-rem:       226  cl-subs:       51  v-elim:      0  v-fix:    0  time:  6.73 s
2547.30/637.71	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2547.30/637.74	c vivif2 --  cl tried    74658 cl shrink        0 lits rem          0 time: 0.03
2548.07/637.96	c asymm  cl-useful: 0/6010/20000 lits-rem:0 time: 0.22
2548.07/637.96	c calculated reachability. Time: 0.00
2548.07/637.96	c  N dy 12575   2211453      1000     20000         0     74658    100000   1873777     96.94   no data
2570.04/643.49	c  N dy 12686   2231625      1000     20000         0     94807    100000   4316797     96.95    102.23
2597.21/650.27	c  N dy 12803   2251875      1000     20000         0    115013    100000   6752122     96.96    102.99
2627.56/657.89	c  N dy 12928   2272064      1000     20000         0     69279    100000   1130770     96.98    103.94
2648.74/663.14	c  N dy 13053   2292116      1000     20000         0     89285    100000   3537379     96.99    109.47
2674.32/669.55	c  N dy 13164   2312213      1000     20000         0    109335    100000   5954426     97.00    102.70
2706.26/677.51	c  N dy 13291   2332337      1000     20000         0    129436    100000   8388016     97.01    102.50
2731.02/683.80	c  N dy 13409   2352574      1000     20000         0     82750    100000   2643760     97.02    102.59
2756.19/690.05	c  N dy 13527   2372669      1000     20000         0    102816    100000   5056888     97.03    102.29
2785.35/697.33	c  N dy 13635   2392741      1000     20000         0    122855    100000   7475664     97.03    103.87
2814.52/704.67	c  N dy 13761   2412895      1000     20000         0     75092    100000   1607891     97.04    102.41
2836.90/710.30	c  N dy 13880   2433137      1000     20000         0     95298    100000   4041788     97.05    102.77
2864.04/717.07	c  N dy 13989   2453256      1000     20000         0    115375    100000   6445789     97.05    105.56
2896.00/725.01	c  N dy 14102   2473350      1000     20000         0    135442    100000   8860551     97.05    108.41
2917.97/730.57	c  N dy 14216   2493376      1000     20000         0     86558    100000   2879958     97.06    102.42
2943.13/736.84	c  N dy 14328   2513627      1000     20000         0    106776    100000   5302625     97.06    102.92
2973.12/744.36	c  N dy 14446   2533726      1000     20000         0    126830    100000   7707703     97.06    102.30
3001.85/751.59	c  N dy 14556   2553835      1000     20000         0     77027    100000   1608068     97.07    102.88
3024.61/757.26	c  N dy 14665   2573865      1000     20000         0     97027    100000   4009268     97.07    105.64
3054.17/764.63	c  N dy 14790   2593951      1000     20000         0    117094    100000   6411990     97.07    105.38
3088.13/773.17	c  N dy 14921   2614057      1000     20000         0    137173    100000   8843623     97.09    104.33
3114.49/779.71	c  N dy 15033   2634078      1000     20000         0     86266    100000   2606482     97.09    102.26
3139.66/786.05	c  N dy 15148   2654109      1000     20000         0    106256    100000   5009106     97.09    102.37
3169.22/793.42	c  N dy 15253   2674194      1000     20000         0    126312    100000   7404710     97.09    102.23
3201.18/801.42	c  N dy 15362   2694201      1000     20000         0     74409    100000   1077762     97.08    102.33
3219.57/806.05	c  S st 15463   2711453      1000     20000         0     91629    100000   3139915     97.09   no data
3220.34/806.27	c  S st 15463   2711955      1000     20000         0     92131    100000   3195644     97.09   no data
3220.34/806.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3220.74/806.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3220.74/806.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3220.74/806.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3220.74/806.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3220.74/806.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3220.74/806.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3220.74/806.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3221.14/806.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3271.09/818.90	c lits-rem:       469  cl-subs:       67  v-elim:      0  v-fix:    0  time: 12.41 s
3271.09/818.90	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3271.09/818.94	c vivif2 --  cl tried    92064 cl shrink        0 lits rem          0 time: 0.04
3272.68/819.36	c asymm  cl-useful: 0/10956/20000 lits-rem:0 time: 0.41
3272.68/819.36	c calculated reachability. Time: 0.00
3272.68/819.36	c  N dy 15463   2711955      1000     20000         0     92064    100000   3179774     97.09   no data
3299.04/825.91	c  N dy 15571   2732226      1000     20000         0    112300    100000   5612464     97.09    102.23
3330.20/833.79	c  N dy 15692   2752328      1000     20000         0    132377    100000   8039534     97.10    102.38
3360.96/841.45	c  N dy 15800   2772574      1000     20000         0     79705    100000   1603957     97.10    102.23
3384.12/847.25	c  N dy 15908   2792783      1000     20000         0     99880    100000   4028108     97.10    103.11
3411.29/854.03	c  N dy 16009   2812881      1000     20000         0    119946    100000   6409788     97.09    105.94
3444.44/862.39	c  N dy 16124   2832921      1000     20000         0    139948    100000   8832682     97.10    103.98
3472.40/869.31	c  N dy 16249   2852946      1000     20000         0     86053    100000   2273175     97.11    103.96
3497.17/875.59	c  N dy 16371   2873114      1000     20000         0    106184    100000   4695710     97.12    103.69
3527.14/883.07	c  N dy 16473   2893152      1000     20000         0    126189    100000   7080767     97.11    102.30
3564.28/892.32	c  N dy 16586   2913217      1000     20000         0    146223    100000   9498092     97.12    110.89
3589.03/898.56	c  N dy 16691   2933595      1000     20000         0     91684    100000   2831111     97.12    102.48
3615.41/905.16	c  N dy 16802   2953758      1000     20000         0    111816    100000   5257855     97.12    103.93
3646.56/912.99	c  N dy 16924   2973825      1000     20000         0    131842    100000   7683380     97.13    103.23
3682.91/922.04	c  N dy 17033   2993930      1000     20000         0     76049    100000    832531     97.13    103.49
3705.29/927.66	c  N dy 17150   3013999      1000     20000         0     96084    100000   3232232     97.13    103.38
3732.04/934.38	c  N dy 17265   3034064      1000     20000         0    116108    100000   5660975     97.14    102.82
3764.42/942.49	c  N dy 17394   3054145      1000     20000         0    136154    100000   8081114     97.15    103.09
3799.96/951.35	c  N dy 17508   3074606      1000     20000         0     79727    100000   1166814     97.15    102.32
3823.12/957.17	c  N dy 17633   3094830      1000     20000         0     99910    100000   3603206     97.16    103.54
3850.69/964.02	c  N dy 17748   3114879      1000     20000         0    119910    100000   6030328     97.16    103.52
3883.84/972.38	c  N dy 17875   3134885      1000     20000         0    139884    100000   8457348     97.18    110.13
3920.99/981.67	c  N dy 17995   3155253      1000     20000         0     82361    100000   1378459     97.18    103.27
3947.76/988.32	c  N dy 18113   3175324      1000     20000         0    102398    100000   3799048     97.19    112.17
3980.11/996.41	c  N dy 18230   3195357      1000     20000         0    122396    100000   6206697     97.19    104.46
4011.27/1004.28	c  S st 18332   3211955      1000     20000         0    138955    100000   8211803     97.20     96.07
4012.86/1004.67	c  S st 18332   3212455      1000     20000         0    139455    100000   8261591     97.20   no data
4012.86/1004.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4013.26/1004.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4013.66/1004.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4013.66/1004.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4013.66/1004.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4013.66/1004.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4013.66/1004.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4014.06/1004.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4014.89/1005.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4269.74/1068.91	c lits-rem:       770  cl-subs:      216  v-elim:      0  v-fix:    0  time: 63.73 s
4269.74/1068.91	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4270.12/1069.02	c vivif2 --  cl tried   139239 cl shrink        0 lits rem          0 time: 0.11
4272.11/1069.50	c asymm  cl-useful: 0/6694/20000 lits-rem:0 time: 0.48
4272.11/1069.50	c calculated reachability. Time: 0.00
4272.11/1069.50	c  N dy 18332   3212455      1000     20000         0    139239    100000   8210442     97.20   no data
4308.88/1078.78	c  N dy 18456   3232520      1000     20000         0     80429    100000   1027326     97.21    104.58
4332.03/1084.57	c  N dy 18567   3252604      1000     20000         0    100482    100000   3432546     97.21    103.25
4360.39/1091.66	c  N dy 18684   3272789      1000     20000         0    120633    100000   5856858     97.21    103.61
4393.55/1099.92	c  N dy 18790   3292912      1000     20000         0    140727    100000   8274197     97.21    102.93
4431.09/1109.30	c  N dy 18896   3312982      1000     20000         0     80895    100000    967681     97.20    102.72
4455.86/1115.58	c  N dy 19017   3333104      1000     20000         0    100978    100000   3397561     97.21    103.07
4485.42/1123.00	c  N dy 19127   3353119      1000     20000         0    120949    100000   5813579     97.21    109.91
4521.37/1131.98	c  N dy 19254   3373213      1000     20000         0    141000    100000   8243884     97.22    107.72
4562.92/1142.34	c  N dy 19371   3393261      1000     20000         0    161021    100000  10666927     97.23    102.53
4588.08/1148.62	c  N dy 19484   3413454      1000     20000         0    100328    100000   3191429     97.23    105.83
4616.05/1155.67	c  N dy 19594   3433500      1000     20000         0    120337    100000   5603563     97.23    102.90
4650.40/1164.28	c  N dy 19712   3454232      1000     20000         0    141031    100000   8108256     97.24    102.84
4689.54/1174.09	c  N dy 19839   3474244      1000     20000         0    160999    100000  10532801     97.25    122.99
4715.90/1180.64	c  N dy 19947   3494311      1000     20000         0     99191    100000   2932171     97.24    103.07
4744.29/1187.71	c  N dy 20064   3514684      1000     20000         0    119520    100000   5389911     97.25    103.65
4776.22/1195.77	c  N dy 20166   3534716      1000     20000         0    139515    100000   7790560     97.25    103.73

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

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

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


[startup+0 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514605452 52441088 347 33554432000 4194304 4627427 140736842999280 18446744073709551615 47967881971638 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 12803 347 299 106 0 7774 0
[pid=25508/tid=25509] ppid=25506 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514605452 52441088 347 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514605452 52441088 347 33554432000 4194304 4627427 140736842999280 18446744073709551615 218917528630 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514605452 52441088 347 33554432000 4194304 4627427 140736842999280 18446744073709551615 47967881971638 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0211621 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=283616 CPUtime=0.05 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 2666 0 0 0 4 1 0 0 25 0 4 0 514605452 290422784 2563 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905836063 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 70904 2605 363 106 0 65875 0
[pid=25508/tid=25509] ppid=25506 vsize=283748 CPUtime=0.06 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) S 25506 25508 25246 0 -1 4202560 649 0 0 0 6 0 0 0 18 0 4 0 514605452 290557952 2907 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905836014 0 0 4096 2 18446604460388242368 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=285152 CPUtime=0.11 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) D 25506 25508 25246 0 -1 4202560 969 0 0 0 11 0 0 0 18 0 4 0 514605452 291995648 3574 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905392161 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=285644 CPUtime=0.11 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 813 0 0 0 11 0 0 0 18 0 4 0 514605452 292499456 3817 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 283616

[startup+0.496137 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=309872 CPUtime=1.95 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 10089 0 0 0 191 4 0 0 18 0 4 0 514605452 317308928 8176 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905774215 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 77468 7674 385 106 0 72439 0
[pid=25508/tid=25509] ppid=25506 vsize=309872 CPUtime=0.47 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) D 25506 25508 25246 0 -1 4202560 2497 0 0 0 47 0 0 0 18 0 4 0 514605452 317308928 7674 33554432000 4194304 4627427 140736842999280 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=309872 CPUtime=0.47 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) D 25506 25508 25246 0 -1 4202560 2600 0 0 0 47 0 0 0 18 0 4 0 514605452 317308928 7414 33554432000 4194304 4627427 140736842999280 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=296084 CPUtime=0.94 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 2951 0 0 0 93 1 0 0 19 0 4 0 514605452 303190016 6999 33554432000 4194304 4627427 140736842999280 18446744073709551615 4302464 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 309872

[startup+1.05992 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=296084 CPUtime=4.2 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 15948 0 0 0 415 5 0 0 19 0 4 0 514605452 303190016 7692 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 74021 7693 385 106 0 68992 0
[pid=25508/tid=25509] ppid=25506 vsize=296084 CPUtime=1.04 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 4123 0 0 0 103 1 0 0 19 0 4 0 514605452 303190016 7693 33554432000 4194304 4627427 140736842999280 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=296084 CPUtime=1.04 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 4163 0 0 0 103 1 0 0 19 0 4 0 514605452 303190016 7693 33554432000 4194304 4627427 140736842999280 18446744073709551615 4324754 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=296084 CPUtime=1.04 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 3142 0 0 0 103 1 0 0 19 0 4 0 514605452 303190016 7693 33554432000 4194304 4627427 140736842999280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 296084

[startup+1.15991 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=296084 CPUtime=4.6 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 16588 0 0 0 455 5 0 0 19 0 4 0 514605452 303190016 8332 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 74021 8332 385 106 0 68992 0
[pid=25508/tid=25509] ppid=25506 vsize=296084 CPUtime=1.14 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 4287 0 0 0 113 1 0 0 19 0 4 0 514605452 303190016 8334 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=296084 CPUtime=1.14 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 4331 0 0 0 113 1 0 0 19 0 4 0 514605452 303190016 8346 33554432000 4194304 4627427 140736842999280 18446744073709551615 218905428079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=296084 CPUtime=1.14 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 3306 0 0 0 113 1 0 0 19 0 4 0 514605452 303190016 8360 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 296084

[startup+1.50085 s]
/proc/loadavg: 8.28 7.99 6.20 6/180 25508
/proc/meminfo: memFree=27738732/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=296620 CPUtime=5.97 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 20227 0 0 0 591 6 0 0 20 0 4 0 514605452 303738880 7223 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 74155 7225 385 106 0 69126 0
[pid=25508/tid=25509] ppid=25506 vsize=296620 CPUtime=1.48 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 5202 0 0 0 147 1 0 0 20 0 4 0 514605452 303738880 7225 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=296620 CPUtime=1.48 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 5226 0 0 0 147 1 0 0 20 0 4 0 514605452 303738880 7225 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=296620 CPUtime=1.48 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 4228 0 0 0 147 1 0 0 20 0 4 0 514605452 303738880 7225 33554432000 4194304 4627427 140736842999280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296620

[startup+3.10056 s]
/proc/loadavg: 8.26 7.99 6.21 9/184 25513
/proc/meminfo: memFree=27674964/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=297564 CPUtime=12.35 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 35727 0 0 0 1226 9 0 0 24 0 4 0 514605452 304705536 12900 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 74391 12900 389 106 0 69362 0
[pid=25508/tid=25509] ppid=25506 vsize=297564 CPUtime=3.07 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 8316 0 0 0 305 2 0 0 25 0 4 0 514605452 304705536 12900 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=297564 CPUtime=3.08 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 8354 0 0 0 306 2 0 0 25 0 4 0 514605452 304705536 12900 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=297564 CPUtime=3.09 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 7394 0 0 0 307 2 0 0 24 0 4 0 514605452 304705536 12900 33554432000 4194304 4627427 140736842999280 18446744073709551615 4299661 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297564

[startup+6.30698 s]
/proc/loadavg: 8.26 7.99 6.21 9/184 25513
/proc/meminfo: memFree=27624244/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=309212 CPUtime=25.16 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 62958 0 0 0 2499 17 0 0 25 0 4 0 514605452 316633088 29586 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 77303 29586 389 106 0 72274 0
[pid=25508/tid=25509] ppid=25506 vsize=309212 CPUtime=6.26 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 15078 0 0 0 622 4 0 0 25 0 4 0 514605452 316633088 29586 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=309212 CPUtime=6.29 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 15755 0 0 0 625 4 0 0 25 0 4 0 514605452 316633088 29586 33554432000 4194304 4627427 140736842999280 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=309212 CPUtime=6.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 15107 0 0 0 625 4 0 0 25 0 4 0 514605452 316633088 29586 33554432000 4194304 4627427 140736842999280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 309212

[startup+12.7008 s]
/proc/loadavg: 8.24 7.99 6.22 9/184 25513
/proc/meminfo: memFree=27541428/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=383124 CPUtime=50.7 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 106564 0 0 0 5046 24 0 0 19 0 4 0 514605452 392318976 47978 33554432000 4194304 4627427 140736842999280 18446744073709551615 4427416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 95781 47978 389 106 0 90752 0
[pid=25508/tid=25509] ppid=25506 vsize=383124 CPUtime=12.62 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 25205 0 0 0 1257 5 0 0 25 0 4 0 514605452 392318976 47978 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=383124 CPUtime=12.67 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 27427 0 0 0 1262 5 0 0 25 0 4 0 514605452 392318976 47978 33554432000 4194304 4627427 140736842999280 18446744073709551615 4420176 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=383124 CPUtime=12.68 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 24741 0 0 0 1262 6 0 0 25 0 4 0 514605452 392318976 47978 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 383124

[startup+25.5005 s]
/proc/loadavg: 8.18 7.99 6.25 9/184 25513
/proc/meminfo: memFree=27444312/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=427424 CPUtime=101.83 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 152579 0 0 0 10146 37 0 0 25 0 4 0 514605452 437682176 62857 33554432000 4194304 4627427 140736842999280 18446744073709551615 4427670 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 106856 62857 389 106 0 101827 0
[pid=25508/tid=25509] ppid=25506 vsize=427424 CPUtime=25.35 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 36435 0 0 0 2527 8 0 0 25 0 4 0 514605452 437682176 62857 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=427424 CPUtime=25.48 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 38897 0 0 0 2539 9 0 0 25 0 4 0 514605452 437682176 62857 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=427424 CPUtime=25.49 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 37768 0 0 0 2539 10 0 0 25 0 4 0 514605452 437682176 62857 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 427424

[startup+51.1009 s]
/proc/loadavg: 8.18 8.01 6.30 9/184 25514
/proc/meminfo: memFree=27384596/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=537276 CPUtime=204.09 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 218322 0 0 0 20356 53 0 0 25 0 4 0 514605452 550170624 72474 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 134319 72474 389 106 0 129290 0
[pid=25508/tid=25509] ppid=25506 vsize=537276 CPUtime=50.81 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 59267 0 0 0 5067 14 0 0 25 0 4 0 514605452 550170624 72474 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=537276 CPUtime=51.08 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 54013 0 0 0 5097 11 0 0 25 0 4 0 514605452 550170624 72474 33554432000 4194304 4627427 140736842999280 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=537276 CPUtime=51.09 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 54041 0 0 0 5094 15 0 0 25 0 4 0 514605452 550170624 72474 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 537276

[startup+102.301 s]
/proc/loadavg: 8.14 8.02 6.39 9/184 25515
/proc/meminfo: memFree=27286576/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=631244 CPUtime=408.6 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 349743 0 0 0 40772 88 0 0 25 0 4 0 514605452 646393856 85311 33554432000 4194304 4627427 140736842999280 18446744073709551615 4321507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 157811 85311 389 106 0 152782 0
[pid=25508/tid=25509] ppid=25506 vsize=631244 CPUtime=101.73 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 96176 0 0 0 10149 24 0 0 25 0 4 0 514605452 646393856 85311 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=631244 CPUtime=102.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 78914 0 0 0 10210 17 0 0 25 0 4 0 514605452 646393856 85311 33554432000 4194304 4627427 140736842999280 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=631244 CPUtime=102.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 91302 0 0 0 10203 26 0 0 25 0 4 0 514605452 646393856 85311 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 631244

[startup+162.301 s]

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

[pid=25508] ppid=25506 vsize=1035020 CPUtime=2805.32 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1363322 0 0 0 280100 432 0 0 25 0 4 0 514605452 1059860480 179662 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 258755 179662 389 106 0 253726 0
[pid=25508/tid=25509] ppid=25506 vsize=1035020 CPUtime=698.46 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 360491 0 0 0 69728 118 0 0 25 0 4 0 514605452 1059860480 179662 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1035020 CPUtime=702.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 322127 0 0 0 70128 99 0 0 25 0 4 0 514605452 1059860480 179662 33554432000 4194304 4627427 140736842999280 18446744073709551615 4427680 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1035020 CPUtime=702.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 357032 0 0 0 70115 114 0 0 25 0 4 0 514605452 1059860480 179662 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1035020

[startup+762.3 s]
/proc/loadavg: 8.12 8.08 7.24 9/184 25533
/proc/meminfo: memFree=26424136/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1103804 CPUtime=3044.98 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1457330 0 0 0 304031 467 0 0 25 0 4 0 514605452 1130295296 190894 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 275951 190894 389 106 0 270922 0
[pid=25508/tid=25509] ppid=25506 vsize=1103804 CPUtime=758.13 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 387672 0 0 0 75687 126 0 0 25 0 4 0 514605452 1130295296 190894 33554432000 4194304 4627427 140736842999280 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1103804 CPUtime=762.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 343682 0 0 0 76119 108 0 0 25 0 4 0 514605452 1130295296 190894 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1103804 CPUtime=762.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 376899 0 0 0 76108 121 0 0 25 0 4 0 514605452 1130295296 190894 33554432000 4194304 4627427 140736842999280 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.98
Current children cumulated vsize (KiB) 1103804

[startup+822.3 s]
/proc/loadavg: 8.11 8.08 7.29 9/184 25534
/proc/meminfo: memFree=26461664/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1078004 CPUtime=3284.66 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1525362 0 0 0 327972 494 0 0 25 0 4 0 514605452 1103876096 187453 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 269501 187453 389 106 0 264472 0
[pid=25508/tid=25509] ppid=25506 vsize=1078004 CPUtime=817.81 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 400682 0 0 0 81650 131 0 0 25 0 4 0 514605452 1103876096 187453 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1078004 CPUtime=822.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 364306 0 0 0 82111 116 0 0 25 0 4 0 514605452 1103876096 187453 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1078004 CPUtime=822.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 393030 0 0 0 82102 127 0 0 25 0 4 0 514605452 1103876096 187453 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 1078004

[startup+882.301 s]
/proc/loadavg: 8.04 8.07 7.33 9/184 25536
/proc/meminfo: memFree=26369248/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1133248 CPUtime=3524.33 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1607660 0 0 0 351907 526 0 0 25 0 4 0 514605452 1160445952 202182 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 283312 202182 389 106 0 278283 0
[pid=25508/tid=25509] ppid=25506 vsize=1133248 CPUtime=877.48 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 422589 0 0 0 87608 140 0 0 25 0 4 0 514605452 1160445952 202182 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1133248 CPUtime=882.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 386761 0 0 0 88103 124 0 0 25 0 4 0 514605452 1160445952 202182 33554432000 4194304 4627427 140736842999280 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1133248 CPUtime=882.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 408725 0 0 0 88096 133 0 0 25 0 4 0 514605452 1160445952 202182 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1133248

[startup+942.301 s]
/proc/loadavg: 8.07 8.07 7.38 9/184 25537
/proc/meminfo: memFree=26360648/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1134712 CPUtime=3764.02 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1677050 0 0 0 375848 554 0 0 25 0 4 0 514605452 1161945088 198676 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 283678 198676 389 106 0 278649 0
[pid=25508/tid=25509] ppid=25506 vsize=1134712 CPUtime=937.16 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 443996 0 0 0 93568 148 0 0 25 0 4 0 514605452 1161945088 198676 33554432000 4194304 4627427 140736842999280 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1134712 CPUtime=942.28 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 397937 0 0 0 94100 128 0 0 25 0 4 0 514605452 1161945088 198676 33554432000 4194304 4627427 140736842999280 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1134712 CPUtime=942.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 427008 0 0 0 94088 141 0 0 25 0 4 0 514605452 1161945088 198676 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1134712

[startup+1002.3 s]
/proc/loadavg: 8.09 8.07 7.42 9/184 25539
/proc/meminfo: memFree=25940132/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1317928 CPUtime=4003.68 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1778220 0 0 0 399778 590 0 0 25 0 4 0 514605452 1349558272 246594 33554432000 4194304 4627427 140736842999280 18446744073709551615 4333362 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 329482 246594 389 106 0 324453 0
[pid=25508/tid=25509] ppid=25506 vsize=1317928 CPUtime=996.82 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 478773 0 0 0 99527 155 0 0 25 0 4 0 514605452 1349558272 246594 33554432000 4194304 4627427 140736842999280 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1317928 CPUtime=1002.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 419054 0 0 0 100088 139 0 0 25 0 4 0 514605452 1349558272 246594 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1317928 CPUtime=1002.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 454644 0 0 0 100080 149 0 0 25 0 4 0 514605452 1349558272 246594 33554432000 4194304 4627427 140736842999280 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 1317928

[startup+1062.31 s]
/proc/loadavg: 8.08 8.07 7.46 9/184 25541
/proc/meminfo: memFree=25912564/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1399496 CPUtime=4243.38 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1816918 0 0 0 423729 609 0 0 25 0 4 0 514605452 1433083904 252460 33554432000 4194304 4627427 140736842999280 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 349874 252460 389 106 0 344845 0
[pid=25508/tid=25509] ppid=25506 vsize=1399496 CPUtime=1056.51 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 485799 0 0 0 105492 159 0 0 25 0 4 0 514605452 1433083904 252460 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1399496 CPUtime=1062.28 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 438968 0 0 0 106076 152 0 0 25 0 4 0 514605452 1433083904 252460 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1399496 CPUtime=1062.3 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 455182 0 0 0 106081 149 0 0 25 0 4 0 514605452 1433083904 252460 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 1399496

[startup+1122.3 s]
/proc/loadavg: 8.03 8.05 7.49 9/184 25542
/proc/meminfo: memFree=25900112/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1387604 CPUtime=4483.02 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1893434 0 0 0 447664 638 0 0 25 0 4 0 514605452 1420906496 254340 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309225 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 346901 254340 389 106 0 341872 0
[pid=25508/tid=25509] ppid=25506 vsize=1387604 CPUtime=1116.17 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 503080 0 0 0 111451 166 0 0 25 0 4 0 514605452 1420906496 254340 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1387604 CPUtime=1122.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 461264 0 0 0 112067 160 0 0 25 0 4 0 514605452 1420906496 254340 33554432000 4194304 4627427 140736842999280 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1387604 CPUtime=1122.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 476485 0 0 0 112072 157 0 0 25 0 4 0 514605452 1420906496 254340 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 1387604

[startup+1182.3 s]
/proc/loadavg: 8.01 8.04 7.52 10/184 25575
/proc/meminfo: memFree=26947224/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1346416 CPUtime=4722.7 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1954607 0 0 0 471602 668 0 0 25 0 4 0 514605452 1378729984 250636 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 336604 250636 389 106 0 331575 0
[pid=25508/tid=25509] ppid=25506 vsize=1346416 CPUtime=1175.84 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 522945 0 0 0 117409 175 0 0 25 0 4 0 514605452 1378729984 250636 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1346416 CPUtime=1182.27 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 461437 0 0 0 118067 160 0 0 25 0 4 0 514605452 1378729984 250636 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1346416 CPUtime=1182.29 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 497280 0 0 0 118061 168 0 0 25 0 4 0 514605452 1378729984 250636 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 1346416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 7.52 9/184 25576
/proc/meminfo: memFree=26671684/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1455216 CPUtime=4800.22 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1981496 0 0 0 479343 679 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 363804 255113 389 106 0 358775 0
[pid=25508/tid=25509] ppid=25506 vsize=1455216 CPUtime=1195.14 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 529215 0 0 0 119336 178 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1455216 CPUtime=1201.68 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 469187 0 0 0 120005 163 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1455216 CPUtime=1201.7 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 504332 0 0 0 119999 171 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1455216

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

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

[startup+1201.7 s]
/proc/loadavg: 8.01 8.04 7.52 9/184 25576
/proc/meminfo: memFree=26671684/32951124 swapFree=67111356/67111528
[pid=25508] ppid=25506 vsize=1455216 CPUtime=4800.22 cores=1,3,5,7
/proc/25508/stat : 25508 (strangenight2-m) R 25506 25508 25246 0 -1 4202496 1981496 0 0 0 479343 679 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25508/statm: 363804 255113 389 106 0 358775 0
[pid=25508/tid=25509] ppid=25506 vsize=1455216 CPUtime=1195.14 cores=1,3,5,7
/proc/25508/task/25509/stat : 25509 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 529215 0 0 0 119336 178 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25508/tid=25510] ppid=25506 vsize=1455216 CPUtime=1201.68 cores=1,3,5,7
/proc/25508/task/25510/stat : 25510 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 469187 0 0 0 120005 163 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25508/tid=25511] ppid=25506 vsize=1455216 CPUtime=1201.7 cores=1,3,5,7
/proc/25508/task/25511/stat : 25511 (strangenight2-m) R 25506 25508 25246 0 -1 4202560 504332 0 0 0 119999 171 0 0 25 0 4 0 514605452 1490141184 255113 33554432000 4194304 4627427 140736842999280 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.22
Current children cumulated vsize (KiB) 1455216

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.28
CPU user time (s): 4793.45
CPU system time (s): 6.83296
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1455216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.45
system time used= 6.83296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1981500
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= 2581
involuntary context switches= 22461

runsolver used 1.86871 second user time and 4.70328 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 00:34:37
IDJOB=3173716
IDBENCH=82534
IDSOLVER=1586
FILE ID=node137/3173716-1304030077
RUNJOBID= node137-1304028687-25265
PBS_JOBID= 13170315
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 2961485b9da323860183d34cbf19e164
RANDOM SEED=452130419

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27739012 kB
Buffers:        859612 kB
Cached:        3515628 kB
SwapCached:         56 kB
Active:         409352 kB
Inactive:      4340376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27739012 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12184 kB
Writeback:           0 kB
AnonPages:      374452 kB
Mapped:          15496 kB
Slab:           395384 kB
PageTables:       4904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   565888 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= 71608 MiB
End job on node137 at 2011-04-29 00:54:41