Trace number 3173801

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.15 1201.96

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S1787347746-067-UNKNOWN.cnf
MD5SUM327a5393de6dbdcaf85af71880caf3c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.5029
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-3173801-1304031253.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.08	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.33/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.33/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.33/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.33/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.33/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.33/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.33/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.33/0.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.33/0.11	c calculated reachability. Time: 0.00
0.33/0.11	c Calc default polars -  time:   0.00 s pos:     371 undec:      25 neg:     354
0.33/0.11	c =========================================================================================
0.33/0.11	c types(t): F = full restart, N = normal restart
0.33/0.11	c types(t): S = simplification begin/end, E = solution found
0.33/0.11	c restart types(rt): st = static, dy = dynamic
0.33/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.33/0.11	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.33/0.22	c Decided on static restart strategy
0.33/0.39	c  N st     8      4914       750     15000         0      4866     75000    509884   no data   no data
0.33/0.87	c  N st    10     11298       750     15000         0      4508     75000    298904   no data   no data
5.21/1.38	c  N st    11     17041       750     15000         0     10203     75000    946721   no data   no data
7.96/2.07	c  F st    12     25000       750     15000         0     12545     75000   1110816   no data   no data
7.96/2.07	c  N st    12     25000       750     15000         0     12545     75000   1110816   no data   no data
9.57/2.45	c  N dy    18     30000       750     15000         0     10749     75000    881884   no data   no data
9.57/2.45	c  S st    18     30000       750     15000         0     10749     75000    881884   no data   no data
9.97/2.50	c  S st    18     30505       750     15000         0     11254     75000    924652   no data   no data
9.97/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.97/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.97/2.51	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.97/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.97/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.97/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.97/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.97/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.16/3.35	c lits-rem:        90  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.80 s
13.56/3.46	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
13.56/3.46	c calculated reachability. Time: 0.00
13.56/3.46	c  N dy    18     30505       750     15000         0     11126     75000    901698   no data   no data
14.76/3.78	c  N dy    39     34537       750     15000         0     15144     75000   1291529     79.20     84.57
16.38/4.11	c  N dy    60     38642       750     15000         0     11369     75000    650781     79.70     84.02
17.55/4.46	c  N dy    78     42790       750     15000         0     15504     75000   1049193     79.10     83.28
18.76/4.72	c  S st    93     45757       750     15000         0      9551     75000    346319     79.17     77.05
18.76/4.77	c  S st    93     46261       750     15000         0     10055     75000    392615     79.17   no data
18.76/4.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.76/4.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.76/4.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.76/4.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.76/4.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.76/4.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
18.76/4.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.76/4.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.16/4.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.55/4.92	c lits-rem:         0  cl-subs:        4  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.93	c vivif2 --  cl tried    10051 cl shrink        0 lits rem          0 time: 0.00
19.95/5.03	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.95/5.03	c calculated reachability. Time: 0.00
19.95/5.03	c  N dy    93     46261       750     15000         0     10051     75000    391904     79.17   no data
21.15/5.35	c  N dy   117     50360       750     15000         0     14143     75000    786704     79.19     83.71
22.74/5.71	c  N dy   141     54394       750     15000         0     18159     75000   1174467     79.35     83.87
23.95/6.09	c  N dy   166     58518       750     15000         0     12330     75000    510177     79.56     84.38
25.54/6.45	c  N dy   184     62769       750     15000         0     16568     75000    923275     79.56     83.98
27.14/6.82	c  N dy   202     66805       750     15000         0     20592     75000   1308725     79.22     90.18
27.94/7.06	c  S st   217     69391       750     15000         0     12212     75000    400373     79.30   no data
28.34/7.11	c  S st   217     69892       750     15000         0     12713     75000    446688     79.30   no data
28.34/7.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.34/7.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.34/7.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.34/7.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.34/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.15/7.32	c lits-rem:        13  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.17 s
29.15/7.32	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.15/7.33	c vivif2 --  cl tried    12707 cl shrink        0 lits rem          0 time: 0.00
29.56/7.44	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.56/7.44	c calculated reachability. Time: 0.00
29.56/7.44	c  N dy   217     69892       750     15000         0     12707     75000    445718     79.30   no data
31.13/7.83	c  N dy   235     74495       750     15000         0     17298     75000    890497     79.11     83.84
32.73/8.29	c  N dy   263     79291       750     15000         0     22079     75000   1354027     79.14     85.30
34.72/8.75	c  N dy   286     84434       750     15000         0     15241     75000    601421     79.13     83.48
35.92/9.02	c  F st   304     87501       750     15000         0     18300     75000    900725     79.15   no data
37.12/9.32	c  N st   309     90799       750     15000         0     21581     75000   1238578     79.15   no data
39.52/9.90	c  N dy   330     96887       750     15000         0     14698     75000    453756     79.08     83.69
41.52/10.47	c  N dy   368    103196       750     15000         0     20975     75000   1069799     79.28     83.59
42.34/10.63	c  S st   375    104838       750     15000         0     22610     75000   1229731     79.27     77.60
42.34/10.70	c  S st   375    105343       750     15000         0     23115     75000   1274953     79.27   no data
42.74/10.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.74/10.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
42.74/10.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.74/10.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.74/10.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.74/10.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.74/10.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.74/10.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
42.74/10.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.53/12.96	c lits-rem:       213  cl-subs:       74  v-elim:      0  v-fix:    0  time:  2.18 s
51.53/12.96	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
51.53/12.98	c vivif2 --  cl tried    23041 cl shrink        0 lits rem          0 time: 0.02
52.30/13.20	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.22
52.70/13.20	c calculated reachability. Time: 0.00
52.70/13.20	c  N dy   375    105343       750     15000         0     23041     75000   1261593     79.27   no data
55.51/13.94	c  N dy   410    112095       750     15000         0     15833     75000    471229     79.26     84.53
58.30/14.64	c  N dy   443    119324       750     15000         0     23036     75000   1169656     79.19     86.45
61.89/15.56	c  N dy   486    126981       750     15000         0     15723     75000    370253     79.22     83.58
65.09/16.37	c  N dy   530    135189       750     15000         0     23902     75000   1166935     79.23     84.66
69.48/17.42	c  N dy   584    143952       750     15000         0     16687     75000    373597     79.32     84.52
73.09/18.36	c  N dy   643    153243       750     15000         0     25938     75000   1283558     79.38     83.62
75.47/18.90	c  S st   671    158016       750     15000         0     30697     75000   1742788     79.37   no data
75.47/18.98	c  S st   671    158521       750     15000         0     31202     75000   1788513     79.37   no data
75.47/18.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.87/19.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
75.87/19.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.87/19.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.87/19.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.87/19.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
75.87/19.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.87/19.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
75.87/19.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.85/25.04	c lits-rem:       301  cl-subs:       76  v-elim:      0  v-fix:    0  time:  5.96 s
99.85/25.04	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
99.85/25.07	c vivif2 --  cl tried    31126 cl shrink        0 lits rem          0 time: 0.02
101.03/25.31	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
101.03/25.31	c calculated reachability. Time: 0.00
101.03/25.31	c  N dy   671    158521       750     15000         0     31126     75000   1774541     79.37   no data
105.42/26.42	c  N dy   723    168962       750     15000         0     24591     75000   1050034     79.32     84.96
110.62/27.79	c  N dy   778    179792       750     15000         0     35376     75000   2102574     79.35     84.96
115.81/29.08	c  N dy   851    191366       750     15000         0     28977     75000   1416396     79.48     84.23
122.60/30.73	c  N dy   925    204387       750     15000         0     23018     75000    718761     79.51     84.07
128.99/32.32	c  N dy  1001    217487       750     15000         0     36080     75000   2000769     79.56     85.05
135.38/33.99	c  N dy  1078    231382       750     15000         0     29994     75000   1318553     79.62     83.94
139.00/34.82	c  S st  1111    237787       750     15000         0     36373     75000   1948414     79.62     78.39
139.40/34.92	c  S st  1111    238291       750     15000         0     36877     75000   1991503     79.62   no data
139.40/34.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.40/34.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
139.40/34.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.40/34.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.40/34.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.40/34.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
139.40/34.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.40/34.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
139.77/35.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.93/42.81	c lits-rem:       432  cl-subs:      160  v-elim:      0  v-fix:    0  time:  7.78 s
170.93/42.81	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
170.93/42.84	c vivif2 --  cl tried    36717 cl shrink        0 lits rem          0 time: 0.03
172.13/43.13	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.29
172.13/43.13	c calculated reachability. Time: 0.00
172.13/43.13	c  N dy  1111    238291       750     15000         0     36717     75000   1962944     79.62   no data
179.32/44.99	c  N dy  1201    253499       750     15000         0     30942     75000   1322165     79.73     85.52
188.11/47.13	c  N dy  1289    269711       750     15000         0     25189     75000    668247     79.77     85.75
196.90/49.34	c  N dy  1381    286948       750     15000         0     42373     75000   2351839     79.80     84.20
206.08/51.69	c  N dy  1477    305297       750     15000         0     37727     75000   1795498     79.78     91.63
206.88/51.83	c  F st  1484    306250       750     15000         0     38675     75000   1890736     79.79   no data
216.87/54.35	c  N dy  1573    324846       750     15000         0     33280     75000   1290590     79.86     85.52
228.45/57.28	c  N dy  1683    344942       750     15000         0     28406     75000    710781     79.92     85.18
235.25/58.92	c  S st  1754    357436       750     15000         0     40861     75000   1933929     79.95   no data
235.66/59.03	c  S st  1754    357944       750     15000         0     41369     75000   1978243     79.95   no data
235.66/59.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
235.66/59.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
235.66/59.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
235.66/59.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.66/59.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.66/59.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
235.66/59.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
235.66/59.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
236.07/59.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.00/67.64	c lits-rem:       474  cl-subs:      118  v-elim:      0  v-fix:    0  time:  8.50 s
270.00/67.64	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
270.00/67.67	c vivif2 --  cl tried    41251 cl shrink        0 lits rem          0 time: 0.03
271.59/68.01	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
271.59/68.01	c calculated reachability. Time: 0.00
271.59/68.01	c  N dy  1754    357944       750     15000         0     41251     75000   1956384     79.95   no data
283.57/71.06	c  N dy  1864    378336       750     15000         0     35662     75000   1338200     79.99     84.28
296.76/74.30	c  N dy  1975    398523       750     15000         0     28870     75000    576606     80.03     84.74
308.34/77.24	c  N dy  2087    418540       750     15000         0     48814     75000   2530131     80.04     84.34
320.32/80.22	c  N dy  2190    438552       750     15000         0     40857     75000   1663903     80.03     84.56
333.91/83.62	c  N dy  2293    459410       750     15000         0     32739     75000    779474     80.02     84.53
346.28/86.71	c  N dy  2402    479670       750     15000         0     52934     75000   2763589     80.02     84.52
359.08/89.92	c  N dy  2519    500050       750     15000         0     43353     75000   1731159     80.05     84.46
373.44/93.57	c  N dy  2638    520148       750     15000         0     32480     75000    564310     80.09     86.26
383.43/96.03	c  S st  2732    536917       750     15000         0     49201     75000   2202346     80.09   no data
383.83/96.16	c  S st  2732    537420       750     15000         0     49703     75000   2245100     80.09   no data
383.83/96.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
383.83/96.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
384.23/96.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
384.23/96.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
384.23/96.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
384.23/96.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
384.23/96.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
384.23/96.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
384.23/96.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.17/108.26	c lits-rem:       437  cl-subs:      124  v-elim:      0  v-fix:    0  time: 11.97 s
432.17/108.26	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
432.17/108.29	c vivif2 --  cl tried    49579 cl shrink        0 lits rem          0 time: 0.03
433.79/108.63	c asymm  cl-useful: 0/13439/15000 lits-rem:0 time: 0.35
433.79/108.64	c calculated reachability. Time: 0.00
433.79/108.64	c  N dy  2732    537420       750     15000         0     49579     75000   2222725     80.09   no data
449.35/112.51	c  N dy  2839    558238       750     15000         0     38429     75000   1067470     80.10     85.86
464.14/116.21	c  N dy  2947    578267       750     15000         0     58393     75000   3033951     80.12     85.02
478.50/119.89	c  N dy  3058    598364       750     15000         0     45531     75000   1676399     80.12     84.73
494.48/123.84	c  N dy  3164    618426       750     15000         0     65529     75000   3645145     80.14     84.39
507.66/127.17	c  N dy  3276    638535       750     15000         0     51684     75000   2185438     80.14     84.41
523.64/131.18	c  N dy  3366    658664       750     15000         0     36857     75000    643580     80.12     84.84
536.81/134.47	c  N dy  3468    678736       750     15000         0     56859     75000   2617553     80.13     92.62
552.80/138.48	c  N dy  3581    698751       750     15000         0     40924     75000    956088     80.16     95.11
567.18/142.05	c  N dy  3695    718841       750     15000         0     60943     75000   2944322     80.20     93.41
583.17/146.07	c  N dy  3817    738885       750     15000         0     44064     75000   1173175     80.23     85.85
597.94/149.71	c  N dy  3908    758974       750     15000         0     64100     75000   3143400     80.20     85.29
613.54/153.69	c  N dy  4009    779065       750     15000         0     46216     75000   1291818     80.20     90.78
629.48/157.64	c  N dy  4145    799088       750     15000         0     66163     75000   3276971     80.26     89.45
635.89/159.25	c  S st  4182    806131       750     15000         0     73186     75000   3965008     80.25     69.68
636.67/159.44	c  S st  4182    806637       750     15000         0     73692     75000   4010668     80.25   no data
636.67/159.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
636.67/159.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
637.07/159.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
637.07/159.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
637.07/159.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
637.07/159.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
637.07/159.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
637.07/159.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
637.47/159.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
731.75/183.23	c lits-rem:       966  cl-subs:      258  v-elim:      0  v-fix:    0  time: 23.55 s
731.75/183.23	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
731.75/183.29	c vivif2 --  cl tried    73434 cl shrink        0 lits rem          0 time: 0.05
732.17/183.36	c asymm  cl-useful: 0/1561/15000 lits-rem:0 time: 0.07
732.17/183.36	c calculated reachability. Time: 0.00
732.17/183.36	c  N dy  4182    806637       750     15000         0     73434     75000   3963595     80.25   no data
746.92/187.03	c  N dy  4286    826717       750     15000         0     54592     75000   2020220     80.25     86.47
764.10/191.31	c  N dy  4391    846733       750     15000         0     74532     75000   3991206     80.26     89.15
779.28/195.19	c  N dy  4506    866805       750     15000         0     54678     75000   1947233     80.27     84.58
796.85/199.51	c  N dy  4610    887074       750     15000         0     74887     75000   3930493     80.26     84.72
813.23/203.66	c  N dy  4736    907343       750     15000         0     54220     75000   1809168     80.29     84.72
830.41/207.97	c  N dy  4841    927417       750     15000         0     74233     75000   3775378     80.29     85.53
847.58/212.27	c  N dy  4925    947486       750     15000         0     52358     75000   1530377     80.26     91.07
864.38/216.42	c  N dy  5029    967543       750     15000         0     72354     75000   3498151     80.26     84.63
882.73/221.03	c  N dy  5141    987582       750     15000         0     49464     75000   1164293     80.28     84.77
898.71/225.02	c  N dy  5247   1007659       750     15000         0     69485     75000   3135335     80.28     85.94
919.07/230.10	c  N dy  5354   1028104       750     15000         0     46013     75000    731743     80.28     85.37
934.28/233.95	c  N dy  5459   1048163       750     15000         0     66002     75000   2692292     80.28     84.67
955.83/239.39	c  N dy  5584   1068249       750     15000         0     86005     75000   4679492     80.30     85.34
960.65/240.52	c  F st  5604   1071876       750     15000         0     89617     75000   5035822     80.31     85.72
973.41/243.70	c  N dy  5668   1088294       750     15000         0     61127     75000   2181179     80.31     84.76
993.77/248.84	c  N dy  5780   1108316       750     15000         0     81082     75000   4150736     80.32     85.16
1013.77/253.87	c  N dy  5900   1128517       750     15000         0     55382     75000   1469537     80.33     84.87
1031.72/258.32	c  N dy  6010   1148564       750     15000         0     75355     75000   3447021     80.34     90.88
1054.09/263.92	c  N dy  6131   1168654       750     15000         0     48543     75000    707530     80.36     84.59
1070.08/267.95	c  N dy  6239   1188840       750     15000         0     68675     75000   2693013     80.36     85.08
1091.25/273.25	c  N dy  6348   1208870       750     15000         0     88634     75000   4658671     80.35     85.48
1092.46/273.55	c  S st  6352   1209955       750     15000         0     89716     75000   4764807     80.35   no data
1093.24/273.78	c  S st  6352   1210457       750     15000         0     90218     75000   4809365     80.35   no data
1093.24/273.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1093.64/273.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1093.64/273.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1093.64/273.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1093.64/273.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1093.64/273.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1093.64/273.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1094.04/273.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1094.43/274.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.46/306.88	c lits-rem:      1053  cl-subs:      293  v-elim:      0  v-fix:    0  time: 32.83 s
1225.46/306.88	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1225.86/306.94	c vivif2 --  cl tried    89925 cl shrink        0 lits rem          0 time: 0.06
1227.46/307.37	c asymm  cl-useful: 0/8660/15000 lits-rem:0 time: 0.42
1227.46/307.37	c calculated reachability. Time: 0.00
1227.46/307.37	c  N dy  6352   1210457       750     15000         0     89925     75000   4756472     80.35   no data
1245.84/311.96	c  N dy  6455   1231269       750     15000         0     62822     75000   2027832     80.34     84.81
1265.00/316.76	c  N dy  6565   1251335       750     15000         0     82815     75000   3998603     80.35     92.12
1286.19/322.05	c  N dy  6665   1271567       750     15000         0     54155     75000   1076691     80.35     84.79
1303.77/326.49	c  N dy  6795   1291763       750     15000         0     74289     75000   3082590     80.38     84.82
1325.74/331.97	c  N dy  6901   1311840       750     15000         0     94293     75000   5053595     80.38     85.10
1344.49/336.64	c  N dy  7013   1332502       750     15000         0     65054     75000   2061600     80.38     87.31
1364.07/341.56	c  N dy  7120   1352509       750     15000         0     84984     75000   4026670     80.39     84.88
1386.85/347.28	c  N dy  7221   1372529       750     15000         0     54112     75000    894058     80.39     85.44
1404.01/351.58	c  N dy  7327   1392600       750     15000         0     74102     75000   2865038     80.39     84.81
1426.80/357.20	c  N dy  7450   1412732       750     15000         0     94165     75000   4858018     80.41     85.13
1447.15/362.38	c  N dy  7563   1432752       750     15000         0     62302     75000   1628242     80.42     86.76
1466.34/367.17	c  N dy  7663   1452798       750     15000         0     82280     75000   3598283     80.42     86.05
1491.09/373.31	c  N dy  7764   1473507       750     15000         0    102928     75000   5625628     80.41     85.80
1509.07/377.84	c  N dy  7865   1493604       750     15000         0     70130     75000   2296173     80.41     88.59
1531.04/383.39	c  N dy  7976   1513633       750     15000         0     90088     75000   4261091     80.41     84.88
1556.20/389.66	c  N dy  8076   1533731       750     15000         0     56296     75000    848827     80.41     85.34
1574.17/394.13	c  N dy  8193   1553766       750     15000         0     76236     75000   2823753     80.42     84.75
1596.94/399.82	c  N dy  8302   1574081       750     15000         0     96469     75000   4824393     80.43     85.73
1619.73/405.55	c  N dy  8403   1594335       750     15000         0     61872     75000   1305812     80.44     85.42
1639.26/410.40	c  N dy  8503   1614337       750     15000         0     81812     75000   3283694     80.44     95.67
1663.23/416.47	c  N dy  8612   1634552       750     15000         0    101941     75000   5262026     80.44     84.98
1686.02/422.12	c  N dy  8731   1654633       750     15000         0     66163     75000   1637006     80.46     85.26
1705.97/427.15	c  N dy  8837   1674839       750     15000         0     86307     75000   3627726     80.46     85.06
1730.73/433.37	c  N dy  8944   1694936       750     15000         0    106329     75000   5602282     80.46     85.15
1747.90/437.69	c  S st  9029   1710458       750     15000         0     65000     75000   1434691     80.47     84.06
1748.70/437.84	c  S st  9029   1710962       750     15000         0     65503     75000   1479655     80.47   no data
1748.70/437.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1748.70/437.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1748.70/437.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1748.70/437.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1748.70/437.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1748.70/437.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1748.70/437.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1749.10/437.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1749.10/437.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1770.28/443.22	c lits-rem:       149  cl-subs:       63  v-elim:      0  v-fix:    0  time:  5.26 s
1770.28/443.23	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1770.28/443.25	c vivif2 --  cl tried    65440 cl shrink        0 lits rem          0 time: 0.02
1771.48/443.51	c asymm  cl-useful: 0/6340/15000 lits-rem:0 time: 0.26
1771.48/443.51	c calculated reachability. Time: 0.00
1771.48/443.51	c  N dy  9029   1710962       750     15000         0     65440     75000   1468295     80.47   no data
1791.84/448.68	c  N dy  9135   1731048       750     15000         0     85453     75000   3450927     80.47     84.84
1818.61/455.30	c  N dy  9248   1751072       750     15000         0    105390     75000   5422621     80.48     85.49
1843.38/461.59	c  N dy  9359   1771184       750     15000         0     67645     75000   1599862     80.48     85.15
1865.76/467.11	c  N dy  9473   1791356       750     15000         0     87743     75000   3585751     80.48     84.99
1891.30/473.53	c  N dy  9590   1811360       750     15000         0    107683     75000   5561025     80.49     91.92
1914.50/479.36	c  N dy  9688   1831376       750     15000         0     68842     75000   1627986     80.48     86.04
1935.25/484.55	c  N dy  9790   1851393       750     15000         0     88785     75000   3589902     80.48     85.22
1960.81/490.94	c  N dy  9883   1871521       750     15000         0    108859     75000   5581794     80.47     85.22
1984.80/496.97	c  N dy  9995   1891705       750     15000         0     69181     75000   1576984     80.48     85.15
2005.55/502.14	c  N dy 10103   1911859       750     15000         0     89283     75000   3562015     80.48     85.81
2031.12/508.59	c  N dy 10215   1931891       750     15000         0    109255     75000   5537575     80.49     85.58
2056.68/514.90	c  N dy 10315   1952140       750     15000         0     68628     75000   1430199     80.49     84.80
2077.07/520.05	c  N dy 10427   1972232       750     15000         0     88651     75000   3407546     80.49     85.11
2102.62/526.46	c  N dy 10539   1992305       750     15000         0    108666     75000   5393463     80.50     85.17
2130.17/533.35	c  N dy 10646   2012756       750     15000         0     67234     75000   1206003     80.50     85.76
2150.14/538.32	c  N dy 10735   2033007       750     15000         0     87411     75000   3201138     80.50     85.24
2176.11/544.84	c  N dy 10850   2053346       750     15000         0    107667     75000   5212517     80.51     85.46
2205.67/552.27	c  N dy 10957   2073375       750     15000         0     64847     75000    885028     80.51     86.80
2225.65/557.27	c  N dy 11059   2093536       750     15000         0     84950     75000   2877213     80.51     85.66
2250.40/563.45	c  N dy 11169   2113548       750     15000         0    104901     75000   4854418     80.52     85.21
2280.77/571.08	c  N dy 11285   2133722       750     15000         0    124999     75000   6852601     80.53     84.92
2301.94/576.36	c  N dy 11394   2153731       750     15000         0     81170     75000   2400358     80.53     85.07
2325.90/582.32	c  N dy 11504   2173800       750     15000         0    101172     75000   4384214     80.53     86.29
2355.06/589.65	c  N dy 11611   2193942       750     15000         0    121241     75000   6355001     80.53     85.01
2376.63/595.08	c  S st 11703   2210962       750     15000         0     73425     75000   1556244     80.54   no data
2377.43/595.26	c  S st 11703   2211468       750     15000         0     73931     75000   1599515     80.54   no data
2377.43/595.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2377.83/595.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2377.83/595.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2377.83/595.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2377.83/595.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2377.83/595.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2377.83/595.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2377.83/595.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2377.83/595.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2396.61/600.02	c lits-rem:       165  cl-subs:       78  v-elim:      0  v-fix:    0  time:  4.62 s
2396.61/600.02	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2396.61/600.04	c vivif2 --  cl tried    73853 cl shrink        0 lits rem          0 time: 0.02
2398.20/600.42	c asymm  cl-useful: 0/10062/15000 lits-rem:0 time: 0.38
2398.20/600.42	c calculated reachability. Time: 0.00
2398.20/600.42	c  N dy 11703   2211468       750     15000         0     73853     75000   1585689     80.54   no data
2420.84/606.14	c  N dy 11820   2231702       750     15000         0     94022     75000   3589375     80.54     88.43
2446.98/612.76	c  N dy 11920   2251935       750     15000         0    114201     75000   5587941     80.54     84.86
2476.58/620.26	c  N dy 12020   2272229       750     15000         0     68625     75000    980280     80.53     84.84
2497.25/625.44	c  N dy 12117   2292661       750     15000         0     88986     75000   2993773     80.53     84.84
2522.82/631.84	c  N dy 12226   2312776       750     15000         0    109043     75000   4984203     80.54     84.92
2553.97/639.60	c  N dy 12336   2332883       750     15000         0    129080     75000   6964944     80.54     87.98
2577.16/645.44	c  N dy 12451   2352973       750     15000         0     82333     75000   2259059     80.54     88.02
2602.30/651.76	c  N dy 12558   2372974       750     15000         0    102269     75000   4237874     80.55     85.90
2633.46/659.57	c  N dy 12672   2393432       750     15000         0    122671     75000   6268212     80.55     84.94
2663.42/667.09	c  N dy 12796   2413825       750     15000         0     75219     75000   1457542     80.57     86.52
2686.19/672.79	c  N dy 12911   2434048       750     15000         0     95387     75000   3446646     80.57     84.91
2714.54/679.82	c  N dy 13032   2454265       750     15000         0    115538     75000   5439786     80.57     85.14
2746.90/687.98	c  N dy 13142   2474363       750     15000         0    135580     75000   7419337     80.58     84.96
2769.27/693.55	c  N dy 13260   2494406       750     15000         0     86784     75000   2522110     80.59     85.81
2794.03/699.75	c  N dy 13366   2514488       750     15000         0    106809     75000   4504744     80.59     85.42
2823.98/707.20	c  N dy 13471   2534527       750     15000         0    126751     75000   6487682     80.59     85.63
2852.76/714.45	c  N dy 13573   2554554       750     15000         0     76935     75000   1445805     80.59     87.99
2875.54/720.18	c  N dy 13692   2574783       750     15000         0     97087     75000   3454038     80.60     86.52
2903.08/727.06	c  N dy 13794   2594853       750     15000         0    117077     75000   5431470     80.60     85.02
2936.63/735.40	c  N dy 13904   2614860       750     15000         0    137020     75000   7411079     80.60     85.13
2962.60/741.93	c  N dy 14004   2634947       750     15000         0     86262     75000   2279985     80.61     87.16
2987.36/748.19	c  N dy 14098   2655517       750     15000         0    106754     75000   4315342     80.60     84.86
3018.12/755.88	c  N dy 14205   2675531       750     15000         0    126703     75000   6301088     80.61     85.48
3051.29/764.18	c  N dy 14308   2695672       750     15000         0     75030     75000   1079506     80.61     85.01
3068.46/768.49	c  S st 14395   2711470       750     15000         0     90765     75000   2640670     80.61     82.57
3069.65/768.72	c  S st 14395   2711976       750     15000         0     91271     75000   2684619     80.61   no data
3069.65/768.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3069.65/768.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3069.65/768.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3069.65/768.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3069.65/768.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3069.65/768.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3069.65/768.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3070.05/768.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3070.45/768.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3131.56/784.28	c lits-rem:       530  cl-subs:      156  v-elim:      0  v-fix:    0  time: 15.37 s
3131.56/784.28	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3131.96/784.32	c vivif2 --  cl tried    91115 cl shrink        0 lits rem          0 time: 0.04
3133.16/784.60	c asymm  cl-useful: 0/4938/15000 lits-rem:0 time: 0.28
3133.16/784.60	c calculated reachability. Time: 0.00
3133.16/784.60	c  N dy 14395   2711976       750     15000         0     91115     75000   2656502     80.61   no data
3158.72/791.05	c  N dy 14501   2732061       750     15000         0    111134     75000   4628842     80.61     86.25
3190.68/799.08	c  N dy 14609   2752746       750     15000         0    131752     75000   6670444     80.61     84.92
3222.23/806.99	c  N dy 14721   2772838       750     15000         0     79030     75000   1393179     80.62     89.00
3246.61/813.09	c  N dy 14827   2794718       750     15000         0    100833     75000   3574131     80.62     86.06
3275.78/820.32	c  N dy 14950   2814796       750     15000         0    120845     75000   5562710     80.63     98.00
3309.72/828.85	c  N dy 15066   2834798       750     15000         0    140776     75000   7542177     80.63     87.00
3336.89/835.61	c  N dy 15176   2854906       750     15000         0     87076     75000   2103203     80.64     85.08
3362.04/841.93	c  N dy 15287   2874994       750     15000         0    107085     75000   4104779     80.65     85.88
3393.20/849.74	c  N dy 15405   2895545       750     15000         0    127563     75000   6138997     80.65     84.90
3431.15/859.23	c  N dy 15512   2915585       750     15000         0    147536     75000   8118793     80.66     86.01
3455.11/865.27	c  N dy 15612   2935765       750     15000         0     92907     75000   2579553     80.65     85.50
3481.90/871.96	c  N dy 15719   2955892       750     15000         0    112958     75000   4558390     80.65     85.68
3514.23/880.01	c  N dy 15843   2975919       750     15000         0    132912     75000   6542988     80.66     85.30
3550.17/889.07	c  N dy 15957   2996103       750     15000         0     77292     75000    944134     80.66     85.37
3572.55/894.65	c  N dy 16072   3016207       750     15000         0     97326     75000   2945256     80.67     85.30
3599.71/901.48	c  N dy 16170   3036227       750     15000         0    117287     75000   4914987     80.67     84.98
3632.87/909.73	c  N dy 16285   3056233       750     15000         0    137233     75000   6905427     80.68     85.49
3668.41/918.66	c  N dy 16396   3076543       750     15000         0     80726     75000   1196284     80.68     85.57
3692.38/924.60	c  N dy 16510   3096766       750     15000         0    100879     75000   3203094     80.69     86.35
3720.74/931.73	c  N dy 16620   3116803       750     15000         0    120856     75000   5189668     80.69     85.60
3753.50/939.95	c  N dy 16712   3136838       750     15000         0    140817     75000   7164797     80.69     85.04
3789.46/948.99	c  N dy 16830   3156910       750     15000         0     83095     75000   1343402     80.69     89.61
3815.42/955.45	c  N dy 16948   3177185       750     15000         0    103289     75000   3361216     80.70     85.07
3846.17/963.12	c  N dy 17039   3197229       750     15000         0    123261     75000   5345386     80.70     86.43
3872.95/969.88	c  S st 17124   3211976       750     15000         0    137955     75000   6796736     80.70   no data
3874.53/970.27	c  S st 17124   3212480       750     15000         0    138458     75000   6843536     80.70   no data
3874.53/970.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3874.93/970.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3874.93/970.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3874.93/970.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3874.93/970.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3874.93/970.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3874.93/970.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3875.33/970.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3876.12/970.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4097.04/1025.99	c lits-rem:       903  cl-subs:      424  v-elim:      0  v-fix:    0  time: 55.30 s
4097.04/1025.99	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4097.44/1026.09	c vivif2 --  cl tried   138034 cl shrink        0 lits rem          0 time: 0.09
4099.42/1026.55	c asymm  cl-useful: 0/6147/15000 lits-rem:0 time: 0.46
4099.42/1026.55	c calculated reachability. Time: 0.00
4099.42/1026.55	c  N dy 17124   3212480       750     15000         0    138034     75000   6766681     80.70   no data
4138.96/1036.47	c  N dy 17243   3232487       750     15000         0     79248     75000    870159     80.71     87.17
4162.13/1042.23	c  N dy 17359   3252506       750     15000         0     99184     75000   2861838     80.72     85.14
4190.49/1049.35	c  N dy 17477   3272524       750     15000         0    119140     75000   4839711     80.72     91.64
4223.64/1057.69	c  N dy 17584   3292629       750     15000         0    139180     75000   6841064     80.73     85.38
4263.19/1067.55	c  N dy 17700   3312885       750     15000         0    159377     75000   8853433     80.73     86.01
4287.15/1073.56	c  N dy 17808   3333001       750     15000         0     99702     75000   2816135     80.74     85.88
4316.73/1080.95	c  N dy 17907   3353150       750     15000         0    119774     75000   4794627     80.73     87.26
4353.05/1090.02	c  N dy 18032   3373178       750     15000         0    139729     75000   6791829     80.74     85.65
4394.61/1100.43	c  N dy 18150   3393339       750     15000         0    159816     75000   8801112     80.75     85.10
4420.97/1107.08	c  N dy 18257   3413360       750     15000         0     99063     75000   2655286     80.75     86.06
4449.72/1114.29	c  N dy 18372   3433797       750     15000         0    119426     75000   4678191     80.75     85.40
4483.69/1122.76	c  N dy 18484   3453871       750     15000         0    139423     75000   6666385     80.76     85.14
4522.43/1132.40	c  N dy 18585   3473898       750     15000         0    159365     75000   8651376     80.76     91.50
4549.61/1139.25	c  N dy 18694   3493904       750     15000         0     97592     75000   2429702     80.76     85.38
4577.55/1146.29	c  N dy 18817   3514003       750     15000         0    117615     75000   4432312     80.77     85.39
4610.70/1154.50	c  N dy 18928   3534056       750     15000         0    137597     75000   6418542     80.77     87.13
4648.65/1164.05	c  N dy 19029   3554432       750     15000         0    157894     75000   8439428     80.77     87.53
4679.00/1171.69	c  N dy 19139   3574455       750     15000         0     95138     75000   2098971     80.77     86.80
4706.17/1178.44	c  N dy 19245   3594526       750     15000         0    115148     75000   4091818     80.77     85.18
4737.73/1186.32	c  N dy 19346   3614749       750     15000         0    135302     75000   6088418     80.77     85.22
4775.67/1195.82	c  N dy 19461   3634836       750     15000         0    155313     75000   8074978     80.78     85.82

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-3173801-1304031253/watcher-3173801-1304031253 -o /tmp/evaluation-result-3173801-1304031253/solver-3173801-1304031253 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173801-1304031253.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.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 541 0 0 0 0 0 0 0 25 0 4 0 514723844 187654144 465 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204647227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 45814 490 329 106 0 40785 0
[pid=28134/tid=28135] ppid=28132 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 67 0 0 0 0 0 0 0 25 0 4 0 514723845 187654144 542 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204647227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 19 0 0 0 0 0 0 0 25 0 4 0 514723845 187654144 579 33554432000 4194304 4627427 140734422792112 18446744073709551615 4534112 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=183256 CPUtime=0 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 83 0 0 0 0 0 0 0 25 0 4 0 514723845 187654144 610 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204647227 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.089453 s]
/proc/loadavg: 8.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=285016 CPUtime=0.33 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) D 28132 28134 27869 0 -1 4202496 2956 0 0 0 33 0 0 0 18 0 4 0 514723844 291856384 2866 33554432000 4194304 4627427 140734422792112 18446744073709551615 4416374 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 71368 3123 369 106 0 66339 0
[pid=28134/tid=28135] ppid=28132 vsize=285472 CPUtime=0.08 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 897 0 0 0 8 0 0 0 25 0 4 0 514723845 292323328 3131 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=285796 CPUtime=0.08 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 587 0 0 0 8 0 0 0 18 0 4 0 514723845 292655104 3330 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204752415 0 0 4096 2 18446604453931592704 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=285796 CPUtime=0.08 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) S 28132 28134 27869 0 -1 4202560 625 0 0 0 8 0 0 0 18 0 4 0 514723845 292655104 3346 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204752366 0 0 4096 2 18446604453931592704 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 285016

[startup+0.857591 s]
/proc/loadavg: 8.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=294932 CPUtime=3.6 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 13274 0 0 0 358 2 0 0 19 0 4 0 514723844 302010368 6162 33554432000 4194304 4627427 140734422792112 18446744073709551615 4332203 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 73733 6162 385 106 0 68704 0
[pid=28134/tid=28135] ppid=28132 vsize=294932 CPUtime=0.89 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3392 0 0 0 89 0 0 0 25 0 4 0 514723845 302010368 6162 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=294932 CPUtime=0.89 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3376 0 0 0 89 0 0 0 19 0 4 0 514723845 302010368 6162 33554432000 4194304 4627427 140734422792112 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=294932 CPUtime=0.89 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 2633 0 0 0 89 0 0 0 19 0 4 0 514723845 302010368 6162 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 294932

[startup+1.00871 s]
/proc/loadavg: 8.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=294932 CPUtime=4 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 13880 0 0 0 398 2 0 0 19 0 4 0 514723844 302010368 6768 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 73733 6769 385 106 0 68704 0
[pid=28134/tid=28135] ppid=28132 vsize=294932 CPUtime=0.99 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3548 0 0 0 99 0 0 0 25 0 4 0 514723845 302010368 6769 33554432000 4194304 4627427 140734422792112 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=294932 CPUtime=0.99 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3535 0 0 0 99 0 0 0 19 0 4 0 514723845 302010368 6769 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=294932 CPUtime=0.99 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 2769 0 0 0 99 0 0 0 19 0 4 0 514723845 302010368 6769 33554432000 4194304 4627427 140734422792112 18446744073709551615 4332203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 294932

[startup+1.1087 s]
/proc/loadavg: 8.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=294932 CPUtime=4.4 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 14437 0 0 0 438 2 0 0 19 0 4 0 514723844 302010368 7325 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 73733 7325 385 106 0 68704 0
[pid=28134/tid=28135] ppid=28132 vsize=294932 CPUtime=1.09 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3696 0 0 0 109 0 0 0 25 0 4 0 514723845 302010368 7325 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=294932 CPUtime=1.09 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3671 0 0 0 109 0 0 0 19 0 4 0 514723845 302010368 7326 33554432000 4194304 4627427 140734422792112 18446744073709551615 4333195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=294932 CPUtime=1.09 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 2902 0 0 0 109 0 0 0 19 0 4 0 514723845 302010368 7326 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 294932

[startup+1.50063 s]
/proc/loadavg: 8.02 8.06 7.52 5/180 28134
/proc/meminfo: memFree=26105272/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=296576 CPUtime=5.97 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 18386 0 0 0 594 3 0 0 19 0 4 0 514723844 303693824 6815 33554432000 4194304 4627427 140734422792112 18446744073709551615 4310574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 74144 6815 385 106 0 69115 0
[pid=28134/tid=28135] ppid=28132 vsize=296576 CPUtime=1.48 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 4617 0 0 0 148 0 0 0 25 0 4 0 514723845 303693824 6815 33554432000 4194304 4627427 140734422792112 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=296576 CPUtime=1.48 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 4660 0 0 0 148 0 0 0 19 0 4 0 514723845 303693824 6815 33554432000 4194304 4627427 140734422792112 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=296576 CPUtime=1.48 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 3952 0 0 0 148 0 0 0 20 0 4 0 514723845 303693824 6815 33554432000 4194304 4627427 140734422792112 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296576

[startup+3.10036 s]
/proc/loadavg: 8.10 8.08 7.53 9/184 28138
/proc/meminfo: memFree=26029964/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=297428 CPUtime=12.36 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 34878 0 0 0 1231 5 0 0 25 0 4 0 514723844 304566272 15006 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427394 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 74357 15006 389 106 0 69328 0
[pid=28134/tid=28135] ppid=28132 vsize=297428 CPUtime=3.09 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 8136 0 0 0 308 1 0 0 25 0 4 0 514723845 304566272 15006 33554432000 4194304 4627427 140734422792112 18446744073709551615 4495457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=297428 CPUtime=3.09 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 7684 0 0 0 308 1 0 0 25 0 4 0 514723845 304566272 15006 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=297428 CPUtime=3.07 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 7169 0 0 0 306 1 0 0 25 0 4 0 514723845 304566272 15006 33554432000 4194304 4627427 140734422792112 18446744073709551615 4333265 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297428

[startup+6.30683 s]
/proc/loadavg: 8.09 8.08 7.53 9/184 28138
/proc/meminfo: memFree=25932664/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=309536 CPUtime=25.16 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 57756 0 0 0 2507 9 0 0 25 0 4 0 514723844 316964864 34452 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 77384 34452 389 106 0 72355 0
[pid=28134/tid=28135] ppid=28132 vsize=309536 CPUtime=6.29 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 14639 0 0 0 627 2 0 0 25 0 4 0 514723845 316964864 34452 33554432000 4194304 4627427 140734422792112 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=309536 CPUtime=6.29 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 14616 0 0 0 627 2 0 0 25 0 4 0 514723845 316964864 34452 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=309536 CPUtime=6.26 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 12977 0 0 0 624 2 0 0 25 0 4 0 514723845 316964864 34452 33554432000 4194304 4627427 140734422792112 18446744073709551615 4322559 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 309536

[startup+12.7008 s]
/proc/loadavg: 8.08 8.08 7.54 9/184 28138
/proc/meminfo: memFree=25847984/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=394272 CPUtime=50.71 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 82449 0 0 0 5057 14 0 0 25 0 4 0 514723844 403734528 50712 33554432000 4194304 4627427 140734422792112 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 98568 50712 389 106 0 93539 0
[pid=28134/tid=28135] ppid=28132 vsize=394272 CPUtime=12.68 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 16522 0 0 0 1266 2 0 0 25 0 4 0 514723845 403734528 50712 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=394272 CPUtime=12.68 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 22179 0 0 0 1264 4 0 0 25 0 4 0 514723845 403734528 50712 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=394272 CPUtime=12.62 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 22274 0 0 0 1259 3 0 0 25 0 4 0 514723845 403734528 50712 33554432000 4194304 4627427 140734422792112 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 394272

[startup+25.5006 s]
/proc/loadavg: 8.07 8.07 7.54 9/184 28138
/proc/meminfo: memFree=25901668/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=395048 CPUtime=101.83 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 115709 0 0 0 10162 21 0 0 25 0 4 0 514723844 404529152 61900 33554432000 4194304 4627427 140734422792112 18446744073709551615 4299634 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 98762 61900 389 106 0 93733 0
[pid=28134/tid=28135] ppid=28132 vsize=395048 CPUtime=25.48 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 22506 0 0 0 2545 3 0 0 25 0 4 0 514723845 404529152 61900 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=395048 CPUtime=25.49 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 34518 0 0 0 2542 7 0 0 25 0 4 0 514723845 404529152 61900 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=395048 CPUtime=25.35 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 29297 0 0 0 2530 5 0 0 25 0 4 0 514723845 404529152 61900 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 395048

[startup+51.1003 s]
/proc/loadavg: 8.04 8.06 7.55 9/184 28139
/proc/meminfo: memFree=25771728/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=450276 CPUtime=204.09 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 157849 0 0 0 20377 32 0 0 25 0 4 0 514723844 461082624 71482 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 112569 71483 389 106 0 107540 0
[pid=28134/tid=28135] ppid=28132 vsize=450276 CPUtime=51.08 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 36652 0 0 0 5101 7 0 0 25 0 4 0 514723845 461082624 71483 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=450276 CPUtime=51.09 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 42355 0 0 0 5100 9 0 0 25 0 4 0 514723845 461082624 71483 33554432000 4194304 4627427 140734422792112 18446744073709551615 210204671895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=450276 CPUtime=50.82 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 36362 0 0 0 5075 7 0 0 25 0 4 0 514723845 461082624 71483 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 450276

[startup+102.301 s]
/proc/loadavg: 8.02 8.05 7.57 9/184 28140
/proc/meminfo: memFree=25739788/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=453072 CPUtime=408.59 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 268677 0 0 0 40797 62 0 0 25 0 4 0 514723844 463945728 79149 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 113268 79149 398 106 0 108239 0
[pid=28134/tid=28135] ppid=28132 vsize=453072 CPUtime=102.27 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 71299 0 0 0 10211 16 0 0 25 0 4 0 514723845 463945728 79149 33554432000 4194304 4627427 140734422792112 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=453072 CPUtime=102.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 66884 0 0 0 10213 15 0 0 25 0 4 0 514723845 463945728 79149 33554432000 4194304 4627427 140734422792112 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=453072 CPUtime=101.73 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 67859 0 0 0 10156 17 0 0 25 0 4 0 514723845 463945728 79149 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 453072

[startup+162.301 s]

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

[pid=28134] ppid=28132 vsize=858952 CPUtime=2804.42 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1133975 0 0 0 280103 339 0 0 25 0 4 0 514723844 879566848 153690 33554432000 4194304 4627427 140734422792112 18446744073709551615 4308213 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 214738 153690 389 106 0 209709 0
[pid=28134/tid=28135] ppid=28132 vsize=858952 CPUtime=702.21 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 282630 0 0 0 70136 85 0 0 25 0 4 0 514723845 879566848 153690 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=858952 CPUtime=702.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 292778 0 0 0 70145 83 0 0 25 0 4 0 514723845 879566848 153690 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=858952 CPUtime=697.8 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 294879 0 0 0 69694 86 0 0 25 0 4 0 514723845 879566848 153690 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.42
Current children cumulated vsize (KiB) 858952

[startup+762.301 s]
/proc/loadavg: 8.04 8.07 7.81 9/184 28201
/proc/meminfo: memFree=25674244/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=861204 CPUtime=3044.08 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1191281 0 0 0 304046 362 0 0 25 0 4 0 514723844 881872896 158443 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 215301 158443 389 106 0 210272 0
[pid=28134/tid=28135] ppid=28132 vsize=861204 CPUtime=762.21 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 290742 0 0 0 76133 88 0 0 25 0 4 0 514723845 881872896 158443 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=861204 CPUtime=762.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 310300 0 0 0 76138 90 0 0 25 0 4 0 514723845 881872896 158443 33554432000 4194304 4627427 140734422792112 18446744073709551615 4305958 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=861204 CPUtime=757.48 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 310787 0 0 0 75656 92 0 0 25 0 4 0 514723845 881872896 158443 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.08
Current children cumulated vsize (KiB) 861204

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 7.82 9/184 28203
/proc/meminfo: memFree=25629920/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=968668 CPUtime=3283.76 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1258085 0 0 0 327986 390 0 0 25 0 4 0 514723844 991916032 160897 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 242167 160897 389 106 0 237138 0
[pid=28134/tid=28135] ppid=28132 vsize=968668 CPUtime=822.19 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 305845 0 0 0 82126 93 0 0 25 0 4 0 514723845 991916032 160897 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=968668 CPUtime=822.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 329782 0 0 0 82130 98 0 0 25 0 4 0 514723845 991916032 160897 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=968668 CPUtime=817.15 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 327901 0 0 0 81616 99 0 0 25 0 4 0 514723845 991916032 160897 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.76
Current children cumulated vsize (KiB) 968668

[startup+882.301 s]
/proc/loadavg: 8.08 8.06 7.83 9/184 28205
/proc/meminfo: memFree=25642652/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=918396 CPUtime=3523.42 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1320019 0 0 0 351928 414 0 0 25 0 4 0 514723844 940437504 165323 33554432000 4194304 4627427 140734422792112 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 229599 165323 389 106 0 224570 0
[pid=28134/tid=28135] ppid=28132 vsize=918396 CPUtime=882.19 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 320531 0 0 0 88121 98 0 0 25 0 4 0 514723845 940437504 165323 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=918396 CPUtime=882.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 340301 0 0 0 88127 101 0 0 25 0 4 0 514723845 940437504 165323 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=918396 CPUtime=876.83 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 346194 0 0 0 87575 108 0 0 25 0 4 0 514723845 940437504 165323 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.42
Current children cumulated vsize (KiB) 918396

[startup+942.301 s]
/proc/loadavg: 8.13 8.08 7.85 9/184 28206
/proc/meminfo: memFree=25588060/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=986228 CPUtime=3763.1 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1389346 0 0 0 375871 439 0 0 25 0 4 0 514723844 1009897472 170418 33554432000 4194304 4627427 140734422792112 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 246557 170418 389 106 0 241528 0
[pid=28134/tid=28135] ppid=28132 vsize=986228 CPUtime=942.19 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 338508 0 0 0 94114 105 0 0 25 0 4 0 514723845 1009897472 170418 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=986228 CPUtime=942.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 355305 0 0 0 94122 106 0 0 25 0 4 0 514723845 1009897472 170418 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=986228 CPUtime=936.51 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 364168 0 0 0 93537 114 0 0 25 0 4 0 514723845 1009897472 170418 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.1
Current children cumulated vsize (KiB) 986228

[startup+1002.3 s]
/proc/loadavg: 8.14 8.09 7.86 9/184 28207
/proc/meminfo: memFree=25405728/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1160180 CPUtime=4002.75 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1459300 0 0 0 399816 459 0 0 25 0 4 0 514723844 1188024320 216875 33554432000 4194304 4627427 140734422792112 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 290045 216875 389 106 0 285016 0
[pid=28134/tid=28135] ppid=28132 vsize=1160180 CPUtime=1002.18 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 355895 0 0 0 100110 108 0 0 25 0 4 0 514723845 1188024320 216875 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1160180 CPUtime=1002.27 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 372231 0 0 0 100113 114 0 0 25 0 4 0 514723845 1188024320 216875 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1160180 CPUtime=996.18 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 381660 0 0 0 99500 118 0 0 25 0 4 0 514723845 1188024320 216875 33554432000 4194304 4627427 140734422792112 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.75
Current children cumulated vsize (KiB) 1160180

[startup+1062.31 s]
/proc/loadavg: 8.27 8.13 7.89 9/184 28209
/proc/meminfo: memFree=25351380/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1106892 CPUtime=4242.44 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1506947 0 0 0 423767 477 0 0 25 0 4 0 514723844 1133457408 211736 33554432000 4194304 4627427 140734422792112 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 276723 211736 389 106 0 271694 0
[pid=28134/tid=28135] ppid=28132 vsize=1106892 CPUtime=1062.18 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 365695 0 0 0 106107 111 0 0 25 0 4 0 514723845 1133457408 211736 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1106892 CPUtime=1062.28 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 390057 0 0 0 106105 123 0 0 25 0 4 0 514723845 1133457408 211736 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1106892 CPUtime=1055.85 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 391558 0 0 0 105464 121 0 0 25 0 4 0 514723845 1133457408 211736 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 1106892

[startup+1122.3 s]
/proc/loadavg: 8.22 8.14 7.91 9/184 28211
/proc/meminfo: memFree=25299136/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1160304 CPUtime=4482.08 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1563656 0 0 0 447710 498 0 0 25 0 4 0 514723844 1188151296 212508 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 290076 212508 389 106 0 285047 0
[pid=28134/tid=28135] ppid=28132 vsize=1160304 CPUtime=1122.17 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 382281 0 0 0 112099 118 0 0 25 0 4 0 514723845 1188151296 212508 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1160304 CPUtime=1122.27 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 398739 0 0 0 112103 124 0 0 25 0 4 0 514723845 1188151296 212508 33554432000 4194304 4627427 140734422792112 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1160304 CPUtime=1115.51 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 405473 0 0 0 111425 126 0 0 25 0 4 0 514723845 1188151296 212508 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.08
Current children cumulated vsize (KiB) 1160304

[startup+1182.3 s]
/proc/loadavg: 8.15 8.12 7.91 9/184 28213
/proc/meminfo: memFree=25355892/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1162244 CPUtime=4721.75 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1625909 0 0 0 471653 522 0 0 25 0 4 0 514723844 1190137856 214196 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 290561 214196 389 106 0 285532 0
[pid=28134/tid=28135] ppid=28132 vsize=1162244 CPUtime=1182.17 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 398793 0 0 0 118092 125 0 0 25 0 4 0 514723845 1190137856 214196 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1162244 CPUtime=1182.27 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 409349 0 0 0 118099 128 0 0 25 0 4 0 514723845 1190137856 214196 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1162244 CPUtime=1175.18 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 422902 0 0 0 117386 132 0 0 25 0 4 0 514723845 1190137856 214196 33554432000 4194304 4627427 140734422792112 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.75
Current children cumulated vsize (KiB) 1162244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.10 8.11 7.91 9/184 28213
/proc/meminfo: memFree=25360592/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1148376 CPUtime=4800.08 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1643136 0 0 0 479479 529 0 0 25 0 4 0 514723844 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 287094 212061 389 106 0 282065 0
[pid=28134/tid=28135] ppid=28132 vsize=1148376 CPUtime=1201.77 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 401597 0 0 0 120051 126 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1148376 CPUtime=1201.88 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 414256 0 0 0 120058 130 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1148376 CPUtime=1194.69 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 428273 0 0 0 119334 135 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1148376

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

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

[startup+1201.9 s]
/proc/loadavg: 8.10 8.11 7.91 9/184 28213
/proc/meminfo: memFree=25360592/32951124 swapFree=67088964/67111528
[pid=28134] ppid=28132 vsize=1148376 CPUtime=4800.08 cores=0,2,4,6
/proc/28134/stat : 28134 (strangenight2-m) R 28132 28134 27869 0 -1 4202496 1643136 0 0 0 479479 529 0 0 25 0 4 0 514723844 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28134/statm: 287094 212061 389 106 0 282065 0
[pid=28134/tid=28135] ppid=28132 vsize=1148376 CPUtime=1201.77 cores=0,2,4,6
/proc/28134/task/28135/stat : 28135 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 401597 0 0 0 120051 126 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28134/tid=28136] ppid=28132 vsize=1148376 CPUtime=1201.88 cores=0,2,4,6
/proc/28134/task/28136/stat : 28136 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 414256 0 0 0 120058 130 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28134/tid=28137] ppid=28132 vsize=1148376 CPUtime=1194.69 cores=0,2,4,6
/proc/28134/task/28137/stat : 28137 (strangenight2-m) R 28132 28134 27869 0 -1 4202560 428273 0 0 0 119334 135 0 0 25 0 4 0 514723845 1175937024 212061 33554432000 4194304 4627427 140734422792112 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1148376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.96
CPU time (s): 4800.15
CPU user time (s): 4794.81
CPU system time (s): 5.33219
CPU usage (%): 399.36
Max. virtual memory (cumulated for all children) (KiB): 1230212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.81
system time used= 5.33219
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1643142
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= 2063
involuntary context switches= 23174

runsolver used 1.92571 second user time and 4.63829 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 00:54:13
IDJOB=3173801
IDBENCH=82619
IDSOLVER=1586
FILE ID=node130/3173801-1304031253
RUNJOBID= node130-1304028687-27888
PBS_JOBID= 13170322
Free space on /tmp= 71988 MiB

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

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

MD5SUM BENCH= 327a5393de6dbdcaf85af71880caf3c5
RANDOM SEED=1244507841

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26105552 kB
Buffers:       1123440 kB
Cached:        3917668 kB
SwapCached:      22432 kB
Active:        1565836 kB
Inactive:      4854712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26105552 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:            5852 kB
Writeback:           0 kB
AnonPages:     1356924 kB
Mapped:          15612 kB
Slab:           358228 kB
PageTables:       7252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1670500 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= 71980 MiB
End job on node130 at 2011-04-29 01:14:17