Trace number 3366114

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366114-1305395588.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	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.74/0.21	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.16
0.74/0.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.74/0.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.74/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.74/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.74/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.74/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.74/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.74/0.49	c Finding binary XORs  T:     0.00 s  found:       0
0.74/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.74/0.49	c calculated reachability. Time: 0.00
0.74/0.49	c Calc default polars -  time:   0.00 s pos:     706 undec:      65 neg:     729
0.74/0.49	c =========================================================================================
0.74/0.49	c types(t): F = full restart, N = normal restart
0.74/0.49	c types(t): S = simplification begin/end, E = solution found
0.74/0.49	c restart types(rt): st = static, dy = dynamic
0.74/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.74/0.49	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.74/0.70	c  N dy    21      4028      1500     30000         0      4020    150000    638027    118.94    127.65
3.64/0.99	c  N dy    47      8127      1500     30000         0      5626    150000    625911    119.99    131.29
5.14/1.40	c  N dy    79     12147      1500     30000         0      5395    150000    388240    121.72    150.54
7.16/1.81	c  N dy    98     16325      1500     30000         0      9571    150000   1020481    120.48    127.87
8.72/2.22	c  N dy   122     20413      1500     30000         0      8037    150000    600654    120.64    128.19
10.32/2.65	c  N dy   148     24520      1500     30000         0     12142    150000   1215851    120.76    128.10
10.72/2.70	c  F st   152     25000      1500     30000         0     12622    150000   1290522    120.82   no data
12.71/3.23	c  N dy   158     30001      1500     30000         0     10810    150000    905627    120.82   no data
12.71/3.23	c  S st   158     30001      1500     30000         0     10810    150000    905627    120.82   no data
13.11/3.30	c  S st   158     30504      1500     30000         0     11313    150000    974461    120.82   no data
13.11/3.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.11/3.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
13.11/3.32	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
13.11/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.11/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.11/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.11/3.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.11/3.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.11/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.11/3.85	c lits-rem:        64  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.46 s
15.93/4.04	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
15.93/4.04	c calculated reachability. Time: 0.00
15.93/4.04	c  N dy   158     30504      1500     30000         0     11298    150000    969025    120.82   no data
17.90/4.51	c  N dy   183     34570      1500     30000         0     15359    150000   1582218    120.64    130.38
19.50/4.96	c  N dy   215     38670      1500     30000         0     11560    150000    825431    121.32    128.03
21.49/5.47	c  N dy   245     42753      1500     30000         0     15640    150000   1464319    121.91    136.07
23.09/5.85	c  S st   264     45756      1500     30000         0      9694    150000    384177    121.90   no data
23.49/5.92	c  S st   264     46259      1500     30000         0     10197    150000    451375    121.90   no data
23.49/5.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.49/5.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.49/5.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.49/5.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.49/5.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.49/5.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.49/5.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.49/5.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.49/5.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.88/6.09	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.12 s
23.88/6.09	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
24.28/6.10	c vivif2 --  cl tried    10194 cl shrink        0 lits rem          0 time: 0.01
24.70/6.30	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.20
24.70/6.30	c calculated reachability. Time: 0.00
24.70/6.30	c  N dy   264     46259      1500     30000         0     10194    150000    450785    121.90   no data
26.68/6.77	c  N dy   284     50335      1500     30000         0     14267    150000   1067794    121.54    131.76
28.67/7.28	c  N dy   311     54401      1500     30000         0     18332    150000   1695638    121.77    135.33
30.66/7.77	c  N dy   338     58478      1500     30000         0     12437    150000    666282    121.96    128.65
32.66/8.27	c  N dy   368     62637      1500     30000         0     16595    150000   1326088    122.33    128.80
35.05/8.82	c  N dy   395     66731      1500     30000         0     20689    150000   1952088    122.35    130.07
36.24/9.18	c  S st   412     69388      1500     30000         0     12362    150000    517331    122.44   no data
36.64/9.26	c  S st   412     69893      1500     30000         0     12867    150000    579648    122.44   no data
36.64/9.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.64/9.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.64/9.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.64/9.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.64/9.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.64/9.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.64/9.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
37.04/9.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
37.04/9.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.87/9.51	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.19 s
37.87/9.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.87/9.52	c vivif2 --  cl tried    12865 cl shrink        0 lits rem          0 time: 0.01
38.64/9.73	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.22
38.64/9.74	c calculated reachability. Time: 0.00
38.64/9.74	c  N dy   412     69893      1500     30000         0     12865    150000    579066    122.44   no data
41.03/10.30	c  N dy   444     74401      1500     30000         0     17369    150000   1277814    122.58    129.70
43.43/10.97	c  N dy   471     79429      1500     30000         0     22392    150000   2045607    122.50    129.06
46.23/11.62	c  N dy   504     84509      1500     30000         0     15484    150000    851907    122.82    131.48
47.81/12.00	c  F st   524     87500      1500     30000         0     18472    150000   1314267    122.89    106.84
49.42/12.43	c  N st   529     90796      1500     30000         0     21762    150000   1874031    122.89   no data
52.60/13.22	c  N dy   553     96597      1500     30000         0     14571    150000    552313    122.91    133.14
55.84/14.03	c  N dy   594    103263      1500     30000         0     21236    150000   1588431    122.97    132.99
56.59/14.25	c  S st   607    104840      1500     30000         0     22812    150000   1833757    122.97   no data
56.99/14.34	c  S st   607    105344      1500     30000         0     23316    150000   1900668    122.97   no data
56.99/14.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.99/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.99/14.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.99/14.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.99/14.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.99/14.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.99/14.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.99/14.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
57.39/14.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.56/18.26	c lits-rem:        96  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.80 s
72.56/18.26	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.56/18.29	c vivif2 --  cl tried    23308 cl shrink        0 lits rem          0 time: 0.02
74.15/18.61	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.33
74.15/18.61	c calculated reachability. Time: 0.00
74.15/18.61	c  N dy   607    105344      1500     30000         0     23308    150000   1898013    122.97   no data
78.14/19.62	c  N dy   650    112225      1500     30000         0     16192    150000    662525    122.95    131.27
82.16/20.62	c  N dy   699    119470      1500     30000         0     23435    150000   1778853    123.06    131.00
86.91/21.80	c  N dy   740    127192      1500     30000         0     16163    150000    510546    123.02    129.57
91.30/22.92	c  N dy   789    135388      1500     30000         0     24355    150000   1788879    123.05    132.84
96.49/24.27	c  N dy   837    144158      1500     30000         0     17128    150000    516980    122.90    131.92
101.67/25.56	c  N dy   895    153442      1500     30000         0     26406    150000   1951421    122.98    129.51
104.46/26.25	c  S st   922    158018      1500     30000         0     30979    150000   2671138    123.08   no data
104.86/26.37	c  S st   922    158521      1500     30000         0     31482    150000   2735411    123.08   no data
104.86/26.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.27/26.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
105.27/26.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.27/26.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.27/26.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.27/26.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
105.27/26.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.27/26.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
105.66/26.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.37/35.29	c lits-rem:       172  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.77 s
140.77/35.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
140.77/35.33	c vivif2 --  cl tried    31466 cl shrink        0 lits rem          0 time: 0.03
141.97/35.68	c asymm  cl-useful: 0/27633/30000 lits-rem:0 time: 0.35
141.97/35.68	c calculated reachability. Time: 0.00
141.97/35.68	c  N dy   922    158521      1500     30000         0     31466    150000   2729985    123.08   no data
148.34/37.22	c  N dy   984    168791      1500     30000         0     24743    150000   1549016    123.14    132.01
155.53/39.02	c  N dy  1043    179892      1500     30000         0     35838    150000   3249531    123.03    129.79
162.31/40.70	c  N dy  1119    191551      1500     30000         0     29500    150000   2134489    123.07    129.55
169.93/42.65	c  N dy  1186    203782      1500     30000         0     22732    150000    941750    123.03    130.94
177.87/44.69	c  N dy  1263    217045      1500     30000         0     35987    150000   2981117    123.01    131.68
186.65/46.80	c  N dy  1342    230973      1500     30000         0     29922    150000   1904056    122.98    129.91
191.04/47.90	c  S st  1385    237782      1500     30000         0     36731    150000   2945969    122.98    112.35
191.45/48.01	c  S st  1385    238284      1500     30000         0     37233    150000   3013016    122.98   no data
191.45/48.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.45/48.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.45/48.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.45/48.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.45/48.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.45/48.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.45/48.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
191.45/48.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
191.87/48.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.34/57.51	c lits-rem:       243  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.32 s
229.34/57.51	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
229.34/57.55	c vivif2 --  cl tried    37219 cl shrink        0 lits rem          0 time: 0.04
229.34/57.59	c asymm  cl-useful: 0/2367/30000 lits-rem:0 time: 0.04
229.34/57.59	c calculated reachability. Time: 0.00
229.34/57.59	c  N dy  1385    238284      1500     30000         0     37219    150000   3008356    122.98   no data
239.32/60.00	c  N dy  1486    253574      1500     30000         0     31506    150000   2015825    123.07    154.82
249.68/62.68	c  N dy  1586    269898      1500     30000         0     25836    150000    985145    123.11    131.19
261.25/65.54	c  N dy  1690    287439      1500     30000         0     43361    150000   3650565    123.06    130.96
273.22/68.54	c  N dy  1805    305862      1500     30000         0     38793    150000   2828704    123.05    139.26
273.62/68.61	c  F st  1808    306250      1500     30000         0     39180    150000   2886262    123.05   no data
285.99/71.79	c  N dy  1897    325576      1500     30000         0     34501    150000   2028967    123.04    131.59
300.35/75.30	c  N dy  2011    345698      1500     30000         0     29632    150000   1142209    122.99    132.59
308.33/77.32	c  S st  2091    357427      1500     30000         0     41353    150000   2977426    123.11    115.71
308.73/77.44	c  S st  2091    357931      1500     30000         0     41857    150000   3042715    123.11   no data
308.73/77.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.73/77.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
308.73/77.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.73/77.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.73/77.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.73/77.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
308.73/77.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
309.13/77.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
309.53/77.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.45/87.66	c lits-rem:       242  cl-subs:       19  v-elim:      0  v-fix:    0  time: 10.05 s
349.45/87.67	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
349.45/87.70	c vivif2 --  cl tried    41838 cl shrink        0 lits rem          0 time: 0.04
351.42/88.10	c asymm  cl-useful: 0/24041/30000 lits-rem:0 time: 0.40
351.42/88.10	c calculated reachability. Time: 0.00
351.42/88.10	c  N dy  2091    357931      1500     30000         0     41838    150000   3035561    123.11   no data
365.78/91.76	c  N dy  2209    378040      1500     30000         0     35951    150000   1974025    123.18    137.68
381.34/95.60	c  N dy  2328    398046      1500     30000         0     28961    150000    737851    123.13    139.24
395.71/99.21	c  N dy  2458    418286      1500     30000         0     49190    150000   3873057    123.22    129.89
410.07/102.86	c  N dy  2580    438499      1500     30000         0     41409    150000   2498091    123.19    130.09
425.62/106.77	c  N dy  2703    458584      1500     30000         0     32492    150000    995288    123.23    146.00
440.40/110.48	c  N dy  2825    478821      1500     30000         0     52719    150000   4089176    123.21    131.71
455.55/114.22	c  N dy  2942    498843      1500     30000         0     42747    150000   2433891    123.22    131.48
471.90/118.37	c  N dy  3066    518869      1500     30000         0     31779    150000    585091    123.24    130.31
484.67/121.58	c  S st  3178    536896      1500     30000         0     49799    150000   3385921    123.27   no data
485.49/121.72	c  S st  3178    537399      1500     30000         0     50302    150000   3457757    123.27   no data
485.49/121.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
485.49/121.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
485.49/121.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
485.49/121.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
485.49/121.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.49/121.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
485.49/121.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
485.90/121.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
486.26/121.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.14/134.45	c lits-rem:       324  cl-subs:       22  v-elim:      0  v-fix:    0  time: 12.54 s
536.14/134.46	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
536.54/134.50	c vivif2 --  cl tried    50280 cl shrink        0 lits rem          0 time: 0.04
536.94/134.64	c asymm  cl-useful: 0/5959/30000 lits-rem:0 time: 0.14
536.94/134.64	c calculated reachability. Time: 0.00
536.94/134.64	c  N dy  3178    537399      1500     30000         0     50280    150000   3450824    123.27   no data
554.90/139.11	c  N dy  3302    557459      1500     30000         0     38349    150000   1458271    123.29    132.68
571.66/143.32	c  N dy  3424    577537      1500     30000         0     58419    150000   4557323    123.30    131.63
589.21/147.75	c  N dy  3546    597618      1500     30000         0     45507    150000   2421830    123.33    129.95
607.57/152.34	c  N dy  3662    617687      1500     30000         0     65567    150000   5503643    123.31    131.00
623.51/156.34	c  N dy  3786    637859      1500     30000         0     51748    150000   3220163    123.32    131.03
642.25/161.07	c  N dy  3901    657965      1500     30000         0     36857    150000    779480    123.30    130.05
658.07/165.08	c  N dy  4022    678017      1500     30000         0     56898    150000   3898532    123.34    131.36
677.44/169.96	c  N dy  4153    698391      1500     30000         0     41280    150000   1327392    123.37    130.82
693.60/174.09	c  N dy  4281    718392      1500     30000         0     61271    150000   4421444    123.40    147.14
711.75/178.61	c  N dy  4408    738478      1500     30000         0     44367    150000   1645386    123.43    132.67
728.44/182.85	c  N dy  4529    758630      1500     30000         0     64510    150000   4725928    123.40    133.26
746.39/187.40	c  N dy  4652    778763      1500     30000         0     46648    150000   1861304    123.39    130.27
763.94/191.78	c  N dy  4776    798825      1500     30000         0     66702    150000   4978509    123.42    130.18
771.53/193.62	c  S st  4814    806098      1500     30000         0     73971    150000   6080546    123.39    117.06
772.33/193.84	c  S st  4814    806604      1500     30000         0     74477    150000   6149859    123.39   no data
772.33/193.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
772.73/193.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
772.73/193.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.73/193.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.73/193.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.73/193.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
772.73/193.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
772.73/193.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
773.53/194.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
903.18/226.68	c lits-rem:       546  cl-subs:       49  v-elim:      0  v-fix:    0  time: 32.48 s
903.18/226.69	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
903.58/226.76	c vivif2 --  cl tried    74428 cl shrink        0 lits rem          0 time: 0.08
905.59/227.20	c asymm  cl-useful: 0/17103/30000 lits-rem:0 time: 0.43
905.59/227.20	c calculated reachability. Time: 0.00
905.59/227.20	c  N dy  4814    806604      1500     30000         0     74428    150000   6131960    123.39   no data
922.33/231.41	c  N dy  4939    826740      1500     30000         0     55574    150000   3101729    123.44    130.62
941.53/236.28	c  N dy  5057    846816      1500     30000         0     75645    150000   6173043    123.42    130.63
958.66/240.57	c  N dy  5175    866834      1500     30000         0     55670    150000   2953857    123.41    132.35
978.59/245.50	c  N dy  5294    886967      1500     30000         0     75787    150000   6076245    123.42    130.96
996.54/250.02	c  N dy  5426    907033      1500     30000         0     54865    150000   2685486    123.43    130.40
1016.13/254.92	c  N dy  5555    927081      1500     30000         0     74903    150000   5815099    123.48    130.97
1034.43/259.59	c  N dy  5671    947112      1500     30000         0     52949    150000   2251449    123.50    142.77
1053.60/264.30	c  N dy  5791    967190      1500     30000         0     73014    150000   5396618    123.53    130.43
1073.94/269.42	c  N dy  5914    987555      1500     30000         0     50386    150000   1719814    123.55    130.37
1093.49/274.34	c  N dy  6027   1007657      1500     30000         0     70480    150000   4804752    123.53    130.83
1117.43/280.30	c  N dy  6156   1027722      1500     30000         0     46563    150000    965807    123.56    132.35
1136.18/285.10	c  N dy  6281   1047816      1500     30000         0     66647    150000   4086398    123.57    130.44
1159.73/290.99	c  N dy  6393   1067866      1500     30000         0     86687    150000   7165498    123.57    130.43
1164.92/292.30	c  F st  6419   1071876      1500     30000         0     45716    150000    686172    123.57   no data
1178.87/295.77	c  N dy  6498   1088014      1500     30000         0     61846    150000   3256106    123.59    130.39
1200.46/301.14	c  N dy  6621   1108098      1500     30000         0     81920    150000   6355852    123.60    130.33
1221.56/306.41	c  N dy  6749   1128112      1500     30000         0     55943    150000   2129276    123.62    131.47
1241.51/311.46	c  N dy  6876   1148158      1500     30000         0     75982    150000   5243500    123.63    132.56
1265.45/317.46	c  N dy  7005   1168284      1500     30000         0     49125    150000    929623    123.66    130.26
1283.84/322.04	c  N dy  7129   1188417      1500     30000         0     69246    150000   4042967    123.67    135.29
1305.78/327.55	c  N dy  7246   1208451      1500     30000         0     89273    150000   7151969    123.68    130.68
1307.33/327.99	c  S st  7255   1209907      1500     30000         0     90725    150000   7373456    123.67    114.23
1308.53/328.22	c  S st  7255   1210414      1500     30000         0     91232    150000   7437006    123.67   no data
1308.53/328.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1308.94/328.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1308.94/328.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1308.94/328.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1308.94/328.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1308.94/328.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1308.94/328.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1308.94/328.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1310.18/328.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1492.06/374.27	c lits-rem:       618  cl-subs:       55  v-elim:      0  v-fix:    0  time: 45.64 s
1492.06/374.27	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1492.46/374.36	c vivif2 --  cl tried    91177 cl shrink        0 lits rem          0 time: 0.09
1494.50/374.82	c asymm  cl-useful: 0/12897/30000 lits-rem:0 time: 0.46
1494.50/374.83	c calculated reachability. Time: 0.00
1494.50/374.83	c  N dy  7255   1210414      1500     30000         0     91177    150000   7417093    123.67   no data
1513.60/379.64	c  N dy  7368   1230612      1500     30000         0     63381    150000   2987220    123.68    134.70
1534.34/384.87	c  N dy  7491   1250660      1500     30000         0     83416    150000   6086623    123.68    131.01
1557.49/390.68	c  N dy  7624   1270697      1500     30000         0     54473    150000   1477573    123.71    140.04
1576.24/395.32	c  N dy  7732   1290723      1500     30000         0     74492    150000   4550234    123.68    133.87
1599.82/401.22	c  N dy  7859   1310787      1500     30000         0     94548    150000   7666432    123.70    138.69
1620.12/406.30	c  N dy  7981   1330800      1500     30000         0     64567    150000   2874652    123.71    133.33
1641.27/411.60	c  N dy  8103   1350890      1500     30000         0     84642    150000   6016391    123.74    138.83
1665.65/417.73	c  N dy  8226   1370973      1500     30000         0     53742    150000   1056003    123.76    147.16
1684.36/422.47	c  N dy  8343   1391257      1500     30000         0     74020    150000   4206528    123.77    130.64
1707.89/428.34	c  N dy  8467   1411287      1500     30000         0     94040    150000   7327365    123.77    133.40
1729.83/433.82	c  N dy  8571   1431418      1500     30000         0     62190    150000   2191563    123.75    132.17
1750.58/439.09	c  N dy  8695   1451584      1500     30000         0     82346    150000   5338391    123.77    131.57
1778.11/445.96	c  N dy  8824   1472014      1500     30000         0    102766    150000   8482362    123.78    132.79
1798.46/451.08	c  N dy  8939   1492104      1500     30000         0     69865    150000   3266592    123.79    130.76
1821.60/456.87	c  N dy  9069   1512246      1500     30000         0     89999    150000   6405054    123.80    131.10
1847.13/463.27	c  N dy  9179   1532250      1500     30000         0     56029    150000    969838    123.80    144.66
1867.11/468.24	c  N dy  9297   1552345      1500     30000         0     76109    150000   4079986    123.80    145.73
1891.00/474.29	c  N dy  9417   1572459      1500     30000         0     96212    150000   7202937    123.80    130.79
1915.78/480.45	c  N dy  9537   1592516      1500     30000         0     61285    150000   1633802    123.80    133.74
1936.09/485.51	c  N dy  9652   1612665      1500     30000         0     81427    150000   4757566    123.80    130.47
1960.42/491.60	c  N dy  9770   1632704      1500     30000         0    101454    150000   7856401    123.81    160.94
1985.17/497.81	c  N dy  9899   1652938      1500     30000         0     65709    150000   2161830    123.82    135.64
2008.70/503.73	c  N dy 10027   1673030      1500     30000         0     85792    150000   5295272    123.85    130.79
2036.63/510.72	c  N dy 10156   1693110      1500     30000         0    105859    150000   8421192    123.86    131.77
2058.18/516.18	c  S st 10252   1710414      1500     30000         0     66183    150000   2084847    123.86   no data
2058.98/516.36	c  S st 10252   1710918      1500     30000         0     66687    150000   2148130    123.86   no data
2058.98/516.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2059.38/516.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2059.38/516.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2059.38/516.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2059.38/516.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2059.38/516.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2059.38/516.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2059.38/516.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2059.78/516.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2094.08/525.13	c lits-rem:       137  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.58 s
2094.08/525.13	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2094.08/525.16	c vivif2 --  cl tried    66671 cl shrink        0 lits rem          0 time: 0.03
2095.72/525.57	c asymm  cl-useful: 0/18349/30000 lits-rem:0 time: 0.42
2095.72/525.58	c calculated reachability. Time: 0.00
2095.72/525.58	c  N dy 10252   1710918      1500     30000         0     66671    150000   2142853    123.86   no data
2118.01/531.11	c  N dy 10369   1731274      1500     30000         0     87008    150000   5287891    123.86    131.10
2144.75/537.85	c  N dy 10497   1751530      1500     30000         0    107255    150000   8444096    123.88    130.47
2169.10/543.96	c  N dy 10632   1771557      1500     30000         0     69302    150000   2456962    123.91    131.02
2191.85/549.67	c  N dy 10761   1791671      1500     30000         0     89407    150000   5567764    123.92    130.64
2218.96/556.46	c  N dy 10881   1811832      1500     30000         0    109558    150000   8705475    123.93    130.52
2242.89/562.40	c  N dy 10995   1831861      1500     30000         0     70613    150000   2492925    123.93    131.16
2265.24/568.00	c  N dy 11117   1851947      1500     30000         0     90683    150000   5602135    123.94    133.27
2291.97/574.70	c  N dy 11238   1872046      1500     30000         0    110774    150000   8726895    123.94    130.48
2315.90/580.78	c  N dy 11354   1892079      1500     30000         0     70833    150000   2389392    123.94    131.18
2338.65/586.48	c  N dy 11480   1912179      1500     30000         0     90919    150000   5534795    123.96    170.65
2365.38/593.14	c  N dy 11602   1932270      1500     30000         0    111003    150000   8656541    123.97    130.59
2390.52/599.49	c  N dy 11720   1952384      1500     30000         0     70142    150000   2124961    123.97    131.27
2412.86/605.05	c  N dy 11842   1972445      1500     30000         0     90194    150000   5244638    123.98    132.38
2439.18/611.67	c  N dy 11960   1992474      1500     30000         0    110213    150000   8350757    123.99    133.38
2467.12/618.68	c  N dy 12084   2013207      1500     30000         0     68968    150000   1804836    124.00    133.00
2490.69/624.51	c  N dy 12205   2033229      1500     30000         0     88975    150000   4896590    124.00    144.64
2517.39/631.29	c  N dy 12333   2053324      1500     30000         0    109057    150000   8040279    124.01    142.12
2546.92/638.70	c  N dy 12452   2073354      1500     30000         0     66108    150000   1218464    124.02    133.74
2568.86/644.20	c  N dy 12579   2093447      1500     30000         0     86195    150000   4352413    124.04    145.31
2595.61/650.86	c  N dy 12710   2113830      1500     30000         0    106566    150000   7536194    124.06    136.69
2626.33/658.53	c  N dy 12834   2134060      1500     30000         0    126781    150000  10683168    124.06    134.91
2648.27/664.04	c  N dy 12957   2154077      1500     30000         0     82818    150000   3661300    124.07    130.93
2673.38/670.38	c  N dy 13082   2174149      1500     30000         0    102884    150000   6812530    124.09    131.87
2703.29/677.80	c  N dy 13207   2194256      1500     30000         0    122978    150000   9950236    124.10    131.29
2724.04/683.04	c  S st 13303   2210918      1500     30000         0     74663    150000   2246704    124.10   no data
2724.84/683.23	c  S st 13303   2211421      1500     30000         0     75166    150000   2313351    124.10   no data
2724.84/683.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2724.84/683.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2725.24/683.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2725.24/683.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2725.24/683.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2725.24/683.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2725.24/683.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2725.24/683.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2725.64/683.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2757.16/691.37	c lits-rem:       145  cl-subs:       14  v-elim:      0  v-fix:    0  time:  7.97 s
2757.16/691.38	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2757.56/691.41	c vivif2 --  cl tried    75152 cl shrink        0 lits rem          0 time: 0.03
2758.75/691.74	c asymm  cl-useful: 0/11651/30000 lits-rem:0 time: 0.33
2758.75/691.74	c calculated reachability. Time: 0.00
2758.75/691.74	c  N dy 13303   2211421      1500     30000         0     75152    150000   2308379    124.10   no data
2781.89/697.58	c  N dy 13422   2231580      1500     30000         0     95300    150000   5414295    124.10    130.64
2809.42/704.45	c  N dy 13537   2251633      1500     30000         0    115346    150000   8540385    124.10    159.26
2840.15/712.16	c  N dy 13667   2271696      1500     30000         0     69437    150000   1283714    124.11    139.58
2862.09/717.68	c  N dy 13789   2291785      1500     30000         0     89509    150000   4394365    124.11    131.57
2889.23/724.47	c  N dy 13908   2311951      1500     30000         0    109665    150000   7540883    124.12    130.87
2923.13/732.91	c  N dy 14028   2332008      1500     30000         0    129712    150000  10634379    124.12    130.81
2948.67/739.34	c  N dy 14149   2352130      1500     30000         0     82863    150000   3235822    124.12    132.14
2975.00/745.90	c  N dy 14283   2372322      1500     30000         0    103046    150000   6384271    124.14    131.69
3005.31/753.53	c  N dy 14413   2392358      1500     30000         0    123073    150000   9517908    124.15    131.53
3034.46/760.88	c  N dy 14532   2412420      1500     30000         0     75167    150000   1873568    124.16    134.37
3058.37/766.86	c  N dy 14648   2432598      1500     30000         0     95332    150000   5015865    124.16    132.00
3086.32/773.87	c  N dy 14770   2452607      1500     30000         0    115330    150000   8125023    124.16    131.37
3120.22/782.31	c  N dy 14905   2472822      1500     30000         0    135535    150000  11298997    124.18    131.20
3144.17/788.35	c  N dy 15035   2493026      1500     30000         0     86757    150000   3540516    124.19    131.29
3170.08/794.84	c  N dy 15151   2513184      1500     30000         0    106897    150000   6687494    124.20    131.96
3200.41/802.48	c  N dy 15274   2533280      1500     30000         0    126985    150000   9824454    124.20    130.84
3230.33/809.93	c  N dy 15392   2553305      1500     30000         0     77036    150000   1884029    124.21    131.05
3255.86/816.39	c  N dy 15500   2573999      1500     30000         0     97723    150000   5077536    124.20    130.78
3287.38/824.26	c  N dy 15616   2594085      1500     30000         0    117793    150000   8197727    124.20    130.79
3322.49/833.01	c  N dy 15736   2614192      1500     30000         0    137886    150000  11335920    124.21    130.85
3348.82/839.60	c  N dy 15857   2634388      1500     30000         0     87116    150000   3309393    124.22    132.64
3375.55/846.30	c  N dy 15988   2654544      1500     30000         0    107263    150000   6473188    124.23    132.76
3405.48/853.84	c  N dy 16106   2674610      1500     30000         0    127316    150000   9586366    124.24    131.60
3438.21/862.06	c  N dy 16227   2694649      1500     30000         0     75387    150000   1339882    124.25    132.18
3457.33/866.82	c  S st 16325   2711421      1500     30000         0     92150    150000   3962463    124.26   no data
3458.13/867.06	c  S st 16325   2711925      1500     30000         0     92654    150000   4031592    124.26   no data
3458.13/867.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3458.54/867.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3458.54/867.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3458.54/867.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3458.54/867.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3458.54/867.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3458.54/867.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3458.54/867.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3459.34/867.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3519.18/882.35	c lits-rem:       256  cl-subs:       18  v-elim:      0  v-fix:    0  time: 14.88 s
3519.18/882.35	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3519.58/882.40	c vivif2 --  cl tried    92636 cl shrink        0 lits rem          0 time: 0.05
3521.18/882.85	c asymm  cl-useful: 0/14814/30000 lits-rem:0 time: 0.44
3521.18/882.85	c calculated reachability. Time: 0.00
3521.18/882.85	c  N dy 16325   2711925      1500     30000         0     92636    150000   4024910    124.26   no data
3548.34/889.68	c  N dy 16444   2731990      1500     30000         0    112692    150000   7144684    124.26    131.82
3580.21/897.60	c  N dy 16561   2751997      1500     30000         0    132692    150000  10258219    124.26    130.89
3612.13/905.68	c  N dy 16686   2772555      1500     30000         0     80275    150000   1924337    124.27    131.41
3636.87/911.89	c  N dy 16805   2792606      1500     30000         0    100312    150000   5057690    124.28    134.55
3666.41/919.24	c  N dy 16929   2812719      1500     30000         0    120413    150000   8187790    124.28    136.12
3699.90/927.66	c  N dy 17049   2832796      1500     30000         0    140467    150000  11308805    124.29    133.69
3727.85/934.64	c  N dy 17151   2853084      1500     30000         0     86801    150000   2822018    124.28    131.44
3753.76/941.19	c  N dy 17272   2873118      1500     30000         0    106819    150000   5958905    124.28    133.90
3785.68/949.17	c  N dy 17381   2893149      1500     30000         0    126839    150000   9038890    124.27    136.70
3822.79/958.48	c  N dy 17505   2913205      1500     30000         0    146882    150000  12171085    124.28    136.59
3849.12/965.02	c  N dy 17622   2933395      1500     30000         0     92106    150000   3481740    124.28    134.25
3877.07/972.02	c  N dy 17739   2953466      1500     30000         0    112166    150000   6606805    124.29    130.85
3909.36/980.13	c  N dy 17863   2973630      1500     30000         0    132318    150000   9730908    124.29    132.04
3946.06/989.35	c  N dy 17989   2993710      1500     30000         0     76426    150000    911250    124.29    139.40
3970.00/995.33	c  N dy 18102   3013792      1500     30000         0     96494    150000   4015704    124.29    131.90
3998.33/1002.41	c  N dy 18221   3033894      1500     30000         0    116589    150000   7147977    124.30    133.04
4031.44/1010.74	c  N dy 18350   3053928      1500     30000         0    136609    150000  10270046    124.30    134.41
4066.94/1019.65	c  N dy 18471   3073979      1500     30000         0     79694    150000   1273126    124.31    131.00
4091.29/1025.76	c  N dy 18592   3094044      1500     30000         0     99744    150000   4418024    124.31    131.83
4122.01/1033.41	c  N dy 18715   3114130      1500     30000         0    119820    150000   7563330    124.32    131.37
4161.12/1043.29	c  N dy 18837   3134229      1500     30000         0    139908    150000  10700092    124.33    133.43
4203.41/1053.88	c  N dy 18971   3154295      1500     30000         0     82010    150000   1500452    124.34    148.93
4232.55/1061.13	c  N dy 19088   3174335      1500     30000         0    102037    150000   4616947    124.34    136.11
4267.25/1069.85	c  N dy 19201   3194475      1500     30000         0    122160    150000   7744564    124.34    131.50
4300.75/1078.29	c  S st 19305   3211926      1500     30000         0    139605    150000  10493142    124.35   no data
4302.35/1078.69	c  S st 19305   3212431      1500     30000         0    140110    150000  10561234    124.35   no data
4302.77/1078.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4303.18/1078.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.12
4303.18/1078.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4303.18/1078.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4303.18/1078.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4303.18/1078.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4303.18/1078.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4303.54/1078.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4305.14/1079.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4518.60/1132.83	c lits-rem:       381  cl-subs:       68  v-elim:      0  v-fix:    0  time: 52.96 s
4518.60/1132.83	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4519.00/1132.95	c vivif2 --  cl tried   140042 cl shrink        0 lits rem          0 time: 0.12
4521.00/1133.46	c asymm  cl-useful: 0/9455/30000 lits-rem:0 time: 0.50
4521.00/1133.46	c calculated reachability. Time: 0.00
4521.00/1133.46	c  N dy 19305   3212431      1500     30000         0    140042    150000  10536752    124.35   no data
4558.09/1142.71	c  N dy 19425   3232586      1500     30000         0     81227    150000   1220994    124.35    132.82
4582.84/1148.94	c  N dy 19549   3252738      1500     30000         0    101373    150000   4376809    124.35    131.24
4612.35/1156.32	c  N dy 19670   3272883      1500     30000         0    121512    150000   7517729    124.36    131.35
4646.27/1164.82	c  N dy 19794   3292893      1500     30000         0    141508    150000  10646815    124.37    132.77
4682.59/1173.95	c  N dy 19899   3312981      1500     30000         0     81627    150000   1138597    124.36    139.94
4707.71/1180.25	c  N dy 20017   3333034      1500     30000         0    101669    150000   4262473    124.37    132.70
4738.84/1188.08	c  N dy 20136   3353087      1500     30000         0    121703    150000   7392297    124.37    132.22
4775.94/1197.34	c  N dy 20264   3373137      1500     30000         0    141740    150000  10518740    124.38    134.51

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 383750069 52396032 351 33554432000 4194304 4580107 140737237363216 18446744073709551615 47725271344659 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 12792 351 302 95 0 7774 0
[pid=7463/tid=7464] ppid=7461 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 383750069 52396032 351 33554432000 4194304 4580107 140737237363216 18446744073709551615 47725271344665 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 383750069 52396032 351 33554432000 4194304 4580107 140737237363216 18446744073709551615 47725271345074 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 383750069 52396032 351 33554432000 4194304 4580107 140737237363216 18446744073709551615 47725271344665 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.106346 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=286952 CPUtime=0.74 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 4729 0 0 0 72 2 0 0 18 0 4 0 383750069 293838848 4638 33554432000 4194304 4580107 140737237363216 18446744073709551615 268660323361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 72051 4981 363 95 0 67033 0
[pid=7463/tid=7464] ppid=7461 vsize=291908 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 950 0 0 0 19 0 0 0 18 0 4 0 383750069 298913792 6102 33554432000 4194304 4580107 140737237363216 18446744073709551615 4439214 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=292916 CPUtime=0.18 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) D 7461 7463 6565 0 -1 4202560 2326 0 0 0 18 0 0 0 18 0 4 0 383750069 299945984 6356 33554432000 4194304 4580107 140737237363216 18446744073709551615 268660359376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=293088 CPUtime=0.19 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 1355 0 0 0 19 0 0 0 18 0 4 0 383750069 300122112 6538 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 286952

[startup+0.704806 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=300600 CPUtime=3.64 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 16335 0 0 0 359 5 0 0 19 0 4 0 383750069 307814400 10589 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 75150 10590 377 95 0 70132 0
[pid=7463/tid=7464] ppid=7461 vsize=300600 CPUtime=0.9 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4272 0 0 0 89 1 0 0 18 0 4 0 383750069 307814400 10590 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=300600 CPUtime=0.89 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4316 0 0 0 89 0 0 0 19 0 4 0 383750069 307814400 10590 33554432000 4194304 4580107 140737237363216 18446744073709551615 4316428 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=300600 CPUtime=0.91 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 3062 0 0 0 90 1 0 0 18 0 4 0 383750069 307814400 10590 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 300600

[startup+1.02483 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=300600 CPUtime=4.04 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 17030 0 0 0 399 5 0 0 19 0 4 0 383750069 307814400 11284 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 75150 11284 377 95 0 70132 0
[pid=7463/tid=7464] ppid=7461 vsize=300600 CPUtime=1 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4439 0 0 0 99 1 0 0 19 0 4 0 383750069 307814400 11284 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=300600 CPUtime=0.99 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4499 0 0 0 99 0 0 0 19 0 4 0 383750069 307814400 11284 33554432000 4194304 4580107 140737237363216 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=300600 CPUtime=1.01 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 3248 0 0 0 100 1 0 0 18 0 4 0 383750069 307814400 11284 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 300600

[startup+1.12481 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=300868 CPUtime=4.43 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 18148 0 0 0 438 5 0 0 19 0 4 0 383750069 308088832 11096 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 75217 11096 377 95 0 70199 0
[pid=7463/tid=7464] ppid=7461 vsize=300868 CPUtime=1.1 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4598 0 0 0 109 1 0 0 19 0 4 0 383750069 308088832 11096 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=300868 CPUtime=1.09 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4658 0 0 0 109 0 0 0 19 0 4 0 383750069 308088832 11096 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=300868 CPUtime=1.1 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 3890 0 0 0 109 1 0 0 19 0 4 0 383750069 308088832 11096 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 300868

[startup+1.50075 s]
/proc/loadavg: 3.77 4.10 5.23 2/313 7463
/proc/meminfo: memFree=27362776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=301696 CPUtime=5.93 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 21977 0 0 0 587 6 0 0 20 0 4 0 383750069 308936704 11006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 75424 11006 377 95 0 70406 0
[pid=7463/tid=7464] ppid=7461 vsize=301696 CPUtime=1.48 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 5655 0 0 0 146 2 0 0 19 0 4 0 383750069 308936704 11006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=301696 CPUtime=1.46 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 5763 0 0 0 146 0 0 0 20 0 4 0 383750069 308936704 11006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=301696 CPUtime=1.48 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 4469 0 0 0 147 1 0 0 19 0 4 0 383750069 308936704 11006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 301696

[startup+3.10047 s]
/proc/loadavg: 3.77 4.10 5.23 9/323 7476
/proc/meminfo: memFree=27184388/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=303580 CPUtime=12.31 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 35947 0 0 0 1222 9 0 0 25 0 4 0 383750069 310865920 12006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 75895 12006 378 95 0 70877 0
[pid=7463/tid=7464] ppid=7461 vsize=303580 CPUtime=3.08 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 9176 0 0 0 306 2 0 0 23 0 4 0 383750069 310865920 12006 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294855 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=303580 CPUtime=3.05 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 9224 0 0 0 303 2 0 0 25 0 4 0 383750069 310865920 12007 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=303580 CPUtime=3.08 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 7994 0 0 0 306 2 0 0 24 0 4 0 383750069 310865920 12007 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 303580

[startup+6.3119 s]
/proc/loadavg: 4.11 4.17 5.24 10/323 7477
/proc/meminfo: memFree=27045412/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=338860 CPUtime=25.12 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 75643 0 0 0 2494 18 0 0 18 0 4 0 383750069 346992640 36914 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 84715 36914 379 95 0 79697 0
[pid=7463/tid=7464] ppid=7461 vsize=338860 CPUtime=6.29 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 16724 0 0 0 625 4 0 0 25 0 4 0 383750069 346992640 36914 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=338860 CPUtime=6.23 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 20632 0 0 0 619 4 0 0 25 0 4 0 383750069 346992640 36914 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416709 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=338860 CPUtime=6.29 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 19327 0 0 0 624 5 0 0 25 0 4 0 383750069 346992640 36914 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 338860

[startup+12.7008 s]
/proc/loadavg: 4.42 4.23 5.26 9/323 7477
/proc/meminfo: memFree=26996824/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=327176 CPUtime=50.62 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 110949 0 0 0 5036 26 0 0 25 0 4 0 383750069 335028224 49023 33554432000 4194304 4580107 140737237363216 18446744073709551615 4292924 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 81794 49023 379 95 0 76776 0
[pid=7463/tid=7464] ppid=7461 vsize=327176 CPUtime=12.68 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 28247 0 0 0 1261 7 0 0 25 0 4 0 383750069 335028224 49023 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=327176 CPUtime=12.56 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 26743 0 0 0 1251 5 0 0 25 0 4 0 383750069 335028224 49023 33554432000 4194304 4580107 140737237363216 18446744073709551615 4319861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=327176 CPUtime=12.68 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 27332 0 0 0 1261 7 0 0 25 0 4 0 383750069 335028224 49023 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 327176

[startup+25.5005 s]
/proc/loadavg: 5.29 4.43 5.31 9/323 7477
/proc/meminfo: memFree=26647760/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=436708 CPUtime=101.67 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 163848 0 0 0 10129 38 0 0 25 0 4 0 383750069 447188992 76765 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 109177 76765 388 95 0 104159 0
[pid=7463/tid=7464] ppid=7461 vsize=436708 CPUtime=25.48 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 40468 0 0 0 2538 10 0 0 25 0 4 0 383750069 447188992 76765 33554432000 4194304 4580107 140737237363216 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=436708 CPUtime=25.22 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 39409 0 0 0 2515 7 0 0 25 0 4 0 383750069 447188992 76765 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=436708 CPUtime=25.47 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 40346 0 0 0 2537 10 0 0 25 0 4 0 383750069 447188992 76765 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 436708

[startup+51.101 s]
/proc/loadavg: 6.29 4.73 5.38 9/323 7478
/proc/meminfo: memFree=26381468/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=569612 CPUtime=203.8 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 259235 0 0 0 20322 58 0 0 25 0 4 0 383750069 583282688 96808 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416292 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 142403 96808 379 95 0 137385 0
[pid=7463/tid=7464] ppid=7461 vsize=569612 CPUtime=51.08 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 64742 0 0 0 5092 16 0 0 25 0 4 0 383750069 583282688 96808 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=569612 CPUtime=50.57 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 58115 0 0 0 5045 12 0 0 25 0 4 0 383750069 583282688 96808 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=569612 CPUtime=51.07 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 70913 0 0 0 5091 16 0 0 25 0 4 0 383750069 583282688 96808 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 569612

[startup+102.301 s]
/proc/loadavg: 7.32 5.25 5.52 9/323 7479
/proc/meminfo: memFree=26291776/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=691692 CPUtime=408.07 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 412505 0 0 0 40708 99 0 0 25 0 4 0 383750069 708292608 98964 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 172923 98964 381 95 0 167905 0
[pid=7463/tid=7464] ppid=7461 vsize=691692 CPUtime=102.27 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 109854 0 0 0 10199 28 0 0 25 0 4 0 383750069 708292608 98964 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=691692 CPUtime=101.25 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 86328 0 0 0 10105 20 0 0 25 0 4 0 383750069 708292608 98964 33554432000 4194304 4580107 140737237363216 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=691692 CPUtime=102.26 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 118647 0 0 0 10198 28 0 0 25 0 4 0 383750069 708292608 98964 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.07
Current children cumulated vsize (KiB) 691692

[startup+162.301 s]

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

[pid=7463] ppid=7461 vsize=1175820 CPUtime=2561.67 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 1615882 0 0 0 255723 444 0 0 25 0 4 0 383750069 1204039680 216654 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 293955 216654 400 95 0 288937 0
[pid=7463/tid=7464] ppid=7461 vsize=1175820 CPUtime=642.24 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 405246 0 0 0 64103 121 0 0 25 0 4 0 383750069 1204039680 216654 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1175820 CPUtime=635.38 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 388123 0 0 0 63435 103 0 0 25 0 4 0 383750069 1204039680 216654 33554432000 4194304 4580107 140737237363216 18446744073709551615 4324096 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1175820 CPUtime=642.07 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 437757 0 0 0 64090 117 0 0 25 0 4 0 383750069 1204039680 216654 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2561.67
Current children cumulated vsize (KiB) 1175820

[startup+702.301 s]
/proc/loadavg: 8.13 7.73 6.75 9/323 7507
/proc/meminfo: memFree=25345088/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1149008 CPUtime=2801.05 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 1734709 0 0 0 279622 483 0 0 25 0 4 0 383750069 1176584192 223187 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7463/statm: 287252 223187 397 95 0 282234 0
[pid=7463/tid=7464] ppid=7461 vsize=1149008 CPUtime=702.24 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 436365 0 0 0 70092 132 0 0 25 0 4 0 383750069 1176584192 223187 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1149008 CPUtime=694.78 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 420124 0 0 0 69365 113 0 0 25 0 4 0 383750069 1176584192 223187 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1149008 CPUtime=702.07 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 466365 0 0 0 70082 125 0 0 25 0 4 0 383750069 1176584192 223187 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2801.05
Current children cumulated vsize (KiB) 1149008

[startup+762.301 s]
/proc/loadavg: 8.16 7.81 6.84 9/323 7509
/proc/meminfo: memFree=25315888/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1184148 CPUtime=3040.42 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 1830072 0 0 0 303528 514 0 0 25 0 4 0 383750069 1212567552 225157 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 296037 225158 397 95 0 291019 0
[pid=7463/tid=7464] ppid=7461 vsize=1184148 CPUtime=762.23 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 465478 0 0 0 76082 141 0 0 25 0 4 0 383750069 1212567552 225158 33554432000 4194304 4580107 140737237363216 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1184148 CPUtime=754.2 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 430635 0 0 0 75304 116 0 0 25 0 4 0 383750069 1212567552 225158 33554432000 4194304 4580107 140737237363216 18446744073709551615 4417027 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1184148 CPUtime=762.06 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 493037 0 0 0 76073 133 0 0 25 0 4 0 383750069 1212567552 225158 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3040.42
Current children cumulated vsize (KiB) 1184148

[startup+822.301 s]
/proc/loadavg: 8.13 7.87 6.92 9/323 7510
/proc/meminfo: memFree=25294996/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1246084 CPUtime=3279.8 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 1938217 0 0 0 327432 548 0 0 25 0 4 0 383750069 1275990016 235311 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 311521 235311 403 95 0 306503 0
[pid=7463/tid=7464] ppid=7461 vsize=1246084 CPUtime=822.22 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 495776 0 0 0 82073 149 0 0 25 0 4 0 383750069 1275990016 235311 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1246084 CPUtime=814.21 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 451683 0 0 0 81296 125 0 0 25 0 4 0 383750069 1275990016 235311 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1246084 CPUtime=822.06 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 520616 0 0 0 82065 141 0 0 25 0 4 0 383750069 1275990016 235311 33554432000 4194304 4580107 140737237363216 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.8
Current children cumulated vsize (KiB) 1246084

[startup+882.301 s]
/proc/loadavg: 8.05 7.89 6.98 9/323 7512
/proc/meminfo: memFree=25149852/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1347024 CPUtime=3519.18 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2023021 0 0 0 351341 577 0 0 25 0 4 0 383750069 1379352576 235414 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 336756 235414 392 95 0 331738 0
[pid=7463/tid=7464] ppid=7461 vsize=1347024 CPUtime=882.2 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 513650 0 0 0 88065 155 0 0 25 0 4 0 383750069 1379352576 235414 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1347024 CPUtime=874.2 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 478407 0 0 0 87286 134 0 0 25 0 4 0 383750069 1379352576 235414 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1347024 CPUtime=882.06 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 539084 0 0 0 88059 147 0 0 25 0 4 0 383750069 1379352576 235414 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3519.18
Current children cumulated vsize (KiB) 1347024

[startup+942.3 s]
/proc/loadavg: 8.02 7.91 7.04 9/323 7514
/proc/meminfo: memFree=25196056/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1218332 CPUtime=3758.57 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2131236 0 0 0 375245 612 0 0 25 0 4 0 383750069 1247571968 240052 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 304583 240052 392 95 0 299565 0
[pid=7463/tid=7464] ppid=7461 vsize=1218332 CPUtime=942.21 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 537689 0 0 0 94058 163 0 0 25 0 4 0 383750069 1247571968 240056 33554432000 4194304 4580107 140737237363216 18446744073709551615 4487241 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1218332 CPUtime=934.21 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 506902 0 0 0 93276 145 0 0 25 0 4 0 383750069 1247571968 240056 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1218332 CPUtime=942.06 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 566870 0 0 0 94051 155 0 0 25 0 4 0 383750069 1247571968 240056 33554432000 4194304 4580107 140737237363216 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3758.57
Current children cumulated vsize (KiB) 1218332

[startup+1002.3 s]
/proc/loadavg: 8.04 7.94 7.10 9/323 7515
/proc/meminfo: memFree=25181876/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1239464 CPUtime=3997.94 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2225429 0 0 0 399150 644 0 0 25 0 4 0 383750069 1269211136 241781 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 309866 241788 392 95 0 304848 0
[pid=7463/tid=7464] ppid=7461 vsize=1239464 CPUtime=1002.19 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 565818 0 0 0 100047 172 0 0 25 0 4 0 383750069 1269211136 241792 33554432000 4194304 4580107 140737237363216 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1239464 CPUtime=994.2 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 519228 0 0 0 99271 149 0 0 25 0 4 0 383750069 1269211136 241796 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1239464 CPUtime=1002.05 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 593765 0 0 0 100040 165 0 0 25 0 4 0 383750069 1269211136 241799 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3997.94
Current children cumulated vsize (KiB) 1239464

[startup+1062.31 s]
/proc/loadavg: 8.14 7.98 7.17 9/323 7517
/proc/meminfo: memFree=24842184/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1519648 CPUtime=4237.36 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2350852 0 0 0 423055 681 0 0 25 0 4 0 383750069 1556119552 297256 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 379912 297256 393 95 0 374894 0
[pid=7463/tid=7464] ppid=7461 vsize=1519648 CPUtime=1062.19 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 609227 0 0 0 106038 181 0 0 25 0 4 0 383750069 1556119552 297256 33554432000 4194304 4580107 140737237363216 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1519648 CPUtime=1054.21 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 541475 0 0 0 105263 158 0 0 25 0 4 0 383750069 1556119552 297256 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1519648 CPUtime=1062.06 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 628581 0 0 0 106035 171 0 0 25 0 4 0 383750069 1556119552 297256 33554432000 4194304 4580107 140737237363216 18446744073709551615 4451561 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4237.36
Current children cumulated vsize (KiB) 1519648

[startup+1122.3 s]
/proc/loadavg: 8.10 8.00 7.22 9/323 7518
/proc/meminfo: memFree=24879952/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1652892 CPUtime=4476.71 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2411821 0 0 0 446966 705 0 0 25 0 4 0 383750069 1692561408 319215 33554432000 4194304 4580107 140737237363216 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 413223 319215 380 95 0 408205 0
[pid=7463/tid=7464] ppid=7461 vsize=1652892 CPUtime=1122.17 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 616401 0 0 0 112034 183 0 0 25 0 4 0 383750069 1692561408 319215 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1652892 CPUtime=1114.19 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 560664 0 0 0 111249 170 0 0 25 0 4 0 383750069 1692561408 319215 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1652892 CPUtime=1122.05 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 640233 0 0 0 112029 176 0 0 25 0 4 0 383750069 1692561408 319215 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4476.71
Current children cumulated vsize (KiB) 1652892

[startup+1182.3 s]
/proc/loadavg: 8.15 8.02 7.28 9/323 7520
/proc/meminfo: memFree=24466004/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1688188 CPUtime=4716.09 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2520670 0 0 0 470870 739 0 0 25 0 4 0 383750069 1728704512 318395 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 422047 318395 380 95 0 417029 0
[pid=7463/tid=7464] ppid=7461 vsize=1688188 CPUtime=1182.17 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 642860 0 0 0 118024 193 0 0 25 0 4 0 383750069 1728704512 318395 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1688188 CPUtime=1174.19 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 597216 0 0 0 117240 179 0 0 25 0 4 0 383750069 1728704512 318395 33554432000 4194304 4580107 140737237363216 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1688188 CPUtime=1182.04 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 667256 0 0 0 118018 186 0 0 25 0 4 0 383750069 1728704512 318395 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4716.09
Current children cumulated vsize (KiB) 1688188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.17 8.04 7.30 5/318 7521
/proc/meminfo: memFree=26041576/32951124 swapFree=46575252/67111528
[pid=7463] ppid=7461 vsize=1629672 CPUtime=4800.29 cores=0,2,4,6
/proc/7463/stat : 7463 (strangenight2-m) R 7461 7463 6565 0 -1 4202496 2544036 0 0 0 479281 748 0 0 25 0 4 0 383750069 1668784128 327497 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7463/statm: 407418 327497 380 95 0 402400 0
[pid=7463/tid=7464] ppid=7461 vsize=1629672 CPUtime=1203.26 cores=0,2,4,6
/proc/7463/task/7464/stat : 7464 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 650220 0 0 0 120131 195 0 0 25 0 4 0 383750069 1668784128 327501 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7463/tid=7465] ppid=7461 vsize=1629672 CPUtime=1195.3 cores=0,2,4,6
/proc/7463/task/7465/stat : 7465 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 597216 0 0 0 119351 179 0 0 25 0 4 0 383750069 1668784128 327501 33554432000 4194304 4580107 140737237363216 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=7463/tid=7466] ppid=7461 vsize=1629672 CPUtime=1203.15 cores=0,2,4,6
/proc/7463/task/7466/stat : 7466 (strangenight2-m) R 7461 7463 6565 0 -1 4202560 676102 0 0 0 120125 190 0 0 25 0 4 0 383750069 1668784128 327501 33554432000 4194304 4580107 140737237363216 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1629672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.48
CPU time (s): 4800.4
CPU user time (s): 4792.85
CPU system time (s): 7.54985
CPU usage (%): 398.877
Max. virtual memory (cumulated for all children) (KiB): 1688188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.85
system time used= 7.54985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2544046
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= 3372
involuntary context switches= 24377

runsolver used 3.32649 second user time and 8.73667 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 19:53:08
IDJOB=3366114
IDBENCH=82523
IDSOLVER=1844
FILE ID=node107/3366114-1305395588
RUNJOBID= node107-1305395588-7449
PBS_JOBID= 13324428
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= 419b5972e0565bacaabacb029af6176c
RANDOM SEED=603703620

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      27363064 kB
Buffers:        115916 kB
Cached:         906556 kB
SwapCached:       9832 kB
Active:        5213324 kB
Inactive:        95504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27363064 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:            6636 kB
Writeback:           0 kB
AnonPages:     4283096 kB
Mapped:          18644 kB
Slab:           146644 kB
PageTables:      68684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64918572 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= 73428 MiB
End job on node107 at 2011-05-14 20:13:13