Trace number 3173730

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.31 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S72635791-098-UNKNOWN.cnf
MD5SUM93976db0d99d3daab756f06103f77642
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.9885
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-3173730-1304030142.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.37/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.37/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.37/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.37/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.37/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.37/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.37/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     475 undec:      47 neg:     478
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
3.17/0.80	c  N dy    20      4103      1000     20000         0      4087    100000    500951     97.07    102.78
3.17/0.80	c  N dy    40      8124      1000     20000         0      5612    100000    494079     95.31    103.71
3.98/1.10	c  N dy    66     12237      1000     20000         0      5480    100000    331767     95.54    103.39
5.15/1.35	c  N dy    88     16274      1000     20000         0      9512    100000    799046     94.78    100.59
6.36/1.62	c  N dy   112     20350      1000     20000         0      7968    100000    484169     95.04    100.82
7.55/1.95	c  N dy   135     24363      1000     20000         0     11970    100000    948434     94.78    102.00
7.96/2.01	c  F st   141     25001      1000     20000         0     12606    100000   1024245     94.87   no data
9.55/2.43	c  N dy   147     30000      1000     20000         0     10789    100000    735114     94.87   no data
9.55/2.43	c  S st   147     30000      1000     20000         0     10789    100000    735114     94.87   no data
9.55/2.48	c  S st   147     30504      1000     20000         0     11293    100000    785206     94.87   no data
9.55/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.95/2.50	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.98	c lits-rem:       380  cl-subs:       80  v-elim:      0  v-fix:    0  time:  0.43 s
12.35/3.10	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
12.35/3.10	c calculated reachability. Time: 0.00
12.35/3.10	c  N dy   147     30504      1000     20000         0     11213    100000    766588     94.87   no data
13.54/3.47	c  N dy   171     34559      1000     20000         0     15259    100000   1242770     95.15    102.19
15.14/3.87	c  N dy   194     38966      1000     20000         0     11772    100000    703386     95.29    100.90
16.74/4.26	c  N dy   217     43024      1000     20000         0     15827    100000   1184310     95.37    100.80
17.94/4.55	c  S st   239     45756      1000     20000         0      9612    100000    328980     95.68     97.31
18.34/4.61	c  S st   239     46262      1000     20000         0     10118    100000    383192     95.68   no data
18.34/4.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.34/4.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.34/4.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.34/4.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.34/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.34/4.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.34/4.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.34/4.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.34/4.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.75	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.11 s
18.74/4.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.74/4.76	c vivif2 --  cl tried    10115 cl shrink        0 lits rem          0 time: 0.00
19.14/4.88	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.14/4.88	c calculated reachability. Time: 0.00
19.14/4.88	c  N dy   239     46262      1000     20000         0     10115    100000    382503     95.68   no data
20.74/5.26	c  N dy   263     50339      1000     20000         0     14186    100000    867496     95.70    100.81
22.33/5.68	c  N dy   289     54642      1000     20000         0     18483    100000   1369140     95.64    102.65
23.94/6.07	c  N dy   314     58680      1000     20000         0     12557    100000    560393     95.69    101.97
25.53/6.45	c  N dy   339     62760      1000     20000         0     16632    100000   1047341     95.76    101.25
27.52/6.90	c  N dy   363     66916      1000     20000         0     20783    100000   1541624     95.74    102.04
28.33/7.17	c  S st   380     69395      1000     20000         0     12285    100000    422123     95.82    100.10
28.73/7.23	c  S st   380     69899      1000     20000         0     12789    100000    472225     95.82   no data
28.73/7.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.73/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.73/7.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.73/7.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.73/7.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.73/7.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.73/7.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.73/7.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.73/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.52/7.47	c lits-rem:        39  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.20 s
29.52/7.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.52/7.48	c vivif2 --  cl tried    12787 cl shrink        0 lits rem          0 time: 0.01
30.34/7.62	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.34/7.62	c calculated reachability. Time: 0.00
30.34/7.62	c  N dy   380     69899      1000     20000         0     12787    100000    471686     95.82   no data
31.92/8.06	c  N dy   402     74460      1000     20000         0     17337    100000   1006593     95.79    103.53
33.92/8.58	c  N dy   429     79298      1000     20000         0     22171    100000   1574828     95.71    100.82
36.30/9.13	c  N dy   461     84723      1000     20000         0     15616    100000    703057     95.81    101.31
37.51/9.42	c  F st   478     87502      1000     20000         0     18391    100000   1030533     95.81   no data
38.71/9.77	c  N st   483     90803      1000     20000         0     21678    100000   1445869     95.81   no data
41.50/10.44	c  N dy   507     96724      1000     20000         0     14616    100000    478609     95.81    101.03
43.92/11.05	c  N dy   541    103032      1000     20000         0     20912    100000   1222328     95.76    101.61
44.69/11.24	c  S st   552    104849      1000     20000         0     22725    100000   1439308     95.80   no data
45.10/11.32	c  S st   552    105352      1000     20000         0     23228    100000   1495387     95.80   no data
45.10/11.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.10/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.10/11.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.10/11.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.10/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.10/11.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.10/11.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.10/11.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.49/11.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.48/14.45	c lits-rem:       171  cl-subs:       25  v-elim:      0  v-fix:    0  time:  3.03 s
57.48/14.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.48/14.47	c vivif2 --  cl tried    23203 cl shrink        0 lits rem          0 time: 0.02
58.68/14.71	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.24
58.68/14.71	c calculated reachability. Time: 0.00
58.68/14.71	c  N dy   552    105352      1000     20000         0     23203    100000   1489211     95.80   no data
61.88/15.52	c  N dy   587    112141      1000     20000         0     16007    100000    526579     95.76    101.43
65.07/16.32	c  N dy   620    119617      1000     20000         0     23475    100000   1404076     95.62    100.89
69.06/17.31	c  N dy   667    127380      1000     20000         0     16254    100000    449573     95.67    103.57
72.66/18.23	c  N dy   716    135515      1000     20000         0     24382    100000   1407023     95.66    108.34
77.05/19.36	c  N dy   758    144259      1000     20000         0     17129    100000    445317     95.57    110.09
81.44/20.43	c  N dy   816    153538      1000     20000         0     26392    100000   1547268     95.69    102.50
83.84/21.01	c  S st   847    158028      1000     20000         0     30877    100000   2080530     95.71   no data
84.24/21.10	c  S st   847    158533      1000     20000         0     31382    100000   2135597     95.71   no data
84.24/21.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.24/21.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
84.24/21.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.24/21.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.24/21.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.24/21.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
84.24/21.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.24/21.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.65/21.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.00/29.34	c lits-rem:       271  cl-subs:       57  v-elim:      0  v-fix:    0  time:  8.11 s
117.00/29.34	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
117.00/29.36	c vivif2 --  cl tried    31325 cl shrink        0 lits rem          0 time: 0.03
118.22/29.68	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
118.22/29.68	c calculated reachability. Time: 0.00
118.22/29.68	c  N dy   847    158533      1000     20000         0     31325    100000   2121512     95.71   no data
123.39/30.97	c  N dy   896    168844      1000     20000         0     24652    100000   1225305     95.61    102.19
129.39/32.47	c  N dy   970    179911      1000     20000         0     35701    100000   2549643     95.77    100.93
134.98/33.86	c  N dy  1041    191588      1000     20000         0     29378    100000   1666366     95.84    101.34
141.76/35.55	c  N dy  1117    203877      1000     20000         0     22677    100000    770365     95.92    102.17
148.56/37.25	c  N dy  1185    217150      1000     20000         0     35935    100000   2349596     95.88    102.78
155.75/39.07	c  N dy  1270    231088      1000     20000         0     29878    100000   1516430     95.91    101.44
159.74/40.02	c  S st  1307    237799      1000     20000         0     36579    100000   2317630     95.95   no data
160.14/40.12	c  S st  1307    238300      1000     20000         0     37079    100000   2371006     95.95   no data
160.14/40.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.14/40.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
160.14/40.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.14/40.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.14/40.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.14/40.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
160.14/40.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.14/40.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
160.54/40.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
202.48/50.72	c lits-rem:       273  cl-subs:       49  v-elim:      0  v-fix:    0  time: 10.46 s
202.48/50.72	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
202.48/50.75	c vivif2 --  cl tried    37030 cl shrink        0 lits rem          0 time: 0.03
203.68/51.08	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
203.68/51.09	c calculated reachability. Time: 0.00
203.68/51.09	c  N dy  1307    238300      1000     20000         0     37030    100000   2359121     95.95   no data
211.66/53.09	c  N dy  1395    253536      1000     20000         0     31273    100000   1572153     95.97    102.15
220.86/55.40	c  N dy  1495    269720      1000     20000         0     25466    100000    775479     96.05    101.35
230.84/57.82	c  N dy  1600    287093      1000     20000         0     42817    100000   2833408     96.08    101.15
240.83/60.33	c  N dy  1699    305594      1000     20000         0     38324    100000   2165748     96.05    102.95
241.24/60.43	c  F st  1704    306251      1000     20000         0     38979    100000   2244251     96.06   no data
252.01/63.13	c  N dy  1792    325160      1000     20000         0     33883    100000   1570278     96.10    103.73
264.00/66.17	c  N dy  1901    345187      1000     20000         0     28922    100000    851410     96.12    107.07
270.78/67.88	c  S st  1970    357450      1000     20000         0     41167    100000   2308157     96.12    102.27
271.18/68.00	c  S st  1970    357959      1000     20000         0     41676    100000   2358123     96.12   no data
271.59/68.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
271.59/68.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
271.59/68.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
271.59/68.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
271.59/68.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
271.59/68.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
271.59/68.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
271.59/68.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
272.00/68.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.13/78.99	c lits-rem:       381  cl-subs:       61  v-elim:      0  v-fix:    0  time: 10.87 s
315.53/79.00	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
315.53/79.03	c vivif2 --  cl tried    41615 cl shrink        0 lits rem          0 time: 0.03
316.72/79.38	c asymm  cl-useful: 0/18634/20000 lits-rem:0 time: 0.35
316.72/79.38	c calculated reachability. Time: 0.00
316.72/79.38	c  N dy  1970    357959      1000     20000         0     41615    100000   2343370     96.12   no data
329.53/82.58	c  N dy  2084    378088      1000     20000         0     35756    100000   1544038     96.11    102.59
343.08/85.94	c  N dy  2193    398211      1000     20000         0     28894    100000    626758     96.11    102.47
355.49/89.08	c  N dy  2310    418283      1000     20000         0     48947    100000   3008499     96.13    101.63
368.67/92.39	c  N dy  2431    438670      1000     20000         0     41329    100000   2021559     96.18    102.79
382.63/95.86	c  N dy  2549    459099      1000     20000         0     32775    100000    871676     96.21    103.44
395.44/99.09	c  N dy  2661    479196      1000     20000         0     52836    100000   3260174     96.21    106.94
408.61/102.33	c  N dy  2764    499268      1000     20000         0     42923    100000   1978544     96.18    101.87
423.37/106.07	c  N dy  2878    519374      1000     20000         0     32047    100000    565117     96.19    101.56
434.17/108.80	c  S st  2977    536938      1000     20000         0     49585    100000   2655751     96.19   no data
434.99/108.93	c  S st  2977    537438      1000     20000         0     50085    100000   2708356     96.19   no data
434.99/108.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
434.99/108.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
434.99/108.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
434.99/108.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
434.99/108.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.99/108.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
434.99/108.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
435.36/109.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
435.36/109.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
500.08/125.26	c lits-rem:       371  cl-subs:       65  v-elim:      0  v-fix:    0  time: 16.17 s
500.08/125.26	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
500.08/125.30	c vivif2 --  cl tried    50020 cl shrink        0 lits rem          0 time: 0.03
500.50/125.34	c asymm  cl-useful: 0/1366/20000 lits-rem:0 time: 0.04
500.50/125.34	c calculated reachability. Time: 0.00
500.50/125.34	c  N dy  2977    537438      1000     20000         0     50020    100000   2692573     96.19   no data
516.85/129.47	c  N dy  3093    557628      1000     20000         0     38225    100000   1181327     96.22    102.90
532.03/133.24	c  N dy  3205    577849      1000     20000         0     58409    100000   3586961     96.23    103.63
546.82/136.92	c  N dy  3317    597889      1000     20000         0     45477    100000   1940254     96.22    102.48
562.79/140.94	c  N dy  3425    617931      1000     20000         0     65489    100000   4320442     96.22    101.46
576.76/144.45	c  N dy  3537    637960      1000     20000         0     51537    100000   2538783     96.21    108.54
593.54/148.64	c  N dy  3660    658011      1000     20000         0     36616    100000    664387     96.24    102.36
607.12/152.07	c  N dy  3782    678056      1000     20000         0     56632    100000   3080861     96.30    102.54
623.92/156.23	c  N dy  3911    698112      1000     20000         0     40719    100000   1052731     96.34    111.41
638.68/159.92	c  N dy  4031    718268      1000     20000         0     60850    100000   3457216     96.35    101.56
654.69/163.98	c  N dy  4137    738274      1000     20000         0     43870    100000   1305271     96.36    102.10
669.84/167.72	c  N dy  4234    758346      1000     20000         0     63915    100000   3685974     96.33    103.31
686.62/171.94	c  N dy  4356    778617      1000     20000         0     46214    100000   1475406     96.36    101.70
702.20/175.86	c  N dy  4473    798643      1000     20000         0     66207    100000   3863034     96.38    102.51
709.39/177.60	c  S st  4517    806157      1000     20000         0     73707    100000   4760166     96.39     94.81
709.78/177.79	c  S st  4517    806660      1000     20000         0     74210    100000   4811556     96.39   no data
710.18/177.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
710.18/177.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
710.18/177.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
710.18/177.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
710.18/177.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
710.18/177.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
710.18/177.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
710.58/177.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
710.99/178.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
825.65/206.71	c lits-rem:       734  cl-subs:      108  v-elim:      0  v-fix:    0  time: 28.64 s
825.65/206.71	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
825.65/206.77	c vivif2 --  cl tried    74102 cl shrink        0 lits rem          0 time: 0.06
827.23/207.19	c asymm  cl-useful: 0/12748/20000 lits-rem:0 time: 0.41
827.23/207.19	c calculated reachability. Time: 0.00
827.23/207.19	c  N dy  4517    806660      1000     20000         0     74102    100000   4784454     96.39   no data
842.40/210.98	c  N dy  4619    826909      1000     20000         0     55382    100000   2446611     96.36    101.79
860.38/215.43	c  N dy  4731    846917      1000     20000         0     75360    100000   4822435     96.36    102.72
875.96/219.33	c  N dy  4845    866959      1000     20000         0     55422    100000   2376401     96.37    103.07
893.53/223.79	c  N dy  4964    887023      1000     20000         0     75457    100000   4756987     96.38    103.85
909.91/227.88	c  N dy  5075    907027      1000     20000         0     54492    100000   2122638     96.38    120.15
927.89/232.30	c  N dy  5190    927090      1000     20000         0     74520    100000   4513995     96.39    110.68
945.06/236.64	c  N dy  5301    947261      1000     20000         0     52722    100000   1808719     96.40    101.66
962.27/240.96	c  N dy  5425    967365      1000     20000         0     72798    100000   4223180     96.44    102.93
980.62/245.55	c  N dy  5525    987457      1000     20000         0     49924    100000   1360848     96.42    104.21
998.19/249.96	c  N dy  5632   1007709      1000     20000         0     70148    100000   3781438     96.42    103.52
1020.17/255.48	c  N dy  5749   1027774      1000     20000         0     46254    100000    816595     96.43    101.69
1037.74/259.88	c  N dy  5864   1047873      1000     20000         0     66310    100000   3212533     96.43    103.22
1059.71/265.36	c  N dy  5977   1067970      1000     20000         0     86371    100000   5619682     96.45    105.37
1064.50/266.52	c  F st  6000   1071875      1000     20000         0     45348    100000    594406     96.45     87.31
1076.51/269.56	c  N dy  6078   1087980      1000     20000         0     61406    100000   2570484     96.46    102.47
1096.46/274.54	c  N dy  6205   1108087      1000     20000         0     81467    100000   4979751     96.49    105.15
1116.06/279.46	c  N dy  6333   1128276      1000     20000         0     55716    100000   1725213     96.52    106.08
1134.41/284.06	c  N dy  6448   1148349      1000     20000         0     75746    100000   4127244     96.53    102.06
1157.18/289.70	c  N dy  6572   1168524      1000     20000         0     48981    100000    812288     96.56    102.12
1173.18/293.78	c  N dy  6687   1188656      1000     20000         0     69086    100000   3221046     96.56    101.88
1194.34/299.04	c  N dy  6808   1208757      1000     20000         0     89159    100000   5612498     96.57    103.94
1195.93/299.40	c  S st  6817   1209990      1000     20000         0     90388    100000   5758705     96.57   no data
1196.73/299.62	c  S st  6817   1210493      1000     20000         0     90891    100000   5809394     96.57   no data
1196.73/299.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1196.73/299.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1197.13/299.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1197.13/299.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1197.13/299.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1197.13/299.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1197.13/299.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1197.13/299.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1197.93/299.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1357.73/339.96	c lits-rem:       795  cl-subs:      150  v-elim:      0  v-fix:    0  time: 40.02 s
1357.73/339.96	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1358.10/340.03	c vivif2 --  cl tried    90741 cl shrink        0 lits rem          0 time: 0.08
1359.30/340.38	c asymm  cl-useful: 0/7252/20000 lits-rem:0 time: 0.34
1359.30/340.38	c calculated reachability. Time: 0.00
1359.30/340.38	c  N dy  6817   1210493      1000     20000         0     90741    100000   5772925     96.57   no data
1377.68/344.94	c  N dy  6938   1230562      1000     20000         0     62868    100000   2361480     96.59    101.94
1396.88/349.78	c  N dy  7053   1250643      1000     20000         0     82924    100000   4749994     96.59    102.36
1418.84/355.25	c  N dy  7167   1270850      1000     20000         0     54169    100000   1200800     96.60    102.72
1436.00/359.56	c  N dy  7279   1290885      1000     20000         0     74168    100000   3587739     96.60    106.62
1458.39/365.14	c  N dy  7397   1310922      1000     20000         0     94169    100000   5985227     96.62    102.11
1477.15/369.83	c  N dy  7507   1331023      1000     20000         0     64316    100000   2305725     96.62    110.76
1497.12/374.87	c  N dy  7626   1351192      1000     20000         0     84445    100000   4704885     96.62    102.62
1520.69/380.75	c  N dy  7751   1371244      1000     20000         0     53549    100000    910150     96.65    103.21
1538.25/385.10	c  N dy  7866   1391354      1000     20000         0     73630    100000   3300332     96.65    102.69
1560.22/390.61	c  N dy  7979   1411616      1000     20000         0     93859    100000   5720567     96.65    103.07
1581.00/395.88	c  N dy  8100   1431724      1000     20000         0     62035    100000   1821903     96.66    102.34
1601.78/401.07	c  N dy  8213   1451904      1000     20000         0     82188    100000   4230675     96.67    101.96
1626.54/407.21	c  N dy  8323   1471975      1000     20000         0    102224    100000   6616816     96.67    103.59
1645.72/412.07	c  N dy  8444   1491998      1000     20000         0     69283    100000   2579773     96.69    107.64
1666.88/417.30	c  N dy  8556   1512012      1000     20000         0     89266    100000   4977126     96.71    102.71
1692.05/423.62	c  N dy  8666   1532225      1000     20000         0     55539    100000    808656     96.71    103.00
1710.42/428.27	c  N dy  8795   1552263      1000     20000         0     75547    100000   3214778     96.73    101.86
1733.59/434.06	c  N dy  8919   1572340      1000     20000         0     95593    100000   5638379     96.75    104.37
1757.57/440.05	c  N dy  9029   1592532      1000     20000         0     60830    100000   1338431     96.76    101.91
1777.13/444.97	c  N dy  9151   1613170      1000     20000         0     81434    100000   3820817     96.77    101.99
1801.12/450.93	c  N dy  9261   1633396      1000     20000         0    101624    100000   6240820     96.77    103.74
1823.49/456.54	c  N dy  9380   1653450      1000     20000         0     65750    100000   1802166     96.78    102.05
1843.43/461.58	c  N dy  9501   1673579      1000     20000         0     85850    100000   4225423     96.79    102.84
1868.61/467.85	c  N dy  9622   1693617      1000     20000         0    105848    100000   6626243     96.80    102.54
1888.99/472.96	c  S st  9719   1710493      1000     20000         0     65793    100000   1699035     96.81     89.83
1889.77/473.14	c  S st  9719   1710998      1000     20000         0     66298    100000   1752739     96.81   no data
1889.77/473.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1889.77/473.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1890.17/473.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1890.17/473.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1890.17/473.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1890.17/473.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1890.17/473.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1890.17/473.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1890.17/473.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1920.53/480.81	c lits-rem:       172  cl-subs:       28  v-elim:      0  v-fix:    0  time:  7.52 s
1920.53/480.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1920.53/480.83	c vivif2 --  cl tried    66270 cl shrink        0 lits rem          0 time: 0.02
1922.13/481.25	c asymm  cl-useful: 0/13800/20000 lits-rem:0 time: 0.42
1922.13/481.26	c calculated reachability. Time: 0.00
1922.13/481.26	c  N dy  9719   1710998      1000     20000         0     66270    100000   1746029     96.81   no data
1944.10/486.78	c  N dy  9827   1731398      1000     20000         0     86637    100000   4200277     96.81    102.95
1971.66/493.62	c  N dy  9940   1751466      1000     20000         0    106681    100000   6602933     96.81    102.21
1995.23/499.50	c  N dy 10059   1771470      1000     20000         0     68741    100000   1948649     96.82    102.02
2016.00/504.74	c  N dy 10177   1791486      1000     20000         0     88719    100000   4350766     96.84    102.00
2042.37/511.34	c  N dy 10307   1811651      1000     20000         0    108850    100000   6784505     96.86    104.50
2065.16/517.08	c  N dy 10428   1831863      1000     20000         0     70111    100000   2015280     96.87    102.83
2086.73/522.47	c  N dy 10554   1851900      1000     20000         0     90119    100000   4429033     96.89    103.39
2112.67/528.92	c  N dy 10665   1871983      1000     20000         0    110171    100000   6815726     96.89    102.23
2135.84/534.77	c  N dy 10772   1892091      1000     20000         0     70343    100000   1907487     96.88    103.00
2157.03/540.08	c  N dy 10883   1912100      1000     20000         0     90318    100000   4298361     96.88    102.26
2182.98/546.56	c  N dy 10994   1932406      1000     20000         0    110600    100000   6731016     96.89    103.00
2207.74/552.73	c  N dy 11119   1952479      1000     20000         0     69738    100000   1744430     96.89    102.22
2228.91/558.00	c  N dy 11238   1972543      1000     20000         0     89773    100000   4156946     96.90    105.64
2254.10/564.37	c  N dy 11355   1992546      1000     20000         0    109743    100000   6550147     96.91    119.67
2282.04/571.31	c  N dy 11470   2012729      1000     20000         0     67998    100000   1422527     96.91    103.33
2302.43/576.48	c  N dy 11578   2032731      1000     20000         0     87973    100000   3834814     96.91    107.72
2328.81/583.08	c  N dy 11703   2052819      1000     20000         0    108024    100000   6243480     96.92    105.75
2357.54/590.29	c  N dy 11813   2073102      1000     20000         0     65373    100000    993188     96.92    103.77
2378.70/595.50	c  N dy 11927   2093206      1000     20000         0     85439    100000   3421843     96.93    102.09
2403.87/601.85	c  N dy 12052   2113256      1000     20000         0    105459    100000   5840680     96.95    103.38
2432.63/609.05	c  N dy 12156   2133289      1000     20000         0    125449    100000   8238993     96.94    104.63
2453.80/614.39	c  N dy 12278   2153330      1000     20000         0     81567    100000   2827542     96.95    102.71
2477.78/620.31	c  N dy 12394   2173344      1000     20000         0    101549    100000   5217026     96.96    105.85
2505.73/627.39	c  N dy 12511   2193425      1000     20000         0    121593    100000   7620430     96.96    103.58
2527.70/632.87	c  S st 12620   2211000      1000     20000         0     74259    100000   1841104     96.96   no data
2528.50/633.05	c  S st 12620   2211507      1000     20000         0     74766    100000   1892562     96.96   no data
2528.50/633.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2528.90/633.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2528.90/633.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2528.90/633.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2528.90/633.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2528.90/633.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2528.90/633.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2528.90/633.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2529.30/633.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2558.45/640.53	c lits-rem:       251  cl-subs:       36  v-elim:      0  v-fix:    0  time:  7.33 s
2558.45/640.54	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2558.45/640.56	c vivif2 --  cl tried    74730 cl shrink        0 lits rem          0 time: 0.03
2559.25/640.79	c asymm  cl-useful: 0/6200/20000 lits-rem:0 time: 0.23
2559.25/640.79	c calculated reachability. Time: 0.00
2559.25/640.79	c  N dy 12620   2211507      1000     20000         0     74730    100000   1883717     96.96   no data
2581.63/646.32	c  N dy 12731   2231569      1000     20000         0     94762    100000   4287467     96.96    102.66
2608.79/653.14	c  N dy 12860   2251691      1000     20000         0    114858    100000   6704437     96.97    102.56
2638.75/660.60	c  N dy 12971   2271731      1000     20000         0     68973    100000   1091328     96.98    103.66
2659.91/665.91	c  N dy 13088   2292115      1000     20000         0     89315    100000   3543952     96.99    102.22
2684.70/672.20	c  N dy 13201   2312137      1000     20000         0    109298    100000   5934238     96.99    102.63
2715.06/679.74	c  N dy 13316   2332147      1000     20000         0    129280    100000   8325230     96.99    104.01
2739.00/685.73	c  N dy 13427   2352164      1000     20000         0     82372    100000   2600294     97.00    111.58
2764.57/692.18	c  N dy 13544   2372212      1000     20000         0    102380    100000   5006547     97.01    102.88
2794.56/699.61	c  N dy 13659   2392251      1000     20000         0    122387    100000   7413998     97.01    102.74
2824.10/707.03	c  N dy 13780   2412351      1000     20000         0     74569    100000   1534737     97.02    106.67
2846.47/712.67	c  N dy 13894   2432549      1000     20000         0     94736    100000   3959793     97.03    103.27
2873.65/719.49	c  N dy 14010   2452598      1000     20000         0    114750    100000   6359541     97.03    105.17
2905.19/727.35	c  N dy 14124   2472742      1000     20000         0    134851    100000   8769973     97.03    102.48
2927.96/733.08	c  N dy 14224   2493208      1000     20000         0     86409    100000   2860298     97.02    103.04
2952.74/739.23	c  N dy 14333   2513316      1000     20000         0    106479    100000   5263811     97.02    102.75
2982.68/746.77	c  N dy 14460   2533468      1000     20000         0    126591    100000   7692573     97.03    102.75
3014.26/754.62	c  N dy 14589   2553746      1000     20000         0     76949    100000   1608362     97.04    102.65
3038.20/760.67	c  N dy 14706   2573766      1000     20000         0     96937    100000   4023319     97.05    103.73
3066.17/767.64	c  N dy 14826   2593835      1000     20000         0    116959    100000   6441886     97.06    110.85
3100.12/776.18	c  N dy 14950   2614090      1000     20000         0    137186    100000   8893249     97.07    102.71
3125.68/782.52	c  N dy 15076   2634155      1000     20000         0     86342    100000   2644765     97.09    102.69
3151.25/788.94	c  N dy 15194   2654620      1000     20000         0    106769    100000   5111416     97.09    102.93
3180.83/796.39	c  N dy 15309   2674715      1000     20000         0    126829    100000   7525627     97.10    102.60
3212.36/804.25	c  N dy 15414   2694880      1000     20000         0     75091    100000   1164918     97.10    103.32
3229.94/808.65	c  S st 15502   2711508      1000     20000         0     91697    100000   3166207     97.10   no data
3230.74/808.89	c  S st 15502   2712012      1000     20000         0     92201    100000   3220376     97.10   no data
3231.14/808.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3231.14/808.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3231.14/808.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3231.14/808.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3231.14/808.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3231.14/808.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3231.14/808.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3231.54/809.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3231.94/809.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3283.47/822.04	c lits-rem:       241  cl-subs:       65  v-elim:      0  v-fix:    0  time: 12.93 s
3283.47/822.04	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3283.47/822.08	c vivif2 --  cl tried    92136 cl shrink        0 lits rem          0 time: 0.04
3285.48/822.50	c asymm  cl-useful: 0/10825/20000 lits-rem:0 time: 0.42
3285.48/822.50	c calculated reachability. Time: 0.00
3285.48/822.50	c  N dy 15502   2712012      1000     20000         0     92136    100000   3205175     97.10   no data
3311.44/829.08	c  N dy 15621   2732031      1000     20000         0    112106    100000   5629278     97.11    102.90
3343.41/837.01	c  N dy 15749   2752052      1000     20000         0    132090    100000   8036969     97.12    104.67
3373.75/844.66	c  N dy 15869   2772204      1000     20000         0     79334    100000   1556685     97.13    102.26
3396.92/850.41	c  N dy 15980   2792242      1000     20000         0     99346    100000   3981657     97.13    102.56
3424.48/857.39	c  N dy 16093   2812320      1000     20000         0    119393    100000   6399521     97.14    104.96
3457.23/865.59	c  N dy 16212   2832355      1000     20000         0    139398    100000   8805446     97.14    102.46
3486.40/872.86	c  N dy 16330   2853277      1000     20000         0     86402    100000   2305754     97.15    104.80
3510.78/878.99	c  N dy 16437   2873394      1000     20000         0    106489    100000   4727254     97.15    103.89
3540.73/886.43	c  N dy 16549   2893665      1000     20000         0    126728    100000   7173358     97.15    102.93
3575.08/895.09	c  N dy 16661   2913723      1000     20000         0    146744    100000   9573386     97.15    103.15
3602.24/901.87	c  N dy 16781   2934182      1000     20000         0     92289    100000   2907180     97.16    103.80
3629.80/908.79	c  N dy 16910   2954266      1000     20000         0    112345    100000   5348610     97.17    102.65
3661.36/916.68	c  N dy 17024   2974341      1000     20000         0    132383    100000   7761470     97.18    111.91
3697.71/925.77	c  N dy 17137   2994415      1000     20000         0     76557    100000    893479     97.18    103.13
3720.48/931.40	c  N dy 17266   3014430      1000     20000         0     96537    100000   3306846     97.19    124.63
3747.24/938.16	c  N dy 17376   3034513      1000     20000         0    116590    100000   5734495     97.19    112.67
3778.81/946.08	c  N dy 17483   3054705      1000     20000         0    136744    100000   8142675     97.18    103.69
3813.97/954.86	c  N dy 17608   3074741      1000     20000         0     79881    100000   1191653     97.20    104.61
3837.51/960.76	c  N dy 17736   3094769      1000     20000         0     99876    100000   3617076     97.21    105.69
3867.47/968.26	c  N dy 17865   3114838      1000     20000         0    119915    100000   6051096     97.23    111.12
3903.03/977.13	c  N dy 17991   3134919      1000     20000         0    139957    100000   8468286     97.24    103.71
3941.78/986.85	c  N dy 18112   3155001      1000     20000         0     82141    100000   1343763     97.24    105.37
3968.54/993.55	c  N dy 18225   3175077      1000     20000         0    102180    100000   3752644     97.24    104.76
4000.49/1001.56	c  N dy 18340   3195178      1000     20000         0    122250    100000   6171774     97.25    105.60
4032.05/1009.44	c  S st 18432   3212013      1000     20000         0    139065    100000   8201274     97.25   no data
4033.67/1009.81	c  S st 18432   3212516      1000     20000         0    139568    100000   8252748     97.25   no data
4033.67/1009.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4034.04/1009.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4034.04/1009.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4034.04/1009.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4034.04/1009.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4034.04/1009.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4034.04/1009.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4034.44/1010.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4035.64/1010.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4295.70/1075.41	c lits-rem:       780  cl-subs:      208  v-elim:      0  v-fix:    0  time: 65.11 s
4295.70/1075.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4296.10/1075.52	c vivif2 --  cl tried   139360 cl shrink        0 lits rem          0 time: 0.11
4298.09/1076.00	c asymm  cl-useful: 0/6745/20000 lits-rem:0 time: 0.47
4298.09/1076.00	c calculated reachability. Time: 0.00
4298.09/1076.00	c  N dy 18432   3212516      1000     20000         0    139360    100000   8202944     97.25   no data
4335.25/1085.39	c  N dy 18564   3232722      1000     20000         0     80662    100000   1061673     97.26    103.84
4358.84/1091.21	c  N dy 18670   3252937      1000     20000         0    100835    100000   3492288     97.26    103.03
4386.37/1098.11	c  N dy 18778   3273038      1000     20000         0    120909    100000   5915763     97.26    105.82
4419.14/1106.37	c  N dy 18898   3293070      1000     20000         0    140911    100000   8345708     97.27    103.26
4457.07/1115.84	c  N dy 19020   3313125      1000     20000         0     81070    100000    993111     97.27    102.47
4480.65/1121.71	c  N dy 19140   3333221      1000     20000         0    101130    100000   3406818     97.27    103.71
4509.41/1128.95	c  N dy 19244   3353314      1000     20000         0    121187    100000   5815672     97.27    103.03
4544.96/1137.86	c  N dy 19376   3373373      1000     20000         0    141211    100000   8245093     97.29    105.40
4586.10/1148.19	c  N dy 19502   3393673      1000     20000         0    161474    100000  10678984     97.29    104.95
4612.87/1154.80	c  N dy 19635   3413695      1000     20000         0    100601    100000   3259005     97.30    103.90
4644.45/1162.78	c  N dy 19752   3434643      1000     20000         0    121512    100000   5776265     97.31    102.52
4677.99/1171.10	c  N dy 19874   3454663      1000     20000         0    141493    100000   8192425     97.31    102.66
4716.33/1180.75	c  N dy 19994   3474783      1000     20000         0    161568    100000  10622719     97.32    103.48
4742.69/1187.35	c  N dy 20116   3494819      1000     20000         0     99717    100000   3021288     97.33    104.00
4771.06/1194.40	c  N dy 20234   3514916      1000     20000         0    119779    100000   5427214     97.33    103.99

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

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

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


[startup+0 s]
/proc/loadavg: 7.77 7.83 6.28 6/180 14262
/proc/meminfo: memFree=16138112/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 593244796 52441088 353 33554432000 4194304 4627427 140736976776384 18446744073709551615 47038416119730 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 12803 353 303 106 0 7774 0
[pid=14262/tid=14263] ppid=14260 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593244796 52441088 353 33554432000 4194304 4627427 140736976776384 18446744073709551615 47038416119728 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 593244796 52441088 353 33554432000 4194304 4627427 140736976776384 18446744073709551615 260020395963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 593244796 52441088 353 33554432000 4194304 4627427 140736976776384 18446744073709551615 260015443030 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0959351 s]
/proc/loadavg: 7.77 7.83 6.28 6/180 14262
/proc/meminfo: memFree=16138112/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=284020 CPUtime=0.35 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 3104 0 0 0 34 1 0 0 18 0 4 0 593244796 290836480 3019 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 71005 3019 363 106 0 65976 0
[pid=14262/tid=14263] ppid=14260 vsize=284020 CPUtime=0.08 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 662 0 0 0 8 0 0 0 25 0 4 0 593244796 290836480 3019 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=284020 CPUtime=0.08 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 641 0 0 0 8 0 0 0 25 0 4 0 593244796 290836480 3019 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=284020 CPUtime=0.08 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 757 0 0 0 8 0 0 0 18 0 4 0 593244796 290836480 3019 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 284020

[startup+0.100932 s]
/proc/loadavg: 7.77 7.83 6.28 6/180 14262
/proc/meminfo: memFree=16138112/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=284020 CPUtime=0.37 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 3127 0 0 0 36 1 0 0 18 0 4 0 593244796 290836480 3042 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 71005 3042 363 106 0 65976 0
[pid=14262/tid=14263] ppid=14260 vsize=284020 CPUtime=0.09 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 668 0 0 0 9 0 0 0 25 0 4 0 593244796 290836480 3042 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=284020 CPUtime=0.08 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 643 0 0 0 8 0 0 0 25 0 4 0 593244796 290836480 3042 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=284020 CPUtime=0.08 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 768 0 0 0 8 0 0 0 18 0 4 0 593244796 290836480 3042 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 284020

[startup+0.300902 s]
/proc/loadavg: 7.77 7.83 6.28 6/180 14262
/proc/meminfo: memFree=16138112/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=289344 CPUtime=1.16 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 8025 0 0 0 114 2 0 0 18 0 4 0 593244796 296288256 6886 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 72336 6887 384 106 0 67307 0
[pid=14262/tid=14263] ppid=14260 vsize=289344 CPUtime=0.28 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 2131 0 0 0 28 0 0 0 18 0 4 0 593244796 296288256 6887 33554432000 4194304 4627427 140736976776384 18446744073709551615 4332048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=289344 CPUtime=0.28 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 2177 0 0 0 28 0 0 0 25 0 4 0 593244796 296288256 6888 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=289344 CPUtime=0.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 1130 0 0 0 28 0 0 0 18 0 4 0 593244796 296288256 6889 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 289344

[startup+0.700827 s]
/proc/loadavg: 7.77 7.83 6.28 6/180 14262
/proc/meminfo: memFree=16138112/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=295028 CPUtime=2.77 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 11979 0 0 0 274 3 0 0 18 0 4 0 593244796 302108672 7768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 73757 7768 385 106 0 68728 0
[pid=14262/tid=14263] ppid=14260 vsize=295028 CPUtime=0.68 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 3114 0 0 0 68 0 0 0 18 0 4 0 593244796 302108672 7768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=295028 CPUtime=0.69 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 3181 0 0 0 68 1 0 0 25 0 4 0 593244796 302108672 7769 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=295028 CPUtime=0.68 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 2088 0 0 0 68 0 0 0 18 0 4 0 593244796 302108672 7770 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 295028

[startup+1.50068 s]
/proc/loadavg: 7.77 7.83 6.28 9/184 14266
/proc/meminfo: memFree=16103236/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=297080 CPUtime=5.96 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 20230 0 0 0 592 4 0 0 20 0 4 0 593244796 304209920 7284 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 74270 7284 385 106 0 69241 0
[pid=14262/tid=14263] ppid=14260 vsize=297080 CPUtime=1.48 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 5124 0 0 0 147 1 0 0 20 0 4 0 593244796 304209920 7284 33554432000 4194304 4627427 140736976776384 18446744073709551615 4324672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=297080 CPUtime=1.48 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 5261 0 0 0 147 1 0 0 25 0 4 0 593244796 304209920 7284 33554432000 4194304 4627427 140736976776384 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=297080 CPUtime=1.48 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 4157 0 0 0 147 1 0 0 20 0 4 0 593244796 304209920 7284 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 297080

[startup+3.10039 s]
/proc/loadavg: 7.77 7.83 6.28 9/184 14266
/proc/meminfo: memFree=16085580/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=298436 CPUtime=12.35 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 35737 0 0 0 1228 7 0 0 25 0 4 0 593244796 305598464 12775 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 74609 12775 389 106 0 69580 0
[pid=14262/tid=14263] ppid=14260 vsize=298436 CPUtime=3.07 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 8288 0 0 0 306 1 0 0 25 0 4 0 593244796 305598464 12775 33554432000 4194304 4627427 140736976776384 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=298436 CPUtime=3.08 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 8396 0 0 0 306 2 0 0 25 0 4 0 593244796 305598464 12775 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=298436 CPUtime=3.09 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 7347 0 0 0 307 2 0 0 25 0 4 0 593244796 305598464 12775 33554432000 4194304 4627427 140736976776384 18446744073709551615 4330330 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 298436

[startup+6.3008 s]
/proc/loadavg: 7.79 7.84 6.29 9/184 14266
/proc/meminfo: memFree=15984800/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=310220 CPUtime=25.14 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 63150 0 0 0 2501 13 0 0 25 0 4 0 593244796 317665280 29594 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 77555 29594 389 106 0 72526 0
[pid=14262/tid=14263] ppid=14260 vsize=310220 CPUtime=6.26 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 15208 0 0 0 623 3 0 0 25 0 4 0 593244796 317665280 29594 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=310220 CPUtime=6.28 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 15816 0 0 0 625 3 0 0 25 0 4 0 593244796 317665280 29594 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=310220 CPUtime=6.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 15001 0 0 0 625 3 0 0 25 0 4 0 593244796 317665280 29594 33554432000 4194304 4627427 140736976776384 18446744073709551615 4333202 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 310220

[startup+12.7006 s]
/proc/loadavg: 7.88 7.86 6.30 9/184 14266
/proc/meminfo: memFree=15873832/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=413168 CPUtime=50.69 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 106785 0 0 0 5048 21 0 0 25 0 4 0 593244796 423084032 48023 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 103292 48023 389 106 0 98263 0
[pid=14262/tid=14263] ppid=14260 vsize=413168 CPUtime=12.62 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 25298 0 0 0 1257 5 0 0 25 0 4 0 593244796 423084032 48023 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=413168 CPUtime=12.68 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 27553 0 0 0 1262 6 0 0 25 0 4 0 593244796 423084032 48023 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427700 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=413168 CPUtime=12.68 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 24635 0 0 0 1263 5 0 0 25 0 4 0 593244796 423084032 48023 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 413168

[startup+25.5003 s]
/proc/loadavg: 7.91 7.86 6.33 9/184 14267
/proc/meminfo: memFree=15707660/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=434784 CPUtime=101.82 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 145556 0 0 0 10150 32 0 0 25 0 4 0 593244796 445218816 64227 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427202 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 108696 64228 389 106 0 103667 0
[pid=14262/tid=14263] ppid=14260 vsize=434784 CPUtime=25.35 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 30609 0 0 0 2528 7 0 0 25 0 4 0 593244796 445218816 64228 33554432000 4194304 4627427 140736976776384 18446744073709551615 4332783 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=434784 CPUtime=25.48 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 35388 0 0 0 2540 8 0 0 25 0 4 0 593244796 445218816 64228 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=434784 CPUtime=25.48 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 37934 0 0 0 2540 8 0 0 25 0 4 0 593244796 445218816 64228 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 434784

[startup+51.1006 s]
/proc/loadavg: 7.94 7.87 6.37 9/184 14267
/proc/meminfo: memFree=15595436/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=560132 CPUtime=204.08 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 222421 0 0 0 20360 48 0 0 25 0 4 0 593244796 573575168 70616 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 140033 70616 389 106 0 135004 0
[pid=14262/tid=14263] ppid=14260 vsize=560132 CPUtime=50.81 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 51603 0 0 0 5070 11 0 0 25 0 4 0 593244796 573575168 70616 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=560132 CPUtime=51.08 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 52536 0 0 0 5097 11 0 0 25 0 4 0 593244796 573575168 70616 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=560132 CPUtime=51.08 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 61729 0 0 0 5094 14 0 0 25 0 4 0 593244796 573575168 70616 33554432000 4194304 4627427 140736976776384 18446744073709551615 4321706 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 560132

[startup+102.306 s]
/proc/loadavg: 8.02 7.90 6.46 9/184 14269
/proc/meminfo: memFree=15417588/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=631956 CPUtime=408.61 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 354420 0 0 0 40777 84 0 0 25 0 4 0 593244796 647122944 86880 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 157989 86880 393 106 0 152960 0
[pid=14262/tid=14263] ppid=14260 vsize=631956 CPUtime=101.73 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 83446 0 0 0 10154 19 0 0 25 0 4 0 593244796 647122944 86880 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=631956 CPUtime=102.29 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 81098 0 0 0 10209 20 0 0 25 0 4 0 593244796 647122944 86880 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=631956 CPUtime=102.29 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 104332 0 0 0 10202 27 0 0 25 0 4 0 593244796 647122944 86880 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 631956

[startup+162.3 s]

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

[pid=14262] ppid=14260 vsize=1135668 CPUtime=2805.32 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1362100 0 0 0 280098 434 0 0 25 0 4 0 593244796 1162924032 188054 33554432000 4194304 4627427 140736976776384 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 283917 188054 391 106 0 278888 0
[pid=14262/tid=14263] ppid=14260 vsize=1135668 CPUtime=698.97 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 345768 0 0 0 69787 110 0 0 25 0 4 0 593244796 1162924032 188054 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1135668 CPUtime=701.76 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 327178 0 0 0 70070 106 0 0 25 0 4 0 593244796 1162924032 188054 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1135668 CPUtime=702.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 374741 0 0 0 70109 119 0 0 25 0 4 0 593244796 1162924032 188054 33554432000 4194304 4627427 140736976776384 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1135668

[startup+762.306 s]
/proc/loadavg: 8.16 8.08 7.28 9/184 14289
/proc/meminfo: memFree=14598348/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1104852 CPUtime=3045.01 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1446885 0 0 0 304034 467 0 0 25 0 4 0 593244796 1131368448 186602 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 276213 186602 391 106 0 271184 0
[pid=14262/tid=14263] ppid=14260 vsize=1104852 CPUtime=758.99 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 368512 0 0 0 75781 118 0 0 25 0 4 0 593244796 1131368448 186602 33554432000 4194304 4627427 140736976776384 18446744073709551615 4428067 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1104852 CPUtime=761.43 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 341759 0 0 0 76030 113 0 0 25 0 4 0 593244796 1131368448 186602 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1104852 CPUtime=762.29 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 397198 0 0 0 76101 128 0 0 25 0 4 0 593244796 1131368448 186602 33554432000 4194304 4627427 140736976776384 18446744073709551615 4321706 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.01
Current children cumulated vsize (KiB) 1104852

[startup+822.3 s]
/proc/loadavg: 8.24 8.11 7.34 9/184 14291
/proc/meminfo: memFree=14482500/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1063900 CPUtime=3284.67 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1517386 0 0 0 327971 496 0 0 25 0 4 0 593244796 1089433600 181725 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 265975 181725 391 106 0 260946 0
[pid=14262/tid=14263] ppid=14260 vsize=1063900 CPUtime=818.98 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 385344 0 0 0 81775 123 0 0 25 0 4 0 593244796 1089433600 181725 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1063900 CPUtime=821.1 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 363907 0 0 0 81988 122 0 0 25 0 4 0 593244796 1089433600 181725 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1063900 CPUtime=822.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 413794 0 0 0 82093 135 0 0 25 0 4 0 593244796 1089433600 181725 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1063900

[startup+882.301 s]
/proc/loadavg: 8.15 8.11 7.38 9/184 14292
/proc/meminfo: memFree=14465744/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1120256 CPUtime=3524.35 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1604036 0 0 0 351906 529 0 0 25 0 4 0 593244796 1147142144 193876 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 280064 193876 391 106 0 275035 0
[pid=14262/tid=14263] ppid=14260 vsize=1120256 CPUtime=878.98 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 404846 0 0 0 87768 130 0 0 25 0 4 0 593244796 1147142144 193876 33554432000 4194304 4627427 140736976776384 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1120256 CPUtime=880.78 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 385879 0 0 0 87946 132 0 0 25 0 4 0 593244796 1147142144 193876 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1120256 CPUtime=882.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 436175 0 0 0 88086 142 0 0 25 0 4 0 593244796 1147142144 193876 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1120256

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 7.42 9/184 14294
/proc/meminfo: memFree=14443900/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1080720 CPUtime=3764.02 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1677586 0 0 0 375842 560 0 0 25 0 4 0 593244796 1106657280 185514 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 270180 185514 391 106 0 265151 0
[pid=14262/tid=14263] ppid=14260 vsize=1080720 CPUtime=938.99 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 426632 0 0 0 93759 140 0 0 25 0 4 0 593244796 1106657280 185514 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1080720 CPUtime=940.45 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 397554 0 0 0 93909 136 0 0 25 0 4 0 593244796 1106657280 185514 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1080720 CPUtime=942.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 454322 0 0 0 94078 150 0 0 25 0 4 0 593244796 1106657280 185514 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1080720

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 7.46 9/184 14296
/proc/meminfo: memFree=14181852/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1334116 CPUtime=4003.69 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1778094 0 0 0 399775 594 0 0 25 0 4 0 593244796 1366134784 246182 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 333529 246182 390 106 0 328500 0
[pid=14262/tid=14263] ppid=14260 vsize=1334116 CPUtime=998.99 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 459949 0 0 0 99753 146 0 0 25 0 4 0 593244796 1366134784 246182 33554432000 4194304 4627427 140736976776384 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1334116 CPUtime=1000.13 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 417013 0 0 0 99866 147 0 0 25 0 4 0 593244796 1366134784 246182 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1334116 CPUtime=1002.28 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 481441 0 0 0 100069 159 0 0 25 0 4 0 593244796 1366134784 246182 33554432000 4194304 4627427 140736976776384 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 1334116

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 7.50 9/184 14297
/proc/meminfo: memFree=14135524/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1331956 CPUtime=4243.38 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1820799 0 0 0 423723 615 0 0 25 0 4 0 593244796 1363922944 248149 33554432000 4194304 4627427 140736976776384 18446744073709551615 4427700 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 332989 248149 390 106 0 327960 0
[pid=14262/tid=14263] ppid=14260 vsize=1331956 CPUtime=1058.99 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 467402 0 0 0 105748 151 0 0 25 0 4 0 593244796 1363922944 248149 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1331956 CPUtime=1059.8 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 434144 0 0 0 105823 157 0 0 25 0 4 0 593244796 1363922944 248149 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1331956 CPUtime=1062.29 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 484522 0 0 0 106068 161 0 0 25 0 4 0 593244796 1363922944 248149 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 1331956

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 7.54 9/184 14299
/proc/meminfo: memFree=14172192/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1389508 CPUtime=4483.05 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1897627 0 0 0 447661 644 0 0 25 0 4 0 593244796 1422856192 254211 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 347377 254211 390 106 0 342348 0
[pid=14262/tid=14263] ppid=14260 vsize=1389508 CPUtime=1118.98 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 485317 0 0 0 111740 158 0 0 25 0 4 0 593244796 1422856192 254211 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309200 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1389508 CPUtime=1119.47 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 455370 0 0 0 111783 164 0 0 25 0 4 0 593244796 1422856192 254211 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1389508 CPUtime=1122.29 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 504767 0 0 0 112060 169 0 0 25 0 4 0 593244796 1422856192 254211 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 1389508

[startup+1182.3 s]
/proc/loadavg: 8.19 8.13 7.58 9/184 14331
/proc/meminfo: memFree=15454076/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1400376 CPUtime=4722.73 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1965258 0 0 0 471601 672 0 0 25 0 4 0 593244796 1433985024 257768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 350094 257768 390 106 0 345065 0
[pid=14262/tid=14263] ppid=14260 vsize=1400376 CPUtime=1178.98 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 502106 0 0 0 117734 164 0 0 25 0 4 0 593244796 1433985024 257768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1400376 CPUtime=1179.15 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 465789 0 0 0 117750 165 0 0 25 0 4 0 593244796 1433985024 257768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1400376 CPUtime=1182.29 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 525344 0 0 0 118051 178 0 0 25 0 4 0 593244796 1433985024 257768 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 1400376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.14 7.60 9/184 14332
/proc/meminfo: memFree=15459148/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1349176 CPUtime=4800.23 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1985944 0 0 0 479343 680 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 337294 258721 390 106 0 332265 0
[pid=14262/tid=14263] ppid=14260 vsize=1349176 CPUtime=1198.39 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 508808 0 0 0 119672 167 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1349176 CPUtime=1198.44 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 465877 0 0 0 119679 165 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1349176 CPUtime=1201.69 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 532590 0 0 0 119988 181 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1349176

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

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

[startup+1201.7 s]
/proc/loadavg: 8.20 8.14 7.60 9/184 14332
/proc/meminfo: memFree=15459148/32951124 swapFree=67111528/67111528
[pid=14262] ppid=14260 vsize=1349176 CPUtime=4800.23 cores=1,3,5,7
/proc/14262/stat : 14262 (strangenight2-m) R 14260 14262 13969 0 -1 4202496 1985944 0 0 0 479343 680 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14262/statm: 337294 258721 390 106 0 332265 0
[pid=14262/tid=14263] ppid=14260 vsize=1349176 CPUtime=1198.39 cores=1,3,5,7
/proc/14262/task/14263/stat : 14263 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 508808 0 0 0 119672 167 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14262/tid=14264] ppid=14260 vsize=1349176 CPUtime=1198.44 cores=1,3,5,7
/proc/14262/task/14264/stat : 14264 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 465877 0 0 0 119679 165 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14262/tid=14265] ppid=14260 vsize=1349176 CPUtime=1201.69 cores=1,3,5,7
/proc/14262/task/14265/stat : 14265 (strangenight2-m) R 14260 14262 13969 0 -1 4202560 532590 0 0 0 119988 181 0 0 25 0 4 0 593244796 1381556224 258721 33554432000 4194304 4627427 140736976776384 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 1349176

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.31
CPU user time (s): 4793.46
CPU system time (s): 6.85396
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 1484612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.46
system time used= 6.85396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1985951
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= 1519
involuntary context switches= 35163

runsolver used 1.90671 second user time and 4.67629 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 00:35:42
IDJOB=3173730
IDBENCH=82548
IDSOLVER=1586
FILE ID=node110/3173730-1304030142
RUNJOBID= node110-1304028687-13988
PBS_JOBID= 13170342
Free space on /tmp= 72828 MiB

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

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

MD5SUM BENCH= 93976db0d99d3daab756f06103f77642
RANDOM SEED=1632205929

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16138392 kB
Buffers:       2332456 kB
Cached:       13241252 kB
SwapCached:          0 kB
Active:        8403652 kB
Inactive:      7838352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16138392 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5948 kB
Writeback:           4 kB
AnonPages:      667496 kB
Mapped:          15504 kB
Slab:           506076 kB
PageTables:       5668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1141576 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= 72828 MiB
End job on node110 at 2011-04-29 00:55:46