Trace number 3173816

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S64285713-004-UNKNOWN.cnf
MD5SUM57320bb4a9b2a7589463bdcd0ecf61a4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.54731
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173816-1304031321.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:       15000
0.00/0.01	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.00/0.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.32/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.32/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.32/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.32/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.32/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.16/0.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.16/0.86	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.86	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.16/0.86	c calculated reachability. Time: 0.00
3.16/0.86	c Calc default polars -  time:   0.00 s pos:     356 undec:      21 neg:     373
3.16/0.86	c =========================================================================================
3.16/0.86	c types(t): F = full restart, N = normal restart
3.16/0.86	c types(t): S = simplification begin/end, E = solution found
3.16/0.86	c restart types(rt): st = static, dy = dynamic
3.16/0.86	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.86	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
3.16/0.86	c Decided on static restart strategy
3.16/0.86	c  N st     8      4912       750     15000         0      4867     75000    518914   no data   no data
3.56/0.95	c  N st    10     11294       750     15000         0      4511     75000    298970   no data   no data
5.56/1.45	c  N st    11     17037       750     15000         0     10187     75000    958681   no data   no data
7.95/2.09	c  F st    12     25000       750     15000         0     12505     75000   1141093   no data   no data
7.95/2.09	c  N st    12     25000       750     15000         0     12505     75000   1141093   no data   no data
9.55/2.47	c  N dy    18     30002       750     15000         0     10726     75000    874110   no data   no data
9.55/2.47	c  S st    18     30002       750     15000         0     10726     75000    874110   no data   no data
9.95/2.51	c  S st    18     30504       750     15000         0     11228     75000    917995   no data   no data
9.95/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.95/2.53	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.95/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.95/2.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.95/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.36	c lits-rem:       105  cl-subs:      125  v-elim:      0  v-fix:    0  time:  0.78 s
13.54/3.47	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
13.54/3.47	c calculated reachability. Time: 0.00
13.54/3.47	c  N dy    18     30504       750     15000         0     11103     75000    896018   no data   no data
15.56/3.91	c  N dy    44     35635       750     15000         0      8370     75000    359720     79.78     84.25
16.74/4.22	c  N dy    63     39879       750     15000         0     12604     75000    773684     79.28     83.60
17.94/4.57	c  N dy    89     43966       750     15000         0     16674     75000   1168614     79.68     84.04
18.74/4.73	c  S st   101     45756       750     15000         0      9544     75000    345575     79.77   no data
18.74/4.78	c  S st   101     46260       750     15000         0     10048     75000    387541     79.77   no data
18.74/4.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.74/4.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.74/4.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.74/4.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.74/4.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.74/4.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
18.74/4.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.14/4.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.14/4.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.55/4.93	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.12 s
19.55/4.93	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.55/4.94	c vivif2 --  cl tried    10045 cl shrink        0 lits rem          0 time: 0.01
19.96/5.03	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.96/5.04	c calculated reachability. Time: 0.00
19.96/5.04	c  N dy   101     46260       750     15000         0     10045     75000    387058     79.77   no data
21.13/5.35	c  N dy   124     50328       750     15000         0     14099     75000    784544     79.93     84.48
22.34/5.69	c  N dy   143     54354       750     15000         0     18109     75000   1176473     79.85     85.96
23.94/6.02	c  N dy   159     58439       750     15000         0     12246     75000    503180     79.75    101.53
25.13/6.36	c  N dy   185     62523       750     15000         0     16316     75000    902295     79.82     89.21
26.72/6.76	c  N dy   213     66610       750     15000         0     20387     75000   1306354     80.13     95.34
27.92/7.03	c  S st   232     69392       750     15000         0     12213     75000    398166     80.25     81.52
27.92/7.08	c  S st   232     69895       750     15000         0     12716     75000    441799     80.25   no data
27.92/7.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.92/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.92/7.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.92/7.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.92/7.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.92/7.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
27.92/7.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.33/7.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.33/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.29	c lits-rem:        56  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.17 s
28.74/7.29	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
28.74/7.29	c vivif2 --  cl tried    12696 cl shrink        0 lits rem          0 time: 0.00
29.51/7.41	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.51/7.41	c calculated reachability. Time: 0.00
29.51/7.41	c  N dy   232     69895       750     15000         0     12696     75000    438073     80.25   no data
30.72/7.79	c  N dy   262     74419       750     15000         0     17213     75000    886951     80.44     84.94
32.73/8.25	c  N dy   283     79175       750     15000         0     21946     75000   1353551     80.35     87.15
35.11/8.82	c  N dy   312     85442       750     15000         0     16238     75000    702031     80.33     84.64
35.91/9.00	c  F st   319     87500       750     15000         0     18285     75000    899579     80.18     68.36
37.91/9.50	c  N dy   325     92692       750     15000         0     23445     75000   1449508     80.18   no data
40.31/10.10	c  N dy   361     98739       750     15000         0     16534     75000    638734     80.15     84.73
42.71/10.71	c  S st   397    104843       750     15000         0     22617     75000   1238176     80.25   no data
42.71/10.78	c  S st   397    105346       750     15000         0     23120     75000   1279021     80.25   no data
42.71/10.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.10/10.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.10/10.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.10/10.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.10/10.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.10/10.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
43.10/10.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.10/10.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
43.10/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.49/13.41	c lits-rem:       266  cl-subs:       73  v-elim:      0  v-fix:    0  time:  2.54 s
53.49/13.41	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
53.49/13.42	c vivif2 --  cl tried    23047 cl shrink        0 lits rem          0 time: 0.02
54.29/13.63	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.20
54.29/13.63	c calculated reachability. Time: 0.00
54.29/13.63	c  N dy   397    105346       750     15000         0     23047     75000   1265912     80.25   no data
57.08/14.37	c  N dy   423    112392       750     15000         0     16122     75000    510597     80.06     84.47
59.88/15.06	c  N dy   459    119708       750     15000         0     23408     75000   1225595     80.02     84.84
63.49/15.95	c  N dy   497    127517       750     15000         0     16235     75000    422836     79.92     85.82
67.07/16.85	c  N dy   522    136141       750     15000         0     24826     75000   1275238     79.66     84.33
71.06/17.87	c  N dy   573    144830       750     15000         0     17541     75000    463692     79.66     85.82
75.06/18.84	c  N dy   617    154278       750     15000         0     26963     75000   1383912     79.64     84.91
76.67/19.29	c  S st   639    158019       750     15000         0     30697     75000   1748445     79.64   no data
77.08/19.38	c  S st   639    158524       750     15000         0     31202     75000   1791069     79.64   no data
77.08/19.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.45/19.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
77.45/19.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.45/19.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.45/19.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.45/19.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
77.45/19.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.45/19.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.45/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.02/25.37	c lits-rem:       317  cl-subs:      114  v-elim:      0  v-fix:    0  time:  5.89 s
101.02/25.37	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
101.02/25.39	c vivif2 --  cl tried    31088 cl shrink        0 lits rem          0 time: 0.02
102.22/25.66	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.27
102.22/25.67	c calculated reachability. Time: 0.00
102.22/25.67	c  N dy   639    158524       750     15000         0     31088     75000   1770213     79.64   no data
107.02/26.82	c  N dy   697    168724       750     15000         0     24312     75000   1029022     79.68     90.08
112.23/28.14	c  N dy   757    179529       750     15000         0     35085     75000   2086406     79.71     85.35
117.40/29.40	c  N dy   818    191019       750     15000         0     28602     75000   1355668     79.68     85.20
123.39/30.96	c  N dy   881    203529       750     15000         0     22133     75000    633725     79.66     84.34
129.81/32.53	c  N dy   948    216746       750     15000         0     35308     75000   1917871     79.62     84.28
136.57/34.22	c  N dy  1032    230681       750     15000         0     29259     75000   1240784     79.71     86.89
140.17/35.14	c  S st  1075    237786       750     15000         0     36344     75000   1933031     79.74     74.92
140.57/35.24	c  S st  1075    238291       750     15000         0     36849     75000   1975916     79.74   no data
140.57/35.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.57/35.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
140.57/35.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.57/35.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.57/35.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.57/35.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
140.57/35.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.97/35.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
140.97/35.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.93/43.37	c lits-rem:       283  cl-subs:      110  v-elim:      0  v-fix:    0  time:  8.02 s
172.93/43.37	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
172.93/43.40	c vivif2 --  cl tried    36739 cl shrink        0 lits rem          0 time: 0.02
174.12/43.67	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
174.12/43.68	c calculated reachability. Time: 0.00
174.12/43.68	c  N dy  1075    238291       750     15000         0     36739     75000   1956108     79.74   no data
181.71/45.51	c  N dy  1144    253753       750     15000         0     31222     75000   1340409     79.67     84.14
190.10/47.66	c  N dy  1235    269964       750     15000         0     25443     75000    685804     79.71     85.97
199.28/49.90	c  N dy  1338    287197       750     15000         0     42636     75000   2378444     79.78     84.53
208.48/52.26	c  N dy  1440    305557       750     15000         0     37994     75000   1838524     79.84     84.19
208.89/52.36	c  F st  1444    306251       750     15000         0     38688     75000   1906232     79.84     75.51
218.85/54.85	c  N dy  1530    325116       750     15000         0     33555     75000   1318328     79.89     84.39
230.45/57.74	c  N dy  1629    345187       750     15000         0     28641     75000    728396     79.84     84.11
236.83/59.38	c  S st  1701    357436       750     15000         0     40858     75000   1924126     79.84   no data
237.62/59.50	c  S st  1701    357938       750     15000         0     41360     75000   1969930     79.84   no data
237.62/59.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
237.62/59.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
237.62/59.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.62/59.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.62/59.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.62/59.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
237.62/59.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.62/59.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
238.02/59.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.38/68.20	c lits-rem:       293  cl-subs:      117  v-elim:      0  v-fix:    0  time:  8.59 s
272.38/68.20	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
272.38/68.22	c vivif2 --  cl tried    41243 cl shrink        0 lits rem          0 time: 0.02
273.58/68.56	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
273.58/68.56	c calculated reachability. Time: 0.00
273.58/68.56	c  N dy  1701    357938       750     15000         0     41243     75000   1948536     79.84   no data
285.56/71.59	c  N dy  1815    377971       750     15000         0     35314     75000   1296792     79.88     85.92
298.74/74.87	c  N dy  1932    398116       750     15000         0     28468     75000    535623     79.92     84.65
310.72/77.82	c  N dy  2031    418410       750     15000         0     48705     75000   2526742     79.92     86.24
322.73/80.81	c  N dy  2137    438640       750     15000         0     40956     75000   1669782     79.91     84.42
335.90/84.20	c  N dy  2254    458723       750     15000         0     32069     75000    712938     79.92     94.68
348.68/87.30	c  N dy  2372    478794       750     15000         0     52068     75000   2689986     79.96     84.60
361.05/90.41	c  N dy  2473    498817       750     15000         0     42121     75000   1601603     79.95     85.05
375.03/94.00	c  N dy  2575    519013       750     15000         0     31362     75000    457313     79.93     85.02
385.42/96.59	c  S st  2666    536908       750     15000         0     49195     75000   2199353     79.91   no data
386.22/96.72	c  S st  2666    537412       750     15000         0     49699     75000   2242416     79.91   no data
386.22/96.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
386.22/96.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
386.22/96.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
386.22/96.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
386.22/96.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.22/96.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
386.22/96.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
386.22/96.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
386.62/96.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.15/108.24	c lits-rem:       367  cl-subs:      158  v-elim:      0  v-fix:    0  time: 11.39 s
432.15/108.24	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
432.15/108.27	c vivif2 --  cl tried    49541 cl shrink        0 lits rem          0 time: 0.03
433.74/108.62	c asymm  cl-useful: 0/13388/15000 lits-rem:0 time: 0.35
433.74/108.62	c calculated reachability. Time: 0.00
433.74/108.62	c  N dy  2666    537412       750     15000         0     49541     75000   2213890     79.91   no data
448.93/112.40	c  N dy  2783    557718       750     15000         0     37880     75000   1008388     79.92     84.22
462.91/115.93	c  N dy  2886    577804       750     15000         0     57906     75000   2985706     79.93     84.64
477.69/119.69	c  N dy  3004    597846       750     15000         0     44990     75000   1626288     79.97     84.80
494.08/123.75	c  N dy  3124    617931       750     15000         0     65016     75000   3614553     80.02     84.42
508.04/127.21	c  N dy  3234    638405       750     15000         0     51542     75000   2179162     80.02     84.72
524.42/131.38	c  N dy  3344    658669       750     15000         0     36846     75000    635668     80.02     85.13
538.02/134.75	c  N dy  3455    678718       750     15000         0     56829     75000   2601935     80.03     84.80
553.98/138.77	c  N dy  3558    698724       750     15000         0     40889     75000    942846     80.02     86.54
568.36/142.34	c  N dy  3678    718947       750     15000         0     61045     75000   2930934     80.05     86.52
584.34/146.34	c  N dy  3780    739017       750     15000         0     44162     75000   1190103     80.05     84.30
599.12/150.01	c  N dy  3885    759032       750     15000         0     64108     75000   3150793     80.06     85.75
615.10/154.04	c  N dy  3989    779095       750     15000         0     46223     75000   1295010     80.05     84.56
630.29/157.86	c  N dy  4101    799145       750     15000         0     66208     75000   3254515     80.06     84.30
636.66/159.44	c  S st  4135    806118       750     15000         0     73151     75000   3936130     80.05     74.53
637.46/159.62	c  S st  4135    806621       750     15000         0     73654     75000   3979183     80.05   no data
637.46/159.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
637.46/159.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
637.46/159.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
637.46/159.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
637.46/159.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
637.46/159.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
637.46/159.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
637.86/159.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
638.27/159.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
730.94/183.00	c lits-rem:       788  cl-subs:      260  v-elim:      0  v-fix:    0  time: 23.15 s
730.94/183.00	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
730.94/183.05	c vivif2 --  cl tried    73394 cl shrink        0 lits rem          0 time: 0.05
731.35/183.13	c asymm  cl-useful: 0/1612/15000 lits-rem:0 time: 0.08
731.35/183.13	c calculated reachability. Time: 0.00
731.35/183.13	c  N dy  4135    806621       750     15000         0     73394     75000   3932080     80.05   no data
746.12/186.84	c  N dy  4235    826887       750     15000         0     54727     75000   2038575     80.04     84.94
763.29/191.15	c  N dy  4338    847020       750     15000         0     74780     75000   3995626     80.04     84.32
778.87/195.01	c  N dy  4457    867115       750     15000         0     54944     75000   1979715     80.06     84.88
796.44/199.42	c  N dy  4569    887183       750     15000         0     74943     75000   3951984     80.07     97.03
812.42/203.42	c  N dy  4687    907220       750     15000         0     54055     75000   1791334     80.10     84.53
829.20/207.63	c  N dy  4774    927230       750     15000         0     73994     75000   3751841     80.08     84.35
846.37/211.96	c  N dy  4891    947364       750     15000         0     52205     75000   1522020     80.09     84.41
862.35/215.98	c  N dy  4973    967414       750     15000         0     72187     75000   3489750     80.06     90.80
881.15/220.68	c  N dy  5096    987427       750     15000         0     49278     75000   1142419     80.10     85.10
897.51/224.71	c  N dy  5205   1007475       750     15000         0     69258     75000   3114581     80.11     85.75
918.27/229.90	c  N dy  5324   1027526       750     15000         0     45398     75000    671430     80.13     84.51
933.06/233.61	c  N dy  5430   1047528       750     15000         0     65321     75000   2636083     80.14     84.72
953.43/238.79	c  N dy  5546   1067629       750     15000         0     85356     75000   4605718     80.15     86.54
958.61/240.08	c  F st  5568   1071875       750     15000         0     89588     75000   5022121     80.15     75.68
971.00/243.14	c  N dy  5640   1087640       750     15000         0     60439     75000   2091882     80.16     84.52
991.77/248.35	c  N dy  5762   1107765       750     15000         0     80501     75000   4087349     80.18     85.59
1012.96/253.65	c  N dy  5880   1128200       750     15000         0     55037     75000   1446743     80.20     85.03
1030.91/258.15	c  N dy  5999   1148238       750     15000         0     75006     75000   3426815     80.22     85.03
1053.28/263.71	c  N dy  6099   1168537       750     15000         0     48391     75000    691451     80.22     85.58
1069.26/267.78	c  N dy  6216   1188540       750     15000         0     68329     75000   2661184     80.24    101.62
1090.03/272.94	c  N dy  6315   1208626       750     15000         0     88342     75000   4651615     80.25     93.63
1091.64/273.31	c  S st  6322   1209933       750     15000         0     89647     75000   4777819     80.24     82.78
1092.42/273.54	c  S st  6322   1210435       750     15000         0     90149     75000   4821357     80.24   no data
1092.42/273.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1092.82/273.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1092.82/273.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1092.82/273.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1092.82/273.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1092.82/273.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1092.82/273.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1092.82/273.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1093.62/273.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1221.85/305.92	c lits-rem:       836  cl-subs:      282  v-elim:      0  v-fix:    0  time: 32.11 s
1221.85/305.92	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1221.85/305.99	c vivif2 --  cl tried    89867 cl shrink        0 lits rem          0 time: 0.06
1223.87/306.40	c asymm  cl-useful: 0/8620/15000 lits-rem:0 time: 0.42
1223.87/306.41	c calculated reachability. Time: 0.00
1223.87/306.41	c  N dy  6322   1210435       750     15000         0     89867     75000   4769828     80.24   no data
1241.82/310.92	c  N dy  6434   1230439       750     15000         0     61973     75000   1944156     80.26     84.90
1260.60/315.70	c  N dy  6543   1250560       750     15000         0     82024     75000   3932134     80.27     85.21
1282.57/321.15	c  N dy  6669   1270618       750     15000         0     53186     75000    986649     80.29     87.70
1299.34/325.35	c  N dy  6777   1290727       750     15000         0     73224     75000   2955353     80.29     85.35
1321.31/330.89	c  N dy  6887   1310791       750     15000         0     93212     75000   4926205     80.30     87.15
1340.48/335.65	c  N dy  7013   1330870       750     15000         0     63391     75000   1909767     80.32     86.90
1359.26/340.30	c  N dy  7104   1350914       750     15000         0     83372     75000   3885919     80.31     84.78
1382.82/346.27	c  N dy  7204   1371374       750     15000         0     52941     75000    786661     80.31     85.19
1399.61/350.49	c  N dy  7317   1391443       750     15000         0     72943     75000   2761413     80.32     84.90
1421.58/356.00	c  N dy  7426   1411583       750     15000         0     93006     75000   4738902     80.33     85.01
1443.14/361.37	c  N dy  7551   1431859       750     15000         0     61379     75000   1531416     80.35     84.80
1462.70/366.25	c  N dy  7657   1452534       750     15000         0     81998     75000   3571200     80.34     84.67
1487.87/372.54	c  N dy  7769   1473021       750     15000         0    102438     75000   5581446     80.34     84.62
1506.24/377.14	c  N dy  7867   1493145       750     15000         0     69660     75000   2253202     80.34     84.90
1527.03/382.32	c  N dy  7967   1513202       750     15000         0     89655     75000   4225151     80.34     85.40
1552.58/388.72	c  N dy  8060   1533245       750     15000         0     55802     75000    794467     80.33     84.58
1569.76/393.06	c  N dy  8164   1553312       750     15000         0     75803     75000   2768556     80.33     85.42
1592.54/398.73	c  N dy  8275   1573467       750     15000         0     95891     75000   4764041     80.34     85.30
1616.09/404.64	c  N dy  8375   1593529       750     15000         0     61070     75000   1231150     80.34     97.26
1635.26/409.41	c  N dy  8486   1613618       750     15000         0     81105     75000   3217145     80.35     85.39
1659.63/415.50	c  N dy  8596   1633890       750     15000         0    101312     75000   5212199     80.35     86.15
1681.20/420.94	c  N dy  8687   1654120       750     15000         0     65649     75000   1596881     80.35     84.66
1700.77/425.83	c  N dy  8784   1674156       750     15000         0     85608     75000   3561004     80.35     87.42
1725.53/432.04	c  N dy  8895   1694199       750     15000         0    105572     75000   5536370     80.35     90.06
1743.91/436.66	c  S st  8993   1710435       750     15000         0     64935     75000   1423594     80.37     78.74
1744.71/436.81	c  S st  8993   1710937       750     15000         0     65436     75000   1469548     80.37   no data
1744.71/436.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1744.71/436.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1744.71/436.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1744.71/436.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1744.71/436.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1744.71/436.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1744.71/436.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1744.71/436.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1745.11/436.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1764.31/441.75	c lits-rem:       183  cl-subs:       61  v-elim:      0  v-fix:    0  time:  4.82 s
1764.31/441.75	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1764.31/441.77	c vivif2 --  cl tried    65375 cl shrink        0 lits rem          0 time: 0.02
1765.48/442.03	c asymm  cl-useful: 0/6380/15000 lits-rem:0 time: 0.26
1765.48/442.03	c calculated reachability. Time: 0.00
1765.48/442.03	c  N dy  8993   1710937       750     15000         0     65375     75000   1458668     80.37   no data
1786.65/447.34	c  N dy  9104   1730976       750     15000         0     85348     75000   3421732     80.37     85.16
1813.41/454.04	c  N dy  9214   1751037       750     15000         0    105350     75000   5397129     80.37     86.34
1838.18/460.27	c  N dy  9314   1771072       750     15000         0     67521     75000   1595255     80.38     86.06
1858.55/465.39	c  N dy  9404   1791167       750     15000         0     87541     75000   3565434     80.36     85.01
1884.51/471.86	c  N dy  9513   1811251       750     15000         0    107566     75000   5556818     80.37     85.00
1908.89/477.90	c  N dy  9631   1831297       750     15000         0     68754     75000   1639043     80.39     88.67
1929.26/483.06	c  N dy  9738   1851339       750     15000         0     88728     75000   3614674     80.39     85.24
1955.22/489.51	c  N dy  9837   1871458       750     15000         0    108784     75000   5591539     80.39     84.90
1979.19/495.58	c  N dy  9934   1892342       750     15000         0     69792     75000   1640794     80.39     85.66
2000.35/500.89	c  N dy 10053   1912432       750     15000         0     89804     75000   3637055     80.40     86.10
2027.53/507.64	c  N dy 10169   1933110       750     15000         0    110404     75000   5671680     80.41     85.97
2052.68/513.97	c  N dy 10286   1953368       750     15000         0     69811     75000   1550077     80.42     85.80
2073.45/519.18	c  N dy 10401   1973533       750     15000         0     89916     75000   3541974     80.42     84.96
2099.81/525.76	c  N dy 10507   1993908       750     15000         0    110228     75000   5552878     80.42     85.18
2126.97/532.54	c  N dy 10633   2014285       750     15000         0     68740     75000   1363979     80.44     85.07
2146.95/537.54	c  N dy 10727   2034356       750     15000         0     88749     75000   3330396     80.43     86.14
2172.52/543.95	c  N dy 10832   2054529       750     15000         0    108853     75000   5319369     80.44     85.18
2201.67/551.25	c  N dy 10950   2074625       750     15000         0     66077     75000   1004030     80.45     84.93
2221.26/556.16	c  N dy 11055   2094645       750     15000         0     86031     75000   2977685     80.46     87.83
2246.81/562.57	c  N dy 11170   2114739       750     15000         0    106052     75000   4959081     80.46     97.01
2277.57/570.30	c  N dy 11270   2134796       750     15000         0    126031     75000   6946301     80.46    105.46
2298.74/575.55	c  N dy 11376   2154930       750     15000         0     82331     75000   2530096     80.47     85.02
2324.30/581.91	c  N dy 11486   2176129       750     15000         0    103461     75000   4625176     80.47     85.70
2353.85/589.33	c  N dy 11597   2196133       750     15000         0    123400     75000   6605479     80.47     85.41
2372.23/593.92	c  S st 11680   2210939       750     15000         0     73361     75000   1549698     80.48     78.55
2373.03/594.10	c  S st 11680   2211444       750     15000         0     73866     75000   1595139     80.48   no data
2373.03/594.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2373.03/594.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2373.03/594.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2373.03/594.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2373.03/594.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2373.03/594.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2373.03/594.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2373.03/594.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2373.43/594.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2391.01/598.69	c lits-rem:       261  cl-subs:       71  v-elim:      0  v-fix:    0  time:  4.46 s
2391.01/598.69	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2391.40/598.72	c vivif2 --  cl tried    73795 cl shrink        0 lits rem          0 time: 0.02
2392.62/599.09	c asymm  cl-useful: 0/10124/15000 lits-rem:0 time: 0.38
2392.62/599.09	c calculated reachability. Time: 0.00
2392.62/599.09	c  N dy 11680   2211444       750     15000         0     73795     75000   1582494     80.48   no data
2414.59/604.57	c  N dy 11786   2231556       750     15000         0     93846     75000   3578367     80.48     85.39
2441.73/611.39	c  N dy 11892   2251659       750     15000         0    113862     75000   5557820     80.48     85.52
2471.30/618.79	c  N dy 11992   2271716       750     15000         0     68090     75000    936011     80.48     85.62
2492.07/623.95	c  N dy 12111   2291990       750     15000         0     88269     75000   2943108     80.49     85.90
2517.62/630.33	c  N dy 12213   2312152       750     15000         0    108361     75000   4939437     80.50     85.40
2548.78/638.13	c  N dy 12334   2332220       750     15000         0    128356     75000   6924019     80.51     84.81
2572.36/644.09	c  N dy 12459   2352223       750     15000         0     81537     75000   2184085     80.52     85.15
2597.92/650.43	c  N dy 12570   2372439       750     15000         0    101687     75000   4188872     80.52     85.00
2628.67/658.11	c  N dy 12678   2392772       750     15000         0    121965     75000   6199055     80.53     85.45
2657.82/665.49	c  N dy 12791   2412856       750     15000         0     74225     75000   1363969     80.54     84.87
2679.80/670.97	c  N dy 12889   2432997       750     15000         0     94293     75000   3350889     80.54     85.39
2706.56/677.67	c  N dy 12995   2453037       750     15000         0    114284     75000   5328892     80.54     85.63
2738.92/685.78	c  N dy 13110   2473116       750     15000         0    134290     75000   7327030     80.55     87.63
2762.08/691.58	c  N dy 13215   2493332       750     15000         0     85665     75000   2400921     80.55     85.26
2787.25/697.82	c  N dy 13326   2513523       750     15000         0    105786     75000   4407600     80.56     85.41
2817.61/705.48	c  N dy 13444   2533641       750     15000         0    125846     75000   6396819     80.56     87.06
2847.56/712.94	c  N dy 13553   2553659       750     15000         0     76017     75000   1359908     80.57     86.01
2869.53/718.49	c  N dy 13667   2573735       750     15000         0     96031     75000   3347201     80.57     86.18
2897.10/725.39	c  N dy 13782   2593826       750     15000         0    116060     75000   5333078     80.58     91.89
2929.84/733.58	c  N dy 13882   2613858       750     15000         0    136015     75000   7319671     80.58     85.23
2955.41/739.93	c  N dy 13989   2634139       750     15000         0     85472     75000   2210597     80.58     85.49
2980.18/746.15	c  N dy 14101   2654220       750     15000         0    105485     75000   4210480     80.59     85.37
3012.16/754.20	c  N dy 14215   2674273       750     15000         0    125469     75000   6197530     80.60     85.06
3048.08/763.16	c  N dy 14332   2694487       750     15000         0     73860     75000    962550     80.60     85.47
3066.45/767.78	c  S st 14430   2711444       750     15000         0     90769     75000   2637562     80.61   no data
3067.65/768.00	c  S st 14430   2711945       750     15000         0     91270     75000   2680354     80.61   no data
3067.65/768.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3067.65/768.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3067.65/768.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3067.65/768.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3067.65/768.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3067.65/768.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3067.65/768.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3068.05/768.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3068.05/768.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3129.57/783.50	c lits-rem:       329  cl-subs:      135  v-elim:      0  v-fix:    0  time: 15.31 s
3129.57/783.50	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3129.57/783.53	c vivif2 --  cl tried    91135 cl shrink        0 lits rem          0 time: 0.04
3130.79/783.81	c asymm  cl-useful: 0/4876/15000 lits-rem:0 time: 0.28
3130.79/783.82	c calculated reachability. Time: 0.00
3130.79/783.82	c  N dy 14430   2711945       750     15000         0     91135     75000   2656180     80.61   no data
3157.53/790.51	c  N dy 14558   2731962       750     15000         0    111103     75000   4651510     80.62     89.09
3187.90/798.15	c  N dy 14669   2752063       750     15000         0    131132     75000   6631394     80.62     85.47
3219.84/806.10	c  N dy 14773   2772390       750     15000         0     78623     75000   1343949     80.62     85.86
3243.00/811.96	c  N dy 14882   2792471       750     15000         0     98641     75000   3337256     80.62     84.99
3271.40/819.09	c  N dy 15000   2812553       750     15000         0    118650     75000   5339262     80.63     85.50
3305.72/827.60	c  N dy 15127   2832565       750     15000         0    138600     75000   7331478     80.65     85.68
3332.91/834.49	c  N dy 15220   2852583       750     15000         0     84788     75000   1861486     80.64     85.24
3357.25/840.59	c  N dy 15339   2872676       750     15000         0    104829     75000   3857328     80.65     87.07
3387.61/848.16	c  N dy 15463   2892873       750     15000         0    124952     75000   5857301     80.66     85.27
3425.17/857.57	c  N dy 15590   2912964       750     15000         0    144961     75000   7849039     80.67     86.02
3451.91/864.24	c  N dy 15711   2933105       750     15000         0     90289     75000   2336692     80.68     85.08
3478.28/870.84	c  N dy 15820   2953239       750     15000         0    110357     75000   4329802     80.68     85.52
3509.84/878.70	c  N dy 15933   2973247       750     15000         0    130299     75000   6324419     80.69     94.43
3546.19/887.85	c  N dy 16038   2993351       750     15000         0    150336     75000   8316356     80.69     84.98
3570.18/893.85	c  N dy 16151   3013539       750     15000         0     94703     75000   2683948     80.69     89.64
3596.92/900.59	c  N dy 16265   3033556       750     15000         0    114663     75000   4678201     80.70     85.30
3629.68/908.72	c  N dy 16372   3054042       750     15000         0    135064     75000   6710104     80.70     85.16
3666.43/917.96	c  N dy 16489   3074135       750     15000         0     78344     75000    956019     80.70     85.87
3689.19/923.69	c  N dy 16602   3094148       750     15000         0     98299     75000   2939510     80.71     87.04
3717.95/930.81	c  N dy 16719   3114219       750     15000         0    118310     75000   4936741     80.71     92.25
3751.10/939.15	c  N dy 16836   3134257       750     15000         0    138266     75000   6934517     80.72     86.80
3787.85/948.39	c  N dy 16953   3154279       750     15000         0     80488     75000   1080792     80.73     85.14
3811.02/954.17	c  N dy 17049   3174335       750     15000         0    100456     75000   3058239     80.73     86.05
3840.58/961.56	c  N dy 17152   3194682       750     15000         0    120740     75000   5067430     80.73     85.12
3871.34/969.27	c  S st 17235   3211947       750     15000         0    137930     75000   6792405     80.73     78.22
3872.95/969.66	c  S st 17235   3212451       750     15000         0    138434     75000   6838771     80.73   no data
3872.95/969.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3873.35/969.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3873.35/969.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3873.35/969.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3873.35/969.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3873.35/969.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3873.35/969.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3873.73/969.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3874.53/970.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4092.65/1024.65	c lits-rem:       841  cl-subs:      556  v-elim:      0  v-fix:    0  time: 54.56 s
4092.65/1024.65	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4093.06/1024.74	c vivif2 --  cl tried   137878 cl shrink        0 lits rem          0 time: 0.09
4094.63/1025.20	c asymm  cl-useful: 0/6112/15000 lits-rem:0 time: 0.46
4095.03/1025.20	c calculated reachability. Time: 0.00
4095.03/1025.20	c  N dy 17235   3212451       750     15000         0    137878     75000   6740202     80.73   no data
4134.18/1035.10	c  N dy 17352   3233256       750     15000         0     79888     75000    928783     80.73     85.39
4158.14/1041.03	c  N dy 17467   3253502       750     15000         0    100059     75000   2934718     80.74     85.16
4186.90/1048.21	c  N dy 17574   3273717       750     15000         0    120195     75000   4939534     80.74     87.54
4219.66/1056.50	c  N dy 17676   3293731       750     15000         0    140144     75000   6925523     80.74     86.20
4259.21/1066.35	c  N dy 17791   3313767       750     15000         0     80403     75000    897251     80.75     85.07
4281.99/1072.05	c  N dy 17869   3334156       750     15000         0    100718     75000   2936176     80.74     85.31
4311.93/1079.58	c  N dy 17981   3354174       750     15000         0    120667     75000   4908018     80.74     85.19
4347.89/1088.58	c  N dy 18109   3374238       750     15000         0    140650     75000   6902105     80.75     87.68
4388.63/1098.74	c  N dy 18199   3394271       750     15000         0    160616     75000   8876741     80.74     87.34
4414.58/1105.27	c  N dy 18297   3414403       750     15000         0     99980     75000   2753883     80.74     85.32
4443.75/1112.53	c  N dy 18413   3434589       750     15000         0    120112     75000   4751931     80.74     85.02
4478.10/1121.13	c  N dy 18536   3454638       750     15000         0    140083     75000   6749474     80.75     85.17
4517.64/1131.03	c  N dy 18646   3474722       750     15000         0    160100     75000   8739404     80.75     85.88
4544.41/1137.78	c  N dy 18750   3494820       750     15000         0     98397     75000   2502543     80.76     94.22
4572.36/1144.74	c  N dy 18856   3514932       750     15000         0    118439     75000   4497896     80.76     86.14
4606.32/1153.27	c  N dy 18975   3535371       750     15000         0    138817     75000   6528207     80.76     85.35
4645.08/1162.91	c  N dy 19080   3555398       750     15000         0    158779     75000   8508126     80.77     85.12
4675.43/1170.59	c  N dy 19201   3575492       750     15000         0     96094     75000   2182217     80.77     93.31
4702.99/1177.43	c  N dy 19312   3595494       750     15000         0    116030     75000   4162004     80.78     91.16
4735.74/1185.61	c  N dy 19417   3615818       750     15000         0    136292     75000   6182744     80.78     85.29
4772.50/1194.80	c  N dy 19521   3635844       750     15000         0    156233     75000   8174066     80.78     85.54

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 495547417 52441088 353 33554432000 4194304 4627427 140734466288688 18446744073709551615 254261616571 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 12803 353 303 106 0 7774 0
[pid=2164/tid=2165] ppid=2162 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547417 52441088 353 33554432000 4194304 4627427 140734466288688 18446744073709551615 47586845009840 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547417 52441088 353 33554432000 4194304 4627427 140734466288688 18446744073709551615 47586845009427 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495547417 52441088 353 33554432000 4194304 4627427 140734466288688 18446744073709551615 47586845009433 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0906451 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=284948 CPUtime=0.32 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 2911 0 0 0 32 0 0 0 18 0 4 0 495547417 291786752 2828 33554432000 4194304 4627427 140734466288688 18446744073709551615 254261281792 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 71270 2941 369 106 0 66241 0
[pid=2164/tid=2165] ppid=2162 vsize=285404 CPUtime=0.08 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) D 2162 2164 1895 0 -1 4202560 867 0 0 0 8 0 0 0 18 0 4 0 495547417 292253696 3041 33554432000 4194304 4627427 140734466288688 18446744073709551615 254261277381 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=285404 CPUtime=0.08 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 563 0 0 0 8 0 0 0 18 0 4 0 495547417 292253696 3096 33554432000 4194304 4627427 140734466288688 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=285668 CPUtime=0.08 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 685 0 0 0 8 0 0 0 18 0 4 0 495547417 292524032 3272 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 284948

[startup+0.777141 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=293364 CPUtime=3.07 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 11499 0 0 0 305 2 0 0 18 0 4 0 495547417 300404736 6457 33554432000 4194304 4627427 140734466288688 18446744073709551615 4330946 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 73341 6457 385 106 0 68312 0
[pid=2164/tid=2165] ppid=2162 vsize=293364 CPUtime=0.76 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 2806 0 0 0 76 0 0 0 18 0 4 0 495547417 300404736 6457 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=293364 CPUtime=0.76 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 3049 0 0 0 76 0 0 0 18 0 4 0 495547417 300404736 6457 33554432000 4194304 4627427 140734466288688 18446744073709551615 254261659783 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=293364 CPUtime=0.76 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 2435 0 0 0 76 0 0 0 18 0 4 0 495547417 300404736 6458 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 293364

[startup+0.800669 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=293364 CPUtime=3.16 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 11646 0 0 0 314 2 0 0 18 0 4 0 495547417 300404736 6604 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 73341 6604 385 106 0 68312 0
[pid=2164/tid=2165] ppid=2162 vsize=293364 CPUtime=0.78 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 2840 0 0 0 78 0 0 0 18 0 4 0 495547417 300404736 6604 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=293364 CPUtime=0.78 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 3090 0 0 0 78 0 0 0 18 0 4 0 495547417 300404736 6604 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=293364 CPUtime=0.78 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 2476 0 0 0 78 0 0 0 18 0 4 0 495547417 300404736 6604 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 293364

[startup+0.900652 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=294540 CPUtime=3.56 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 13054 0 0 0 354 2 0 0 18 0 4 0 495547417 301608960 6141 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 73635 6141 385 106 0 68606 0
[pid=2164/tid=2165] ppid=2162 vsize=294540 CPUtime=0.88 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 3377 0 0 0 88 0 0 0 19 0 4 0 495547417 301608960 6141 33554432000 4194304 4627427 140734466288688 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=294540 CPUtime=0.88 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 3249 0 0 0 88 0 0 0 19 0 4 0 495547417 301608960 6142 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=294540 CPUtime=0.88 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 2630 0 0 0 88 0 0 0 19 0 4 0 495547417 301608960 6142 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309435 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 294540

[startup+1.50055 s]
/proc/loadavg: 8.06 8.08 7.59 5/180 2164
/proc/meminfo: memFree=21451276/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=296632 CPUtime=5.96 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 18268 0 0 0 593 3 0 0 19 0 4 0 495547417 303751168 6904 33554432000 4194304 4627427 140734466288688 18446744073709551615 4332767 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 74158 6904 385 106 0 69129 0
[pid=2164/tid=2165] ppid=2162 vsize=296632 CPUtime=1.48 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 4679 0 0 0 148 0 0 0 20 0 4 0 495547417 303751168 6905 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=296632 CPUtime=1.48 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 4483 0 0 0 148 0 0 0 20 0 4 0 495547417 303751168 6905 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=296632 CPUtime=1.48 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 3968 0 0 0 148 0 0 0 19 0 4 0 495547417 303751168 6905 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296632

[startup+3.10027 s]
/proc/loadavg: 8.06 8.08 7.59 9/184 2168
/proc/meminfo: memFree=21413176/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=287448 CPUtime=12.35 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 33996 0 0 0 1228 7 0 0 25 0 4 0 495547417 294346752 14290 33554432000 4194304 4627427 140734466288688 18446744073709551615 4427553 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 71862 14290 389 106 0 66833 0
[pid=2164/tid=2165] ppid=2162 vsize=287448 CPUtime=3.06 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 7817 0 0 0 305 1 0 0 25 0 4 0 495547417 294346752 14290 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=287448 CPUtime=3.08 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 7304 0 0 0 307 1 0 0 25 0 4 0 495547417 294346752 14290 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=287448 CPUtime=3.09 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 7164 0 0 0 308 1 0 0 25 0 4 0 495547417 294346752 14290 33554432000 4194304 4627427 140734466288688 18446744073709551615 4321328 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 287448

[startup+6.3007 s]
/proc/loadavg: 8.06 8.08 7.59 9/184 2168
/proc/meminfo: memFree=21327788/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=363128 CPUtime=25.13 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 57336 0 0 0 2501 12 0 0 25 0 4 0 495547417 371843072 35824 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 90782 35824 389 106 0 85753 0
[pid=2164/tid=2165] ppid=2162 vsize=363128 CPUtime=6.25 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 14386 0 0 0 622 3 0 0 25 0 4 0 495547417 371843072 35824 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=363128 CPUtime=6.28 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 14369 0 0 0 626 2 0 0 25 0 4 0 495547417 371843072 35824 33554432000 4194304 4627427 140734466288688 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=363128 CPUtime=6.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 12252 0 0 0 627 2 0 0 25 0 4 0 495547417 371843072 35824 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 363128

[startup+12.7066 s]
/proc/loadavg: 8.20 8.10 7.61 9/184 2199
/proc/meminfo: memFree=21971904/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=375624 CPUtime=50.71 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 78322 0 0 0 5054 17 0 0 25 0 4 0 495547417 384638976 47030 33554432000 4194304 4627427 140734466288688 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 93906 47030 389 106 0 88877 0
[pid=2164/tid=2165] ppid=2162 vsize=375624 CPUtime=12.62 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 16750 0 0 0 1259 3 0 0 25 0 4 0 495547417 384638976 47030 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=375624 CPUtime=12.69 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 18859 0 0 0 1265 4 0 0 25 0 4 0 495547417 384638976 47030 33554432000 4194304 4627427 140734466288688 18446744073709551615 4428093 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=375624 CPUtime=12.69 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 17774 0 0 0 1265 4 0 0 25 0 4 0 495547417 384638976 47030 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 375624

[startup+25.5003 s]
/proc/loadavg: 8.17 8.10 7.61 9/184 2199
/proc/meminfo: memFree=21685848/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=527456 CPUtime=101.82 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 112885 0 0 0 10157 25 0 0 25 0 4 0 495547417 540114944 65688 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 131864 65688 389 106 0 126835 0
[pid=2164/tid=2165] ppid=2162 vsize=527456 CPUtime=25.35 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 24627 0 0 0 2530 5 0 0 25 0 4 0 495547417 540114944 65688 33554432000 4194304 4627427 140734466288688 18446744073709551615 4328846 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=527456 CPUtime=25.47 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 25539 0 0 0 2542 5 0 0 25 0 4 0 495547417 540114944 65688 33554432000 4194304 4627427 140734466288688 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=527456 CPUtime=25.49 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 29417 0 0 0 2542 7 0 0 25 0 4 0 495547417 540114944 65688 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 527456

[startup+51.1008 s]
/proc/loadavg: 8.15 8.11 7.63 9/184 2200
/proc/meminfo: memFree=21555448/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=483816 CPUtime=204.08 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 151833 0 0 0 20372 36 0 0 25 0 4 0 495547417 495427584 74131 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 120954 74131 389 106 0 115925 0
[pid=2164/tid=2165] ppid=2162 vsize=483816 CPUtime=50.81 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 28158 0 0 0 5075 6 0 0 25 0 4 0 495547417 495427584 74136 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=483816 CPUtime=51.07 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 33250 0 0 0 5100 7 0 0 25 0 4 0 495547417 495427584 74136 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=483816 CPUtime=51.09 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 48277 0 0 0 5097 12 0 0 25 0 4 0 495547417 495427584 74136 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 483816

[startup+102.301 s]
/proc/loadavg: 8.16 8.12 7.66 9/184 2201
/proc/meminfo: memFree=21390728/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=532524 CPUtime=408.59 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 245203 0 0 0 40797 62 0 0 25 0 4 0 495547417 545304576 76562 33554432000 4194304 4627427 140734466288688 18446744073709551615 4428121 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 133131 76562 389 106 0 128102 0
[pid=2164/tid=2165] ppid=2162 vsize=532524 CPUtime=101.73 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 48317 0 0 0 10162 11 0 0 25 0 4 0 495547417 545304576 76562 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=532524 CPUtime=102.27 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 50712 0 0 0 10215 12 0 0 25 0 4 0 495547417 545304576 76562 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=532524 CPUtime=102.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 81868 0 0 0 10207 22 0 0 25 0 4 0 495547417 545304576 76562 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 532524

[startup+162.307 s]

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

[pid=2164] ppid=2162 vsize=983740 CPUtime=2805.23 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1125949 0 0 0 280172 351 0 0 25 0 4 0 495547417 1007349760 152202 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 245935 152202 389 106 0 240906 0
[pid=2164/tid=2165] ppid=2162 vsize=983740 CPUtime=698.47 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 237586 0 0 0 69770 77 0 0 25 0 4 0 495547417 1007349760 152204 33554432000 4194304 4627427 140734466288688 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=983740 CPUtime=702.25 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 279403 0 0 0 70145 80 0 0 25 0 4 0 495547417 1007349760 152204 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=983740 CPUtime=702.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 319737 0 0 0 70125 104 0 0 25 0 4 0 495547417 1007349760 152204 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.23
Current children cumulated vsize (KiB) 983740

[startup+762.301 s]
/proc/loadavg: 8.19 8.13 7.87 9/184 2228
/proc/meminfo: memFree=20481996/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=977380 CPUtime=3044.89 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1199441 0 0 0 304112 377 0 0 25 0 4 0 495547417 1000837120 152002 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309186 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 244345 152002 389 106 0 239316 0
[pid=2164/tid=2165] ppid=2162 vsize=977380 CPUtime=758.14 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 253136 0 0 0 75732 82 0 0 25 0 4 0 495547417 1000837120 152002 33554432000 4194304 4627427 140734466288688 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=977380 CPUtime=762.23 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 300405 0 0 0 76137 86 0 0 25 0 4 0 495547417 1000837120 152002 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=977380 CPUtime=762.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 337796 0 0 0 76118 111 0 0 25 0 4 0 495547417 1000837120 152002 33554432000 4194304 4627427 140734466288688 18446744073709551615 4427421 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.89
Current children cumulated vsize (KiB) 977380

[startup+822.306 s]
/proc/loadavg: 8.07 8.10 7.88 9/184 2230
/proc/meminfo: memFree=20591204/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=992320 CPUtime=3284.57 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1266726 0 0 0 328058 399 0 0 25 0 4 0 495547417 1016135680 150240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 248080 150240 403 106 0 243051 0
[pid=2164/tid=2165] ppid=2162 vsize=992320 CPUtime=817.81 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 269398 0 0 0 81694 87 0 0 25 0 4 0 495547417 1016135680 150240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=992320 CPUtime=822.24 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 319649 0 0 0 82131 93 0 0 25 0 4 0 495547417 1016135680 150240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=992320 CPUtime=822.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 353969 0 0 0 82112 117 0 0 25 0 4 0 495547417 1016135680 150240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 992320

[startup+882.301 s]
/proc/loadavg: 8.02 8.08 7.88 9/184 2231
/proc/meminfo: memFree=20493960/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1047956 CPUtime=3524.22 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1333426 0 0 0 351999 423 0 0 25 0 4 0 495547417 1073106944 155528 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 261989 155529 403 106 0 256960 0
[pid=2164/tid=2165] ppid=2162 vsize=1047956 CPUtime=877.48 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 287775 0 0 0 87655 93 0 0 25 0 4 0 495547417 1073106944 155529 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1047956 CPUtime=882.23 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 331001 0 0 0 88126 97 0 0 25 0 4 0 495547417 1073106944 155529 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1047956 CPUtime=882.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 372439 0 0 0 88105 124 0 0 25 0 4 0 495547417 1073106944 155529 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.22
Current children cumulated vsize (KiB) 1047956

[startup+942.3 s]
/proc/loadavg: 8.05 8.08 7.89 9/184 2233
/proc/meminfo: memFree=20246304/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1048668 CPUtime=3763.89 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1406218 0 0 0 375941 448 0 0 25 0 4 0 495547417 1073836032 157240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 262167 157240 403 106 0 257138 0
[pid=2164/tid=2165] ppid=2162 vsize=1048668 CPUtime=937.15 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 305977 0 0 0 93617 98 0 0 25 0 4 0 495547417 1073836032 157240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1048668 CPUtime=942.24 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 348920 0 0 0 94119 105 0 0 25 0 4 0 495547417 1073836032 157240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1048668 CPUtime=942.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 390826 0 0 0 94099 130 0 0 25 0 4 0 495547417 1073836032 157240 33554432000 4194304 4627427 140734466288688 18446744073709551615 4305830 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 1048668

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 7.91 9/184 2234
/proc/meminfo: memFree=19920536/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1214484 CPUtime=4003.56 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1485212 0 0 0 399884 472 0 0 25 0 4 0 495547417 1243631616 216040 33554432000 4194304 4627427 140734466288688 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 303621 216040 405 106 0 298592 0
[pid=2164/tid=2165] ppid=2162 vsize=1214484 CPUtime=996.82 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 328887 0 0 0 99580 102 0 0 25 0 4 0 495547417 1243631616 216040 33554432000 4194304 4627427 140734466288688 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1214484 CPUtime=1002.23 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 365980 0 0 0 100109 114 0 0 25 0 4 0 495547417 1243631616 216040 33554432000 4194304 4627427 140734466288688 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1214484 CPUtime=1002.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 410258 0 0 0 100095 134 0 0 25 0 4 0 495547417 1243631616 216041 33554432000 4194304 4627427 140734466288688 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.56
Current children cumulated vsize (KiB) 1214484

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 7.92 9/184 2236
/proc/meminfo: memFree=19897084/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1215992 CPUtime=4243.22 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1525764 0 0 0 423836 486 0 0 25 0 4 0 495547417 1245175808 212232 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 303998 212232 405 106 0 298969 0
[pid=2164/tid=2165] ppid=2162 vsize=1215992 CPUtime=1056.5 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 334870 0 0 0 105546 104 0 0 25 0 4 0 495547417 1245175808 212232 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1215992 CPUtime=1062.23 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 380593 0 0 0 106104 119 0 0 25 0 4 0 495547417 1245175808 212232 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1215992 CPUtime=1062.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 419673 0 0 0 106092 137 0 0 25 0 4 0 495547417 1245175808 212232 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.22
Current children cumulated vsize (KiB) 1215992

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 7.94 9/184 2238
/proc/meminfo: memFree=19910836/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1269884 CPUtime=4482.89 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1585786 0 0 0 447781 508 0 0 25 0 4 0 495547417 1300361216 216471 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 317471 216471 405 106 0 312442 0
[pid=2164/tid=2165] ppid=2162 vsize=1269884 CPUtime=1116.17 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 351971 0 0 0 111506 111 0 0 25 0 4 0 495547417 1300361216 216471 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1269884 CPUtime=1122.22 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 391856 0 0 0 112101 121 0 0 25 0 4 0 495547417 1300361216 216471 33554432000 4194304 4627427 140734466288688 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1269884 CPUtime=1122.29 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 437291 0 0 0 112084 145 0 0 25 0 4 0 495547417 1300361216 216471 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.89
Current children cumulated vsize (KiB) 1269884

[startup+1182.3 s]
/proc/loadavg: 8.29 8.16 7.96 9/184 2239
/proc/meminfo: memFree=19944792/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1105464 CPUtime=4722.56 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1651090 0 0 0 471724 532 0 0 25 0 4 0 495547417 1131995136 207803 33554432000 4194304 4627427 140734466288688 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 276366 207803 405 106 0 271337 0
[pid=2164/tid=2165] ppid=2162 vsize=1105464 CPUtime=1175.84 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 369044 0 0 0 117467 117 0 0 25 0 4 0 495547417 1131995136 207803 33554432000 4194304 4627427 140734466288688 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1105464 CPUtime=1182.23 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 405039 0 0 0 118098 125 0 0 25 0 4 0 495547417 1131995136 207803 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1105464 CPUtime=1182.3 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 454753 0 0 0 118078 152 0 0 25 0 4 0 495547417 1131995136 207803 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.56
Current children cumulated vsize (KiB) 1105464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.28 8.17 7.96 9/184 2240
/proc/meminfo: memFree=19998352/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1161580 CPUtime=4800.09 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1671022 0 0 0 479470 539 0 0 25 0 4 0 495547417 1189457920 217847 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 290395 217847 405 106 0 285366 0
[pid=2164/tid=2165] ppid=2162 vsize=1161580 CPUtime=1195.14 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 374419 0 0 0 119395 119 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1161580 CPUtime=1201.64 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 409899 0 0 0 120038 126 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1161580 CPUtime=1201.71 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 458893 0 0 0 120017 154 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1161580

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

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

[startup+1201.7 s]
/proc/loadavg: 8.28 8.17 7.96 9/184 2240
/proc/meminfo: memFree=19998352/32951124 swapFree=67111528/67111528
[pid=2164] ppid=2162 vsize=1161580 CPUtime=4800.09 cores=0,2,4,6
/proc/2164/stat : 2164 (strangenight2-m) R 2162 2164 1895 0 -1 4202496 1671022 0 0 0 479470 539 0 0 25 0 4 0 495547417 1189457920 217847 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2164/statm: 290395 217847 405 106 0 285366 0
[pid=2164/tid=2165] ppid=2162 vsize=1161580 CPUtime=1195.14 cores=0,2,4,6
/proc/2164/task/2165/stat : 2165 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 374419 0 0 0 119395 119 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2164/tid=2166] ppid=2162 vsize=1161580 CPUtime=1201.64 cores=0,2,4,6
/proc/2164/task/2166/stat : 2166 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 409899 0 0 0 120038 126 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2164/tid=2167] ppid=2162 vsize=1161580 CPUtime=1201.71 cores=0,2,4,6
/proc/2164/task/2167/stat : 2167 (strangenight2-m) R 2162 2164 1895 0 -1 4202560 458893 0 0 0 120017 154 0 0 25 0 4 0 495547417 1189457920 217849 33554432000 4194304 4627427 140734466288688 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1161580

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.16
CPU user time (s): 4794.73
CPU system time (s): 5.43317
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 1282840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.73
system time used= 5.43317
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1671029
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= 2040
involuntary context switches= 25214

runsolver used 1.89871 second user time and 4.68129 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 00:55:21
IDJOB=3173816
IDBENCH=82634
IDSOLVER=1586
FILE ID=node140/3173816-1304031321
RUNJOBID= node140-1304028687-1914
PBS_JOBID= 13170312
Free space on /tmp= 72656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S64285713-004-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173816-1304031321/watcher-3173816-1304031321 -o /tmp/evaluation-result-3173816-1304031321/solver-3173816-1304031321 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173816-1304031321.cnf

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

MD5SUM BENCH= 57320bb4a9b2a7589463bdcd0ecf61a4
RANDOM SEED=1593747427

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      21451440 kB
Buffers:       2292716 kB
Cached:        7805448 kB
SwapCached:          0 kB
Active:        3374800 kB
Inactive:      7556992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21451440 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5852 kB
Writeback:           4 kB
AnonPages:      833220 kB
Mapped:          15524 kB
Slab:           503528 kB
PageTables:       6312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1233564 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= 72652 MiB
End job on node140 at 2011-04-29 01:15:25