Trace number 3173705

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S877088425-001-UNKNOWN.cnf
MD5SUM419b5972e0565bacaabacb029af6176c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.652
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3173705-1304030018.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.01 s
0.00/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.38/0.18	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.38/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.38/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.38/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.38/0.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.38/0.68	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.68	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.38/0.68	c calculated reachability. Time: 0.00
0.38/0.68	c Calc default polars -  time:   0.00 s pos:     706 undec:      65 neg:     729
0.38/0.68	c =========================================================================================
0.38/0.68	c types(t): F = full restart, N = normal restart
0.38/0.68	c types(t): S = simplification begin/end, E = solution found
0.38/0.68	c restart types(rt): st = static, dy = dynamic
0.38/0.68	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.68	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.38/0.68	c  N dy    21      4028      1500     30000         0      4020    150000    638027    118.94    127.65
0.38/1.03	c  N dy    47      8127      1500     30000         0      5626    150000    625911    119.99    131.29
5.41/1.36	c  N dy    79     12147      1500     30000         0      5395    150000    388240    121.72    150.54
6.77/1.77	c  N dy    98     16325      1500     30000         0      9571    150000   1020481    120.48    127.87
8.36/2.18	c  N dy   122     20413      1500     30000         0      8037    150000    600654    120.64    128.19
10.37/2.61	c  N dy   148     24520      1500     30000         0     12142    150000   1215851    120.76    128.10
10.37/2.66	c  F st   152     25000      1500     30000         0     12622    150000   1290522    120.82   no data
12.36/3.18	c  N dy   158     30001      1500     30000         0     10810    150000    905627    120.82   no data
12.36/3.18	c  S st   158     30001      1500     30000         0     10810    150000    905627    120.82   no data
12.76/3.25	c  S st   158     30504      1500     30000         0     11313    150000    974461    120.82   no data
12.76/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.76/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.76/3.27	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.76/3.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.76/3.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.76/3.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.76/3.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.76/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.16/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.16/3.81	c lits-rem:        64  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.47 s
15.55/3.99	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.55/3.99	c calculated reachability. Time: 0.00
15.55/3.99	c  N dy   158     30504      1500     30000         0     11298    150000    969025    120.82   no data
17.55/4.46	c  N dy   183     34570      1500     30000         0     15359    150000   1582218    120.64    130.38
19.55/4.92	c  N dy   215     38670      1500     30000         0     11560    150000    825431    121.32    128.03
21.54/5.42	c  N dy   245     42753      1500     30000         0     15640    150000   1464319    121.91    136.07
23.15/5.80	c  S st   264     45756      1500     30000         0      9694    150000    384177    121.90   no data
23.15/5.87	c  S st   264     46259      1500     30000         0     10197    150000    451375    121.90   no data
23.15/5.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.15/5.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.15/5.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.15/5.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.15/5.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.15/5.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.15/5.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.55/5.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.55/5.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.95/6.04	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.12 s
23.95/6.04	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.95/6.05	c vivif2 --  cl tried    10194 cl shrink        0 lits rem          0 time: 0.01
24.76/6.24	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.76/6.24	c calculated reachability. Time: 0.00
24.76/6.24	c  N dy   264     46259      1500     30000         0     10194    150000    450785    121.90   no data
26.74/6.70	c  N dy   284     50335      1500     30000         0     14267    150000   1067794    121.54    131.76
28.73/7.20	c  N dy   311     54401      1500     30000         0     18332    150000   1695638    121.77    135.33
30.33/7.69	c  N dy   338     58478      1500     30000         0     12437    150000    666282    121.96    128.65
32.33/8.19	c  N dy   368     62637      1500     30000         0     16595    150000   1326088    122.33    128.80
34.73/8.72	c  N dy   395     66731      1500     30000         0     20689    150000   1952088    122.35    130.07
35.93/9.08	c  S st   412     69388      1500     30000         0     12362    150000    517331    122.44   no data
36.33/9.16	c  S st   412     69893      1500     30000         0     12867    150000    579648    122.44   no data
36.33/9.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.33/9.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.33/9.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.33/9.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.33/9.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.33/9.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.33/9.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.72/9.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.72/9.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.52/9.41	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.19 s
37.52/9.42	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.52/9.42	c vivif2 --  cl tried    12865 cl shrink        0 lits rem          0 time: 0.01
38.34/9.63	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.34/9.63	c calculated reachability. Time: 0.00
38.34/9.63	c  N dy   412     69893      1500     30000         0     12865    150000    579066    122.44   no data
40.32/10.19	c  N dy   444     74401      1500     30000         0     17369    150000   1277814    122.58    129.70
43.10/10.85	c  N dy   471     79429      1500     30000         0     22392    150000   2045607    122.50    129.06
45.52/11.49	c  N dy   504     84509      1500     30000         0     15484    150000    851907    122.82    131.48
47.13/11.87	c  F st   524     87500      1500     30000         0     18472    150000   1314267    122.89    106.84
48.71/12.29	c  N st   529     90796      1500     30000         0     21762    150000   1874031    122.89   no data
51.90/13.08	c  N dy   553     96597      1500     30000         0     14571    150000    552313    122.91    133.14
55.51/13.91	c  N dy   594    103263      1500     30000         0     21236    150000   1588431    122.97    132.99
56.30/14.12	c  S st   607    104840      1500     30000         0     22812    150000   1833757    122.97   no data
56.70/14.21	c  S st   607    105344      1500     30000         0     23316    150000   1900668    122.97   no data
56.70/14.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.70/14.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.70/14.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.70/14.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.70/14.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.70/14.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.70/14.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.70/14.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
57.09/14.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.67/18.20	c lits-rem:        96  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.85 s
72.67/18.20	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.67/18.22	c vivif2 --  cl tried    23308 cl shrink        0 lits rem          0 time: 0.02
73.87/18.55	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.32
73.87/18.55	c calculated reachability. Time: 0.00
73.87/18.55	c  N dy   607    105344      1500     30000         0     23308    150000   1898013    122.97   no data
77.88/19.55	c  N dy   650    112225      1500     30000         0     16192    150000    662525    122.95    131.27
81.87/20.52	c  N dy   699    119470      1500     30000         0     23435    150000   1778853    123.06    131.00
86.27/21.65	c  N dy   740    127192      1500     30000         0     16163    150000    510546    123.02    129.57
90.66/22.77	c  N dy   789    135388      1500     30000         0     24355    150000   1788879    123.05    132.84
96.24/24.10	c  N dy   837    144158      1500     30000         0     17128    150000    516980    122.90    131.92
101.03/25.39	c  N dy   895    153442      1500     30000         0     26406    150000   1951421    122.98    129.51
103.84/26.08	c  S st   922    158018      1500     30000         0     30979    150000   2671138    123.08   no data
104.25/26.19	c  S st   922    158521      1500     30000         0     31482    150000   2735411    123.08   no data
104.62/26.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.62/26.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
104.62/26.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.62/26.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.62/26.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.62/26.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
104.62/26.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.62/26.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
105.02/26.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.57/35.27	c lits-rem:       172  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.91 s
140.57/35.27	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
140.97/35.30	c vivif2 --  cl tried    31466 cl shrink        0 lits rem          0 time: 0.03
142.17/35.66	c asymm  cl-useful: 0/27633/30000 lits-rem:0 time: 0.36
142.17/35.67	c calculated reachability. Time: 0.00
142.17/35.67	c  N dy   922    158521      1500     30000         0     31466    150000   2729985    123.08   no data
148.56/37.23	c  N dy   984    168791      1500     30000         0     24743    150000   1549016    123.14    132.01
155.36/38.97	c  N dy  1043    179892      1500     30000         0     35838    150000   3249531    123.03    129.79
162.14/40.65	c  N dy  1119    191551      1500     30000         0     29500    150000   2134489    123.07    129.55
169.75/42.58	c  N dy  1186    203782      1500     30000         0     22732    150000    941750    123.03    130.94
178.12/44.62	c  N dy  1263    217045      1500     30000         0     35987    150000   2981117    123.01    131.68
186.11/46.68	c  N dy  1342    230973      1500     30000         0     29922    150000   1904056    122.98    129.91
190.51/47.78	c  S st  1385    237782      1500     30000         0     36731    150000   2945969    122.98    112.35
190.91/47.89	c  S st  1385    238284      1500     30000         0     37233    150000   3013016    122.98   no data
191.31/47.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.31/47.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.31/47.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.31/47.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.31/47.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.31/47.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.31/47.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
191.31/47.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
191.72/48.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.65/57.59	c lits-rem:       243  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.53 s
229.65/57.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
230.05/57.63	c vivif2 --  cl tried    37219 cl shrink        0 lits rem          0 time: 0.04
230.05/57.67	c asymm  cl-useful: 0/2367/30000 lits-rem:0 time: 0.04
230.05/57.67	c calculated reachability. Time: 0.00
230.05/57.67	c  N dy  1385    238284      1500     30000         0     37219    150000   3008356    122.98   no data
239.64/60.07	c  N dy  1486    253574      1500     30000         0     31506    150000   2015825    123.07    154.82
250.43/62.72	c  N dy  1586    269898      1500     30000         0     25836    150000    985145    123.11    131.19
261.61/65.55	c  N dy  1690    287439      1500     30000         0     43361    150000   3650565    123.06    130.96
273.58/68.51	c  N dy  1805    305862      1500     30000         0     38793    150000   2828704    123.05    139.26
273.58/68.57	c  F st  1808    306250      1500     30000         0     39180    150000   2886262    123.05   no data
286.37/71.72	c  N dy  1897    325576      1500     30000         0     34501    150000   2028967    123.04    131.59
300.35/75.20	c  N dy  2011    345698      1500     30000         0     29632    150000   1142209    122.99    132.59
308.34/77.20	c  S st  2091    357427      1500     30000         0     41353    150000   2977426    123.11    115.71
308.74/77.33	c  S st  2091    357931      1500     30000         0     41857    150000   3042715    123.11   no data
308.74/77.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.74/77.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
308.74/77.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.74/77.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.74/77.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.74/77.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
308.74/77.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.14/77.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
309.54/77.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.30/87.79	c lits-rem:       242  cl-subs:       19  v-elim:      0  v-fix:    0  time: 10.28 s
350.30/87.79	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
350.68/87.83	c vivif2 --  cl tried    41838 cl shrink        0 lits rem          0 time: 0.04
352.28/88.21	c asymm  cl-useful: 0/24041/30000 lits-rem:0 time: 0.39
352.28/88.22	c calculated reachability. Time: 0.00
352.28/88.22	c  N dy  2091    357931      1500     30000         0     41838    150000   3035561    123.11   no data
366.66/91.83	c  N dy  2209    378040      1500     30000         0     35951    150000   1974025    123.18    137.68
381.83/95.62	c  N dy  2328    398046      1500     30000         0     28961    150000    737851    123.13    139.24
395.81/99.16	c  N dy  2458    418286      1500     30000         0     49190    150000   3873057    123.22    129.89
410.19/102.74	c  N dy  2580    438499      1500     30000         0     41409    150000   2498091    123.19    130.09
425.38/106.58	c  N dy  2703    458584      1500     30000         0     32492    150000    995288    123.23    146.00
440.16/110.26	c  N dy  2825    478821      1500     30000         0     52719    150000   4089176    123.21    131.71
454.94/113.99	c  N dy  2942    498843      1500     30000         0     42747    150000   2433891    123.22    131.48
471.71/118.12	c  N dy  3066    518869      1500     30000         0     31779    150000    585091    123.24    130.31
484.49/121.31	c  S st  3178    536896      1500     30000         0     49799    150000   3385921    123.27   no data
484.89/121.45	c  S st  3178    537399      1500     30000         0     50302    150000   3457757    123.27   no data
484.89/121.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
485.29/121.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
485.29/121.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
485.29/121.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
485.29/121.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.29/121.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
485.29/121.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
485.29/121.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
485.70/121.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.82/134.44	c lits-rem:       324  cl-subs:       22  v-elim:      0  v-fix:    0  time: 12.78 s
536.82/134.44	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
536.82/134.48	c vivif2 --  cl tried    50280 cl shrink        0 lits rem          0 time: 0.04
537.62/134.61	c asymm  cl-useful: 0/5959/30000 lits-rem:0 time: 0.13
537.62/134.61	c calculated reachability. Time: 0.00
537.62/134.61	c  N dy  3178    537399      1500     30000         0     50280    150000   3450824    123.27   no data
555.19/139.03	c  N dy  3302    557459      1500     30000         0     38349    150000   1458271    123.29    132.68
571.57/143.10	c  N dy  3424    577537      1500     30000         0     58419    150000   4557323    123.30    131.63
588.74/147.49	c  N dy  3546    597618      1500     30000         0     45507    150000   2421830    123.33    129.95
607.12/152.09	c  N dy  3662    617687      1500     30000         0     65567    150000   5503643    123.31    131.00
623.10/156.05	c  N dy  3786    637859      1500     30000         0     51748    150000   3220163    123.32    131.03
641.88/160.70	c  N dy  3901    657965      1500     30000         0     36857    150000    779480    123.30    130.05
657.47/164.65	c  N dy  4022    678017      1500     30000         0     56898    150000   3898532    123.34    131.36
676.22/169.34	c  N dy  4153    698391      1500     30000         0     41280    150000   1327392    123.37    130.82
692.62/173.42	c  N dy  4281    718392      1500     30000         0     61271    150000   4421444    123.40    147.14
710.19/177.90	c  N dy  4408    738478      1500     30000         0     44367    150000   1645386    123.43    132.67
727.36/182.10	c  N dy  4529    758630      1500     30000         0     64510    150000   4725928    123.40    133.26
745.34/186.61	c  N dy  4652    778763      1500     30000         0     46648    150000   1861304    123.39    130.27
762.93/191.02	c  N dy  4776    798825      1500     30000         0     66702    150000   4978509    123.42    130.18
770.50/192.99	c  S st  4814    806098      1500     30000         0     73971    150000   6080546    123.39    117.06
771.72/193.20	c  S st  4814    806604      1500     30000         0     74477    150000   6149859    123.39   no data
771.72/193.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
771.72/193.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
771.72/193.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
771.72/193.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
771.72/193.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
771.72/193.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
771.72/193.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
772.12/193.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
772.90/193.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
904.31/226.48	c lits-rem:       546  cl-subs:       49  v-elim:      0  v-fix:    0  time: 32.91 s
904.31/226.48	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
904.71/226.56	c vivif2 --  cl tried    74428 cl shrink        0 lits rem          0 time: 0.08
906.31/226.98	c asymm  cl-useful: 0/17103/30000 lits-rem:0 time: 0.43
906.31/226.99	c calculated reachability. Time: 0.00
906.31/226.99	c  N dy  4814    806604      1500     30000         0     74428    150000   6131960    123.39   no data
923.09/231.16	c  N dy  4939    826740      1500     30000         0     55574    150000   3101729    123.44    130.62
942.26/235.95	c  N dy  5057    846816      1500     30000         0     75645    150000   6173043    123.42    130.63
959.43/240.21	c  N dy  5175    866834      1500     30000         0     55670    150000   2953857    123.41    132.35
979.01/245.11	c  N dy  5294    886967      1500     30000         0     75787    150000   6076245    123.42    130.96
996.57/249.56	c  N dy  5426    907033      1500     30000         0     54865    150000   2685486    123.43    130.40
1016.16/254.41	c  N dy  5555    927081      1500     30000         0     74903    150000   5815099    123.48    130.97
1034.53/259.01	c  N dy  5671    947112      1500     30000         0     52949    150000   2251449    123.50    142.77
1053.32/263.71	c  N dy  5791    967190      1500     30000         0     73014    150000   5396618    123.53    130.43
1073.27/268.78	c  N dy  5914    987555      1500     30000         0     50386    150000   1719814    123.55    130.37
1092.46/273.52	c  N dy  6027   1007657      1500     30000         0     70480    150000   4804752    123.53    130.83
1116.01/279.47	c  N dy  6156   1027722      1500     30000         0     46563    150000    965807    123.56    132.35
1135.19/284.24	c  N dy  6281   1047816      1500     30000         0     66647    150000   4086398    123.57    130.44
1158.37/290.05	c  N dy  6393   1067866      1500     30000         0     86687    150000   7165498    123.57    130.43
1163.54/291.38	c  F st  6419   1071876      1500     30000         0     45716    150000    686172    123.57   no data
1177.93/294.94	c  N dy  6498   1088014      1500     30000         0     61846    150000   3256106    123.59    130.39
1199.10/300.24	c  N dy  6621   1108098      1500     30000         0     81920    150000   6355852    123.60    130.33
1219.88/305.43	c  N dy  6749   1128112      1500     30000         0     55943    150000   2129276    123.62    131.47
1239.45/310.39	c  N dy  6876   1148158      1500     30000         0     75982    150000   5243500    123.63    132.56
1263.02/316.29	c  N dy  7005   1168284      1500     30000         0     49125    150000    929623    123.66    130.26
1281.40/320.90	c  N dy  7129   1188417      1500     30000         0     69246    150000   4042967    123.67    135.29
1303.77/326.42	c  N dy  7246   1208451      1500     30000         0     89273    150000   7151969    123.68    130.68
1305.36/326.85	c  S st  7255   1209907      1500     30000         0     90725    150000   7373456    123.67    114.23
1306.16/327.08	c  S st  7255   1210414      1500     30000         0     91232    150000   7437006    123.67   no data
1306.56/327.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1306.56/327.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1306.56/327.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1306.56/327.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1306.56/327.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1306.56/327.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1306.56/327.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1306.95/327.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1307.77/327.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1491.50/373.49	c lits-rem:       618  cl-subs:       55  v-elim:      0  v-fix:    0  time: 45.99 s
1491.50/373.49	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1491.89/373.58	c vivif2 --  cl tried    91177 cl shrink        0 lits rem          0 time: 0.09
1493.90/374.04	c asymm  cl-useful: 0/12897/30000 lits-rem:0 time: 0.46
1493.90/374.04	c calculated reachability. Time: 0.00
1493.90/374.04	c  N dy  7255   1210414      1500     30000         0     91177    150000   7417093    123.67   no data
1513.07/378.81	c  N dy  7368   1230612      1500     30000         0     63381    150000   2987220    123.68    134.70
1533.83/384.01	c  N dy  7491   1250660      1500     30000         0     83416    150000   6086623    123.68    131.01
1556.61/389.75	c  N dy  7624   1270697      1500     30000         0     54473    150000   1477573    123.71    140.04
1574.98/394.38	c  N dy  7732   1290723      1500     30000         0     74492    150000   4550234    123.68    133.87
1598.54/400.26	c  N dy  7859   1310787      1500     30000         0     94548    150000   7666432    123.70    138.69
1618.91/405.31	c  N dy  7981   1330800      1500     30000         0     64567    150000   2874652    123.71    133.33
1640.09/410.60	c  N dy  8103   1350890      1500     30000         0     84642    150000   6016391    123.74    138.83
1664.45/416.72	c  N dy  8226   1370973      1500     30000         0     53742    150000   1056003    123.76    147.16
1683.23/421.42	c  N dy  8343   1391257      1500     30000         0     74020    150000   4206528    123.77    130.64
1706.40/427.27	c  N dy  8467   1411287      1500     30000         0     94040    150000   7327365    123.77    133.40
1728.37/432.75	c  N dy  8571   1431418      1500     30000         0     62190    150000   2191563    123.75    132.17
1749.14/437.99	c  N dy  8695   1451584      1500     30000         0     82346    150000   5338391    123.77    131.57
1775.89/444.66	c  N dy  8824   1472014      1500     30000         0    102766    150000   8482362    123.78    132.79
1796.67/449.86	c  N dy  8939   1492104      1500     30000         0     69865    150000   3266592    123.79    130.76
1819.43/455.56	c  N dy  9069   1512246      1500     30000         0     89999    150000   6405054    123.80    131.10
1844.60/461.85	c  N dy  9179   1532250      1500     30000         0     56029    150000    969838    123.80    144.66
1864.18/466.78	c  N dy  9297   1552345      1500     30000         0     76109    150000   4079986    123.80    145.73
1888.54/472.80	c  N dy  9417   1572459      1500     30000         0     96212    150000   7202937    123.80    130.79
1912.91/478.93	c  N dy  9537   1592516      1500     30000         0     61285    150000   1633802    123.80    133.74
1933.28/484.05	c  N dy  9652   1612665      1500     30000         0     81427    150000   4757566    123.80    130.47
1958.47/490.36	c  N dy  9770   1632704      1500     30000         0    101454    150000   7856401    123.81    160.94
1984.82/496.99	c  N dy  9899   1652938      1500     30000         0     65709    150000   2161830    123.82    135.64
2008.78/502.90	c  N dy 10027   1673030      1500     30000         0     85792    150000   5295272    123.85    130.79
2036.34/509.87	c  N dy 10156   1693110      1500     30000         0    105859    150000   8421192    123.86    131.77
2058.31/515.35	c  S st 10252   1710414      1500     30000         0     66183    150000   2084847    123.86   no data
2059.12/515.52	c  S st 10252   1710918      1500     30000         0     66687    150000   2148130    123.86   no data
2059.12/515.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2059.12/515.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2059.12/515.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2059.12/515.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2059.12/515.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2059.12/515.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2059.12/515.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2059.53/515.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2059.53/515.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2093.46/524.17	c lits-rem:       137  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.48 s
2093.46/524.17	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2093.86/524.20	c vivif2 --  cl tried    66671 cl shrink        0 lits rem          0 time: 0.03
2095.46/524.61	c asymm  cl-useful: 0/18349/30000 lits-rem:0 time: 0.41
2095.46/524.62	c calculated reachability. Time: 0.00
2095.46/524.62	c  N dy 10252   1710918      1500     30000         0     66671    150000   2142853    123.86   no data
2117.42/530.12	c  N dy 10369   1731274      1500     30000         0     87008    150000   5287891    123.86    131.10
2144.19/536.81	c  N dy 10497   1751530      1500     30000         0    107255    150000   8444096    123.88    130.47
2168.16/542.84	c  N dy 10632   1771557      1500     30000         0     69302    150000   2456962    123.91    131.02
2190.94/548.52	c  N dy 10761   1791671      1500     30000         0     89407    150000   5567764    123.92    130.64
2217.30/555.18	c  N dy 10881   1811832      1500     30000         0    109558    150000   8705475    123.93    130.52
2240.85/561.00	c  N dy 10995   1831861      1500     30000         0     70613    150000   2492925    123.93    131.16
2262.82/566.59	c  N dy 11117   1851947      1500     30000         0     90683    150000   5602135    123.94    133.27
2289.98/573.34	c  N dy 11238   1872046      1500     30000         0    110774    150000   8726895    123.94    130.48
2313.97/579.34	c  N dy 11354   1892079      1500     30000         0     70833    150000   2389392    123.94    131.18
2336.34/584.99	c  N dy 11480   1912179      1500     30000         0     90919    150000   5534795    123.96    170.65
2363.08/591.66	c  N dy 11602   1932270      1500     30000         0    111003    150000   8656541    123.97    130.59
2388.25/597.97	c  N dy 11720   1952384      1500     30000         0     70142    150000   2124961    123.97    131.27
2410.64/603.50	c  N dy 11842   1972445      1500     30000         0     90194    150000   5244638    123.98    132.38
2437.00/610.12	c  N dy 11960   1992474      1500     30000         0    110213    150000   8350757    123.99    133.38
2464.54/617.01	c  N dy 12084   2013207      1500     30000         0     68968    150000   1804836    124.00    133.00
2486.91/622.63	c  N dy 12205   2033229      1500     30000         0     88975    150000   4896590    124.00    144.64
2514.88/629.61	c  N dy 12333   2053324      1500     30000         0    109057    150000   8040279    124.01    142.12
2544.03/636.92	c  N dy 12452   2073354      1500     30000         0     66108    150000   1218464    124.02    133.74
2566.00/642.41	c  N dy 12579   2093447      1500     30000         0     86195    150000   4352413    124.04    145.31
2592.77/649.16	c  N dy 12710   2113830      1500     30000         0    106566    150000   7536194    124.06    136.69
2623.52/656.83	c  N dy 12834   2134060      1500     30000         0    126781    150000  10683168    124.06    134.91
2645.09/662.27	c  N dy 12957   2154077      1500     30000         0     82818    150000   3661300    124.07    130.93
2670.27/668.59	c  N dy 13082   2174149      1500     30000         0    102884    150000   6812530    124.09    131.87
2699.82/675.96	c  N dy 13207   2194256      1500     30000         0    122978    150000   9950236    124.10    131.29
2720.59/681.17	c  S st 13303   2210918      1500     30000         0     74663    150000   2246704    124.10   no data
2721.38/681.36	c  S st 13303   2211421      1500     30000         0     75166    150000   2313351    124.10   no data
2721.38/681.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2721.78/681.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2721.78/681.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2721.78/681.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2721.78/681.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2721.78/681.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2721.78/681.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2721.78/681.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2722.18/681.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2754.94/689.75	c lits-rem:       145  cl-subs:       14  v-elim:      0  v-fix:    0  time:  8.21 s
2754.94/689.76	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2754.94/689.79	c vivif2 --  cl tried    75152 cl shrink        0 lits rem          0 time: 0.03
2756.53/690.12	c asymm  cl-useful: 0/11651/30000 lits-rem:0 time: 0.33
2756.53/690.12	c calculated reachability. Time: 0.00
2756.53/690.12	c  N dy 13303   2211421      1500     30000         0     75152    150000   2308379    124.10   no data
2779.72/695.93	c  N dy 13422   2231580      1500     30000         0     95300    150000   5414295    124.10    130.64
2807.26/702.80	c  N dy 13537   2251633      1500     30000         0    115346    150000   8540385    124.10    159.26
2837.62/710.47	c  N dy 13667   2271696      1500     30000         0     69437    150000   1283714    124.11    139.58
2861.19/716.34	c  N dy 13789   2291785      1500     30000         0     89509    150000   4394365    124.11    131.57
2889.97/723.50	c  N dy 13908   2311951      1500     30000         0    109665    150000   7540883    124.12    130.87
2921.90/731.59	c  N dy 14028   2332008      1500     30000         0    129712    150000  10634379    124.12    130.81
2946.27/737.67	c  N dy 14149   2352130      1500     30000         0     82863    150000   3235822    124.12    132.14
2972.24/744.14	c  N dy 14283   2372322      1500     30000         0    103046    150000   6384271    124.14    131.69
3002.19/751.67	c  N dy 14413   2392358      1500     30000         0    123073    150000   9517908    124.15    131.53
3030.95/758.83	c  N dy 14532   2412420      1500     30000         0     75167    150000   1873568    124.16    134.37
3054.13/764.69	c  N dy 14648   2432598      1500     30000         0     95332    150000   5015865    124.16    132.00
3081.68/771.53	c  N dy 14770   2452607      1500     30000         0    115330    150000   8125023    124.16    131.37
3114.83/779.82	c  N dy 14905   2472822      1500     30000         0    135535    150000  11298997    124.18    131.20
3138.40/785.74	c  N dy 15035   2493026      1500     30000         0     86757    150000   3540516    124.19    131.29
3163.57/792.08	c  N dy 15151   2513184      1500     30000         0    106897    150000   6687494    124.20    131.96
3193.52/799.54	c  N dy 15274   2533280      1500     30000         0    126985    150000   9824454    124.20    130.84
3222.68/806.88	c  N dy 15392   2553305      1500     30000         0     77036    150000   1884029    124.21    131.05
3246.64/812.80	c  N dy 15500   2573999      1500     30000         0     97723    150000   5077536    124.20    130.78
3275.42/820.06	c  N dy 15616   2594085      1500     30000         0    117793    150000   8197727    124.20    130.79
3311.77/829.10	c  N dy 15736   2614192      1500     30000         0    137886    150000  11335920    124.21    130.85
3337.74/835.69	c  N dy 15857   2634388      1500     30000         0     87116    150000   3309393    124.22    132.64
3364.51/842.39	c  N dy 15988   2654544      1500     30000         0    107263    150000   6473188    124.23    132.76
3394.86/849.95	c  N dy 16106   2674610      1500     30000         0    127316    150000   9586366    124.24    131.60
3427.20/858.07	c  N dy 16227   2694649      1500     30000         0     75387    150000   1339882    124.25    132.18
3445.98/862.77	c  S st 16325   2711421      1500     30000         0     92150    150000   3962463    124.26   no data
3447.17/863.00	c  S st 16325   2711925      1500     30000         0     92654    150000   4031592    124.26   no data
3447.17/863.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3447.17/863.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3447.17/863.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3447.17/863.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3447.17/863.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3447.17/863.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3447.17/863.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3447.59/863.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3447.99/863.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3508.69/878.48	c lits-rem:       256  cl-subs:       18  v-elim:      0  v-fix:    0  time: 15.21 s
3508.69/878.48	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3509.11/878.54	c vivif2 --  cl tried    92636 cl shrink        0 lits rem          0 time: 0.05
3510.69/878.97	c asymm  cl-useful: 0/14814/30000 lits-rem:0 time: 0.44
3510.69/878.98	c calculated reachability. Time: 0.00
3510.69/878.98	c  N dy 16325   2711925      1500     30000         0     92636    150000   4024910    124.26   no data
3537.46/885.68	c  N dy 16444   2731990      1500     30000         0    112692    150000   7144684    124.26    131.82
3568.61/893.48	c  N dy 16561   2751997      1500     30000         0    132692    150000  10258219    124.26    130.89
3600.16/901.37	c  N dy 16686   2772555      1500     30000         0     80275    150000   1924337    124.27    131.41
3624.52/907.45	c  N dy 16805   2792606      1500     30000         0    100312    150000   5057690    124.28    134.55
3653.68/914.72	c  N dy 16929   2812719      1500     30000         0    120413    150000   8187790    124.28    136.12
3686.83/923.03	c  N dy 17049   2832796      1500     30000         0    140467    150000  11308805    124.29    133.69
3714.00/929.84	c  N dy 17151   2853084      1500     30000         0     86801    150000   2822018    124.28    131.44
3741.16/936.70	c  N dy 17272   2873118      1500     30000         0    106819    150000   5958905    124.28    133.90
3772.74/944.58	c  N dy 17381   2893149      1500     30000         0    126839    150000   9038890    124.27    136.70
3807.88/953.33	c  N dy 17505   2913205      1500     30000         0    146882    150000  12171085    124.28    136.59
3833.03/959.69	c  N dy 17622   2933395      1500     30000         0     92106    150000   3481740    124.28    134.25
3860.20/966.49	c  N dy 17739   2953466      1500     30000         0    112166    150000   6606805    124.29    130.85
3891.77/974.37	c  N dy 17863   2973630      1500     30000         0    132318    150000   9730908    124.29    132.04
3928.10/983.44	c  N dy 17989   2993710      1500     30000         0     76426    150000    911250    124.29    139.40
3951.26/989.22	c  N dy 18102   3013792      1500     30000         0     96494    150000   4015704    124.29    131.90
3978.83/996.13	c  N dy 18221   3033894      1500     30000         0    116589    150000   7147977    124.30    133.04
4011.59/1004.35	c  N dy 18350   3053928      1500     30000         0    136609    150000  10270046    124.30    134.41
4046.33/1013.10	c  N dy 18471   3073979      1500     30000         0     79694    150000   1273126    124.31    131.00
4070.30/1019.02	c  N dy 18592   3094044      1500     30000         0     99744    150000   4418024    124.31    131.83
4098.28/1026.09	c  N dy 18715   3114130      1500     30000         0    119820    150000   7563330    124.32    131.37
4131.81/1034.43	c  N dy 18837   3134229      1500     30000         0    139908    150000  10700092    124.33    133.43
4170.96/1044.21	c  N dy 18971   3154295      1500     30000         0     82010    150000   1500452    124.34    148.93
4198.94/1051.21	c  N dy 19088   3174335      1500     30000         0    102037    150000   4616947    124.34    136.11
4232.08/1059.57	c  N dy 19201   3194475      1500     30000         0    122160    150000   7744564    124.34    131.50
4266.03/1068.03	c  S st 19305   3211926      1500     30000         0    139605    150000  10493142    124.35   no data
4267.63/1068.43	c  S st 19305   3212431      1500     30000         0    140110    150000  10561234    124.35   no data
4267.63/1068.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4268.03/1068.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.12
4268.03/1068.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4268.03/1068.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4268.03/1068.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4268.03/1068.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4268.03/1068.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4268.83/1068.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4270.03/1069.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4487.73/1123.56	c lits-rem:       381  cl-subs:       68  v-elim:      0  v-fix:    0  time: 54.47 s
4487.73/1123.56	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4488.53/1123.70	c vivif2 --  cl tried   140042 cl shrink        0 lits rem          0 time: 0.13
4490.12/1124.19	c asymm  cl-useful: 0/9455/30000 lits-rem:0 time: 0.50
4490.52/1124.20	c calculated reachability. Time: 0.00
4490.52/1124.20	c  N dy 19305   3212431      1500     30000         0    140042    150000  10536752    124.35   no data
4526.47/1133.28	c  N dy 19425   3232586      1500     30000         0     81227    150000   1220994    124.35    132.82
4551.24/1139.47	c  N dy 19549   3252738      1500     30000         0    101373    150000   4376809    124.35    131.24
4580.40/1146.74	c  N dy 19670   3272883      1500     30000         0    121512    150000   7517729    124.36    131.35
4613.95/1155.10	c  N dy 19794   3292893      1500     30000         0    141508    150000  10646815    124.37    132.77
4649.90/1164.11	c  N dy 19899   3312981      1500     30000         0     81627    150000   1138597    124.36    139.94
4675.86/1170.63	c  N dy 20017   3333034      1500     30000         0    101669    150000   4262473    124.37    132.70
4706.62/1178.33	c  N dy 20136   3353087      1500     30000         0    121703    150000   7392297    124.37    132.22
4742.98/1187.40	c  N dy 20264   3373137      1500     30000         0    141740    150000  10518740    124.38    134.51
4784.91/1197.93	c  N dy 20392   3393243      1500     30000         0    161834    150000  13663686    124.39    132.23

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

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

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


[startup+0 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 514602185 52441088 347 33554432000 4194304 4627427 140733637621376 18446744073709551615 47384605747122 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 12803 347 299 106 0 7774 0
[pid=11885/tid=11886] ppid=11883 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 514602186 52441088 347 33554432000 4194304 4627427 140733637621376 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 514602186 52441088 347 33554432000 4194304 4627427 140733637621376 18446744073709551615 253652657206 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 514602186 52441088 347 33554432000 4194304 4627427 140733637621376 18446744073709551615 47384605747122 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0532071 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=285264 CPUtime=0.19 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 4003 0 0 0 19 0 0 0 18 0 4 0 514602185 292110336 3920 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 71316 3920 363 106 0 66287 0
[pid=11885/tid=11886] ppid=11883 vsize=285264 CPUtime=0.04 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 886 0 0 0 4 0 0 0 24 0 4 0 514602186 292110336 3920 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=285264 CPUtime=0.04 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 872 0 0 0 4 0 0 0 18 0 4 0 514602186 292110336 3920 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=285264 CPUtime=0.04 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 951 0 0 0 4 0 0 0 18 0 4 0 514602186 292110336 3920 33554432000 4194304 4627427 140733637621376 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 285264

[startup+0.101199 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=285528 CPUtime=0.38 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 4242 0 0 0 38 0 0 0 18 0 4 0 514602185 292380672 4159 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 71382 4159 363 106 0 66353 0
[pid=11885/tid=11886] ppid=11883 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 927 0 0 0 9 0 0 0 24 0 4 0 514602186 292380672 4159 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 912 0 0 0 9 0 0 0 18 0 4 0 514602186 292380672 4159 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=285528 CPUtime=0.09 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 1069 0 0 0 9 0 0 0 18 0 4 0 514602186 292380672 4160 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285528

[startup+0.480897 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=303420 CPUtime=1.89 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 12282 0 0 0 187 2 0 0 18 0 4 0 514602185 310702080 10338 33554432000 4194304 4627427 140733637621376 18446744073709551615 4302476 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 75855 9698 385 106 0 70826 0
[pid=11885/tid=11886] ppid=11883 vsize=303420 CPUtime=0.46 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) D 11883 11885 11656 0 -1 4202560 3182 0 0 0 46 0 0 0 18 0 4 0 514602186 310702080 9698 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=300516 CPUtime=1.04 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 4569 0 0 0 104 0 0 0 19 0 4 0 514602186 307728384 10765 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=300516 CPUtime=1.05 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 3765 0 0 0 105 0 0 0 19 0 4 0 514602186 307728384 10765 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 303420

[startup+1.15901 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=300516 CPUtime=4.6 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 18508 0 0 0 457 3 0 0 19 0 4 0 514602185 307728384 11409 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 75129 11409 385 106 0 70100 0
[pid=11885/tid=11886] ppid=11883 vsize=300516 CPUtime=1.14 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 4696 0 0 0 114 0 0 0 19 0 4 0 514602186 307728384 11409 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=300516 CPUtime=1.14 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 4730 0 0 0 114 0 0 0 19 0 4 0 514602186 307728384 11409 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=300516 CPUtime=1.15 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 3933 0 0 0 115 0 0 0 19 0 4 0 514602186 307728384 11410 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 300516

[startup+1.50095 s]
/proc/loadavg: 7.34 7.76 5.97 6/180 11885
/proc/meminfo: memFree=30213988/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=301596 CPUtime=5.97 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 22124 0 0 0 593 4 0 0 19 0 4 0 514602185 308834304 11106 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 75399 11106 385 106 0 70370 0
[pid=11885/tid=11886] ppid=11883 vsize=301596 CPUtime=1.48 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 5714 0 0 0 147 1 0 0 19 0 4 0 514602186 308834304 11106 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=301596 CPUtime=1.49 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 5757 0 0 0 148 1 0 0 19 0 4 0 514602186 308834304 11106 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=301596 CPUtime=1.49 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 4463 0 0 0 149 0 0 0 20 0 4 0 514602186 308834304 11106 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 301596

[startup+3.10066 s]
/proc/loadavg: 7.34 7.76 5.97 9/184 11889
/proc/meminfo: memFree=30105200/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=303020 CPUtime=12.36 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 36181 0 0 0 1230 6 0 0 24 0 4 0 514602185 310292480 12227 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309213 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 75755 12227 386 106 0 70726 0
[pid=11885/tid=11886] ppid=11883 vsize=303020 CPUtime=3.07 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 9214 0 0 0 306 1 0 0 24 0 4 0 514602186 310292480 12228 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=303020 CPUtime=3.08 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 9280 0 0 0 307 1 0 0 24 0 4 0 514602186 310292480 12228 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507174 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=303020 CPUtime=3.08 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 7987 0 0 0 308 0 0 0 25 0 4 0 514602186 310292480 12229 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 303020

[startup+6.30707 s]
/proc/loadavg: 7.39 7.77 5.98 9/184 11889
/proc/meminfo: memFree=30005148/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=316748 CPUtime=25.16 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 75686 0 0 0 2503 13 0 0 25 0 4 0 514602185 324349952 36864 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 79187 36864 389 106 0 74158 0
[pid=11885/tid=11886] ppid=11883 vsize=316748 CPUtime=6.26 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 16686 0 0 0 623 3 0 0 25 0 4 0 514602186 324349952 36864 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=316748 CPUtime=6.29 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 20577 0 0 0 626 3 0 0 25 0 4 0 514602186 324349952 36864 33554432000 4194304 4627427 140733637621376 18446744073709551615 4427670 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=316748 CPUtime=6.29 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 19352 0 0 0 627 2 0 0 25 0 4 0 514602186 324349952 36864 33554432000 4194304 4627427 140733637621376 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 316748

[startup+12.7009 s]
/proc/loadavg: 7.44 7.77 5.99 9/184 11889
/proc/meminfo: memFree=29933720/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=351444 CPUtime=50.7 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 111658 0 0 0 5050 20 0 0 25 0 4 0 514602185 359878656 49010 33554432000 4194304 4627427 140733637621376 18446744073709551615 4299664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 87861 49010 389 106 0 82832 0
[pid=11885/tid=11886] ppid=11883 vsize=351444 CPUtime=12.62 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 28201 0 0 0 1258 4 0 0 25 0 4 0 514602186 359878656 49010 33554432000 4194304 4627427 140733637621376 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=351444 CPUtime=12.68 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 27268 0 0 0 1264 4 0 0 25 0 4 0 514602186 359878656 49010 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=351444 CPUtime=12.69 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 27303 0 0 0 1264 5 0 0 25 0 4 0 514602186 359878656 49011 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 351444

[startup+25.5006 s]
/proc/loadavg: 7.65 7.80 6.03 9/184 11889
/proc/meminfo: memFree=29765504/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=379288 CPUtime=101.83 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 164401 0 0 0 10152 31 0 0 25 0 4 0 514602185 388390912 71275 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 94822 71275 389 106 0 89793 0
[pid=11885/tid=11886] ppid=11883 vsize=379288 CPUtime=25.35 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 35009 0 0 0 2529 6 0 0 25 0 4 0 514602186 388390912 71275 33554432000 4194304 4627427 140733637621376 18446744073709551615 4427700 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=379288 CPUtime=25.48 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 40476 0 0 0 2543 5 0 0 25 0 4 0 514602186 388390912 71275 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=379288 CPUtime=25.49 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 42278 0 0 0 2541 8 0 0 25 0 4 0 514602186 388390912 71275 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 379288

[startup+51.1009 s]
/proc/loadavg: 7.84 7.83 6.08 9/184 11890
/proc/meminfo: memFree=29562540/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=635776 CPUtime=204.09 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 261402 0 0 0 20355 54 0 0 25 0 4 0 514602185 651034624 94178 33554432000 4194304 4627427 140733637621376 18446744073709551615 4428244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 158944 94178 391 106 0 153915 0
[pid=11885/tid=11886] ppid=11883 vsize=635776 CPUtime=50.81 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 55005 0 0 0 5070 11 0 0 25 0 4 0 514602186 651034624 94178 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=635776 CPUtime=51.07 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 65203 0 0 0 5096 11 0 0 25 0 4 0 514602186 651034624 94178 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=635776 CPUtime=51.08 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 72895 0 0 0 5092 16 0 0 25 0 4 0 514602186 651034624 94178 33554432000 4194304 4627427 140733637621376 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 635776

[startup+102.301 s]
/proc/loadavg: 8.07 7.88 6.19 9/184 11891
/proc/meminfo: memFree=29408236/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=500760 CPUtime=408.6 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 418145 0 0 0 40764 96 0 0 25 0 4 0 514602185 512778240 98505 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 125190 98506 392 106 0 120161 0
[pid=11885/tid=11886] ppid=11883 vsize=500760 CPUtime=101.73 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 97839 0 0 0 10150 23 0 0 25 0 4 0 514602186 512778240 98506 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=500760 CPUtime=102.27 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 99005 0 0 0 10207 20 0 0 25 0 4 0 514602186 512778240 98506 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=500760 CPUtime=102.28 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 120413 0 0 0 10200 28 0 0 25 0 4 0 514602186 512778240 98506 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 500760

[startup+162.301 s]

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

[pid=11885] ppid=11883 vsize=1204280 CPUtime=2805.27 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 1695506 0 0 0 280041 486 0 0 25 0 4 0 514602185 1233182720 225354 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 301070 225354 389 106 0 296041 0
[pid=11885/tid=11886] ppid=11883 vsize=1204280 CPUtime=698.45 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 398503 0 0 0 69728 117 0 0 25 0 4 0 514602186 1233182720 225354 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1204280 CPUtime=702.24 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 433184 0 0 0 70105 119 0 0 23 0 4 0 514602186 1233182720 225354 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1204280 CPUtime=702.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 470351 0 0 0 70090 137 0 0 25 0 4 0 514602186 1233182720 225354 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 1204280

[startup+762.301 s]
/proc/loadavg: 8.17 8.11 7.17 9/184 11909
/proc/meminfo: memFree=28475436/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1261456 CPUtime=3044.93 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 1792146 0 0 0 303970 523 0 0 25 0 4 0 514602185 1291730944 229561 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 315364 229561 389 106 0 310335 0
[pid=11885/tid=11886] ppid=11883 vsize=1261456 CPUtime=758.12 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 428908 0 0 0 75683 129 0 0 25 0 4 0 514602186 1291730944 229561 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1261456 CPUtime=762.24 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 443636 0 0 0 76102 122 0 0 25 0 4 0 514602186 1291730944 229561 33554432000 4194304 4627427 140733637621376 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1261456 CPUtime=762.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 499038 0 0 0 76079 148 0 0 25 0 4 0 514602186 1291730944 229561 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1261456

[startup+822.301 s]
/proc/loadavg: 8.16 8.12 7.22 9/184 11911
/proc/meminfo: memFree=28409556/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1214396 CPUtime=3284.59 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 1909370 0 0 0 327897 562 0 0 25 0 4 0 514602185 1243541504 227840 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 303599 227840 389 106 0 298570 0
[pid=11885/tid=11886] ppid=11883 vsize=1214396 CPUtime=817.8 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 458122 0 0 0 81643 137 0 0 25 0 4 0 514602186 1243541504 227840 33554432000 4194304 4627427 140733637621376 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1214396 CPUtime=822.23 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 475017 0 0 0 82092 131 0 0 25 0 4 0 514602186 1243541504 227840 33554432000 4194304 4627427 140733637621376 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1214396 CPUtime=822.26 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 529731 0 0 0 82067 159 0 0 25 0 4 0 514602186 1243541504 227840 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.59
Current children cumulated vsize (KiB) 1214396

[startup+882.301 s]
/proc/loadavg: 8.09 8.11 7.28 9/184 11912
/proc/meminfo: memFree=28441996/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1295568 CPUtime=3524.27 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 1988811 0 0 0 351836 591 0 0 25 0 4 0 514602185 1326661632 231706 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 323892 231706 389 106 0 318863 0
[pid=11885/tid=11886] ppid=11883 vsize=1295568 CPUtime=877.47 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 473479 0 0 0 87606 141 0 0 25 0 4 0 514602186 1326661632 231706 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1295568 CPUtime=882.23 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 503049 0 0 0 88081 142 0 0 25 0 4 0 514602186 1326661632 231706 33554432000 4194304 4627427 140733637621376 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1295568 CPUtime=882.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 547757 0 0 0 88061 166 0 0 25 0 4 0 514602186 1326661632 231706 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 1295568

[startup+942.301 s]
/proc/loadavg: 8.03 8.08 7.32 9/184 11914
/proc/meminfo: memFree=28419756/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1363480 CPUtime=3763.94 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2096189 0 0 0 375769 625 0 0 25 0 4 0 514602185 1396203520 243008 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 340870 243008 389 106 0 335841 0
[pid=11885/tid=11886] ppid=11883 vsize=1363480 CPUtime=937.14 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 500778 0 0 0 93564 150 0 0 25 0 4 0 514602186 1396203520 243008 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1363480 CPUtime=942.22 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 527476 0 0 0 94073 149 0 0 25 0 4 0 514602186 1396203520 243008 33554432000 4194304 4627427 140733637621376 18446744073709551615 4467926 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1363480 CPUtime=942.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 575350 0 0 0 94053 174 0 0 25 0 4 0 514602186 1396203520 243008 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 1363480

[startup+1002.3 s]
/proc/loadavg: 8.19 8.11 7.37 9/184 11915
/proc/meminfo: memFree=28074384/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1285664 CPUtime=4003.6 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2191507 0 0 0 399701 659 0 0 25 0 4 0 514602185 1316519936 245237 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 321416 245237 389 106 0 316387 0
[pid=11885/tid=11886] ppid=11883 vsize=1285664 CPUtime=996.81 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 527976 0 0 0 99521 160 0 0 25 0 4 0 514602186 1316519936 245237 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1285664 CPUtime=1002.21 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 544085 0 0 0 100067 154 0 0 25 0 4 0 514602186 1316519936 245237 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1285664 CPUtime=1002.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 602872 0 0 0 100043 184 0 0 25 0 4 0 514602186 1316519936 245237 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 1285664

[startup+1062.31 s]
/proc/loadavg: 8.25 8.14 7.43 9/184 11917
/proc/meminfo: memFree=27855696/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1498524 CPUtime=4243.29 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2322459 0 0 0 423629 700 0 0 25 0 4 0 514602185 1534488576 302571 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 374631 302571 389 106 0 369602 0
[pid=11885/tid=11886] ppid=11883 vsize=1498524 CPUtime=1056.48 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 575367 0 0 0 105477 171 0 0 25 0 4 0 514602186 1534488576 302571 33554432000 4194304 4627427 140733637621376 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1498524 CPUtime=1062.22 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 566412 0 0 0 106056 166 0 0 25 0 4 0 514602186 1534488576 302571 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1498524 CPUtime=1062.27 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 641651 0 0 0 106035 192 0 0 25 0 4 0 514602186 1534488576 302571 33554432000 4194304 4627427 140733637621376 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 1498524

[startup+1122.3 s]
/proc/loadavg: 8.25 8.15 7.47 9/184 11919
/proc/meminfo: memFree=27972352/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1508388 CPUtime=4482.93 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2371032 0 0 0 447573 720 0 0 25 0 4 0 514602185 1544589312 299118 33554432000 4194304 4627427 140733637621376 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 377097 299118 389 106 0 372068 0
[pid=11885/tid=11886] ppid=11883 vsize=1508388 CPUtime=1116.15 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 577687 0 0 0 111443 172 0 0 25 0 4 0 514602186 1544589312 299118 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1508388 CPUtime=1122.21 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 587580 0 0 0 112042 179 0 0 25 0 4 0 514602186 1544589312 299118 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1508388 CPUtime=1122.26 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 650179 0 0 0 112031 195 0 0 25 0 4 0 514602186 1544589312 299118 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1508388

[startup+1182.3 s]
/proc/loadavg: 8.26 8.17 7.52 9/184 11920
/proc/meminfo: memFree=27712140/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1663324 CPUtime=4722.6 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2477364 0 0 0 471504 756 0 0 25 0 4 0 514602185 1703243776 327839 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 415831 327839 389 106 0 410802 0
[pid=11885/tid=11886] ppid=11883 vsize=1663324 CPUtime=1175.82 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 602567 0 0 0 117401 181 0 0 25 0 4 0 514602186 1703243776 327839 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1663324 CPUtime=1182.21 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 616738 0 0 0 118034 187 0 0 25 0 4 0 514602186 1703243776 327839 33554432000 4194304 4627427 140733637621376 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1663324 CPUtime=1182.26 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 676411 0 0 0 118021 205 0 0 25 0 4 0 514602186 1703243776 327839 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.6
Current children cumulated vsize (KiB) 1663324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.27 8.18 7.53 9/184 11952
/proc/meminfo: memFree=29010736/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1605384 CPUtime=4800.12 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2501027 0 0 0 479242 770 0 0 25 0 4 0 514602185 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 401346 323369 389 106 0 396317 0
[pid=11885/tid=11886] ppid=11883 vsize=1605384 CPUtime=1195.13 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 611443 0 0 0 119326 187 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1605384 CPUtime=1201.61 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 616738 0 0 0 119974 187 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1605384 CPUtime=1201.66 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 683304 0 0 0 119957 209 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1605384

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

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

[startup+1201.7 s]
/proc/loadavg: 8.27 8.18 7.53 9/184 11952
/proc/meminfo: memFree=29010736/32951124 swapFree=67111364/67111528
[pid=11885] ppid=11883 vsize=1605384 CPUtime=4800.12 cores=1,3,5,7
/proc/11885/stat : 11885 (strangenight2-m) R 11883 11885 11656 0 -1 4202496 2501027 0 0 0 479242 770 0 0 25 0 4 0 514602185 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11885/statm: 401346 323369 389 106 0 396317 0
[pid=11885/tid=11886] ppid=11883 vsize=1605384 CPUtime=1195.13 cores=1,3,5,7
/proc/11885/task/11886/stat : 11886 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 611443 0 0 0 119326 187 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11885/tid=11887] ppid=11883 vsize=1605384 CPUtime=1201.61 cores=1,3,5,7
/proc/11885/task/11887/stat : 11887 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 616738 0 0 0 119974 187 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11885/tid=11888] ppid=11883 vsize=1605384 CPUtime=1201.66 cores=1,3,5,7
/proc/11885/task/11888/stat : 11888 (strangenight2-m) R 11883 11885 11656 0 -1 4202560 683304 0 0 0 119957 209 0 0 25 0 4 0 514602186 1643913216 323369 33554432000 4194304 4627427 140733637621376 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1605384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.2
CPU user time (s): 4792.44
CPU system time (s): 7.75582
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 1663636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.44
system time used= 7.75582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2501034
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= 2371
involuntary context switches= 33150

runsolver used 1.84472 second user time and 4.73028 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 00:33:38
IDJOB=3173705
IDBENCH=82523
IDSOLVER=1586
FILE ID=node106/3173705-1304030018
RUNJOBID= node106-1304028687-11675
PBS_JOBID= 13170346
Free space on /tmp= 72152 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S877088425-001-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173705-1304030018/watcher-3173705-1304030018 -o /tmp/evaluation-result-3173705-1304030018/solver-3173705-1304030018 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173705-1304030018.cnf

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

MD5SUM BENCH= 419b5972e0565bacaabacb029af6176c
RANDOM SEED=651111749

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30214268 kB
Buffers:        207412 kB
Cached:        1961952 kB
SwapCached:         88 kB
Active:         981076 kB
Inactive:      1546472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30214268 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13776 kB
Writeback:           0 kB
AnonPages:      357428 kB
Mapped:          15500 kB
Slab:           144444 kB
PageTables:       4988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   566076 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= 72144 MiB
End job on node106 at 2011-04-29 00:53:42