Trace number 3366139

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366139-1305396744.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.00/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.00/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.00/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.48/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.48/0.91	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.91	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.48/0.91	c calculated reachability. Time: 0.00
0.48/0.91	c Calc default polars -  time:   0.00 s pos:     475 undec:      47 neg:     478
0.48/0.91	c =========================================================================================
0.48/0.91	c types(t): F = full restart, N = normal restart
0.48/0.91	c types(t): S = simplification begin/end, E = solution found
0.48/0.91	c restart types(rt): st = static, dy = dynamic
0.48/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.91	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.48/0.91	c  N dy    20      4103      1000     20000         0      4087    100000    500951     97.07    102.78
0.48/0.91	c  N dy    40      8124      1000     20000         0      5612    100000    494079     95.31    103.71
3.69/1.02	c  N dy    66     12237      1000     20000         0      5480    100000    331767     95.54    103.39
5.15/1.31	c  N dy    88     16274      1000     20000         0      9512    100000    799046     94.78    100.59
6.34/1.63	c  N dy   112     20350      1000     20000         0      7968    100000    484169     95.04    100.82
7.59/1.96	c  N dy   135     24363      1000     20000         0     11970    100000    948434     94.78    102.00
7.93/2.01	c  F st   141     25001      1000     20000         0     12606    100000   1024245     94.87   no data
9.53/2.44	c  N dy   147     30000      1000     20000         0     10789    100000    735114     94.87   no data
9.53/2.44	c  S st   147     30000      1000     20000         0     10789    100000    735114     94.87   no data
9.53/2.49	c  S st   147     30504      1000     20000         0     11293    100000    785206     94.87   no data
9.53/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.93/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.93/2.51	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.93/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.93/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.93/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.93/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.93/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.93/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.96	c lits-rem:       380  cl-subs:       80  v-elim:      0  v-fix:    0  time:  0.41 s
11.97/3.09	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.97/3.09	c calculated reachability. Time: 0.00
11.97/3.09	c  N dy   147     30504      1000     20000         0     11213    100000    766588     94.87   no data
13.51/3.46	c  N dy   171     34559      1000     20000         0     15259    100000   1242770     95.15    102.19
15.12/3.85	c  N dy   194     38966      1000     20000         0     11772    100000    703386     95.29    100.90
16.71/4.25	c  N dy   217     43024      1000     20000         0     15827    100000   1184310     95.37    100.80
17.91/4.54	c  S st   239     45756      1000     20000         0      9612    100000    328980     95.68     97.31
17.91/4.59	c  S st   239     46262      1000     20000         0     10118    100000    383192     95.68   no data
17.91/4.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.31/4.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.31/4.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.31/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.31/4.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.31/4.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.31/4.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.31/4.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.31/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/4.72	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.09 s
18.71/4.72	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.71/4.73	c vivif2 --  cl tried    10115 cl shrink        0 lits rem          0 time: 0.00
19.10/4.86	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.10/4.86	c calculated reachability. Time: 0.00
19.10/4.86	c  N dy   239     46262      1000     20000         0     10115    100000    382503     95.68   no data
20.74/5.23	c  N dy   263     50339      1000     20000         0     14186    100000    867496     95.70    100.81
22.30/5.66	c  N dy   289     54642      1000     20000         0     18483    100000   1369140     95.64    102.65
23.90/6.05	c  N dy   314     58680      1000     20000         0     12557    100000    560393     95.69    101.97
25.48/6.43	c  N dy   339     62760      1000     20000         0     16632    100000   1047341     95.76    101.25
27.08/6.88	c  N dy   363     66916      1000     20000         0     20783    100000   1541624     95.74    102.04
28.29/7.14	c  S st   380     69395      1000     20000         0     12285    100000    422123     95.82    100.10
28.69/7.21	c  S st   380     69899      1000     20000         0     12789    100000    472225     95.82   no data
28.69/7.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.69/7.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.69/7.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.69/7.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.69/7.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.69/7.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.69/7.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.69/7.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.52/7.43	c lits-rem:        39  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.18 s
29.52/7.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.52/7.44	c vivif2 --  cl tried    12787 cl shrink        0 lits rem          0 time: 0.01
29.87/7.58	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.87/7.58	c calculated reachability. Time: 0.00
29.87/7.58	c  N dy   380     69899      1000     20000         0     12787    100000    471686     95.82   no data
31.87/8.02	c  N dy   402     74460      1000     20000         0     17337    100000   1006593     95.79    103.53
33.91/8.53	c  N dy   429     79298      1000     20000         0     22171    100000   1574828     95.71    100.82
35.85/9.09	c  N dy   461     84723      1000     20000         0     15616    100000    703057     95.81    101.31
37.06/9.38	c  F st   478     87502      1000     20000         0     18391    100000   1030533     95.81   no data
38.65/9.74	c  N st   483     90803      1000     20000         0     21678    100000   1445869     95.81   no data
41.45/10.40	c  N dy   507     96724      1000     20000         0     14616    100000    478609     95.81    101.03
43.83/11.01	c  N dy   541    103032      1000     20000         0     20912    100000   1222328     95.76    101.61
44.63/11.21	c  S st   552    104849      1000     20000         0     22725    100000   1439308     95.80   no data
44.63/11.28	c  S st   552    105352      1000     20000         0     23228    100000   1495387     95.80   no data
44.63/11.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.03/11.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.03/11.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.03/11.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.03/11.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.03/11.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.03/11.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.03/11.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.03/11.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.19/14.18	c lits-rem:       171  cl-subs:       25  v-elim:      0  v-fix:    0  time:  2.81 s
56.19/14.19	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
56.60/14.20	c vivif2 --  cl tried    23203 cl shrink        0 lits rem          0 time: 0.02
57.40/14.46	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
57.40/14.46	c calculated reachability. Time: 0.00
57.40/14.46	c  N dy   552    105352      1000     20000         0     23203    100000   1489211     95.80   no data
60.58/15.29	c  N dy   587    112141      1000     20000         0     16007    100000    526579     95.76    101.43
63.78/16.07	c  N dy   620    119617      1000     20000         0     23475    100000   1404076     95.62    100.89
67.77/17.06	c  N dy   667    127380      1000     20000         0     16254    100000    449573     95.67    103.57
71.36/17.98	c  N dy   716    135515      1000     20000         0     24382    100000   1407023     95.66    108.34
76.15/19.11	c  N dy   758    144259      1000     20000         0     17129    100000    445317     95.57    110.09
80.53/20.20	c  N dy   816    153538      1000     20000         0     26392    100000   1547268     95.69    102.50
82.52/20.80	c  S st   847    158028      1000     20000         0     30877    100000   2080530     95.71   no data
82.92/20.89	c  S st   847    158533      1000     20000         0     31382    100000   2135597     95.71   no data
83.32/20.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.32/20.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.32/20.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.32/20.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.32/20.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.32/20.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.32/20.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.32/20.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
83.73/21.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.63/28.55	c lits-rem:       271  cl-subs:       57  v-elim:      0  v-fix:    0  time:  7.53 s
113.63/28.55	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
113.63/28.58	c vivif2 --  cl tried    31325 cl shrink        0 lits rem          0 time: 0.03
115.23/28.91	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
115.23/28.91	c calculated reachability. Time: 0.00
115.23/28.91	c  N dy   847    158533      1000     20000         0     31325    100000   2121512     95.71   no data
120.42/30.20	c  N dy   896    168844      1000     20000         0     24652    100000   1225305     95.61    102.19
126.40/31.71	c  N dy   970    179911      1000     20000         0     35701    100000   2549643     95.77    100.93
131.99/33.12	c  N dy  1041    191588      1000     20000         0     29378    100000   1666366     95.84    101.34
138.38/34.80	c  N dy  1117    203877      1000     20000         0     22677    100000    770365     95.92    102.17
145.55/36.53	c  N dy  1185    217150      1000     20000         0     35935    100000   2349596     95.88    102.78
152.73/38.35	c  N dy  1270    231088      1000     20000         0     29878    100000   1516430     95.91    101.44
156.76/39.32	c  S st  1307    237799      1000     20000         0     36579    100000   2317630     95.95   no data
157.12/39.42	c  S st  1307    238300      1000     20000         0     37079    100000   2371006     95.95   no data
157.12/39.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.12/39.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
157.12/39.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.12/39.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.12/39.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.12/39.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
157.12/39.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.12/39.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
157.52/39.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.26/49.26	c lits-rem:       273  cl-subs:       49  v-elim:      0  v-fix:    0  time:  9.70 s
196.26/49.26	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
196.26/49.29	c vivif2 --  cl tried    37030 cl shrink        0 lits rem          0 time: 0.03
197.80/49.62	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
197.80/49.62	c calculated reachability. Time: 0.00
197.80/49.62	c  N dy  1307    238300      1000     20000         0     37030    100000   2359121     95.95   no data
205.78/51.62	c  N dy  1395    253536      1000     20000         0     31273    100000   1572153     95.97    102.15
214.95/53.94	c  N dy  1495    269720      1000     20000         0     25466    100000    775479     96.05    101.35
224.53/56.38	c  N dy  1600    287093      1000     20000         0     42817    100000   2833408     96.08    101.15
234.50/58.86	c  N dy  1699    305594      1000     20000         0     38324    100000   2165748     96.05    102.95
234.90/58.96	c  F st  1704    306251      1000     20000         0     38979    100000   2244251     96.06   no data
245.67/61.67	c  N dy  1792    325160      1000     20000         0     33883    100000   1570278     96.10    103.73
258.04/64.72	c  N dy  1901    345187      1000     20000         0     28922    100000    851410     96.12    107.07
264.83/66.44	c  S st  1970    357450      1000     20000         0     41167    100000   2308157     96.12    102.27
265.23/66.55	c  S st  1970    357959      1000     20000         0     41676    100000   2358123     96.12   no data
265.23/66.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.23/66.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
265.23/66.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
265.23/66.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.23/66.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.23/66.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
265.23/66.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
265.63/66.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
265.63/66.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
306.71/76.94	c lits-rem:       381  cl-subs:       61  v-elim:      0  v-fix:    0  time: 10.26 s
306.71/76.94	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
306.71/76.97	c vivif2 --  cl tried    41615 cl shrink        0 lits rem          0 time: 0.03
308.31/77.33	c asymm  cl-useful: 0/18634/20000 lits-rem:0 time: 0.36
308.31/77.34	c calculated reachability. Time: 0.00
308.31/77.34	c  N dy  1970    357959      1000     20000         0     41615    100000   2343370     96.12   no data
321.07/80.53	c  N dy  2084    378088      1000     20000         0     35756    100000   1544038     96.11    102.59
334.64/83.93	c  N dy  2193    398211      1000     20000         0     28894    100000    626758     96.11    102.47
347.00/87.09	c  N dy  2310    418283      1000     20000         0     48947    100000   3008499     96.13    101.63
360.56/90.40	c  N dy  2431    438670      1000     20000         0     41329    100000   2021559     96.18    102.79
374.12/93.88	c  N dy  2549    459099      1000     20000         0     32775    100000    871676     96.21    103.44
387.29/97.11	c  N dy  2661    479196      1000     20000         0     52836    100000   3260174     96.21    106.94
400.05/100.36	c  N dy  2764    499268      1000     20000         0     42923    100000   1978544     96.18    101.87
414.82/104.08	c  N dy  2878    519374      1000     20000         0     32047    100000    565117     96.19    101.56
425.97/106.83	c  S st  2977    536938      1000     20000         0     49585    100000   2655751     96.19   no data
426.38/106.97	c  S st  2977    537438      1000     20000         0     50085    100000   2708356     96.19   no data
426.38/106.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.78/107.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
426.78/107.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.78/107.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.78/107.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.78/107.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
426.78/107.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
426.78/107.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
427.18/107.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
486.61/122.08	c lits-rem:       371  cl-subs:       65  v-elim:      0  v-fix:    0  time: 14.97 s
486.61/122.09	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
487.01/122.12	c vivif2 --  cl tried    50020 cl shrink        0 lits rem          0 time: 0.03
487.01/122.16	c asymm  cl-useful: 0/1366/20000 lits-rem:0 time: 0.04
487.01/122.16	c calculated reachability. Time: 0.00
487.01/122.16	c  N dy  2977    537438      1000     20000         0     50020    100000   2692573     96.19   no data
503.41/126.29	c  N dy  3093    557628      1000     20000         0     38225    100000   1181327     96.22    102.90
518.93/130.15	c  N dy  3205    577849      1000     20000         0     58409    100000   3586961     96.23    103.63
533.70/133.87	c  N dy  3317    597889      1000     20000         0     45477    100000   1940254     96.22    102.48
550.04/137.97	c  N dy  3425    617931      1000     20000         0     65489    100000   4320442     96.22    101.46
564.42/141.52	c  N dy  3537    637960      1000     20000         0     51537    100000   2538783     96.21    108.54
581.15/145.71	c  N dy  3660    658011      1000     20000         0     36616    100000    664387     96.24    102.36
594.72/149.14	c  N dy  3782    678056      1000     20000         0     56632    100000   3080861     96.30    102.54
611.48/153.31	c  N dy  3911    698112      1000     20000         0     40719    100000   1052731     96.34    111.41
625.84/157.01	c  N dy  4031    718268      1000     20000         0     60850    100000   3457216     96.35    101.56
642.19/161.08	c  N dy  4137    738274      1000     20000         0     43870    100000   1305271     96.36    102.10
657.35/164.83	c  N dy  4234    758346      1000     20000         0     63915    100000   3685974     96.33    103.31
674.12/169.04	c  N dy  4356    778617      1000     20000         0     46214    100000   1475406     96.36    101.70
689.65/172.97	c  N dy  4473    798643      1000     20000         0     66207    100000   3863034     96.38    102.51
696.83/174.73	c  S st  4517    806157      1000     20000         0     73707    100000   4760166     96.39     94.81
697.63/174.93	c  S st  4517    806660      1000     20000         0     74210    100000   4811556     96.39   no data
697.63/174.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
697.63/174.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
697.63/174.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
697.63/174.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
697.63/174.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
697.63/174.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
697.63/174.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
698.03/175.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
698.43/175.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.53/202.70	c lits-rem:       734  cl-subs:      108  v-elim:      0  v-fix:    0  time: 27.51 s
808.53/202.70	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
808.53/202.76	c vivif2 --  cl tried    74102 cl shrink        0 lits rem          0 time: 0.06
810.15/203.17	c asymm  cl-useful: 0/12748/20000 lits-rem:0 time: 0.41
810.15/203.17	c calculated reachability. Time: 0.00
810.15/203.17	c  N dy  4517    806660      1000     20000         0     74102    100000   4784454     96.39   no data
825.29/206.98	c  N dy  4619    826909      1000     20000         0     55382    100000   2446611     96.36    101.79
843.24/211.40	c  N dy  4731    846917      1000     20000         0     75360    100000   4822435     96.36    102.72
858.41/215.30	c  N dy  4845    866959      1000     20000         0     55422    100000   2376401     96.37    103.07
876.39/219.77	c  N dy  4964    887023      1000     20000         0     75457    100000   4756987     96.38    103.85
892.70/223.85	c  N dy  5075    907027      1000     20000         0     54492    100000   2122638     96.38    120.15
910.26/228.29	c  N dy  5190    927090      1000     20000         0     74520    100000   4513995     96.39    110.68
927.41/232.59	c  N dy  5301    947261      1000     20000         0     52722    100000   1808719     96.40    101.66
944.96/236.95	c  N dy  5425    967365      1000     20000         0     72798    100000   4223180     96.44    102.93
963.30/241.54	c  N dy  5525    987457      1000     20000         0     49924    100000   1360848     96.42    104.21
979.66/245.62	c  N dy  5632   1007709      1000     20000         0     70148    100000   3781438     96.42    103.52
1000.01/250.73	c  N dy  5749   1027774      1000     20000         0     46254    100000    816595     96.43    101.69
1017.15/255.06	c  N dy  5864   1047873      1000     20000         0     66310    100000   3212533     96.43    103.22
1039.09/260.52	c  N dy  5977   1067970      1000     20000         0     86371    100000   5619682     96.45    105.37
1043.88/261.73	c  F st  6000   1071875      1000     20000         0     45348    100000    594406     96.45     87.31
1056.64/264.96	c  N dy  6078   1087980      1000     20000         0     61406    100000   2570484     96.46    102.47
1077.80/270.28	c  N dy  6205   1108087      1000     20000         0     81467    100000   4979751     96.49    105.15
1097.34/275.18	c  N dy  6333   1128276      1000     20000         0     55716    100000   1725213     96.52    106.08
1115.69/279.75	c  N dy  6448   1148349      1000     20000         0     75746    100000   4127244     96.53    102.06
1138.03/285.38	c  N dy  6572   1168524      1000     20000         0     48981    100000    812288     96.56    102.12
1154.78/289.59	c  N dy  6687   1188656      1000     20000         0     69086    100000   3221046     96.56    101.88
1176.32/294.98	c  N dy  6808   1208757      1000     20000         0     89159    100000   5612498     96.57    103.94
1177.92/295.35	c  S st  6817   1209990      1000     20000         0     90388    100000   5758705     96.57   no data
1178.74/295.57	c  S st  6817   1210493      1000     20000         0     90891    100000   5809394     96.57   no data
1178.74/295.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1179.16/295.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1179.16/295.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1179.16/295.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1179.16/295.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1179.16/295.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1179.16/295.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1179.51/295.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1179.91/295.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1332.31/334.05	c lits-rem:       795  cl-subs:      150  v-elim:      0  v-fix:    0  time: 38.16 s
1332.31/334.05	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1332.74/334.12	c vivif2 --  cl tried    90741 cl shrink        0 lits rem          0 time: 0.07
1333.90/334.46	c asymm  cl-useful: 0/7252/20000 lits-rem:0 time: 0.34
1333.90/334.47	c calculated reachability. Time: 0.00
1333.90/334.47	c  N dy  6817   1210493      1000     20000         0     90741    100000   5772925     96.57   no data
1352.24/339.03	c  N dy  6938   1230562      1000     20000         0     62868    100000   2361480     96.59    101.94
1371.80/343.91	c  N dy  7053   1250643      1000     20000         0     82924    100000   4749994     96.59    102.36
1393.33/349.39	c  N dy  7167   1270850      1000     20000         0     54169    100000   1200800     96.60    102.72
1410.88/353.70	c  N dy  7279   1290885      1000     20000         0     74168    100000   3587739     96.60    106.62
1432.82/359.29	c  N dy  7397   1310922      1000     20000         0     94169    100000   5985227     96.62    102.11
1451.56/363.96	c  N dy  7507   1331023      1000     20000         0     64316    100000   2305725     96.62    110.76
1471.51/368.99	c  N dy  7626   1351192      1000     20000         0     84445    100000   4704885     96.62    102.62
1495.09/374.87	c  N dy  7751   1371244      1000     20000         0     53549    100000    910150     96.65    103.21
1512.21/379.20	c  N dy  7866   1391354      1000     20000         0     73630    100000   3300332     96.65    102.69
1534.16/384.71	c  N dy  7979   1411616      1000     20000         0     93859    100000   5720567     96.65    103.07
1555.68/390.00	c  N dy  8100   1431724      1000     20000         0     62035    100000   1821903     96.66    102.34
1575.63/395.02	c  N dy  8213   1451904      1000     20000         0     82188    100000   4230675     96.67    101.96
1600.76/401.33	c  N dy  8323   1471975      1000     20000         0    102224    100000   6616816     96.67    103.59
1619.91/406.19	c  N dy  8444   1491998      1000     20000         0     69283    100000   2579773     96.69    107.64
1641.04/411.44	c  N dy  8556   1512012      1000     20000         0     89266    100000   4977126     96.71    102.71
1665.80/417.69	c  N dy  8666   1532225      1000     20000         0     55539    100000    808656     96.71    103.00
1684.13/422.21	c  N dy  8795   1552263      1000     20000         0     75547    100000   3214778     96.73    101.86
1706.86/427.92	c  N dy  8919   1572340      1000     20000         0     95593    100000   5638379     96.75    104.37
1730.41/433.89	c  N dy  9029   1592532      1000     20000         0     60830    100000   1338431     96.76    101.91
1750.75/438.97	c  N dy  9151   1613170      1000     20000         0     81434    100000   3820817     96.77    101.99
1774.68/444.98	c  N dy  9261   1633396      1000     20000         0    101624    100000   6240820     96.77    103.74
1797.43/450.61	c  N dy  9380   1653450      1000     20000         0     65750    100000   1802166     96.78    102.05
1817.36/455.65	c  N dy  9501   1673579      1000     20000         0     85850    100000   4225423     96.79    102.84
1842.49/461.98	c  N dy  9622   1693617      1000     20000         0    105848    100000   6626243     96.80    102.54
1862.84/467.06	c  S st  9719   1710493      1000     20000         0     65793    100000   1699035     96.81     89.83
1863.68/467.24	c  S st  9719   1710998      1000     20000         0     66298    100000   1752739     96.81   no data
1863.68/467.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1863.68/467.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1864.03/467.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1864.03/467.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1864.03/467.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1864.03/467.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1864.03/467.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1864.03/467.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1864.03/467.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1892.36/474.45	c lits-rem:       172  cl-subs:       28  v-elim:      0  v-fix:    0  time:  7.07 s
1892.36/474.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1892.36/474.47	c vivif2 --  cl tried    66270 cl shrink        0 lits rem          0 time: 0.02
1893.97/474.89	c asymm  cl-useful: 0/13800/20000 lits-rem:0 time: 0.42
1893.97/474.90	c calculated reachability. Time: 0.00
1893.97/474.90	c  N dy  9719   1710998      1000     20000         0     66270    100000   1746029     96.81   no data
1915.91/480.41	c  N dy  9827   1731398      1000     20000         0     86637    100000   4200277     96.81    102.95
1943.01/487.19	c  N dy  9940   1751466      1000     20000         0    106681    100000   6602933     96.81    102.21
1966.55/493.07	c  N dy 10059   1771470      1000     20000         0     68741    100000   1948649     96.82    102.02
1987.69/498.36	c  N dy 10177   1791486      1000     20000         0     88719    100000   4350766     96.84    102.00
2014.03/504.99	c  N dy 10307   1811651      1000     20000         0    108850    100000   6784505     96.86    104.50
2037.16/510.76	c  N dy 10428   1831863      1000     20000         0     70111    100000   2015280     96.87    102.83
2058.70/516.13	c  N dy 10554   1851900      1000     20000         0     90119    100000   4429033     96.89    103.39
2084.24/522.50	c  N dy 10665   1871983      1000     20000         0    110171    100000   6815726     96.89    102.23
2107.37/528.36	c  N dy 10772   1892091      1000     20000         0     70343    100000   1907487     96.88    103.00
2128.92/533.72	c  N dy 10883   1912100      1000     20000         0     90318    100000   4298361     96.88    102.26
2154.45/540.19	c  N dy 10994   1932406      1000     20000         0    110600    100000   6731016     96.89    103.00
2179.20/546.37	c  N dy 11119   1952479      1000     20000         0     69738    100000   1744430     96.89    102.22
2200.32/551.67	c  N dy 11238   1972543      1000     20000         0     89773    100000   4156946     96.90    105.64
2225.86/558.04	c  N dy 11355   1992546      1000     20000         0    109743    100000   6550147     96.91    119.67
2253.38/564.98	c  N dy 11470   2012729      1000     20000         0     67998    100000   1422527     96.91    103.33
2274.11/570.18	c  N dy 11578   2032731      1000     20000         0     87973    100000   3834814     96.91    107.72
2300.44/576.77	c  N dy 11703   2052819      1000     20000         0    108024    100000   6243480     96.92    105.75
2329.16/583.92	c  N dy 11813   2073102      1000     20000         0     65373    100000    993188     96.92    103.77
2349.12/588.97	c  N dy 11927   2093206      1000     20000         0     85439    100000   3421843     96.93    102.09
2374.24/595.24	c  N dy 12052   2113256      1000     20000         0    105459    100000   5840680     96.95    103.38
2402.98/602.45	c  N dy 12156   2133289      1000     20000         0    125449    100000   8238993     96.94    104.63
2424.92/607.93	c  N dy 12278   2153330      1000     20000         0     81567    100000   2827542     96.95    102.71
2448.84/613.93	c  N dy 12394   2173344      1000     20000         0    101549    100000   5217026     96.96    105.85
2477.17/621.05	c  N dy 12511   2193425      1000     20000         0    121593    100000   7620430     96.96    103.58
2499.11/626.57	c  S st 12620   2211000      1000     20000         0     74259    100000   1841104     96.96   no data
2499.95/626.75	c  S st 12620   2211507      1000     20000         0     74766    100000   1892562     96.96   no data
2499.95/626.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2500.29/626.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2500.29/626.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2500.29/626.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2500.29/626.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2500.29/626.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2500.29/626.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2500.29/626.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2500.29/626.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2527.82/633.77	c lits-rem:       251  cl-subs:       36  v-elim:      0  v-fix:    0  time:  6.87 s
2527.82/633.77	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2527.82/633.80	c vivif2 --  cl tried    74730 cl shrink        0 lits rem          0 time: 0.03
2529.02/634.02	c asymm  cl-useful: 0/6200/20000 lits-rem:0 time: 0.22
2529.02/634.02	c calculated reachability. Time: 0.00
2529.02/634.02	c  N dy 12620   2211507      1000     20000         0     74730    100000   1883717     96.96   no data
2550.96/639.56	c  N dy 12731   2231569      1000     20000         0     94762    100000   4287467     96.96    102.66
2578.09/646.39	c  N dy 12860   2251691      1000     20000         0    114858    100000   6704437     96.97    102.56
2608.01/653.85	c  N dy 12971   2271731      1000     20000         0     68973    100000   1091328     96.98    103.66
2629.15/659.17	c  N dy 13088   2292115      1000     20000         0     89315    100000   3543952     96.99    102.22
2654.28/665.43	c  N dy 13201   2312137      1000     20000         0    109298    100000   5934238     96.99    102.63
2684.99/673.14	c  N dy 13316   2332147      1000     20000         0    129280    100000   8325230     96.99    104.01
2709.33/679.27	c  N dy 13427   2352164      1000     20000         0     82372    100000   2600294     97.00    111.58
2735.26/685.70	c  N dy 13544   2372212      1000     20000         0    102380    100000   5006547     97.01    102.88
2764.38/693.00	c  N dy 13659   2392251      1000     20000         0    122387    100000   7413998     97.01    102.74
2793.94/700.47	c  N dy 13780   2412351      1000     20000         0     74569    100000   1534737     97.02    106.67
2816.23/706.09	c  N dy 13894   2432549      1000     20000         0     94736    100000   3959793     97.03    103.27
2843.37/712.88	c  N dy 14010   2452598      1000     20000         0    114750    100000   6359541     97.03    105.17
2874.87/720.73	c  N dy 14124   2472742      1000     20000         0    134851    100000   8769973     97.03    102.48
2897.61/726.45	c  N dy 14224   2493208      1000     20000         0     86409    100000   2860298     97.02    103.04
2921.94/732.59	c  N dy 14333   2513316      1000     20000         0    106479    100000   5263811     97.02    102.75
2952.26/740.15	c  N dy 14460   2533468      1000     20000         0    126591    100000   7692573     97.03    102.75
2983.38/747.92	c  N dy 14589   2553746      1000     20000         0     76949    100000   1608362     97.04    102.65
3007.72/754.02	c  N dy 14706   2573766      1000     20000         0     96937    100000   4023319     97.05    103.73
3035.64/761.01	c  N dy 14826   2593835      1000     20000         0    116959    100000   6441886     97.06    110.85
3068.75/769.33	c  N dy 14950   2614090      1000     20000         0    137186    100000   8893249     97.07    102.71
3093.48/775.52	c  N dy 15076   2634155      1000     20000         0     86342    100000   2644765     97.09    102.69
3118.66/781.86	c  N dy 15194   2654620      1000     20000         0    106769    100000   5111416     97.09    102.93
3148.95/789.41	c  N dy 15309   2674715      1000     20000         0    126829    100000   7525627     97.10    102.60
3181.24/797.53	c  N dy 15414   2694880      1000     20000         0     75091    100000   1164918     97.10    103.32
3198.80/801.99	c  S st 15502   2711508      1000     20000         0     91697    100000   3166207     97.10   no data
3200.00/802.23	c  S st 15502   2712012      1000     20000         0     92201    100000   3220376     97.10   no data
3200.00/802.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3200.39/802.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3200.39/802.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3200.39/802.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3200.39/802.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3200.39/802.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3200.39/802.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3200.39/802.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3200.79/802.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3248.66/814.45	c lits-rem:       241  cl-subs:       65  v-elim:      0  v-fix:    0  time: 12.00 s
3248.66/814.45	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3248.66/814.49	c vivif2 --  cl tried    92136 cl shrink        0 lits rem          0 time: 0.04
3250.65/814.91	c asymm  cl-useful: 0/10825/20000 lits-rem:0 time: 0.42
3250.65/814.91	c calculated reachability. Time: 0.00
3250.65/814.91	c  N dy 15502   2712012      1000     20000         0     92136    100000   3205175     97.10   no data
3276.62/821.47	c  N dy 15621   2732031      1000     20000         0    112106    100000   5629278     97.11    102.90
3308.49/829.41	c  N dy 15749   2752052      1000     20000         0    132090    100000   8036969     97.12    104.67
3338.81/837.05	c  N dy 15869   2772204      1000     20000         0     79334    100000   1556685     97.13    102.26
3361.94/842.82	c  N dy 15980   2792242      1000     20000         0     99346    100000   3981657     97.13    102.56
3389.47/849.79	c  N dy 16093   2812320      1000     20000         0    119393    100000   6399521     97.14    104.96
3422.57/858.01	c  N dy 16212   2832355      1000     20000         0    139398    100000   8805446     97.14    102.46
3451.30/865.30	c  N dy 16330   2853277      1000     20000         0     86402    100000   2305754     97.15    104.80
3476.03/871.44	c  N dy 16437   2873394      1000     20000         0    106489    100000   4727254     97.15    103.89
3505.95/878.91	c  N dy 16549   2893665      1000     20000         0    126728    100000   7173358     97.15    102.93
3542.65/888.12	c  N dy 16661   2913723      1000     20000         0    146744    100000   9573386     97.15    103.15
3568.58/894.65	c  N dy 16781   2934182      1000     20000         0     92289    100000   2907180     97.16    103.80
3595.70/901.44	c  N dy 16910   2954266      1000     20000         0    112345    100000   5348610     97.17    102.65
3627.23/909.36	c  N dy 17024   2974341      1000     20000         0    132383    100000   7761470     97.18    111.91
3663.11/918.33	c  N dy 17137   2994415      1000     20000         0     76557    100000    893479     97.18    103.13
3685.46/923.97	c  N dy 17266   3014430      1000     20000         0     96537    100000   3306846     97.19    124.63
3712.59/930.71	c  N dy 17376   3034513      1000     20000         0    116590    100000   5734495     97.19    112.67
3744.11/938.62	c  N dy 17483   3054705      1000     20000         0    136744    100000   8142675     97.18    103.69
3778.81/947.39	c  N dy 17608   3074741      1000     20000         0     79881    100000   1191653     97.20    104.61
3802.75/953.31	c  N dy 17736   3094769      1000     20000         0     99876    100000   3617076     97.21    105.69
3832.27/960.70	c  N dy 17865   3114838      1000     20000         0    119915    100000   6051096     97.23    111.12
3867.77/969.60	c  N dy 17991   3134919      1000     20000         0    139957    100000   8468286     97.24    103.71
3904.45/978.86	c  N dy 18112   3155001      1000     20000         0     82141    100000   1343763     97.24    105.37
3930.01/985.21	c  N dy 18225   3175077      1000     20000         0    102180    100000   3752644     97.24    104.76
3959.92/992.75	c  N dy 18340   3195178      1000     20000         0    122250    100000   6171774     97.25    105.60
3990.23/1000.38	c  S st 18432   3212013      1000     20000         0    139065    100000   8201274     97.25   no data
3991.87/1000.78	c  S st 18432   3212516      1000     20000         0    139568    100000   8252748     97.25   no data
3992.22/1000.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3992.62/1000.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3992.62/1000.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3992.62/1000.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3992.62/1000.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3992.62/1000.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3992.62/1000.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3993.02/1001.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3993.81/1001.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4244.74/1064.16	c lits-rem:       780  cl-subs:      208  v-elim:      0  v-fix:    0  time: 62.90 s
4244.74/1064.16	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4245.14/1064.27	c vivif2 --  cl tried   139360 cl shrink        0 lits rem          0 time: 0.11
4247.12/1064.75	c asymm  cl-useful: 0/6745/20000 lits-rem:0 time: 0.48
4247.12/1064.75	c calculated reachability. Time: 0.00
4247.12/1064.75	c  N dy 18432   3212516      1000     20000         0    139360    100000   8202944     97.25   no data
4285.03/1074.21	c  N dy 18564   3232722      1000     20000         0     80662    100000   1061673     97.26    103.84
4308.55/1080.12	c  N dy 18670   3252937      1000     20000         0    100835    100000   3492288     97.26    103.03
4336.08/1087.03	c  N dy 18778   3273038      1000     20000         0    120909    100000   5915763     97.26    105.82
4369.23/1095.36	c  N dy 18898   3293070      1000     20000         0    140911    100000   8345708     97.27    103.26
4407.09/1104.87	c  N dy 19020   3313125      1000     20000         0     81070    100000    993111     97.27    102.47
4432.22/1111.15	c  N dy 19140   3333221      1000     20000         0    101130    100000   3406818     97.27    103.71
4461.73/1118.55	c  N dy 19244   3353314      1000     20000         0    121187    100000   5815672     97.27    103.03
4497.64/1127.53	c  N dy 19376   3373373      1000     20000         0    141211    100000   8245093     97.29    105.40
4539.13/1137.97	c  N dy 19502   3393673      1000     20000         0    161474    100000  10678984     97.29    104.95
4565.06/1144.42	c  N dy 19635   3413695      1000     20000         0    100601    100000   3259005     97.30    103.90
4595.37/1152.01	c  N dy 19752   3434643      1000     20000         0    121512    100000   5776265     97.31    102.52
4628.88/1160.44	c  N dy 19874   3454663      1000     20000         0    141493    100000   8192425     97.31    102.66
4667.62/1170.18	c  N dy 19994   3474783      1000     20000         0    161568    100000  10622719     97.32    103.48
4693.95/1176.79	c  N dy 20116   3494819      1000     20000         0     99717    100000   3021288     97.33    104.00
4722.23/1183.81	c  N dy 20234   3514916      1000     20000         0    119779    100000   5427214     97.33    103.99
4754.53/1191.93	c  N dy 20347   3535035      1000     20000         0    139861    100000   7841684     97.33    102.66
4792.43/1201.49	c  N dy 20475   3555088      1000     20000         0    159883    100000  10279553     97.34    104.59

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366139-1305396744/watcher-3366139-1305396744 -o /tmp/evaluation-result-3366139-1305396744/solver-3366139-1305396744 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366139-1305396744.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: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=40924 CPUtime=0 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 406 0 0 0 0 0 0 0 22 0 3 0 651277022 41906176 346 33554432000 4194304 4580107 140734525183856 18446744073709551615 216634571761 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 10231 346 299 95 0 5213 0
[pid=2497/tid=2498] ppid=2495 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 651277022 52396032 347 33554432000 4194304 4580107 140734525183856 18446744073709551615 47212148959158 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 651277022 52396032 347 33554432000 4194304 4580107 140734525183856 18446744073709551615 47212148959154 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651277023 52396032 347 33554432000 4194304 4580107 140734525183856 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.128686 s]
/proc/loadavg: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=285236 CPUtime=0.48 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) D 2495 2497 1623 0 -1 4202496 4651 0 0 0 47 1 0 0 18 0 4 0 651277022 292081664 4572 33554432000 4194304 4580107 140734525183856 18446744073709551615 216634176545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 71333 4891 363 95 0 66315 0
[pid=2497/tid=2498] ppid=2495 vsize=285332 CPUtime=0.12 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) D 2495 2497 1623 0 -1 4202560 1183 0 0 0 12 0 0 0 18 0 4 0 651277022 292179968 4985 33554432000 4194304 4580107 140734525183856 18446744073709551615 216634176545 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=287480 CPUtime=0.12 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 1679 0 0 0 12 0 0 0 18 0 4 0 651277022 294379520 6079 33554432000 4194304 4580107 140734525183856 18446744073709551615 216634212560 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=300156 CPUtime=0.48 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) D 2495 2497 1623 0 -1 4202560 1810 0 0 0 48 0 0 0 18 0 4 0 651277023 307359744 6413 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 285236

[startup+0.937424 s]
/proc/loadavg: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=302524 CPUtime=3.69 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 14754 0 0 0 365 4 0 0 19 0 4 0 651277022 309784576 8115 33554432000 4194304 4580107 140734525183856 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 75631 7603 377 95 0 70613 0
[pid=2497/tid=2498] ppid=2495 vsize=302524 CPUtime=0.92 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 3607 0 0 0 91 1 0 0 19 0 4 0 651277022 309784576 7603 33554432000 4194304 4580107 140734525183856 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=293136 CPUtime=0.95 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4016 0 0 0 94 1 0 0 19 0 4 0 651277022 300171264 7033 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=293136 CPUtime=0.93 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 2948 0 0 0 93 0 0 0 19 0 4 0 651277023 300171264 7034 33554432000 4194304 4580107 140734525183856 18446744073709551615 4301949 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 302524

[startup+1.06474 s]
/proc/loadavg: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=293136 CPUtime=4.2 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 15960 0 0 0 416 4 0 0 19 0 4 0 651277022 300171264 7683 33554432000 4194304 4580107 140734525183856 18446744073709551615 4322524 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 73284 7683 377 95 0 68266 0
[pid=2497/tid=2498] ppid=2495 vsize=293136 CPUtime=1.05 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4183 0 0 0 104 1 0 0 19 0 4 0 651277022 300171264 7684 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=293136 CPUtime=1.05 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4183 0 0 0 104 1 0 0 19 0 4 0 651277022 300171264 7684 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=293136 CPUtime=1.03 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 3103 0 0 0 103 0 0 0 19 0 4 0 651277023 300171264 7684 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 293136

[startup+1.16472 s]
/proc/loadavg: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=293136 CPUtime=4.6 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 16628 0 0 0 456 4 0 0 19 0 4 0 651277022 300171264 8351 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 73284 8352 377 95 0 68266 0
[pid=2497/tid=2498] ppid=2495 vsize=293136 CPUtime=1.15 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4343 0 0 0 114 1 0 0 19 0 4 0 651277022 300171264 8353 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=293136 CPUtime=1.15 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4347 0 0 0 114 1 0 0 19 0 4 0 651277022 300171264 8353 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=293136 CPUtime=1.13 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 3257 0 0 0 113 0 0 0 19 0 4 0 651277023 300171264 8353 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 293136

[startup+1.50067 s]
/proc/loadavg: 6.90 7.85 7.79 2/346 2497
/proc/meminfo: memFree=26261124/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=293908 CPUtime=5.94 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 20255 0 0 0 590 4 0 0 19 0 4 0 651277022 300961792 7272 33554432000 4194304 4580107 140734525183856 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 73477 7272 377 95 0 68459 0
[pid=2497/tid=2498] ppid=2495 vsize=293908 CPUtime=1.48 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 5223 0 0 0 147 1 0 0 19 0 4 0 651277022 300961792 7272 33554432000 4194304 4580107 140734525183856 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=293908 CPUtime=1.48 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 5262 0 0 0 147 1 0 0 20 0 4 0 651277022 300961792 7273 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=293908 CPUtime=1.48 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 4178 0 0 0 147 1 0 0 20 0 4 0 651277023 300961792 7273 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 293908

[startup+3.10039 s]
/proc/loadavg: 6.90 7.85 7.79 9/356 2510
/proc/meminfo: memFree=26053792/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=295008 CPUtime=12.32 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 35770 0 0 0 1224 8 0 0 25 0 4 0 651277022 302088192 12783 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 73752 12783 379 95 0 68734 0
[pid=2497/tid=2498] ppid=2495 vsize=295008 CPUtime=3.07 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 8422 0 0 0 306 1 0 0 25 0 4 0 651277022 302088192 12783 33554432000 4194304 4580107 140734525183856 18446744073709551615 4322558 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=295008 CPUtime=3.08 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 8397 0 0 0 306 2 0 0 18 0 4 0 651277022 302088192 12783 33554432000 4194304 4580107 140734525183856 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=295008 CPUtime=3.05 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 7339 0 0 0 304 1 0 0 25 0 4 0 651277023 302088192 12783 33554432000 4194304 4580107 140734525183856 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 295008

[startup+6.31282 s]
/proc/loadavg: 6.99 7.85 7.79 9/356 2510
/proc/meminfo: memFree=25963148/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=296528 CPUtime=25.13 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 62951 0 0 0 2499 14 0 0 25 0 4 0 651277022 303644672 29388 33554432000 4194304 4580107 140734525183856 18446744073709551615 4306066 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 74132 29388 379 95 0 69114 0
[pid=2497/tid=2498] ppid=2495 vsize=296528 CPUtime=6.29 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 15513 0 0 0 626 3 0 0 25 0 4 0 651277022 303644672 29388 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=296528 CPUtime=6.29 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 15751 0 0 0 625 4 0 0 25 0 4 0 651277022 303644672 29388 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=296528 CPUtime=6.22 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 14602 0 0 0 620 2 0 0 25 0 4 0 651277023 303644672 29388 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 296528

[startup+12.7007 s]
/proc/loadavg: 7.07 7.85 7.79 9/356 2510
/proc/meminfo: memFree=25888368/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=418592 CPUtime=50.62 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 106001 0 0 0 5039 23 0 0 25 0 4 0 651277022 428638208 50997 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 104648 50997 379 95 0 99630 0
[pid=2497/tid=2498] ppid=2495 vsize=418592 CPUtime=12.67 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 25893 0 0 0 1262 5 0 0 25 0 4 0 651277022 428638208 50997 33554432000 4194304 4580107 140734525183856 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=418592 CPUtime=12.68 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 27653 0 0 0 1261 7 0 0 25 0 4 0 651277022 428638208 50997 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=418592 CPUtime=12.56 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 23352 0 0 0 1252 4 0 0 25 0 4 0 651277023 428638208 50997 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 418592

[startup+25.5004 s]
/proc/loadavg: 7.28 7.86 7.80 9/356 2511
/proc/meminfo: memFree=25591524/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=430748 CPUtime=101.67 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 149953 0 0 0 10135 32 0 0 25 0 4 0 651277022 441085952 61726 33554432000 4194304 4580107 140734525183856 18446744073709551615 4417027 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 107687 61726 379 95 0 102669 0
[pid=2497/tid=2498] ppid=2495 vsize=430748 CPUtime=25.47 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 36367 0 0 0 2539 8 0 0 25 0 4 0 651277022 441085952 61726 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=430748 CPUtime=25.47 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 37528 0 0 0 2538 9 0 0 25 0 4 0 651277022 441085952 61726 33554432000 4194304 4580107 140734525183856 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=430748 CPUtime=25.21 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 34590 0 0 0 2515 6 0 0 25 0 4 0 651277023 441085952 61726 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 430748

[startup+51.1009 s]
/proc/loadavg: 7.52 7.87 7.80 9/356 2511
/proc/meminfo: memFree=25420608/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=530848 CPUtime=203.8 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 230600 0 0 0 20327 53 0 0 25 0 4 0 651277022 543588352 73307 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294787 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 132712 73307 379 95 0 127694 0
[pid=2497/tid=2498] ppid=2495 vsize=530848 CPUtime=51.07 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 62671 0 0 0 5091 16 0 0 25 0 4 0 651277022 543588352 73307 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=530848 CPUtime=51.08 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 51484 0 0 0 5095 13 0 0 25 0 4 0 651277022 543588352 73307 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=530848 CPUtime=50.53 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 58364 0 0 0 5042 11 0 0 25 0 4 0 651277023 543588352 73307 33554432000 4194304 4580107 140734525183856 18446744073709551615 4342256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 530848

[startup+102.301 s]
/proc/loadavg: 7.79 7.89 7.81 9/356 2513
/proc/meminfo: memFree=25180268/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=548656 CPUtime=408.02 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 371542 0 0 0 40713 89 0 0 25 0 4 0 651277022 561823744 89611 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 137164 89611 383 95 0 132146 0
[pid=2497/tid=2498] ppid=2495 vsize=548656 CPUtime=102.27 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 101117 0 0 0 10199 28 0 0 25 0 4 0 651277022 561823744 89611 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=548656 CPUtime=102.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 80004 0 0 0 10208 20 0 0 25 0 4 0 651277022 561823744 89611 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=548656 CPUtime=101.17 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 100556 0 0 0 10096 21 0 0 25 0 4 0 651277023 561823744 89611 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 548656

[startup+162.3 s]

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

[pid=2497] ppid=2495 vsize=1065448 CPUtime=2801.48 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1391908 0 0 0 279716 432 0 0 25 0 4 0 651277022 1091018752 193231 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 266362 193231 379 95 0 261344 0
[pid=2497/tid=2498] ppid=2495 vsize=1065448 CPUtime=702.26 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 350705 0 0 0 70110 116 0 0 25 0 4 0 651277022 1091018752 193231 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1065448 CPUtime=702.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 343740 0 0 0 70126 102 0 0 25 0 4 0 651277022 1091018752 193231 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1065448 CPUtime=694.63 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 359370 0 0 0 69355 108 0 0 25 0 4 0 651277023 1091018752 193231 33554432000 4194304 4580107 140734525183856 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.48
Current children cumulated vsize (KiB) 1065448

[startup+762.301 s]
/proc/loadavg: 8.31 8.16 7.97 9/356 2530
/proc/meminfo: memFree=24223092/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1200200 CPUtime=3040.83 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1472451 0 0 0 303621 462 0 0 25 0 4 0 651277022 1229004800 200809 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 300050 200809 379 95 0 295032 0
[pid=2497/tid=2498] ppid=2495 vsize=1200200 CPUtime=762.26 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 364419 0 0 0 76105 121 0 0 25 0 4 0 651277022 1229004800 200809 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1200200 CPUtime=762.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 366026 0 0 0 76118 110 0 0 25 0 4 0 651277022 1229004800 200809 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1200200 CPUtime=753.96 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 380366 0 0 0 75280 116 0 0 25 0 4 0 651277023 1229004800 200809 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.83
Current children cumulated vsize (KiB) 1200200

[startup+822.3 s]
/proc/loadavg: 8.17 8.14 7.98 9/356 2532
/proc/meminfo: memFree=24261004/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1163752 CPUtime=3280.18 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1542315 0 0 0 327527 491 0 0 25 0 4 0 651277022 1191682048 191681 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 290938 191681 379 95 0 285920 0
[pid=2497/tid=2498] ppid=2495 vsize=1163752 CPUtime=822.26 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 380193 0 0 0 82099 127 0 0 25 0 4 0 651277022 1191682048 191681 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1163752 CPUtime=822.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 387177 0 0 0 82109 119 0 0 25 0 4 0 651277022 1191682048 191681 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1163752 CPUtime=813.32 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 394515 0 0 0 81210 122 0 0 25 0 4 0 651277023 1191682048 191681 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.18
Current children cumulated vsize (KiB) 1163752

[startup+882.301 s]
/proc/loadavg: 8.06 8.11 7.98 9/356 2534
/proc/meminfo: memFree=24133004/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1111320 CPUtime=3519.51 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1628684 0 0 0 351429 522 0 0 25 0 4 0 651277022 1137991680 193321 33554432000 4194304 4580107 140734525183856 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 277830 193321 379 95 0 272812 0
[pid=2497/tid=2498] ppid=2495 vsize=1111320 CPUtime=882.26 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 402568 0 0 0 88091 135 0 0 25 0 4 0 651277022 1137991680 193322 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1111320 CPUtime=882.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 409013 0 0 0 88102 126 0 0 25 0 4 0 651277022 1137991680 193322 33554432000 4194304 4580107 140734525183856 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1111320 CPUtime=872.66 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 414282 0 0 0 87136 130 0 0 25 0 4 0 651277023 1137991680 193322 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.51
Current children cumulated vsize (KiB) 1111320

[startup+942.3 s]
/proc/loadavg: 8.02 8.09 7.98 9/356 2535
/proc/meminfo: memFree=24184060/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1150748 CPUtime=3758.87 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1700812 0 0 0 375336 551 0 0 25 0 4 0 651277022 1178365952 202043 33554432000 4194304 4580107 140734525183856 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 287687 202043 379 95 0 282669 0
[pid=2497/tid=2498] ppid=2495 vsize=1150748 CPUtime=942.27 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 420888 0 0 0 94086 141 0 0 25 0 4 0 651277022 1178365952 202052 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1150748 CPUtime=942.29 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 421470 0 0 0 94097 132 0 0 25 0 4 0 651277022 1178365952 202052 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1150748 CPUtime=932.01 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 433870 0 0 0 93063 138 0 0 25 0 4 0 651277023 1178365952 202052 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.87
Current children cumulated vsize (KiB) 1150748

[startup+1002.3 s]
/proc/loadavg: 8.07 8.09 7.99 9/356 2537
/proc/meminfo: memFree=23902296/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1448348 CPUtime=3998.2 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1811915 0 0 0 399234 586 0 0 25 0 4 0 651277022 1483108352 266926 33554432000 4194304 4580107 140734525183856 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 362087 266926 379 95 0 357069 0
[pid=2497/tid=2498] ppid=2495 vsize=1448348 CPUtime=1002.26 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 447196 0 0 0 100081 145 0 0 25 0 4 0 651277022 1483108352 266926 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1448348 CPUtime=1002.28 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 442388 0 0 0 100087 141 0 0 25 0 4 0 651277022 1483108352 266926 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1448348 CPUtime=991.35 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 469810 0 0 0 98986 149 0 0 25 0 4 0 651277023 1483108352 266926 33554432000 4194304 4580107 140734525183856 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.2
Current children cumulated vsize (KiB) 1448348

[startup+1062.31 s]
/proc/loadavg: 8.14 8.10 8.00 9/356 2538
/proc/meminfo: memFree=23935000/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1393252 CPUtime=4237.6 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1846167 0 0 0 423156 604 0 0 25 0 4 0 651277022 1426690048 256876 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 348313 256876 379 95 0 343295 0
[pid=2497/tid=2498] ppid=2495 vsize=1393252 CPUtime=1062.27 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 461137 0 0 0 106074 153 0 0 25 0 4 0 651277022 1426690048 256876 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1393252 CPUtime=1062.29 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 462699 0 0 0 106078 151 0 0 25 0 4 0 651277022 1426690048 256876 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1393252 CPUtime=1050.7 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 469810 0 0 0 104921 149 0 0 25 0 4 0 651277023 1426690048 256876 33554432000 4194304 4580107 140734525183856 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.6
Current children cumulated vsize (KiB) 1393252

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 8.00 9/356 2540
/proc/meminfo: memFree=23763100/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1395332 CPUtime=4476.9 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1921282 0 0 0 447058 632 0 0 25 0 4 0 651277022 1428819968 267608 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 348833 267608 381 95 0 343815 0
[pid=2497/tid=2498] ppid=2495 vsize=1395332 CPUtime=1122.25 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 480499 0 0 0 112065 160 0 0 25 0 4 0 651277022 1428819968 267608 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1395332 CPUtime=1122.29 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 486035 0 0 0 112071 158 0 0 25 0 4 0 651277022 1428819968 267608 33554432000 4194304 4580107 140734525183856 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1395332 CPUtime=1110.04 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 481563 0 0 0 110850 154 0 0 25 0 4 0 651277023 1428819968 267608 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4476.9
Current children cumulated vsize (KiB) 1395332

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 8.01 9/356 2542
/proc/meminfo: memFree=23783424/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1452816 CPUtime=4716.24 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 1978820 0 0 0 470965 659 0 0 25 0 4 0 651277022 1487683584 272467 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 363204 272467 381 95 0 358186 0
[pid=2497/tid=2498] ppid=2495 vsize=1452816 CPUtime=1182.25 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 497730 0 0 0 118056 169 0 0 25 0 4 0 651277022 1487683584 272467 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1452816 CPUtime=1182.29 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 487004 0 0 0 118071 158 0 0 25 0 4 0 651277022 1487683584 272467 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1452816 CPUtime=1169.38 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 500383 0 0 0 116775 163 0 0 25 0 4 0 651277023 1487683584 272467 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.24
Current children cumulated vsize (KiB) 1452816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.18 8.12 8.01 9/356 2542
/proc/meminfo: memFree=23738024/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1425248 CPUtime=4800.02 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 2005230 0 0 0 479334 668 0 0 25 0 4 0 651277022 1459453952 264086 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 356312 264086 381 95 0 351294 0
[pid=2497/tid=2498] ppid=2495 vsize=1425248 CPUtime=1203.27 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 501937 0 0 0 120156 171 0 0 25 0 4 0 651277022 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1425248 CPUtime=1203.3 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 495249 0 0 0 120169 161 0 0 25 0 4 0 651277022 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1425248 CPUtime=1190.15 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 508575 0 0 0 118850 165 0 0 25 0 4 0 651277023 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1425248

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

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

[startup+1203.3 s]
/proc/loadavg: 8.18 8.12 8.01 9/356 2542
/proc/meminfo: memFree=23738024/32951124 swapFree=53501236/67111528
[pid=2497] ppid=2495 vsize=1425248 CPUtime=4800.02 cores=1,3,5,7
/proc/2497/stat : 2497 (strangenight2-m) R 2495 2497 1623 0 -1 4202496 2005230 0 0 0 479334 668 0 0 25 0 4 0 651277022 1459453952 264086 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2497/statm: 356312 264086 381 95 0 351294 0
[pid=2497/tid=2498] ppid=2495 vsize=1425248 CPUtime=1203.27 cores=1,3,5,7
/proc/2497/task/2498/stat : 2498 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 501937 0 0 0 120156 171 0 0 25 0 4 0 651277022 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2497/tid=2499] ppid=2495 vsize=1425248 CPUtime=1203.3 cores=1,3,5,7
/proc/2497/task/2499/stat : 2499 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 495249 0 0 0 120169 161 0 0 25 0 4 0 651277022 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2497/tid=2500] ppid=2495 vsize=1425248 CPUtime=1190.15 cores=1,3,5,7
/proc/2497/task/2500/stat : 2500 (strangenight2-m) R 2495 2497 1623 0 -1 4202560 508575 0 0 0 118850 165 0 0 25 0 4 0 651277023 1459453952 264093 33554432000 4194304 4580107 140734525183856 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1425248

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.36
CPU time (s): 4800.12
CPU user time (s): 4793.39
CPU system time (s): 6.73198
CPU usage (%): 398.892
Max. virtual memory (cumulated for all children) (KiB): 1462716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.39
system time used= 6.73198
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2005243
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= 2942
involuntary context switches= 34085

runsolver used 3.53646 second user time and 9.64053 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 20:12:24
IDJOB=3366139
IDBENCH=82548
IDSOLVER=1844
FILE ID=node103/3366139-1305396744
RUNJOBID= node103-1305396744-2484
PBS_JOBID= 13324444
Free space on /tmp= 72992 MiB

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

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

MD5SUM BENCH= 93976db0d99d3daab756f06103f77642
RANDOM SEED=1221022933

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26261652 kB
Buffers:        293824 kB
Cached:        3857096 kB
SwapCached:     340192 kB
Active:        1311612 kB
Inactive:      5108816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26261652 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            6608 kB
Writeback:           0 kB
AnonPages:     1939520 kB
Mapped:          10196 kB
Slab:           151424 kB
PageTables:      53088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78293052 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= 72976 MiB
End job on node103 at 2011-05-14 20:32:29