Trace number 3173702

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.28 1201.76

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173702-1304030006.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.40/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.40/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.40/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.40/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.40/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.14	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.40/0.14	c calculated reachability. Time: 0.00
0.40/0.15	c Calc default polars -  time:   0.00 s pos:     492 undec:      44 neg:     464
0.40/0.15	c =========================================================================================
0.40/0.15	c types(t): F = full restart, N = normal restart
0.40/0.15	c types(t): S = simplification begin/end, E = solution found
0.40/0.15	c restart types(rt): st = static, dy = dynamic
0.40/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.40/0.15	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.57/0.42	c  N dy    14      4115      1000     20000         0      4102    100000    504650     98.58    105.81
2.77/0.71	c  N dy    32      8157      1000     20000         0      5647    100000    506047     96.05    104.23
3.96/1.01	c  N dy    58     12166      1000     20000         0      5412    100000    328943     96.55    102.62
5.16/1.31	c  N dy    76     16216      1000     20000         0      9458    100000    797810     95.47    101.32
6.36/1.64	c  N dy   101     20250      1000     20000         0      7865    100000    477858     96.01    101.64
7.56/1.97	c  N dy   128     24318      1000     20000         0     11930    100000    971310     96.23    101.30
7.96/2.03	c  F st   131     25000      1000     20000         0     12611    100000   1049799     96.11     94.25
9.56/2.46	c  N dy   137     30000      1000     20000         0     10791    100000    760139     96.11   no data
9.56/2.46	c  S st   137     30000      1000     20000         0     10791    100000    760139     96.11   no data
9.96/2.52	c  S st   137     30504      1000     20000         0     11295    100000    814518     96.11   no data
9.96/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.53	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.96/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.04	c lits-rem:        62  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.47 s
12.36/3.18	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.36/3.18	c calculated reachability. Time: 0.00
12.36/3.18	c  N dy   137     30504      1000     20000         0     11242    100000    801345     96.11   no data
13.96/3.54	c  N dy   159     34589      1000     20000         0     15323    100000   1289746     96.24    118.35
15.55/3.91	c  N dy   181     38792      1000     20000         0     11630    100000    682560     96.25    102.00
17.15/4.30	c  N dy   204     42889      1000     20000         0     15720    100000   1163467     96.14    101.67
17.96/4.59	c  S st   220     45756      1000     20000         0      9646    100000    338118     96.18   no data
18.35/4.64	c  S st   220     46258      1000     20000         0     10148    100000    388376     96.18   no data
18.35/4.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.35/4.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.35/4.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.35/4.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.35/4.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.35/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.79	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.11 s
18.75/4.79	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.75/4.79	c vivif2 --  cl tried    10144 cl shrink        0 lits rem          0 time: 0.00
19.55/4.92	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.55/4.92	c calculated reachability. Time: 0.00
19.55/4.92	c  N dy   220     46258      1000     20000         0     10144    100000    387416     96.18   no data
20.75/5.28	c  N dy   243     50338      1000     20000         0     14221    100000    869054     96.12    102.39
22.74/5.70	c  N dy   268     54475      1000     20000         0     18355    100000   1357749     96.08    101.14
24.34/6.13	c  N dy   289     59057      1000     20000         0     12963    100000    618563     96.05    105.77
25.94/6.52	c  N dy   315     63156      1000     20000         0     17058    100000   1099267     95.98    101.22
27.53/6.97	c  N dy   341     67258      1000     20000         0     21156    100000   1581761     95.99    101.90
28.74/7.20	c  S st   353     69387      1000     20000         0     12312    100000    428604     96.03     94.73
28.74/7.26	c  S st   353     69891      1000     20000         0     12816    100000    483725     96.03   no data
28.74/7.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.74/7.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.74/7.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.74/7.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.74/7.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.14/7.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.48	c lits-rem:        14  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.17 s
29.54/7.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.54/7.48	c vivif2 --  cl tried    12814 cl shrink        0 lits rem          0 time: 0.01
30.33/7.63	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.33/7.63	c calculated reachability. Time: 0.00
30.33/7.63	c  N dy   353     69891      1000     20000         0     12814    100000    483222     96.03   no data
31.92/8.06	c  N dy   375     74469      1000     20000         0     17381    100000   1015621     95.91    101.76
33.93/8.58	c  N dy   404     79333      1000     20000         0     22241    100000   1587192     95.88    101.52
36.32/9.11	c  N dy   436     84550      1000     20000         0     15465    100000    692717     96.01    101.64
37.12/9.40	c  F st   453     87500      1000     20000         0     18412    100000   1040261     96.00   no data
38.72/9.74	c  N st   458     90799      1000     20000         0     21699    100000   1455017     96.00   no data
41.52/10.41	c  N dy   482     96756      1000     20000         0     14664    100000    482448     95.98    103.25
43.93/11.02	c  N dy   518    102954      1000     20000         0     20856    100000   1221388     96.05    120.59
44.71/11.23	c  S st   531    104837      1000     20000         0     22737    100000   1445285     96.08   no data
45.11/11.30	c  S st   531    105340      1000     20000         0     23240    100000   1495330     96.08   no data
45.11/11.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.11/11.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.11/11.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.11/11.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.11/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.11/11.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.11/11.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.11/11.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.11/11.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.11/14.36	c lits-rem:       157  cl-subs:       39  v-elim:      0  v-fix:    0  time:  2.96 s
57.11/14.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.11/14.38	c vivif2 --  cl tried    23201 cl shrink        0 lits rem          0 time: 0.02
58.29/14.62	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.24
58.29/14.62	c calculated reachability. Time: 0.00
58.29/14.62	c  N dy   531    105340      1000     20000         0     23201    100000   1485853     96.08   no data
61.50/15.46	c  N dy   558    112573      1000     20000         0     16454    100000    585462     95.88    100.94
64.69/16.27	c  N dy   601    119894      1000     20000         0     23762    100000   1448323     95.91    101.54
69.08/17.30	c  N dy   650    127751      1000     20000         0     16632    100000    499303     95.97    101.10
73.07/18.37	c  N dy   691    137430      1000     20000         0     26295    100000   1646019     95.85    103.19
77.46/19.48	c  N dy   742    146239      1000     20000         0     19121    100000    685536     95.85    101.18
82.25/20.61	c  N dy   796    155929      1000     20000         0     28789    100000   1843455     95.88    103.50
83.47/20.90	c  S st   810    158011      1000     20000         0     30868    100000   2096353     95.93   no data
83.47/20.99	c  S st   810    158516      1000     20000         0     31373    100000   2149435     95.93   no data
83.47/21.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.88/21.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.88/21.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.88/21.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.88/21.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.88/21.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.88/21.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.88/21.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.25/21.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.64/28.74	c lits-rem:       401  cl-subs:       49  v-elim:      0  v-fix:    0  time:  7.62 s
114.64/28.74	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
114.64/28.77	c vivif2 --  cl tried    31324 cl shrink        0 lits rem          0 time: 0.03
115.81/29.06	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.29
115.81/29.06	c calculated reachability. Time: 0.00
115.81/29.06	c  N dy   810    158516      1000     20000         0     31324    100000   2137866     95.93   no data
121.00/30.37	c  N dy   871    168822      1000     20000         0     24639    100000   1228651     95.99    101.07
126.99/31.83	c  N dy   935    179657      1000     20000         0     35462    100000   2521143     96.08    101.37
132.58/33.23	c  N dy  1001    191399      1000     20000         0     29218    100000   1678197     96.12    105.24
138.98/34.85	c  N dy  1063    203644      1000     20000         0     22476    100000    749265     96.00    102.08
145.76/36.54	c  N dy  1138    216645      1000     20000         0     35449    100000   2298699     96.07    103.82
152.96/38.36	c  N dy  1214    230584      1000     20000         0     29398    100000   1460506     96.02    101.58
156.96/39.36	c  S st  1255    237774      1000     20000         0     36571    100000   2306323     96.02     91.58
157.36/39.47	c  S st  1255    238277      1000     20000         0     37074    100000   2364920     96.02   no data
157.36/39.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.76/39.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
157.76/39.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.76/39.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.76/39.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.76/39.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
157.76/39.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.76/39.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
157.76/39.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.31/49.49	c lits-rem:       288  cl-subs:       63  v-elim:      0  v-fix:    0  time:  9.88 s
197.31/49.49	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
197.72/49.52	c vivif2 --  cl tried    37011 cl shrink        0 lits rem          0 time: 0.03
198.89/49.85	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
198.89/49.85	c calculated reachability. Time: 0.00
198.89/49.85	c  N dy  1255    238277      1000     20000         0     37011    100000   2350144     96.02   no data
207.29/51.92	c  N dy  1338    254238      1000     20000         0     31980    100000   1652804     95.96    102.38
216.08/54.18	c  N dy  1432    270562      1000     20000         0     26317    100000    877711     95.98    101.38
226.06/56.65	c  N dy  1537    287879      1000     20000         0     43605    100000   2931657     96.04    103.83
236.05/59.13	c  F st  1648    306250      1000     20000         0     38997    100000   2270267     96.05   no data
236.05/59.17	c  N st  1649    306500      1000     20000         0     39246    100000   2301370     96.05   no data
247.23/61.92	c  N dy  1729    326114      1000     20000         0     34859    100000   1662246     96.03    131.33
259.24/64.98	c  N dy  1836    346287      1000     20000         0     30035    100000    980378     96.00    101.36
265.60/66.56	c  S st  1909    357415      1000     20000         0     41145    100000   2305805     96.06     97.89
266.00/66.67	c  S st  1909    357916      1000     20000         0     41646    100000   2356509     96.06   no data
266.00/66.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
266.40/66.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
266.40/66.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
266.40/66.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.40/66.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.40/66.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
266.40/66.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.40/66.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
266.81/66.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.55/78.00	c lits-rem:       296  cl-subs:       51  v-elim:      0  v-fix:    0  time: 11.19 s
311.55/78.00	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
311.55/78.03	c vivif2 --  cl tried    41595 cl shrink        0 lits rem          0 time: 0.03
312.74/78.38	c asymm  cl-useful: 0/18553/20000 lits-rem:0 time: 0.35
312.74/78.38	c calculated reachability. Time: 0.00
312.74/78.38	c  N dy  1909    357916      1000     20000         0     41595    100000   2344082     96.06   no data
325.55/81.57	c  N dy  2027    377992      1000     20000         0     35686    100000   1541233     96.08    101.49
339.10/84.98	c  N dy  2141    398089      1000     20000         0     28790    100000    622612     96.07    101.76
351.91/88.15	c  N dy  2261    418268      1000     20000         0     48942    100000   3041143     96.13    102.53
364.69/91.34	c  N dy  2382    438406      1000     20000         0     41093    100000   1969515     96.16    103.06
378.28/94.78	c  N dy  2494    458410      1000     20000         0     32107    100000    786954     96.18    101.31
391.05/97.94	c  N dy  2602    478496      1000     20000         0     52159    100000   3166361     96.16    112.51
404.24/101.27	c  N dy  2722    498587      1000     20000         0     42261    100000   1894534     96.20    101.89
419.00/104.96	c  N dy  2827    518679      1000     20000         0     31377    100000    480855     96.18    101.83
430.19/107.80	c  S st  2947    536876      1000     20000         0     49538    100000   2657175     96.26   no data
431.01/107.93	c  S st  2947    537381      1000     20000         0     50043    100000   2709111     96.26   no data
431.01/107.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
431.01/107.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
431.01/107.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.01/107.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.01/107.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.01/107.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
431.01/107.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.38/108.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
431.38/108.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.89/124.91	c lits-rem:       453  cl-subs:       52  v-elim:      0  v-fix:    0  time: 16.82 s
498.89/124.91	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
498.89/124.94	c vivif2 --  cl tried    49991 cl shrink        0 lits rem          0 time: 0.03
498.89/124.99	c asymm  cl-useful: 0/1447/20000 lits-rem:0 time: 0.04
498.89/124.99	c calculated reachability. Time: 0.00
498.89/124.99	c  N dy  2947    537381      1000     20000         0     49991    100000   2696508     96.26   no data
515.67/129.17	c  N dy  3057    558280      1000     20000         0     38917    100000   1264185     96.25    102.19
530.46/132.86	c  N dy  3162    578365      1000     20000         0     58973    100000   3646370     96.23    102.55
545.26/136.55	c  N dy  3283    598442      1000     20000         0     46062    100000   2006895     96.26    102.19
561.23/140.59	c  N dy  3396    618518      1000     20000         0     66115    100000   4398847     96.28    104.48
575.20/144.02	c  N dy  3514    638676      1000     20000         0     52289    100000   2653696     96.32    105.52
591.17/148.07	c  N dy  3627    658954      1000     20000         0     37589    100000    773943     96.33    101.68
605.16/151.50	c  N dy  3726    679021      1000     20000         0     57607    100000   3160453     96.31    107.56
621.53/155.61	c  N dy  3850    699023      1000     20000         0     41643    100000   1140673     96.33    112.64
636.31/159.31	c  N dy  3968    719059      1000     20000         0     61648    100000   3520481     96.33    102.39
652.69/163.47	c  N dy  4091    739449      1000     20000         0     45068    100000   1458285     96.36    102.28
667.89/167.25	c  N dy  4196    759534      1000     20000         0     65116    100000   3850386     96.36    103.51
684.25/171.37	c  N dy  4317    779673      1000     20000         0     47293    100000   1595448     96.37    101.52
700.22/175.34	c  N dy  4433    799685      1000     20000         0     67276    100000   3971827     96.37    115.77
706.62/176.98	c  S st  4476    806072      1000     20000         0     73654    100000   4740902     96.39     91.12
707.44/177.17	c  S st  4476    806576      1000     20000         0     74156    100000   4793263     96.39   no data
707.44/177.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
707.84/177.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
707.84/177.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
707.84/177.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
707.84/177.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
707.84/177.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
707.84/177.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
708.21/177.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
708.61/177.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.08/205.81	c lits-rem:       662  cl-subs:      145  v-elim:      0  v-fix:    0  time: 28.36 s
822.08/205.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
822.08/205.88	c vivif2 --  cl tried    74011 cl shrink        0 lits rem          0 time: 0.06
823.66/206.28	c asymm  cl-useful: 0/12801/20000 lits-rem:0 time: 0.41
823.66/206.29	c calculated reachability. Time: 0.00
823.66/206.29	c  N dy  4476    806576      1000     20000         0     74011    100000   4758084     96.39   no data
839.26/210.15	c  N dy  4594    826663      1000     20000         0     55112    100000   2412955     96.42    103.90
857.24/214.61	c  N dy  4706    846798      1000     20000         0     75217    100000   4827910     96.43    101.93
872.79/218.54	c  N dy  4821    866956      1000     20000         0     55410    100000   2358674     96.45    104.30
890.37/222.96	c  N dy  4931    886957      1000     20000         0     75379    100000   4738589     96.45    108.19
906.75/227.07	c  N dy  5043    907235      1000     20000         0     54703    100000   2153555     96.45    101.89
924.72/231.51	c  N dy  5160    927337      1000     20000         0     74768    100000   4552687     96.47    102.11
941.90/235.83	c  N dy  5271    947423      1000     20000         0     52893    100000   1817360     96.46    114.99
959.07/240.13	c  N dy  5383    967516      1000     20000         0     72951    100000   4210199     96.47    104.63
977.85/244.84	c  N dy  5501    987952      1000     20000         0     50423    100000   1427155     96.49    102.86
995.03/249.11	c  N dy  5614   1008004      1000     20000         0     70454    100000   3818445     96.49    103.14
1017.00/254.63	c  N dy  5739   1028074      1000     20000         0     46561    100000    851312     96.51    113.89
1034.98/259.10	c  N dy  5867   1048446      1000     20000         0     66890    100000   3304717     96.55    102.36
1057.35/264.71	c  N dy  5993   1068498      1000     20000         0     86909    100000   5690474     96.57    102.25
1061.35/265.79	c  F st  6010   1071875      1000     20000         0     45359    100000    596138     96.56   no data
1074.53/269.02	c  N dy  6087   1088500      1000     20000         0     61946    100000   2634120     96.57    104.21
1094.12/273.94	c  N dy  6192   1108532      1000     20000         0     81946    100000   5014641     96.56    105.77
1113.28/278.72	c  N dy  6297   1128717      1000     20000         0     56179    100000   1778816     96.55    101.93
1131.66/283.39	c  N dy  6420   1148774      1000     20000         0     76212    100000   4179334     96.56    101.68
1153.63/288.89	c  N dy  6528   1168835      1000     20000         0     49311    100000    842383     96.54    101.70
1170.41/293.01	c  N dy  6646   1188844      1000     20000         0     69282    100000   3232443     96.56    101.82
1191.58/298.32	c  N dy  6767   1208914      1000     20000         0     89314    100000   5640059     96.58    102.61
1192.78/298.61	c  S st  6774   1209866      1000     20000         0     90265    100000   5752675     96.58     89.32
1193.58/298.83	c  S st  6774   1210369      1000     20000         0     90768    100000   5807518     96.58   no data
1193.58/298.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1193.98/298.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1193.98/298.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1193.98/298.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1193.98/298.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1193.98/298.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1193.98/298.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1193.98/298.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1194.78/299.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1354.15/339.02	c lits-rem:       785  cl-subs:      145  v-elim:      0  v-fix:    0  time: 39.87 s
1354.15/339.03	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1354.55/339.10	c vivif2 --  cl tried    90623 cl shrink        0 lits rem          0 time: 0.08
1355.76/339.44	c asymm  cl-useful: 0/7199/20000 lits-rem:0 time: 0.34
1355.76/339.44	c calculated reachability. Time: 0.00
1355.76/339.44	c  N dy  6774   1210369      1000     20000         0     90623    100000   5772944     96.58   no data
1373.73/343.97	c  N dy  6883   1230432      1000     20000         0     62729    100000   2334887     96.59    102.17
1392.93/348.80	c  N dy  6996   1250681      1000     20000         0     82940    100000   4763834     96.60    102.33
1414.47/354.11	c  N dy  7093   1270729      1000     20000         0     54038    100000   1190083     96.58    107.78
1432.05/358.51	c  N dy  7208   1290945      1000     20000         0     74214    100000   3607139     96.58    102.07
1454.02/364.06	c  N dy  7324   1311038      1000     20000         0     94270    100000   5993985     96.59    101.96
1473.19/368.86	c  N dy  7452   1331209      1000     20000         0     64481    100000   2329989     96.61    102.17
1492.76/373.75	c  N dy  7557   1351234      1000     20000         0     84481    100000   4714304     96.61    101.92
1515.94/379.53	c  N dy  7670   1371348      1000     20000         0     53657    100000    921770     96.61    101.71
1533.11/383.90	c  N dy  7786   1391391      1000     20000         0     73676    100000   3321415     96.62    103.15
1555.49/389.46	c  N dy  7901   1411424      1000     20000         0     93676    100000   5695405     96.63    103.52
1577.05/394.81	c  N dy  8007   1431492      1000     20000         0     61797    100000   1775920     96.62    102.19
1597.02/399.83	c  N dy  8125   1451506      1000     20000         0     81786    100000   4166961     96.62    109.88
1621.40/405.91	c  N dy  8229   1471636      1000     20000         0    101877    100000   6573408     96.62    104.93
1640.56/410.71	c  N dy  8347   1491640      1000     20000         0     68944    100000   2546304     96.63    103.47
1661.73/416.04	c  N dy  8460   1512108      1000     20000         0     89394    100000   4995293     96.64    101.96
1686.50/422.28	c  N dy  8566   1532232      1000     20000         0     55568    100000    811742     96.63    102.37
1704.89/426.85	c  N dy  8677   1552412      1000     20000         0     75725    100000   3243743     96.64    102.92
1728.04/432.64	c  N dy  8810   1572416      1000     20000         0     95702    100000   5644596     96.66    102.07
1751.60/438.52	c  N dy  8916   1592453      1000     20000         0     60781    100000   1332690     96.66    128.60
1769.98/443.17	c  N dy  9026   1612554      1000     20000         0     80855    100000   3732594     96.66    102.51
1793.55/449.08	c  N dy  9147   1632638      1000     20000         0    100903    100000   6150304     96.68    103.68
1817.12/454.97	c  N dy  9259   1652755      1000     20000         0     65073    100000   1729424     96.68    101.89
1838.69/460.34	c  N dy  9383   1672885      1000     20000         0     85176    100000   4149704     96.70    101.94
1865.45/467.07	c  N dy  9499   1693056      1000     20000         0    105327    100000   6557156     96.70    104.10
1886.22/472.28	c  S st  9588   1710369      1000     20000         0     65687    100000   1681392     96.70     84.62
1887.02/472.46	c  S st  9588   1710870      1000     20000         0     66187    100000   1732643     96.70   no data
1887.02/472.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1887.42/472.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1887.42/472.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1887.42/472.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1887.42/472.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1887.42/472.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1887.42/472.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1887.42/472.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1887.82/472.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1912.98/478.90	c lits-rem:       232  cl-subs:       27  v-elim:      0  v-fix:    0  time:  6.30 s
1912.98/478.90	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1912.98/478.93	c vivif2 --  cl tried    66160 cl shrink        0 lits rem          0 time: 0.02
1914.59/479.32	c asymm  cl-useful: 0/13828/20000 lits-rem:0 time: 0.39
1914.59/479.32	c calculated reachability. Time: 0.00
1914.59/479.32	c  N dy  9588   1710870      1000     20000         0     66160    100000   1725984     96.70   no data
1935.36/484.52	c  N dy  9707   1730923      1000     20000         0     86169    100000   4143531     96.72    102.62
1960.52/490.86	c  N dy  9822   1751027      1000     20000         0    106235    100000   6551510     96.72    102.22
1984.09/496.78	c  N dy  9939   1771283      1000     20000         0     68540    100000   1935962     96.73    103.27
2004.86/501.96	c  N dy 10047   1791323      1000     20000         0     88544    100000   4333093     96.73    102.38
2030.83/508.47	c  N dy 10166   1811425      1000     20000         0    108610    100000   6741893     96.74    103.49
2053.99/514.29	c  N dy 10288   1831647      1000     20000         0     69901    100000   1978250     96.75    102.35
2075.17/519.59	c  N dy 10408   1851887      1000     20000         0     90108    100000   4405760     96.76    102.45
2101.13/526.04	c  N dy 10522   1872042      1000     20000         0    110231    100000   6829598     96.76    102.88
2125.09/532.02	c  N dy 10643   1892119      1000     20000         0     70380    100000   1929343     96.77    107.59
2145.87/537.28	c  N dy 10760   1912215      1000     20000         0     90445    100000   4335499     96.78    106.78
2172.24/543.88	c  N dy 10887   1932334      1000     20000         0    110507    100000   6747251     96.80    103.19
2196.60/549.97	c  N dy 10999   1952488      1000     20000         0     69736    100000   1737138     96.80    104.18
2217.36/555.11	c  N dy 11108   1972579      1000     20000         0     89799    100000   4129569     96.80    104.11
2242.93/561.52	c  N dy 11226   1992673      1000     20000         0    109860    100000   6541055     96.81    103.17
2270.89/568.58	c  N dy 11346   2012784      1000     20000         0     68041    100000   1430560     96.82    103.73
2291.66/573.78	c  N dy 11465   2032971      1000     20000         0     88203    100000   3852572     96.82    103.75
2317.63/580.28	c  N dy 11591   2053069      1000     20000         0    108282    100000   6255337     96.83    108.28
2346.81/587.51	c  N dy 11720   2073073      1000     20000         0     65358    100000    994076     96.84    115.01
2367.16/592.68	c  N dy 11836   2093211      1000     20000         0     85458    100000   3414691     96.85    102.09
2393.92/599.34	c  N dy 11964   2114607      1000     20000         0    106825    100000   5996337     96.86    102.05
2423.47/606.72	c  N dy 12072   2134616      1000     20000         0    126808    100000   8389515     96.86    103.26
2444.25/611.92	c  N dy 12200   2154716      1000     20000         0     82974    100000   2997850     96.87    102.13
2467.82/617.80	c  N dy 12309   2174723      1000     20000         0    102952    100000   5387133     96.87    102.84
2496.58/625.05	c  N dy 12428   2194986      1000     20000         0    123179    100000   7821822     96.88    103.08
2516.16/629.91	c  S st 12510   2210872      1000     20000         0     74128    100000   1819476     96.88     85.13
2516.55/630.09	c  S st 12510   2211373      1000     20000         0     74629    100000   1870379     96.88   no data
2516.55/630.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2516.95/630.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2516.95/630.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2516.95/630.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2516.95/630.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2516.95/630.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2516.95/630.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2516.95/630.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2517.35/630.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2542.12/636.44	c lits-rem:       198  cl-subs:       55  v-elim:      0  v-fix:    0  time:  6.21 s
2542.12/636.44	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2542.12/636.47	c vivif2 --  cl tried    74574 cl shrink        0 lits rem          0 time: 0.03
2542.91/636.70	c asymm  cl-useful: 0/6172/20000 lits-rem:0 time: 0.23
2543.31/636.70	c calculated reachability. Time: 0.00
2543.31/636.70	c  N dy 12510   2211373      1000     20000         0     74574    100000   1857746     96.88   no data
2565.28/642.21	c  N dy 12632   2231520      1000     20000         0     94691    100000   4288000     96.89    103.91
2591.65/648.88	c  N dy 12750   2251783      1000     20000         0    114920    100000   6712827     96.90    102.62
2622.00/656.40	c  N dy 12880   2271845      1000     20000         0     69053    100000   1100383     96.91    106.46
2642.77/661.68	c  N dy 13001   2292065      1000     20000         0     89244    100000   3536316     96.92    104.18
2669.54/668.35	c  N dy 13118   2312257      1000     20000         0    109408    100000   5942514     96.92    102.68
2703.09/676.73	c  N dy 13257   2332351      1000     20000         0    129462    100000   8370459     96.94    104.40
2726.66/682.64	c  N dy 13371   2352435      1000     20000         0     82630    100000   2623479     96.95    104.17
2751.05/688.72	c  N dy 13494   2372496      1000     20000         0    102645    100000   5052955     96.95    102.51
2780.18/696.01	c  N dy 13602   2392554      1000     20000         0    122655    100000   7477013     96.96    108.71
2807.76/702.99	c  N dy 13711   2412622      1000     20000         0     74812    100000   1563147     96.97    104.75
2830.14/708.53	c  N dy 13823   2433087      1000     20000         0     95251    100000   4035591     96.98    102.20
2857.28/715.35	c  N dy 13959   2453174      1000     20000         0    115304    100000   6476355     97.00    102.59
2889.23/723.37	c  N dy 14076   2473372      1000     20000         0    135461    100000   8904321     97.01    102.27
2911.21/728.88	c  N dy 14183   2493459      1000     20000         0     86633    100000   2862251     97.00    102.17
2936.36/735.18	c  N dy 14302   2513577      1000     20000         0    106726    100000   5284438     97.01    103.79
2966.72/742.74	c  N dy 14425   2533632      1000     20000         0    126748    100000   7697993     97.02    103.47
2997.87/750.58	c  N dy 14552   2553966      1000     20000         0     77160    100000   1620075     97.03    103.16
3021.85/756.50	c  N dy 14664   2573982      1000     20000         0     97144    100000   4026941     97.04    102.78
3049.43/763.43	c  N dy 14779   2594036      1000     20000         0    117174    100000   6414041     97.04    102.88
3082.16/771.62	c  N dy 14893   2614074      1000     20000         0    137185    100000   8831570     97.04    102.80
3108.13/778.16	c  N dy 15014   2634223      1000     20000         0     86406    100000   2645946     97.05    102.55
3133.32/784.42	c  N dy 15127   2654271      1000     20000         0    106414    100000   5048591     97.06    102.63
3162.86/791.82	c  N dy 15243   2674299      1000     20000         0    126404    100000   7446184     97.06    102.41
3196.02/800.14	c  N dy 15367   2694570      1000     20000         0     74767    100000   1114217     97.07    102.56
3214.38/804.71	c  S st 15462   2711373      1000     20000         0     91541    100000   3132321     97.07     97.63
3215.18/804.94	c  S st 15462   2711873      1000     20000         0     92041    100000   3190571     97.07   no data
3215.18/804.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3215.58/805.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3215.58/805.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3215.58/805.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3215.58/805.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3215.58/805.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3215.58/805.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3215.58/805.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3215.99/805.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3265.14/817.47	c lits-rem:       287  cl-subs:       61  v-elim:      0  v-fix:    0  time: 12.31 s
3265.14/817.47	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3265.52/817.51	c vivif2 --  cl tried    91980 cl shrink        0 lits rem          0 time: 0.04
3267.11/817.92	c asymm  cl-useful: 0/10834/20000 lits-rem:0 time: 0.41
3267.11/817.93	c calculated reachability. Time: 0.00
3267.11/817.93	c  N dy 15462   2711873      1000     20000         0     91980    100000   3176304     97.07   no data
3293.47/824.52	c  N dy 15577   2732025      1000     20000         0    112101    100000   5595896     97.08    102.39
3324.64/832.31	c  N dy 15696   2752100      1000     20000         0    132157    100000   8014284     97.08    102.38
3354.99/839.92	c  N dy 15805   2772422      1000     20000         0     79564    100000   1587336     97.08    102.38
3377.76/845.65	c  N dy 15916   2792462      1000     20000         0     99557    100000   4002928     97.09    103.66
3405.33/852.54	c  N dy 16027   2812565      1000     20000         0    119625    100000   6435836     97.09    103.49
3438.47/860.80	c  N dy 16148   2832615      1000     20000         0    139650    100000   8848500     97.09    102.71
3465.63/867.63	c  N dy 16265   2852672      1000     20000         0     85783    100000   2230947     97.10    110.68
3490.40/873.80	c  N dy 16380   2872752      1000     20000         0    105826    100000   4641686     97.10    104.30
3522.75/881.98	c  N dy 16508   2893277      1000     20000         0    126315    100000   7125902     97.11    104.25
3558.71/890.91	c  N dy 16616   2913783      1000     20000         0    146790    100000   9589395     97.11    103.88
3584.67/897.46	c  N dy 16735   2934355      1000     20000         0     92454    100000   2913921     97.12    102.75
3611.44/904.17	c  N dy 16854   2954547      1000     20000         0    112615    100000   5338153     97.12    102.40
3643.39/912.10	c  N dy 16983   2974582      1000     20000         0    132614    100000   7756818     97.14    103.20
3678.53/920.97	c  N dy 17090   2994707      1000     20000         0     76838    100000    924623     97.14    102.52
3700.90/926.53	c  N dy 17203   3014794      1000     20000         0     96901    100000   3345095     97.14    102.27
3727.67/933.30	c  N dy 17316   3034920      1000     20000         0    117003    100000   5755378     97.14    103.33
3759.63/941.28	c  N dy 17430   3054968      1000     20000         0    137021    100000   8156922     97.14    123.43
3794.78/950.05	c  N dy 17557   3075033      1000     20000         0     80168    100000   1222684     97.15    102.46
3818.77/956.02	c  N dy 17687   3095588      1000     20000         0    100682    100000   3731694     97.17    102.62
3848.31/963.41	c  N dy 17812   3115732      1000     20000         0    120792    100000   6161436     97.18    103.65
3883.45/972.27	c  N dy 17920   3136089      1000     20000         0    141122    100000   8602701     97.18    103.02
3919.43/981.30	c  N dy 18034   3156144      1000     20000         0     83273    100000   1488058     97.18    106.28
3946.97/988.11	c  N dy 18150   3176207      1000     20000         0    103304    100000   3917169     97.19    102.48
3979.33/996.28	c  N dy 18269   3196297      1000     20000         0    123351    100000   6327695     97.19    105.93
4008.48/1003.53	c  S st 18360   3211873      1000     20000         0    138895    100000   8200563     97.20   no data
4010.08/1003.91	c  S st 18360   3212376      1000     20000         0    139397    100000   8252733     97.20   no data
4010.08/1003.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4010.48/1004.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
4010.48/1004.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4010.48/1004.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4010.48/1004.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4010.48/1004.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4010.48/1004.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4010.88/1004.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4012.10/1004.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4268.53/1068.65	c lits-rem:       815  cl-subs:      220  v-elim:      0  v-fix:    0  time: 64.23 s
4268.53/1068.66	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4268.93/1068.76	c vivif2 --  cl tried   139177 cl shrink        0 lits rem          0 time: 0.11
4270.94/1069.24	c asymm  cl-useful: 0/6703/20000 lits-rem:0 time: 0.48
4270.94/1069.25	c calculated reachability. Time: 0.00
4270.94/1069.25	c  N dy 18360   3212376      1000     20000         0    139177    100000   8200138     97.20   no data
4307.27/1078.31	c  N dy 18457   3232898      1000     20000         0     80803    100000   1071419     97.19    102.80
4330.05/1084.07	c  N dy 18562   3252948      1000     20000         0    100827    100000   3466802     97.19    103.32
4358.00/1091.00	c  N dy 18666   3272999      1000     20000         0    120844    100000   5869105     97.19    102.38
4390.35/1099.14	c  N dy 18756   3293219      1000     20000         0    141032    100000   8277184     97.18    104.53
4430.31/1109.10	c  N dy 18864   3313566      1000     20000         0     81481    100000   1040305     97.18    104.61
4455.49/1115.47	c  N dy 18990   3333616      1000     20000         0    101498    100000   3456446     97.19    102.75
4486.25/1123.16	c  N dy 19107   3353996      1000     20000         0    121843    100000   5901544     97.19    103.45
4523.38/1132.40	c  N dy 19220   3374343      1000     20000         0    142146    100000   8339844     97.19    102.96
4563.31/1142.48	c  N dy 19341   3394418      1000     20000         0     81325    100000    914209     97.20    116.25
4587.30/1148.41	c  N dy 19450   3414658      1000     20000         0    101532    100000   3333690     97.20    102.37
4615.65/1155.56	c  N dy 19569   3434733      1000     20000         0    121583    100000   5762773     97.21    118.35
4649.60/1164.06	c  N dy 19684   3454792      1000     20000         0    141610    100000   8180879     97.21    117.89
4687.55/1173.59	c  N dy 19794   3474827      1000     20000         0    161619    100000  10582785     97.21    102.77
4713.11/1179.95	c  N dy 19902   3494886      1000     20000         0     99779    100000   3009533     97.21    103.94
4740.68/1186.89	c  N dy 20015   3514930      1000     20000         0    119786    100000   5412035     97.22    102.45
4773.83/1195.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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.98 7.95 6.03 5/180 7046
/proc/meminfo: memFree=14295452/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 514599343 52441088 352 33554432000 4194304 4627427 140737068632576 18446744073709551615 251814240187 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 12803 352 303 106 0 7774 0
[pid=7046/tid=7047] ppid=7044 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514599343 52441088 352 33554432000 4194304 4627427 140737068632576 18446744073709551615 46952440924076 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514599343 52441088 352 33554432000 4194304 4627427 140737068632576 18446744073709551615 251809287254 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514599343 52441088 352 33554432000 4194304 4627427 140737068632576 18446744073709551615 46952440924082 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106771 s]
/proc/loadavg: 7.98 7.95 6.03 5/180 7046
/proc/meminfo: memFree=14295452/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=283608 CPUtime=0.4 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 3170 0 0 0 40 0 0 0 25 0 4 0 514599343 290414592 3087 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 70902 3087 363 106 0 65873 0
[pid=7046/tid=7047] ppid=7044 vsize=283608 CPUtime=0.1 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 645 0 0 0 10 0 0 0 25 0 4 0 514599343 290414592 3087 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=283608 CPUtime=0.09 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 648 0 0 0 9 0 0 0 25 0 4 0 514599343 290414592 3087 33554432000 4194304 4627427 140737068632576 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=283608 CPUtime=0.09 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 804 0 0 0 9 0 0 0 25 0 4 0 514599343 290414592 3087 33554432000 4194304 4627427 140737068632576 18446744073709551615 4329943 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 283608

[startup+0.200758 s]
/proc/loadavg: 7.98 7.95 6.03 5/180 7046
/proc/meminfo: memFree=14295452/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=289008 CPUtime=0.77 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 7328 0 0 0 76 1 0 0 25 0 4 0 514599343 295944192 6221 33554432000 4194304 4627427 140737068632576 18446744073709551615 4332937 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 72252 6222 384 106 0 67223 0
[pid=7046/tid=7047] ppid=7044 vsize=289008 CPUtime=0.19 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 1927 0 0 0 19 0 0 0 25 0 4 0 514599343 295944192 6222 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=289008 CPUtime=0.18 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 1990 0 0 0 18 0 0 0 25 0 4 0 514599343 295944192 6222 33554432000 4194304 4627427 140737068632576 18446744073709551615 4330960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=289008 CPUtime=0.19 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 995 0 0 0 19 0 0 0 25 0 4 0 514599343 295944192 6222 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 289008

[startup+0.300741 s]
/proc/loadavg: 7.98 7.95 6.03 5/180 7046
/proc/meminfo: memFree=14295452/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=289008 CPUtime=1.17 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 8125 0 0 0 116 1 0 0 25 0 4 0 514599343 295944192 7018 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 72252 7018 384 106 0 67223 0
[pid=7046/tid=7047] ppid=7044 vsize=289008 CPUtime=0.29 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 2128 0 0 0 29 0 0 0 25 0 4 0 514599343 295944192 7018 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=289008 CPUtime=0.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 2180 0 0 0 28 0 0 0 25 0 4 0 514599343 295944192 7018 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=289008 CPUtime=0.29 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 1211 0 0 0 29 0 0 0 25 0 4 0 514599343 295944192 7019 33554432000 4194304 4627427 140737068632576 18446744073709551615 4321841 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 289008

[startup+0.700673 s]
/proc/loadavg: 7.98 7.95 6.03 5/180 7046
/proc/meminfo: memFree=14295452/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=294748 CPUtime=2.77 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 12117 0 0 0 275 2 0 0 25 0 4 0 514599343 301821952 7917 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309173 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 73687 7917 385 106 0 68658 0
[pid=7046/tid=7047] ppid=7044 vsize=294748 CPUtime=0.69 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 3117 0 0 0 69 0 0 0 25 0 4 0 514599343 301821952 7917 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=294748 CPUtime=0.68 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 3149 0 0 0 68 0 0 0 25 0 4 0 514599343 301821952 7917 33554432000 4194304 4627427 140737068632576 18446744073709551615 251813937241 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=294748 CPUtime=0.68 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 2264 0 0 0 68 0 0 0 25 0 4 0 514599343 301821952 7917 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 294748

[startup+1.50054 s]
/proc/loadavg: 7.98 7.95 6.04 9/184 7050
/proc/meminfo: memFree=14256232/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=296432 CPUtime=5.97 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 20313 0 0 0 593 4 0 0 25 0 4 0 514599343 303546368 7337 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309284 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 74108 7337 385 106 0 69079 0
[pid=7046/tid=7047] ppid=7044 vsize=296432 CPUtime=1.48 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 5199 0 0 0 148 0 0 0 25 0 4 0 514599343 303546368 7337 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308231 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=296432 CPUtime=1.48 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 5190 0 0 0 147 1 0 0 25 0 4 0 514599343 303546368 7337 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=296432 CPUtime=1.47 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 4332 0 0 0 147 0 0 0 25 0 4 0 514599343 303546368 7337 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296432

[startup+3.10027 s]
/proc/loadavg: 7.98 7.95 6.04 9/184 7050
/proc/meminfo: memFree=14251148/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=315228 CPUtime=12.36 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 36098 0 0 0 1230 6 0 0 25 0 4 0 514599343 322793472 13251 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 78807 13252 389 106 0 73778 0
[pid=7046/tid=7047] ppid=7044 vsize=315228 CPUtime=3.09 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 8320 0 0 0 308 1 0 0 25 0 4 0 514599343 322793472 13252 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=315228 CPUtime=3.09 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 8346 0 0 0 307 2 0 0 25 0 4 0 514599343 322793472 13252 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=315228 CPUtime=3.07 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 7535 0 0 0 307 0 0 0 25 0 4 0 514599343 322793472 13252 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 315228

[startup+6.30073 s]
/proc/loadavg: 7.98 7.95 6.05 9/184 7050
/proc/meminfo: memFree=14180268/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=316868 CPUtime=25.14 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 63895 0 0 0 2502 12 0 0 25 0 4 0 514599343 324472832 30314 33554432000 4194304 4627427 140737068632576 18446744073709551615 4330943 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 79217 30314 389 106 0 74188 0
[pid=7046/tid=7047] ppid=7044 vsize=316868 CPUtime=6.29 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 15253 0 0 0 626 3 0 0 25 0 4 0 514599343 324472832 30314 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=316868 CPUtime=6.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 15834 0 0 0 625 3 0 0 25 0 4 0 514599343 324472832 30314 33554432000 4194304 4627427 140737068632576 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=316868 CPUtime=6.25 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 15796 0 0 0 623 2 0 0 25 0 4 0 514599343 324472832 30314 33554432000 4194304 4627427 140737068632576 18446744073709551615 4321477 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 316868

[startup+12.7007 s]
/proc/loadavg: 7.98 7.95 6.06 9/184 7050
/proc/meminfo: memFree=14068940/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=318984 CPUtime=50.7 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 106467 0 0 0 5050 20 0 0 25 0 4 0 514599343 326639616 48992 33554432000 4194304 4627427 140737068632576 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 79746 48992 389 106 0 74717 0
[pid=7046/tid=7047] ppid=7044 vsize=318984 CPUtime=12.69 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 26058 0 0 0 1265 4 0 0 25 0 4 0 514599343 326639616 48992 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=318984 CPUtime=12.68 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 25939 0 0 0 1263 5 0 0 25 0 4 0 514599343 326639616 48992 33554432000 4194304 4627427 140737068632576 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=318984 CPUtime=12.62 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 25540 0 0 0 1258 4 0 0 25 0 4 0 514599343 326639616 48992 33554432000 4194304 4627427 140737068632576 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 318984

[startup+25.5005 s]
/proc/loadavg: 7.98 7.95 6.09 9/184 7051
/proc/meminfo: memFree=14016092/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=359044 CPUtime=101.82 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 150239 0 0 0 10153 29 0 0 25 0 4 0 514599343 367661056 64651 33554432000 4194304 4627427 140737068632576 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 89761 64651 389 106 0 84732 0
[pid=7046/tid=7047] ppid=7044 vsize=359044 CPUtime=25.49 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 34418 0 0 0 2543 6 0 0 25 0 4 0 514599343 367661056 64651 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=359044 CPUtime=25.48 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 37265 0 0 0 2539 9 0 0 25 0 4 0 514599343 367661056 64651 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308141 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=359044 CPUtime=25.35 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 39476 0 0 0 2528 7 0 0 25 0 4 0 514599343 367661056 64651 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 359044

[startup+51.1012 s]
/proc/loadavg: 7.99 7.95 6.14 9/184 7051
/proc/meminfo: memFree=13906380/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=524564 CPUtime=204.09 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 222537 0 0 0 20363 46 0 0 25 0 4 0 514599343 537153536 78380 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 131141 78380 392 106 0 126112 0
[pid=7046/tid=7047] ppid=7044 vsize=524564 CPUtime=51.09 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 60802 0 0 0 5097 12 0 0 25 0 4 0 514599343 537153536 78380 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=524564 CPUtime=51.08 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 54699 0 0 0 5096 12 0 0 25 0 4 0 514599343 537153536 78380 33554432000 4194304 4627427 140737068632576 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=524564 CPUtime=50.82 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 63708 0 0 0 5069 13 0 0 25 0 4 0 514599343 537153536 78381 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 524564

[startup+102.301 s]
/proc/loadavg: 7.99 7.96 6.24 9/184 7053
/proc/meminfo: memFree=13862716/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=504544 CPUtime=408.63 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 351630 0 0 0 40785 78 0 0 25 0 4 0 514599343 516653056 89547 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 126136 89547 392 106 0 121107 0
[pid=7046/tid=7047] ppid=7044 vsize=504544 CPUtime=102.29 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 102599 0 0 0 10207 22 0 0 25 0 4 0 514599343 516653056 89547 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=504544 CPUtime=102.29 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 84826 0 0 0 10209 20 0 0 25 0 4 0 514599343 516653056 89547 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=504544 CPUtime=101.74 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 106058 0 0 0 10150 24 0 0 25 0 4 0 514599343 516653056 89547 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 504544

[startup+162.3 s]

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

[pid=7046] ppid=7044 vsize=1018292 CPUtime=2565.68 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1262159 0 0 0 256219 349 0 0 25 0 4 0 514599343 1042731008 184492 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 254573 184492 399 106 0 249544 0
[pid=7046/tid=7047] ppid=7044 vsize=1018292 CPUtime=642.28 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 366390 0 0 0 64131 97 0 0 25 0 4 0 514599343 1042731008 184492 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1018292 CPUtime=642.27 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 331680 0 0 0 64132 95 0 0 25 0 4 0 514599343 1042731008 184492 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1018292 CPUtime=638.89 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 342017 0 0 0 63794 95 0 0 25 0 4 0 514599343 1042731008 184492 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 1018292

[startup+702.301 s]
/proc/loadavg: 8.13 8.05 7.08 9/184 7100
/proc/meminfo: memFree=13884992/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=980036 CPUtime=2805.35 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1336200 0 0 0 280160 375 0 0 25 0 4 0 514599343 1003556864 186507 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 245009 186507 399 106 0 239980 0
[pid=7046/tid=7047] ppid=7044 vsize=980036 CPUtime=702.28 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 389940 0 0 0 70123 105 0 0 25 0 4 0 514599343 1003556864 186507 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=980036 CPUtime=702.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 340664 0 0 0 70130 98 0 0 25 0 4 0 514599343 1003556864 186507 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=980036 CPUtime=698.56 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 363786 0 0 0 69755 101 0 0 25 0 4 0 514599343 1003556864 186507 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 980036

[startup+762.301 s]
/proc/loadavg: 8.15 8.07 7.15 9/184 7101
/proc/meminfo: memFree=13855676/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1087048 CPUtime=3045.03 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1418887 0 0 0 304098 405 0 0 25 0 4 0 514599343 1113137152 189598 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 271762 189598 399 106 0 266733 0
[pid=7046/tid=7047] ppid=7044 vsize=1087048 CPUtime=762.28 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 412907 0 0 0 76115 113 0 0 25 0 4 0 514599343 1113137152 189598 33554432000 4194304 4627427 140737068632576 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1087048 CPUtime=762.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 362418 0 0 0 76122 106 0 0 25 0 4 0 514599343 1113137152 189598 33554432000 4194304 4627427 140737068632576 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1087048 CPUtime=758.24 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 382936 0 0 0 75716 108 0 0 25 0 4 0 514599343 1113137152 189598 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1087048

[startup+822.3 s]
/proc/loadavg: 8.15 8.08 7.21 9/184 7103
/proc/meminfo: memFree=13731372/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1115320 CPUtime=3284.69 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1492591 0 0 0 328036 433 0 0 25 0 4 0 514599343 1142087680 196291 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 278830 196291 399 106 0 273801 0
[pid=7046/tid=7047] ppid=7044 vsize=1115320 CPUtime=822.28 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 431364 0 0 0 82108 120 0 0 25 0 4 0 514599343 1142087680 196291 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1115320 CPUtime=822.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 385478 0 0 0 82112 116 0 0 25 0 4 0 514599343 1142087680 196291 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1115320 CPUtime=817.92 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 400094 0 0 0 81679 113 0 0 25 0 4 0 514599343 1142087680 196291 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 1115320

[startup+882.306 s]
/proc/loadavg: 8.05 8.07 7.26 9/184 7104
/proc/meminfo: memFree=13723508/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1172828 CPUtime=3524.38 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1568818 0 0 0 351975 463 0 0 25 0 4 0 514599343 1200975872 197680 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 293207 197681 399 106 0 288178 0
[pid=7046/tid=7047] ppid=7044 vsize=1172828 CPUtime=882.28 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 453847 0 0 0 88100 128 0 0 25 0 4 0 514599343 1200975872 197681 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1172828 CPUtime=882.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 401255 0 0 0 88105 123 0 0 25 0 4 0 514599343 1200975872 197681 33554432000 4194304 4627427 140737068632576 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1172828 CPUtime=877.6 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 422155 0 0 0 87637 123 0 0 25 0 4 0 514599343 1200975872 197681 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 1172828

[startup+942.3 s]
/proc/loadavg: 8.09 8.07 7.30 9/184 7106
/proc/meminfo: memFree=13663556/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1174736 CPUtime=3764.03 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1641898 0 0 0 375914 489 0 0 25 0 4 0 514599343 1202929664 207630 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 293684 207630 399 106 0 288655 0
[pid=7046/tid=7047] ppid=7044 vsize=1174736 CPUtime=942.01 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 475834 0 0 0 94064 137 0 0 25 0 4 0 514599343 1202929664 207630 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1174736 CPUtime=942.27 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 415273 0 0 0 94101 126 0 0 25 0 4 0 514599343 1202929664 207630 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1174736 CPUtime=937.54 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 444149 0 0 0 93623 131 0 0 25 0 4 0 514599343 1202929664 207631 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.03
Current children cumulated vsize (KiB) 1174736

[startup+1002.3 s]
/proc/loadavg: 8.10 8.07 7.35 9/184 7108
/proc/meminfo: memFree=13408324/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1308844 CPUtime=4003.69 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1736960 0 0 0 399853 516 0 0 25 0 4 0 514599343 1340256256 256725 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 327211 256725 392 106 0 322182 0
[pid=7046/tid=7047] ppid=7044 vsize=1308844 CPUtime=1001.68 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 509282 0 0 0 100025 143 0 0 25 0 4 0 514599343 1340256256 256725 33554432000 4194304 4627427 140737068632576 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1308844 CPUtime=1002.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 432609 0 0 0 100093 135 0 0 25 0 4 0 514599343 1340256256 256725 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1308844 CPUtime=997.54 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 474509 0 0 0 99617 137 0 0 25 0 4 0 514599343 1340256256 256725 33554432000 4194304 4627427 140737068632576 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1308844

[startup+1062.3 s]
/proc/loadavg: 8.15 8.08 7.40 9/184 7109
/proc/meminfo: memFree=13415072/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1288584 CPUtime=4243.36 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1777074 0 0 0 423803 533 0 0 25 0 4 0 514599343 1319510016 248208 33554432000 4194304 4627427 140737068632576 18446744073709551615 4427693 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 322146 248208 392 106 0 317117 0
[pid=7046/tid=7047] ppid=7044 vsize=1288584 CPUtime=1061.36 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 520170 0 0 0 105988 148 0 0 25 0 4 0 514599343 1319510016 248208 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1288584 CPUtime=1062.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 453010 0 0 0 106082 146 0 0 25 0 4 0 514599343 1319510016 248208 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1288584 CPUtime=1057.54 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 478562 0 0 0 105616 138 0 0 25 0 4 0 514599343 1319510016 248208 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 1288584

[startup+1122.3 s]
/proc/loadavg: 8.16 8.10 7.44 9/184 7111
/proc/meminfo: memFree=13350500/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1370228 CPUtime=4483.04 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1856655 0 0 0 447743 561 0 0 25 0 4 0 514599343 1403113472 268745 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 342557 268745 392 106 0 337528 0
[pid=7046/tid=7047] ppid=7044 vsize=1370228 CPUtime=1121.02 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 541102 0 0 0 111947 155 0 0 25 0 4 0 514599343 1403113472 268745 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1370228 CPUtime=1122.27 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 474069 0 0 0 112077 150 0 0 25 0 4 0 514599343 1403113472 268745 33554432000 4194304 4627427 140737068632576 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1370228 CPUtime=1117.54 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 497970 0 0 0 111608 146 0 0 25 0 4 0 514599343 1403113472 268745 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 1370228

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 7.48 9/184 7112
/proc/meminfo: memFree=13368920/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1301404 CPUtime=4722.69 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1916343 0 0 0 471683 586 0 0 25 0 4 0 514599343 1332637696 255715 33554432000 4194304 4627427 140737068632576 18446744073709551615 4332436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 325351 255715 392 106 0 320322 0
[pid=7046/tid=7047] ppid=7044 vsize=1301404 CPUtime=1180.71 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 561951 0 0 0 117906 165 0 0 25 0 4 0 514599343 1332637696 255715 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1301404 CPUtime=1182.28 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 478471 0 0 0 118076 152 0 0 25 0 4 0 514599343 1332637696 255715 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1301404 CPUtime=1177.54 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 518928 0 0 0 117598 156 0 0 25 0 4 0 514599343 1332637696 255715 33554432000 4194304 4627427 140737068632576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 1301404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.15 8.10 7.50 9/184 7113
/proc/meminfo: memFree=13340504/32950928 swapFree=67111528/67111528
[pid=7046] ppid=7044 vsize=1301272 CPUtime=4800.21 cores=0,2,4,6
/proc/7046/stat : 7046 (strangenight2-m) R 7044 7046 6848 0 -1 4202496 1942335 0 0 0 479427 594 0 0 25 0 4 0 514599343 1332502528 258735 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7046/statm: 325318 258735 392 106 0 320289 0
[pid=7046/tid=7047] ppid=7044 vsize=1301272 CPUtime=1199.99 cores=0,2,4,6
/proc/7046/task/7047/stat : 7047 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 568557 0 0 0 119833 166 0 0 25 0 4 0 514599343 1332502528 258737 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7046/tid=7048] ppid=7044 vsize=1301272 CPUtime=1201.68 cores=0,2,4,6
/proc/7046/task/7048/stat : 7048 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 484748 0 0 0 120014 154 0 0 25 0 4 0 514599343 1332502528 258737 33554432000 4194304 4627427 140737068632576 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7046/tid=7049] ppid=7044 vsize=1301272 CPUtime=1196.95 cores=0,2,4,6
/proc/7046/task/7049/stat : 7049 (strangenight2-m) R 7044 7046 6848 0 -1 4202560 526359 0 0 0 119537 158 0 0 25 0 4 0 514599343 1332502528 258737 33554432000 4194304 4627427 140737068632576 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 1301272

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.28
CPU user time (s): 4794.29
CPU system time (s): 5.99009
CPU usage (%): 399.438
Max. virtual memory (cumulated for all children) (KiB): 1371432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.29
system time used= 5.99009
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1942343
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= 1734
involuntary context switches= 21570

runsolver used 1.93571 second user time and 4.50232 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 00:33:26
IDJOB=3173702
IDBENCH=82520
IDSOLVER=1586
FILE ID=node126/3173702-1304030006
RUNJOBID= node126-1304028687-6867
PBS_JOBID= 13170326
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= c78d6e1455a357419b7ce124c081a6ba
RANDOM SEED=1244507841

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14295740 kB
Buffers:       1839176 kB
Cached:       15250504 kB
SwapCached:          0 kB
Active:        7530116 kB
Inactive:     10541228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14295740 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6288 kB
Writeback:           0 kB
AnonPages:      981248 kB
Mapped:          15492 kB
Slab:           519064 kB
PageTables:       6416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1373348 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= 71584 MiB
End job on node126 at 2011-04-29 00:53:30