Trace number 3366111

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366111-1305395401.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	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.36/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.36/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.36/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.36/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.36/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.36/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.36/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.36/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.36/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.36/0.16	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.36/0.16	c calculated reachability. Time: 0.00
0.36/0.16	c Calc default polars -  time:   0.00 s pos:     492 undec:      44 neg:     464
0.36/0.16	c =========================================================================================
0.36/0.16	c types(t): F = full restart, N = normal restart
0.36/0.16	c types(t): S = simplification begin/end, E = solution found
0.36/0.16	c restart types(rt): st = static, dy = dynamic
0.36/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.36/0.16	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.36/0.43	c  N dy    14      4115      1000     20000         0      4102    100000    504650     98.58    105.81
1.96/0.72	c  N dy    32      8157      1000     20000         0      5647    100000    506047     96.05    104.23
1.96/1.03	c  N dy    58     12166      1000     20000         0      5412    100000    328943     96.55    102.62
5.15/1.33	c  N dy    76     16216      1000     20000         0      9458    100000    797810     95.47    101.32
6.35/1.66	c  N dy   101     20250      1000     20000         0      7865    100000    477858     96.01    101.64
7.58/1.99	c  N dy   128     24318      1000     20000         0     11930    100000    971310     96.23    101.30
7.93/2.05	c  F st   131     25000      1000     20000         0     12611    100000   1049799     96.11     94.25
9.53/2.49	c  N dy   137     30000      1000     20000         0     10791    100000    760139     96.11   no data
9.53/2.49	c  S st   137     30000      1000     20000         0     10791    100000    760139     96.11   no data
9.93/2.54	c  S st   137     30504      1000     20000         0     11295    100000    814518     96.11   no data
9.93/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.93/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.93/2.56	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.93/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.93/2.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.93/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.33/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.97/3.06	c lits-rem:        62  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.46 s
12.32/3.19	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.32/3.19	c calculated reachability. Time: 0.00
12.32/3.19	c  N dy   137     30504      1000     20000         0     11242    100000    801345     96.11   no data
13.92/3.56	c  N dy   159     34589      1000     20000         0     15323    100000   1289746     96.24    118.35
15.52/3.93	c  N dy   181     38792      1000     20000         0     11630    100000    682560     96.25    102.00
17.10/4.32	c  N dy   204     42889      1000     20000         0     15720    100000   1163467     96.14    101.67
18.29/4.61	c  S st   220     45756      1000     20000         0      9646    100000    338118     96.18   no data
18.29/4.67	c  S st   220     46258      1000     20000         0     10148    100000    388376     96.18   no data
18.29/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.29/4.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.29/4.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.29/4.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.29/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.29/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.29/4.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.29/4.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.70/4.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.10/4.81	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.10 s
19.10/4.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
19.10/4.81	c vivif2 --  cl tried    10144 cl shrink        0 lits rem          0 time: 0.00
19.50/4.94	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.50/4.94	c calculated reachability. Time: 0.00
19.50/4.94	c  N dy   220     46258      1000     20000         0     10144    100000    387416     96.18   no data
21.08/5.30	c  N dy   243     50338      1000     20000         0     14221    100000    869054     96.12    102.39
22.68/5.72	c  N dy   268     54475      1000     20000         0     18355    100000   1357749     96.08    101.14
24.29/6.16	c  N dy   289     59057      1000     20000         0     12963    100000    618563     96.05    105.77
25.87/6.55	c  N dy   315     63156      1000     20000         0     17058    100000   1099267     95.98    101.22
27.86/7.00	c  N dy   341     67258      1000     20000         0     21156    100000   1581761     95.99    101.90
28.66/7.23	c  S st   353     69387      1000     20000         0     12312    100000    428604     96.03     94.73
28.66/7.29	c  S st   353     69891      1000     20000         0     12816    100000    483725     96.03   no data
28.66/7.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.66/7.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.66/7.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.66/7.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.66/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.66/7.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.66/7.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.09/7.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.09/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.86/7.50	c lits-rem:        14  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.17 s
29.86/7.50	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.86/7.51	c vivif2 --  cl tried    12814 cl shrink        0 lits rem          0 time: 0.01
30.26/7.65	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.26/7.65	c calculated reachability. Time: 0.00
30.26/7.65	c  N dy   353     69891      1000     20000         0     12814    100000    483222     96.03   no data
31.85/8.09	c  N dy   375     74469      1000     20000         0     17381    100000   1015621     95.91    101.76
34.25/8.61	c  N dy   404     79333      1000     20000         0     22241    100000   1587192     95.88    101.52
36.25/9.14	c  N dy   436     84550      1000     20000         0     15465    100000    692717     96.01    101.64
37.45/9.43	c  F st   453     87500      1000     20000         0     18412    100000   1040261     96.00   no data
38.63/9.78	c  N st   458     90799      1000     20000         0     21699    100000   1455017     96.00   no data
41.43/10.46	c  N dy   482     96756      1000     20000         0     14664    100000    482448     95.98    103.25
43.81/11.07	c  N dy   518    102954      1000     20000         0     20856    100000   1221388     96.05    120.59
44.62/11.28	c  S st   531    104837      1000     20000         0     22737    100000   1445285     96.08   no data
45.02/11.35	c  S st   531    105340      1000     20000         0     23240    100000   1495330     96.08   no data
45.02/11.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.02/11.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.02/11.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.02/11.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.02/11.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.02/11.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.02/11.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.02/11.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.42/11.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.98/14.40	c lits-rem:       157  cl-subs:       39  v-elim:      0  v-fix:    0  time:  2.95 s
57.38/14.40	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.38/14.42	c vivif2 --  cl tried    23201 cl shrink        0 lits rem          0 time: 0.02
58.18/14.66	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.24
58.18/14.66	c calculated reachability. Time: 0.00
58.18/14.66	c  N dy   531    105340      1000     20000         0     23201    100000   1485853     96.08   no data
61.37/15.50	c  N dy   558    112573      1000     20000         0     16454    100000    585462     95.88    100.94
64.95/16.31	c  N dy   601    119894      1000     20000         0     23762    100000   1448323     95.91    101.54
68.99/17.37	c  N dy   650    127751      1000     20000         0     16632    100000    499303     95.97    101.10
73.37/18.45	c  N dy   691    137430      1000     20000         0     26295    100000   1646019     95.85    103.19
77.77/19.57	c  N dy   742    146239      1000     20000         0     19121    100000    685536     95.85    101.18
82.51/20.71	c  N dy   796    155929      1000     20000         0     28789    100000   1843455     95.88    103.50
83.70/21.00	c  S st   810    158011      1000     20000         0     30868    100000   2096353     95.93   no data
84.10/21.10	c  S st   810    158516      1000     20000         0     31373    100000   2149435     95.93   no data
84.10/21.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.10/21.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
84.10/21.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.10/21.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.10/21.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.10/21.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
84.10/21.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.10/21.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
84.50/21.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.21/28.94	c lits-rem:       401  cl-subs:       49  v-elim:      0  v-fix:    0  time:  7.73 s
115.21/28.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
115.21/28.97	c vivif2 --  cl tried    31324 cl shrink        0 lits rem          0 time: 0.03
116.40/29.26	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.29
116.40/29.27	c calculated reachability. Time: 0.00
116.40/29.27	c  N dy   810    158516      1000     20000         0     31324    100000   2137866     95.93   no data
121.63/30.51	c  N dy   871    168822      1000     20000         0     24639    100000   1228651     95.99    101.07
127.57/32.03	c  N dy   935    179657      1000     20000         0     35462    100000   2521143     96.08    101.37
133.15/33.43	c  N dy  1001    191399      1000     20000         0     29218    100000   1678197     96.12    105.24
139.53/35.06	c  N dy  1063    203644      1000     20000         0     22476    100000    749265     96.00    102.08
146.32/36.76	c  N dy  1138    216645      1000     20000         0     35449    100000   2298699     96.07    103.82
153.48/38.59	c  N dy  1214    230584      1000     20000         0     29398    100000   1460506     96.02    101.58
157.86/39.60	c  S st  1255    237774      1000     20000         0     36571    100000   2306323     96.02     91.58
158.26/39.71	c  S st  1255    238277      1000     20000         0     37074    100000   2364920     96.02   no data
158.26/39.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
158.26/39.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
158.26/39.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.26/39.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.26/39.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.26/39.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
158.26/39.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
158.26/39.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
158.66/39.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.55/49.81	c lits-rem:       288  cl-subs:       63  v-elim:      0  v-fix:    0  time:  9.97 s
198.55/49.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
198.55/49.84	c vivif2 --  cl tried    37011 cl shrink        0 lits rem          0 time: 0.03
199.75/50.18	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
199.75/50.18	c calculated reachability. Time: 0.00
199.75/50.18	c  N dy  1255    238277      1000     20000         0     37011    100000   2350144     96.02   no data
208.13/52.28	c  N dy  1338    254238      1000     20000         0     31980    100000   1652804     95.96    102.38
217.30/54.56	c  N dy  1432    270562      1000     20000         0     26317    100000    877711     95.98    101.38
227.26/57.06	c  N dy  1537    287879      1000     20000         0     43605    100000   2931657     96.04    103.83
237.24/59.57	c  F st  1648    306250      1000     20000         0     38997    100000   2270267     96.05   no data
237.64/59.61	c  N st  1649    306500      1000     20000         0     39246    100000   2301370     96.05   no data
248.42/62.38	c  N dy  1729    326114      1000     20000         0     34859    100000   1662246     96.03    131.33
260.77/65.45	c  N dy  1836    346287      1000     20000         0     30035    100000    980378     96.00    101.36
267.14/67.07	c  S st  1909    357415      1000     20000         0     41145    100000   2305805     96.06     97.89
267.54/67.18	c  S st  1909    357916      1000     20000         0     41646    100000   2356509     96.06   no data
267.54/67.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
267.94/67.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
267.94/67.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
267.94/67.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.94/67.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.94/67.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
267.94/67.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.94/67.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
268.34/67.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.01/78.51	c lits-rem:       296  cl-subs:       51  v-elim:      0  v-fix:    0  time: 11.20 s
313.01/78.51	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
313.01/78.54	c vivif2 --  cl tried    41595 cl shrink        0 lits rem          0 time: 0.03
314.23/78.90	c asymm  cl-useful: 0/18553/20000 lits-rem:0 time: 0.36
314.23/78.90	c calculated reachability. Time: 0.00
314.23/78.90	c  N dy  1909    357916      1000     20000         0     41595    100000   2344082     96.06   no data
326.98/82.09	c  N dy  2027    377992      1000     20000         0     35686    100000   1541233     96.08    101.49
340.97/85.54	c  N dy  2141    398089      1000     20000         0     28790    100000    622612     96.07    101.76
353.70/88.73	c  N dy  2261    418268      1000     20000         0     48942    100000   3041143     96.13    102.53
366.86/92.03	c  N dy  2382    438406      1000     20000         0     41093    100000   1969515     96.16    103.06
380.45/95.49	c  N dy  2494    458410      1000     20000         0     32107    100000    786954     96.18    101.31
393.18/98.70	c  N dy  2602    478496      1000     20000         0     52159    100000   3166361     96.16    112.51
406.77/102.05	c  N dy  2722    498587      1000     20000         0     42261    100000   1894534     96.20    101.89
421.88/105.80	c  N dy  2827    518679      1000     20000         0     31377    100000    480855     96.18    101.83
433.09/108.67	c  S st  2947    536876      1000     20000         0     49538    100000   2657175     96.26   no data
433.84/108.81	c  S st  2947    537381      1000     20000         0     50043    100000   2709111     96.26   no data
433.84/108.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
433.84/108.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
433.84/108.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
433.84/108.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.84/108.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.84/108.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
433.84/108.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
433.84/108.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
434.24/108.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
500.84/125.65	c lits-rem:       453  cl-subs:       52  v-elim:      0  v-fix:    0  time: 16.70 s
500.84/125.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
500.84/125.69	c vivif2 --  cl tried    49991 cl shrink        0 lits rem          0 time: 0.03
501.24/125.73	c asymm  cl-useful: 0/1447/20000 lits-rem:0 time: 0.04
501.24/125.73	c calculated reachability. Time: 0.00
501.24/125.73	c  N dy  2947    537381      1000     20000         0     49991    100000   2696508     96.26   no data
518.39/130.01	c  N dy  3057    558280      1000     20000         0     38917    100000   1264185     96.25    102.19
533.14/133.76	c  N dy  3162    578365      1000     20000         0     58973    100000   3646370     96.23    102.55
547.89/137.44	c  N dy  3283    598442      1000     20000         0     46062    100000   2006895     96.26    102.19
564.27/141.51	c  N dy  3396    618518      1000     20000         0     66115    100000   4398847     96.28    104.48
578.20/145.01	c  N dy  3514    638676      1000     20000         0     52289    100000   2653696     96.32    105.52
594.16/149.08	c  N dy  3627    658954      1000     20000         0     37589    100000    773943     96.33    101.68
608.14/152.56	c  N dy  3726    679021      1000     20000         0     57607    100000   3160453     96.31    107.56
624.47/156.69	c  N dy  3850    699023      1000     20000         0     41643    100000   1140673     96.33    112.64
639.62/160.45	c  N dy  3968    719059      1000     20000         0     61648    100000   3520481     96.33    102.39
656.40/164.64	c  N dy  4091    739449      1000     20000         0     45068    100000   1458285     96.36    102.28
671.53/168.47	c  N dy  4196    759534      1000     20000         0     65116    100000   3850386     96.36    103.51
688.27/172.63	c  N dy  4317    779673      1000     20000         0     47293    100000   1595448     96.37    101.52
704.23/176.63	c  N dy  4433    799685      1000     20000         0     67276    100000   3971827     96.37    115.77
710.20/178.16	c  S st  4476    806072      1000     20000         0     73654    100000   4740902     96.39     91.12
711.00/178.34	c  S st  4476    806576      1000     20000         0     74156    100000   4793263     96.39   no data
711.00/178.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
711.41/178.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
711.41/178.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
711.41/178.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
711.41/178.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
711.41/178.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
711.41/178.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
711.41/178.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
712.21/178.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
825.07/206.90	c lits-rem:       662  cl-subs:      145  v-elim:      0  v-fix:    0  time: 28.30 s
825.07/206.90	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
825.07/206.96	c vivif2 --  cl tried    74011 cl shrink        0 lits rem          0 time: 0.06
826.68/207.38	c asymm  cl-useful: 0/12801/20000 lits-rem:0 time: 0.42
826.68/207.38	c calculated reachability. Time: 0.00
826.68/207.38	c  N dy  4476    806576      1000     20000         0     74011    100000   4758084     96.39   no data
842.22/211.28	c  N dy  4594    826663      1000     20000         0     55112    100000   2412955     96.42    103.90
860.17/215.76	c  N dy  4706    846798      1000     20000         0     75217    100000   4827910     96.43    101.93
876.16/219.77	c  N dy  4821    866956      1000     20000         0     55410    100000   2358674     96.45    104.30
894.06/224.24	c  N dy  4931    886957      1000     20000         0     75379    100000   4738589     96.45    108.19
910.42/228.38	c  N dy  5043    907235      1000     20000         0     54703    100000   2153555     96.45    101.89
928.39/232.85	c  N dy  5160    927337      1000     20000         0     74768    100000   4552687     96.47    102.11
945.51/237.21	c  N dy  5271    947423      1000     20000         0     52893    100000   1817360     96.46    114.99
963.06/241.56	c  N dy  5383    967516      1000     20000         0     72951    100000   4210199     96.47    104.63
982.19/246.30	c  N dy  5501    987952      1000     20000         0     50423    100000   1427155     96.49    102.86
1000.14/250.82	c  N dy  5614   1008004      1000     20000         0     70454    100000   3818445     96.49    103.14
1022.08/256.34	c  N dy  5739   1028074      1000     20000         0     46561    100000    851312     96.51    113.89
1040.03/260.89	c  N dy  5867   1048446      1000     20000         0     66890    100000   3304717     96.55    102.36
1062.76/266.54	c  N dy  5993   1068498      1000     20000         0     86909    100000   5690474     96.57    102.25
1066.34/267.49	c  F st  6010   1071875      1000     20000         0     45359    100000    596138     96.56   no data
1079.51/270.71	c  N dy  6087   1088500      1000     20000         0     61946    100000   2634120     96.57    104.21
1099.05/275.69	c  N dy  6192   1108532      1000     20000         0     81946    100000   5014641     96.56    105.77
1118.18/280.47	c  N dy  6297   1128717      1000     20000         0     56179    100000   1778816     96.55    101.93
1136.93/285.16	c  N dy  6420   1148774      1000     20000         0     76212    100000   4179334     96.56    101.68
1158.86/290.65	c  N dy  6528   1168835      1000     20000         0     49311    100000    842383     96.54    101.70
1175.22/294.74	c  N dy  6646   1188844      1000     20000         0     69282    100000   3232443     96.56    101.82
1196.75/300.14	c  N dy  6767   1208914      1000     20000         0     89314    100000   5640059     96.58    102.61
1197.96/300.43	c  S st  6774   1209866      1000     20000         0     90265    100000   5752675     96.58     89.32
1198.75/300.66	c  S st  6774   1210369      1000     20000         0     90768    100000   5807518     96.58   no data
1198.75/300.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1199.15/300.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1199.15/300.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1199.15/300.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1199.15/300.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1199.15/300.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1199.15/300.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1199.15/300.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1199.95/300.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1358.29/340.65	c lits-rem:       785  cl-subs:      145  v-elim:      0  v-fix:    0  time: 39.68 s
1358.29/340.65	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1358.72/340.73	c vivif2 --  cl tried    90623 cl shrink        0 lits rem          0 time: 0.07
1359.86/341.07	c asymm  cl-useful: 0/7199/20000 lits-rem:0 time: 0.34
1359.86/341.07	c calculated reachability. Time: 0.00
1359.86/341.07	c  N dy  6774   1210369      1000     20000         0     90623    100000   5772944     96.58   no data
1378.21/345.62	c  N dy  6883   1230432      1000     20000         0     62729    100000   2334887     96.59    102.17
1397.36/350.48	c  N dy  6996   1250681      1000     20000         0     82940    100000   4763834     96.60    102.33
1418.89/355.81	c  N dy  7093   1270729      1000     20000         0     54038    100000   1190083     96.58    107.78
1436.43/360.22	c  N dy  7208   1290945      1000     20000         0     74214    100000   3607139     96.58    102.07
1458.37/365.79	c  N dy  7324   1311038      1000     20000         0     94270    100000   5993985     96.59    101.96
1477.50/370.57	c  N dy  7452   1331209      1000     20000         0     64481    100000   2329989     96.61    102.17
1497.06/375.47	c  N dy  7557   1351234      1000     20000         0     84481    100000   4714304     96.61    101.92
1520.19/381.29	c  N dy  7670   1371348      1000     20000         0     53657    100000    921770     96.61    101.71
1537.74/385.67	c  N dy  7786   1391391      1000     20000         0     73676    100000   3321415     96.62    103.15
1560.09/391.25	c  N dy  7901   1411424      1000     20000         0     93676    100000   5695405     96.63    103.52
1581.21/396.50	c  N dy  8007   1431492      1000     20000         0     61797    100000   1775920     96.62    102.19
1601.53/401.60	c  N dy  8125   1451506      1000     20000         0     81786    100000   4166961     96.62    109.88
1625.47/407.69	c  N dy  8229   1471636      1000     20000         0    101877    100000   6573408     96.62    104.93
1645.00/412.59	c  N dy  8347   1491640      1000     20000         0     68944    100000   2546304     96.63    103.47
1666.55/417.93	c  N dy  8460   1512108      1000     20000         0     89394    100000   4995293     96.64    101.96
1691.69/424.24	c  N dy  8566   1532232      1000     20000         0     55568    100000    811742     96.63    102.37
1710.02/428.86	c  N dy  8677   1552412      1000     20000         0     75725    100000   3243743     96.64    102.92
1733.15/434.66	c  N dy  8810   1572416      1000     20000         0     95702    100000   5644596     96.66    102.07
1756.68/440.50	c  N dy  8916   1592453      1000     20000         0     60781    100000   1332690     96.66    128.60
1775.46/445.22	c  N dy  9026   1612554      1000     20000         0     80855    100000   3732594     96.66    102.51
1798.94/451.14	c  N dy  9147   1632638      1000     20000         0    100903    100000   6150304     96.68    103.68
1822.08/456.91	c  N dy  9259   1652755      1000     20000         0     65073    100000   1729424     96.68    101.89
1842.01/461.95	c  N dy  9383   1672885      1000     20000         0     85176    100000   4149704     96.70    101.94
1868.33/468.56	c  N dy  9499   1693056      1000     20000         0    105327    100000   6557156     96.70    104.10
1889.09/473.76	c  S st  9588   1710369      1000     20000         0     65687    100000   1681392     96.70     84.62
1889.86/473.94	c  S st  9588   1710870      1000     20000         0     66187    100000   1732643     96.70   no data
1889.86/473.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1889.86/473.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1890.26/474.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1890.26/474.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1890.26/474.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1890.26/474.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1890.26/474.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1890.26/474.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1890.26/474.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1915.41/480.32	c lits-rem:       232  cl-subs:       27  v-elim:      0  v-fix:    0  time:  6.25 s
1915.41/480.33	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1915.41/480.35	c vivif2 --  cl tried    66160 cl shrink        0 lits rem          0 time: 0.02
1916.99/480.77	c asymm  cl-useful: 0/13828/20000 lits-rem:0 time: 0.42
1916.99/480.77	c calculated reachability. Time: 0.00
1916.99/480.77	c  N dy  9588   1710870      1000     20000         0     66160    100000   1725984     96.70   no data
1939.32/486.35	c  N dy  9707   1730923      1000     20000         0     86169    100000   4143531     96.72    102.62
1965.24/492.84	c  N dy  9822   1751027      1000     20000         0    106235    100000   6551510     96.72    102.22
1988.77/498.77	c  N dy  9939   1771283      1000     20000         0     68540    100000   1935962     96.73    103.27
2009.51/503.96	c  N dy 10047   1791323      1000     20000         0     88544    100000   4333093     96.73    102.38
2035.42/510.47	c  N dy 10166   1811425      1000     20000         0    108610    100000   6741893     96.74    103.49
2059.37/516.40	c  N dy 10288   1831647      1000     20000         0     69901    100000   1978250     96.75    102.35
2080.90/521.81	c  N dy 10408   1851887      1000     20000         0     90108    100000   4405760     96.76    102.45
2106.42/528.25	c  N dy 10522   1872042      1000     20000         0    110231    100000   6829598     96.76    102.88
2130.37/534.30	c  N dy 10643   1892119      1000     20000         0     70380    100000   1929343     96.77    107.59
2151.89/539.66	c  N dy 10760   1912215      1000     20000         0     90445    100000   4335499     96.78    106.78
2178.20/546.29	c  N dy 10887   1932334      1000     20000         0    110507    100000   6747251     96.80    103.19
2202.93/552.42	c  N dy 10999   1952488      1000     20000         0     69736    100000   1737138     96.80    104.18
2223.66/557.61	c  N dy 11108   1972579      1000     20000         0     89799    100000   4129569     96.80    104.11
2249.23/564.04	c  N dy 11226   1992673      1000     20000         0    109860    100000   6541055     96.81    103.17
2277.11/571.01	c  N dy 11346   2012784      1000     20000         0     68041    100000   1430560     96.82    103.73
2298.24/576.37	c  N dy 11465   2032971      1000     20000         0     88203    100000   3852572     96.82    103.75
2324.96/583.01	c  N dy 11591   2053069      1000     20000         0    108282    100000   6255337     96.83    108.28
2354.10/590.35	c  N dy 11720   2073073      1000     20000         0     65358    100000    994076     96.84    115.01
2374.81/595.52	c  N dy 11836   2093211      1000     20000         0     85458    100000   3414691     96.85    102.09
2401.53/602.25	c  N dy 11964   2114607      1000     20000         0    106825    100000   5996337     96.86    102.05
2431.05/609.62	c  N dy 12072   2134616      1000     20000         0    126808    100000   8389515     96.86    103.26
2451.78/614.84	c  N dy 12200   2154716      1000     20000         0     82974    100000   2997850     96.87    102.13
2475.32/620.75	c  N dy 12309   2174723      1000     20000         0    102952    100000   5387133     96.87    102.84
2504.01/627.97	c  N dy 12428   2194986      1000     20000         0    123179    100000   7821822     96.88    103.08
2523.16/632.79	c  S st 12510   2210872      1000     20000         0     74128    100000   1819476     96.88     85.13
2523.96/632.97	c  S st 12510   2211373      1000     20000         0     74629    100000   1870379     96.88   no data
2523.96/632.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2524.36/633.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2524.36/633.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2524.36/633.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2524.36/633.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2524.36/633.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2524.36/633.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2524.36/633.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2524.76/633.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2549.48/639.36	c lits-rem:       198  cl-subs:       55  v-elim:      0  v-fix:    0  time:  6.24 s
2549.48/639.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2549.48/639.39	c vivif2 --  cl tried    74574 cl shrink        0 lits rem          0 time: 0.02
2550.68/639.62	c asymm  cl-useful: 0/6172/20000 lits-rem:0 time: 0.23
2550.68/639.62	c calculated reachability. Time: 0.00
2550.68/639.62	c  N dy 12510   2211373      1000     20000         0     74574    100000   1857746     96.88   no data
2572.61/645.16	c  N dy 12632   2231520      1000     20000         0     94691    100000   4288000     96.89    103.91
2599.34/651.85	c  N dy 12750   2251783      1000     20000         0    114920    100000   6712827     96.90    102.62
2629.64/659.42	c  N dy 12880   2271845      1000     20000         0     69053    100000   1100383     96.91    106.46
2650.75/664.75	c  N dy 13001   2292065      1000     20000         0     89244    100000   3536316     96.92    104.18
2676.26/671.15	c  N dy 13118   2312257      1000     20000         0    109408    100000   5942514     96.92    102.68
2707.37/678.98	c  N dy 13257   2332351      1000     20000         0    129462    100000   8370459     96.94    104.40
2732.09/685.18	c  N dy 13371   2352435      1000     20000         0     82630    100000   2623479     96.95    104.17
2758.07/691.62	c  N dy 13494   2372496      1000     20000         0    102645    100000   5052955     96.95    102.51
2787.14/698.98	c  N dy 13602   2392554      1000     20000         0    122655    100000   7477013     96.96    108.71
2815.45/706.02	c  N dy 13711   2412622      1000     20000         0     74812    100000   1563147     96.97    104.75
2837.78/711.67	c  N dy 13823   2433087      1000     20000         0     95251    100000   4035591     96.98    102.20
2865.70/718.62	c  N dy 13959   2453174      1000     20000         0    115304    100000   6476355     97.00    102.59
2898.02/726.74	c  N dy 14076   2473372      1000     20000         0    135461    100000   8904321     97.01    102.27
2919.95/732.24	c  N dy 14183   2493459      1000     20000         0     86633    100000   2862251     97.00    102.17
2945.06/738.53	c  N dy 14302   2513577      1000     20000         0    106726    100000   5284438     97.01    103.79
2975.37/746.13	c  N dy 14425   2533632      1000     20000         0    126748    100000   7697993     97.02    103.47
3005.28/753.63	c  N dy 14552   2553966      1000     20000         0     77160    100000   1620075     97.03    103.16
3028.81/759.58	c  N dy 14664   2573982      1000     20000         0     97144    100000   4026941     97.04    102.78
3057.51/766.78	c  N dy 14779   2594036      1000     20000         0    117174    100000   6414041     97.04    102.88
3091.81/775.37	c  N dy 14893   2614074      1000     20000         0    137185    100000   8831570     97.04    102.80
3116.94/781.67	c  N dy 15014   2634223      1000     20000         0     86406    100000   2645946     97.05    102.55
3142.07/787.93	c  N dy 15127   2654271      1000     20000         0    106414    100000   5048591     97.06    102.63
3171.18/795.27	c  N dy 15243   2674299      1000     20000         0    126404    100000   7446184     97.06    102.41
3204.68/803.62	c  N dy 15367   2694570      1000     20000         0     74767    100000   1114217     97.07    102.56
3222.64/808.15	c  S st 15462   2711373      1000     20000         0     91541    100000   3132321     97.07     97.63
3223.41/808.38	c  S st 15462   2711873      1000     20000         0     92041    100000   3190571     97.07   no data
3223.41/808.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3223.81/808.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3223.81/808.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3223.81/808.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3223.81/808.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3223.81/808.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3223.81/808.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3224.21/808.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3224.21/808.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3272.87/820.74	c lits-rem:       287  cl-subs:       61  v-elim:      0  v-fix:    0  time: 12.16 s
3272.87/820.74	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3272.87/820.79	c vivif2 --  cl tried    91980 cl shrink        0 lits rem          0 time: 0.04
3274.86/821.21	c asymm  cl-useful: 0/10834/20000 lits-rem:0 time: 0.42
3274.86/821.21	c calculated reachability. Time: 0.00
3274.86/821.21	c  N dy 15462   2711873      1000     20000         0     91980    100000   3176304     97.07   no data
3301.19/827.84	c  N dy 15577   2732025      1000     20000         0    112101    100000   5595896     97.08    102.39
3331.90/835.58	c  N dy 15696   2752100      1000     20000         0    132157    100000   8014284     97.08    102.38
3362.21/843.18	c  N dy 15805   2772422      1000     20000         0     79564    100000   1587336     97.08    102.38
3385.38/848.99	c  N dy 15916   2792462      1000     20000         0     99557    100000   4002928     97.09    103.66
3413.24/855.96	c  N dy 16027   2812565      1000     20000         0    119625    100000   6435836     97.09    103.49
3446.36/864.23	c  N dy 16148   2832615      1000     20000         0    139650    100000   8848500     97.09    102.71
3473.46/871.10	c  N dy 16265   2852672      1000     20000         0     85783    100000   2230947     97.10    110.68
3498.20/877.23	c  N dy 16380   2872752      1000     20000         0    105826    100000   4641686     97.10    104.30
3528.90/884.95	c  N dy 16508   2893277      1000     20000         0    126315    100000   7125902     97.11    104.25
3564.40/893.86	c  N dy 16616   2913783      1000     20000         0    146790    100000   9589395     97.11    103.88
3591.90/900.74	c  N dy 16735   2934355      1000     20000         0     92454    100000   2913921     97.12    102.75
3619.43/907.61	c  N dy 16854   2954547      1000     20000         0    112615    100000   5338153     97.12    102.40
3651.33/915.67	c  N dy 16983   2974582      1000     20000         0    132614    100000   7756818     97.14    103.20
3687.23/924.60	c  N dy 17090   2994707      1000     20000         0     76838    100000    924623     97.14    102.52
3709.16/930.20	c  N dy 17203   3014794      1000     20000         0     96901    100000   3345095     97.14    102.27
3736.67/937.02	c  N dy 17316   3034920      1000     20000         0    117003    100000   5755378     97.14    103.33
3768.57/945.05	c  N dy 17430   3054968      1000     20000         0    137021    100000   8156922     97.14    123.43
3803.27/953.78	c  N dy 17557   3075033      1000     20000         0     80168    100000   1222684     97.15    102.46
3827.60/959.82	c  N dy 17687   3095588      1000     20000         0    100682    100000   3731694     97.17    102.62
3856.32/967.06	c  N dy 17812   3115732      1000     20000         0    120792    100000   6161436     97.18    103.65
3891.81/975.99	c  N dy 17920   3136089      1000     20000         0    141122    100000   8602701     97.18    103.02
3928.92/985.29	c  N dy 18034   3156144      1000     20000         0     83273    100000   1488058     97.18    106.28
3956.41/992.15	c  N dy 18150   3176207      1000     20000         0    103304    100000   3917169     97.19    102.48
3989.12/1000.37	c  N dy 18269   3196297      1000     20000         0    123351    100000   6327695     97.19    105.93
4018.22/1007.65	c  S st 18360   3211873      1000     20000         0    138895    100000   8200563     97.20   no data
4019.83/1008.03	c  S st 18360   3212376      1000     20000         0    139397    100000   8252733     97.20   no data
4019.83/1008.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4020.23/1008.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.12
4020.23/1008.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4020.23/1008.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4020.23/1008.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4020.23/1008.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4020.23/1008.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4020.63/1008.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4021.81/1008.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4275.90/1072.28	c lits-rem:       815  cl-subs:      220  v-elim:      0  v-fix:    0  time: 63.72 s
4275.90/1072.28	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4276.24/1072.39	c vivif2 --  cl tried   139177 cl shrink        0 lits rem          0 time: 0.11
4278.25/1072.87	c asymm  cl-useful: 0/6703/20000 lits-rem:0 time: 0.48
4278.25/1072.88	c calculated reachability. Time: 0.00
4278.25/1072.88	c  N dy 18360   3212376      1000     20000         0    139177    100000   8200138     97.20   no data
4314.54/1081.93	c  N dy 18457   3232898      1000     20000         0     80803    100000   1071419     97.19    102.80
4337.66/1087.74	c  N dy 18562   3252948      1000     20000         0    100827    100000   3466802     97.19    103.32
4365.59/1094.70	c  N dy 18666   3272999      1000     20000         0    120844    100000   5869105     97.19    102.38
4397.90/1102.89	c  N dy 18756   3293219      1000     20000         0    141032    100000   8277184     97.18    104.53
4435.38/1112.29	c  N dy 18864   3313566      1000     20000         0     81481    100000   1040305     97.18    104.61
4459.31/1118.28	c  N dy 18990   3333616      1000     20000         0    101498    100000   3456446     97.19    102.75
4488.81/1125.64	c  N dy 19107   3353996      1000     20000         0    121843    100000   5901544     97.19    103.45
4525.11/1134.81	c  N dy 19220   3374343      1000     20000         0    142146    100000   8339844     97.19    102.96
4566.98/1145.28	c  N dy 19341   3394418      1000     20000         0     81325    100000    914209     97.20    116.25
4592.10/1151.57	c  N dy 19450   3414658      1000     20000         0    101532    100000   3333690     97.20    102.37
4622.46/1159.20	c  N dy 19569   3434733      1000     20000         0    121583    100000   5762773     97.21    118.35
4656.71/1167.70	c  N dy 19684   3454792      1000     20000         0    141610    100000   8180879     97.21    117.89
4694.60/1177.27	c  N dy 19794   3474827      1000     20000         0    161619    100000  10582785     97.21    102.77
4720.52/1183.70	c  N dy 19902   3494886      1000     20000         0     99779    100000   3009533     97.21    103.94
4748.44/1190.77	c  N dy 20015   3514930      1000     20000         0    119786    100000   5412035     97.22    102.45
4781.93/1199.12	c  N dy 20139   3534968      1000     20000         0    139793    100000   7837129     97.22    102.72

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366111-1305395401/watcher-3366111-1305395401 -o /tmp/evaluation-result-3366111-1305395401/solver-3366111-1305395401 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366111-1305395401.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 406 0 0 0 0 0 0 0 22 0 4 0 729770813 52396032 347 33554432000 4194304 4580107 140735458924448 18446744073709551615 47373940414380 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 12792 347 299 95 0 7774 0
[pid=14522/tid=14523] ppid=14520 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 729770814 52396032 347 33554432000 4194304 4580107 140735458924448 18446744073709551615 47373940414376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 729770814 52396032 347 33554432000 4194304 4580107 140735458924448 18446744073709551615 260905450481 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 729770814 52396032 347 33554432000 4194304 4580107 140735458924448 18446744073709551615 47373940414386 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.100712 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=283840 CPUtime=0.36 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 3093 0 0 0 34 2 0 0 24 0 4 0 729770813 290652160 3001 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 70960 3001 358 95 0 65942 0
[pid=14522/tid=14523] ppid=14520 vsize=283840 CPUtime=0.09 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 583 0 0 0 9 0 0 0 24 0 4 0 729770814 290652160 3001 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=283840 CPUtime=0.07 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 639 0 0 0 7 0 0 0 25 0 4 0 729770814 290652160 3001 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=283840 CPUtime=0.08 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 866 0 0 0 8 0 0 0 25 0 4 0 729770814 290652160 3002 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 283840

[startup+0.503703 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=309852 CPUtime=1.96 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 10137 0 0 0 193 3 0 0 25 0 4 0 729770813 317288448 8251 33554432000 4194304 4580107 140735458924448 18446744073709551615 260905437319 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 77463 7752 377 95 0 72445 0
[pid=14522/tid=14523] ppid=14520 vsize=309852 CPUtime=0.48 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 2471 0 0 0 48 0 0 0 25 0 4 0 729770814 317288448 7752 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=309852 CPUtime=0.47 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) D 14520 14522 13799 0 -1 4202560 2621 0 0 0 46 1 0 0 18 0 4 0 729770814 317288448 7484 33554432000 4194304 4580107 140735458924448 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=301648 CPUtime=0.49 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 1917 0 0 0 49 0 0 0 25 0 4 0 729770814 308887552 6745 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 309852

[startup+1.04954 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=295884 CPUtime=4.15 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 15758 0 0 0 410 5 0 0 25 0 4 0 729770813 302985216 7514 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 73971 7515 377 95 0 68953 0
[pid=14522/tid=14523] ppid=14520 vsize=295884 CPUtime=1.03 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 4069 0 0 0 102 1 0 0 25 0 4 0 729770814 302985216 7515 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=295884 CPUtime=1.02 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 4036 0 0 0 101 1 0 0 19 0 4 0 729770814 302985216 7515 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=295884 CPUtime=1.02 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 3218 0 0 0 102 0 0 0 25 0 4 0 729770814 302985216 7515 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 295884

[startup+1.10053 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=295884 CPUtime=4.35 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 16096 0 0 0 430 5 0 0 25 0 4 0 729770813 302985216 7852 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 73971 7852 377 95 0 68953 0
[pid=14522/tid=14523] ppid=14520 vsize=295884 CPUtime=1.08 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 4152 0 0 0 107 1 0 0 25 0 4 0 729770814 302985216 7852 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=295884 CPUtime=1.07 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 4120 0 0 0 106 1 0 0 19 0 4 0 729770814 302985216 7853 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=295884 CPUtime=1.08 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 3304 0 0 0 108 0 0 0 25 0 4 0 729770814 302985216 7853 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 295884

[startup+1.50046 s]
/proc/loadavg: 5.97 7.67 8.15 2/361 14522
/proc/meminfo: memFree=23337708/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=296388 CPUtime=5.95 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 20150 0 0 0 589 6 0 0 25 0 4 0 729770813 303501312 7157 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 74097 7157 377 95 0 69079 0
[pid=14522/tid=14523] ppid=14520 vsize=296388 CPUtime=1.48 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 5171 0 0 0 147 1 0 0 25 0 4 0 729770814 303501312 7157 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=296388 CPUtime=1.47 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 5119 0 0 0 146 1 0 0 20 0 4 0 729770814 303501312 7157 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=296388 CPUtime=1.48 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 4324 0 0 0 147 1 0 0 25 0 4 0 729770814 303501312 7157 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 296388

[startup+3.10116 s]
/proc/loadavg: 6.13 7.68 8.15 9/371 14535
/proc/meminfo: memFree=23101048/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=314264 CPUtime=12.32 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 35929 0 0 0 1223 9 0 0 25 0 4 0 729770813 321806336 13060 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 78566 13060 379 95 0 73548 0
[pid=14522/tid=14523] ppid=14520 vsize=314264 CPUtime=3.09 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 8285 0 0 0 307 2 0 0 25 0 4 0 729770814 321806336 13060 33554432000 4194304 4580107 140735458924448 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=314264 CPUtime=3.04 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 8213 0 0 0 303 1 0 0 25 0 4 0 729770814 321806336 13060 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=314264 CPUtime=3.08 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 7541 0 0 0 306 2 0 0 25 0 4 0 729770814 321806336 13060 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 314264

[startup+6.31358 s]
/proc/loadavg: 6.13 7.68 8.15 9/371 14535
/proc/meminfo: memFree=23011308/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=315892 CPUtime=25.12 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 63544 0 0 0 2497 15 0 0 25 0 4 0 729770813 323473408 30139 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 78973 30139 379 95 0 73955 0
[pid=14522/tid=14523] ppid=14520 vsize=315892 CPUtime=6.3 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 15230 0 0 0 627 3 0 0 25 0 4 0 729770814 323473408 30139 33554432000 4194304 4580107 140735458924448 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=315892 CPUtime=6.21 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 15786 0 0 0 618 3 0 0 25 0 4 0 729770814 323473408 30139 33554432000 4194304 4580107 140735458924448 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=315892 CPUtime=6.29 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 15527 0 0 0 625 4 0 0 25 0 4 0 729770814 323473408 30139 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 315892

[startup+12.7004 s]
/proc/loadavg: 6.42 7.69 8.15 9/371 14535
/proc/meminfo: memFree=22983696/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=337912 CPUtime=50.61 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 105500 0 0 0 5038 23 0 0 25 0 4 0 729770813 346021888 48586 33554432000 4194304 4580107 140735458924448 18446744073709551615 4416315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 84478 48586 379 95 0 79460 0
[pid=14522/tid=14523] ppid=14520 vsize=337912 CPUtime=12.68 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 25940 0 0 0 1264 4 0 0 25 0 4 0 729770814 346021888 48586 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=337912 CPUtime=12.53 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 27411 0 0 0 1248 5 0 0 25 0 4 0 729770814 346021888 48586 33554432000 4194304 4580107 140735458924448 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=337912 CPUtime=12.67 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 25250 0 0 0 1262 5 0 0 25 0 4 0 729770814 346021888 48586 33554432000 4194304 4580107 140735458924448 18446744073709551615 4321214 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 337912

[startup+25.5011 s]
/proc/loadavg: 6.74 7.72 8.15 9/371 14535
/proc/meminfo: memFree=22698984/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=423712 CPUtime=101.65 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 146712 0 0 0 10132 33 0 0 25 0 4 0 729770813 433881088 60267 33554432000 4194304 4580107 140735458924448 18446744073709551615 4416041 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 105928 60267 379 95 0 100910 0
[pid=14522/tid=14523] ppid=14520 vsize=423712 CPUtime=25.49 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 37029 0 0 0 2542 7 0 0 25 0 4 0 729770814 433881088 60267 33554432000 4194304 4580107 140735458924448 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=423712 CPUtime=25.18 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 35524 0 0 0 2510 8 0 0 25 0 4 0 729770814 433881088 60267 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=423712 CPUtime=25.48 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 38759 0 0 0 2538 10 0 0 25 0 4 0 729770814 433881088 60267 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 423712

[startup+51.1004 s]
/proc/loadavg: 7.17 7.74 8.15 9/371 14536
/proc/meminfo: memFree=22497656/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=478276 CPUtime=203.74 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 224049 0 0 0 20322 52 0 0 25 0 4 0 729770813 489754624 74676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 119569 74676 379 95 0 114551 0
[pid=14522/tid=14523] ppid=14520 vsize=478276 CPUtime=51.09 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 61984 0 0 0 5095 14 0 0 25 0 4 0 729770814 489754624 74676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=478276 CPUtime=50.48 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 53267 0 0 0 5036 12 0 0 25 0 4 0 729770814 489754624 74676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=478276 CPUtime=51.07 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 62763 0 0 0 5092 15 0 0 25 0 4 0 729770814 489754624 74676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.74
Current children cumulated vsize (KiB) 478276

[startup+102.301 s]
/proc/loadavg: 7.72 7.80 8.14 9/371 14537
/proc/meminfo: memFree=22233476/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=632440 CPUtime=407.91 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 367333 0 0 0 40700 91 0 0 25 0 4 0 729770813 647618560 86949 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 158110 86950 379 95 0 153092 0
[pid=14522/tid=14523] ppid=14520 vsize=632440 CPUtime=102.29 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 102736 0 0 0 10203 26 0 0 25 0 4 0 729770814 647618560 86950 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=632440 CPUtime=101.07 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 81836 0 0 0 10088 19 0 0 25 0 4 0 729770814 647618560 86950 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=632440 CPUtime=102.28 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 99605 0 0 0 10202 26 0 0 25 0 4 0 729770814 647618560 86950 33554432000 4194304 4580107 140735458924448 18446744073709551615 4316435 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (KiB) 632440

[startup+162.301 s]

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

[pid=14522] ppid=14520 vsize=1068256 CPUtime=2800.7 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1374400 0 0 0 279674 396 0 0 25 0 4 0 729770813 1093894144 184846 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 267064 184846 379 95 0 262046 0
[pid=14522/tid=14523] ppid=14520 vsize=1068256 CPUtime=702.29 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 367333 0 0 0 70115 114 0 0 25 0 4 0 729770814 1093894144 184846 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1068256 CPUtime=693.94 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 330864 0 0 0 69304 90 0 0 25 0 4 0 729770814 1093894144 184846 33554432000 4194304 4580107 140735458924448 18446744073709551615 4415940 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1068256 CPUtime=702.28 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 356781 0 0 0 70128 100 0 0 25 0 4 0 729770814 1093894144 184846 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.7
Current children cumulated vsize (KiB) 1068256

[startup+762.301 s]
/proc/loadavg: 8.20 8.09 8.11 9/371 14564
/proc/meminfo: memFree=21245264/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1095536 CPUtime=3039.97 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1462338 0 0 0 303573 424 0 0 25 0 4 0 729770813 1121828864 189855 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 273884 189855 379 95 0 268866 0
[pid=14522/tid=14523] ppid=14520 vsize=1095536 CPUtime=762.29 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 392393 0 0 0 76108 121 0 0 25 0 4 0 729770814 1121828864 189855 33554432000 4194304 4580107 140735458924448 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1095536 CPUtime=753.22 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 349493 0 0 0 75226 96 0 0 25 0 4 0 729770814 1121828864 189855 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1095536 CPUtime=762.27 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 379080 0 0 0 76121 106 0 0 25 0 4 0 729770814 1121828864 189855 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.97
Current children cumulated vsize (KiB) 1095536

[startup+822.301 s]
/proc/loadavg: 8.14 8.09 8.10 9/371 14566
/proc/meminfo: memFree=21162600/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1178392 CPUtime=3279.26 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1527313 0 0 0 327478 448 0 0 25 0 4 0 729770813 1206673408 212616 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 294598 212616 379 95 0 289580 0
[pid=14522/tid=14523] ppid=14520 vsize=1178392 CPUtime=822.3 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 403090 0 0 0 82104 126 0 0 25 0 4 0 729770814 1206673408 212616 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1178392 CPUtime=812.52 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 371869 0 0 0 81148 104 0 0 25 0 4 0 729770814 1206673408 212616 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1178392 CPUtime=822.28 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 392656 0 0 0 82117 111 0 0 25 0 4 0 729770814 1206673408 212616 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.26
Current children cumulated vsize (KiB) 1178392

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.10 9/371 14567
/proc/meminfo: memFree=21201112/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1058440 CPUtime=3518.53 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1602523 0 0 0 351382 471 0 0 25 0 4 0 729770813 1083842560 192417 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 264610 192418 379 95 0 259592 0
[pid=14522/tid=14523] ppid=14520 vsize=1058440 CPUtime=882.29 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 419685 0 0 0 88098 131 0 0 25 0 4 0 729770814 1083842560 192418 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1058440 CPUtime=871.8 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 392222 0 0 0 87069 111 0 0 25 0 4 0 729770814 1083842560 192418 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1058440 CPUtime=882.28 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 411419 0 0 0 88112 116 0 0 25 0 4 0 729770814 1083842560 192418 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 1058440

[startup+942.301 s]
/proc/loadavg: 8.09 8.08 8.09 9/371 14569
/proc/meminfo: memFree=21179348/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1031952 CPUtime=3757.83 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1670213 0 0 0 375286 497 0 0 25 0 4 0 729770813 1056718848 193694 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 257988 193694 379 95 0 252970 0
[pid=14522/tid=14523] ppid=14520 vsize=1031952 CPUtime=942.31 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 439128 0 0 0 94092 139 0 0 25 0 4 0 729770814 1056718848 193697 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1031952 CPUtime=931.1 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 400330 0 0 0 92996 114 0 0 25 0 4 0 729770814 1056718848 193697 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295833 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1031952 CPUtime=942.29 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 433165 0 0 0 94105 124 0 0 25 0 4 0 729770814 1056718848 193697 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.83
Current children cumulated vsize (KiB) 1031952

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.09 9/371 14570
/proc/meminfo: memFree=20959432/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1300776 CPUtime=3997.1 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1760988 0 0 0 399188 522 0 0 25 0 4 0 729770813 1331994624 245303 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 325194 245303 379 95 0 320176 0
[pid=14522/tid=14523] ppid=14520 vsize=1300776 CPUtime=1002.3 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 467486 0 0 0 100085 145 0 0 25 0 4 0 729770814 1331994624 245303 33554432000 4194304 4580107 140735458924448 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1300776 CPUtime=990.38 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 416110 0 0 0 98919 119 0 0 25 0 4 0 729770814 1331994624 245303 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1300776 CPUtime=1002.27 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 459071 0 0 0 100098 129 0 0 25 0 4 0 729770814 1331994624 245303 33554432000 4194304 4580107 140735458924448 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.1
Current children cumulated vsize (KiB) 1300776

[startup+1062.31 s]
/proc/loadavg: 8.08 8.08 8.09 9/371 14572
/proc/meminfo: memFree=20921544/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1404664 CPUtime=4236.42 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1799893 0 0 0 423104 538 0 0 25 0 4 0 729770813 1438375936 257676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 351166 257676 379 95 0 346148 0
[pid=14522/tid=14523] ppid=14520 vsize=1404664 CPUtime=1062.31 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 476203 0 0 0 106082 149 0 0 25 0 4 0 729770814 1438375936 257676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1404664 CPUtime=1049.68 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 435282 0 0 0 104839 129 0 0 25 0 4 0 729770814 1438375936 257676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1404664 CPUtime=1062.29 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 461157 0 0 0 106099 130 0 0 25 0 4 0 729770814 1438375936 257676 33554432000 4194304 4580107 140735458924448 18446744073709551615 4321048 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.42
Current children cumulated vsize (KiB) 1404664

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.09 9/371 14574
/proc/meminfo: memFree=20906724/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1350152 CPUtime=4475.66 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1881573 0 0 0 447001 565 0 0 25 0 4 0 729770813 1382555648 258608 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 337538 258608 379 95 0 332520 0
[pid=14522/tid=14523] ppid=14520 vsize=1350152 CPUtime=1122.3 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 497372 0 0 0 112074 156 0 0 25 0 4 0 729770814 1382555648 258608 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1350152 CPUtime=1108.96 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 456417 0 0 0 110760 136 0 0 25 0 4 0 729770814 1382555648 258608 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1350152 CPUtime=1122.28 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 482183 0 0 0 112091 137 0 0 25 0 4 0 729770814 1382555648 258608 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.66
Current children cumulated vsize (KiB) 1350152

[startup+1182.3 s]
/proc/loadavg: 8.07 8.08 8.09 9/371 14575
/proc/meminfo: memFree=20864388/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1360904 CPUtime=4714.93 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1942947 0 0 0 470902 591 0 0 25 0 4 0 729770813 1393565696 263833 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 340226 263833 379 95 0 335208 0
[pid=14522/tid=14523] ppid=14520 vsize=1360904 CPUtime=1182.3 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 517385 0 0 0 118065 165 0 0 25 0 4 0 729770814 1393565696 263833 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1360904 CPUtime=1168.24 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 460183 0 0 0 116687 137 0 0 25 0 4 0 729770814 1393565696 263833 33554432000 4194304 4580107 140735458924448 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1360904 CPUtime=1182.27 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 500986 0 0 0 118081 146 0 0 25 0 4 0 729770814 1393565696 263834 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.93
Current children cumulated vsize (KiB) 1360904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.7 s]
/proc/loadavg: 8.12 8.09 8.09 9/371 14576
/proc/meminfo: memFree=20775332/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1403580 CPUtime=4800.31 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1961336 0 0 0 479433 598 0 0 25 0 4 0 729770813 1437265920 269578 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 350895 269578 379 95 0 345877 0
[pid=14522/tid=14523] ppid=14520 vsize=1403580 CPUtime=1203.71 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 523310 0 0 0 120205 166 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1403580 CPUtime=1189.4 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 461428 0 0 0 118802 138 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1403580 CPUtime=1203.69 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 505642 0 0 0 120221 148 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1403580

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

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

[startup+1203.7 s]
/proc/loadavg: 8.12 8.09 8.09 9/371 14576
/proc/meminfo: memFree=20775332/32950928 swapFree=65730864/67111528
[pid=14522] ppid=14520 vsize=1403580 CPUtime=4800.31 cores=0,2,4,6
/proc/14522/stat : 14522 (strangenight2-m) R 14520 14522 13799 0 -1 4202496 1961336 0 0 0 479433 598 0 0 25 0 4 0 729770813 1437265920 269578 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14522/statm: 350895 269578 379 95 0 345877 0
[pid=14522/tid=14523] ppid=14520 vsize=1403580 CPUtime=1203.71 cores=0,2,4,6
/proc/14522/task/14523/stat : 14523 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 523310 0 0 0 120205 166 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14522/tid=14524] ppid=14520 vsize=1403580 CPUtime=1189.4 cores=0,2,4,6
/proc/14522/task/14524/stat : 14524 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 461428 0 0 0 118802 138 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14522/tid=14525] ppid=14520 vsize=1403580 CPUtime=1203.69 cores=0,2,4,6
/proc/14522/task/14525/stat : 14525 (strangenight2-m) R 14520 14522 13799 0 -1 4202560 505642 0 0 0 120221 148 0 0 25 0 4 0 729770814 1437265920 269584 33554432000 4194304 4580107 140735458924448 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 1403580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.77
CPU time (s): 4800.4
CPU user time (s): 4794.37
CPU system time (s): 6.02608
CPU usage (%): 398.782
Max. virtual memory (cumulated for all children) (KiB): 1418348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.37
system time used= 6.02608
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1961346
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= 2924
involuntary context switches= 34550

runsolver used 4.00839 second user time and 10.2454 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 19:50:01
IDJOB=3366111
IDBENCH=82520
IDSOLVER=1844
FILE ID=node116/3366111-1305395401
RUNJOBID= node116-1305395401-14508
PBS_JOBID= 13324425
Free space on /tmp= 73136 MiB

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

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

MD5SUM BENCH= c78d6e1455a357419b7ce124c081a6ba
RANDOM SEED=570104228

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23338120 kB
Buffers:         17540 kB
Cached:          94376 kB
SwapCached:      12356 kB
Active:        9342892 kB
Inactive:        63916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23338120 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            7120 kB
Writeback:           0 kB
AnonPages:     9292668 kB
Mapped:          15388 kB
Slab:            96272 kB
PageTables:      44148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82746760 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= 73124 MiB
End job on node116 at 2011-05-14 20:10:07