Trace number 3366184

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.41 1203.85

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
MD5SUM8a262b49dcf27b27fb405f8a8cdf125f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9854
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 517000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366184-1305398271.cnf'
0.00/0.00	c -- header says num vars:            200
0.00/0.00	c -- header says num clauses:       17000
0.00/0.01	c -- clauses added:            0 learnts,        17000 normals,            0 xors
0.00/0.01	c -- vars added        200
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       200     17000         0         0    119000         0   no data   no data
1.17/0.36	c asymm  cl-useful: 0/14557/17000 lits-rem:0 time: 0.35
1.17/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.17/0.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.17/0.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.57/0.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1.57/0.43	c Finding binary XORs  T:     0.00 s  found:       0
1.57/0.43	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.57/0.43	c calculated reachability. Time: 0.00
1.57/0.44	c Calc default polars -  time:   0.00 s pos:     109 undec:       2 neg:      89
1.57/0.44	c =========================================================================================
1.57/0.44	c types(t): F = full restart, N = normal restart
1.57/0.44	c types(t): S = simplification begin/end, E = solution found
1.57/0.44	c restart types(rt): st = static, dy = dynamic
1.57/0.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.57/0.44	c  B st     0         0       200     17000         0         0    119000         0   no data   no data
2.37/0.65	c  N dy    12      4075       200     17000         0      3936    119000    221395     48.05     50.82
3.17/0.86	c  N dy    33      8102       200     17000         0      5426    119000    264771     49.60     52.27
3.96/1.10	c  N dy    44     12116       200     17000         0      5196    119000    198452     49.29     51.96
5.15/1.38	c  N dy    52     16784       200     17000         0      9711    119000    449721     49.04     51.77
6.36/1.66	c  N dy    64     21189       200     17000         0      8546    119000    340525     49.01     51.75
7.55/1.91	c  F st    76     25000       200     17000         0     12242    119000    547194     49.01     48.00
7.55/1.93	c  N st    77     25251       200     17000         0     12483    119000    561322     49.01   no data
8.79/2.24	c  N dy    82     30000       200     17000         0     10476    119000    403430     49.01   no data
8.79/2.24	c  S st    82     30000       200     17000         0     10476    119000    403430     49.01   no data
8.79/2.29	c  S st    82     30502       200     17000         0     10969    119000    430324     49.01   no data
8.79/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.79/2.30	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
8.79/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
8.79/2.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.20/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.73/2.73	c lits-rem:       142  cl-subs:      365  v-elim:      0  v-fix:    0  time:  0.41 s
11.13/2.82	c asymm  cl-useful: 0/2443/17000 lits-rem:0 time: 0.08
11.13/2.82	c calculated reachability. Time: 0.00
11.13/2.82	c  N dy    82     30502       200     17000         0     10604    119000    404225     49.01   no data
12.34/3.13	c  N dy    92     34780       200     17000         0     14770    119000    635842     48.93     51.91
13.58/3.42	c  N dy   106     38876       200     17000         0     11072    119000    391166     49.01     52.13
14.72/3.77	c  N dy   116     42987       200     17000         0     15043    119000    612136     48.98     51.65
15.92/4.00	c  S st   126     45755       200     17000         0      9054    119000    232657     48.94     43.05
15.92/4.05	c  S st   126     46260       200     17000         0      9548    119000    259806     48.94   no data
15.92/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.92/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
15.92/4.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.92/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.92/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.92/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
15.92/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.92/4.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.92/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.32/4.15	c lits-rem:         4  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.07 s
16.32/4.15	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
16.32/4.16	c vivif2 --  cl tried     9504 cl shrink        0 lits rem          0 time: 0.00
17.96/4.58	c asymm  cl-useful: 0/13945/17000 lits-rem:0 time: 0.42
17.96/4.58	c calculated reachability. Time: 0.00
17.96/4.58	c  N dy   126     46260       200     17000         0      9504    119000    256493     48.94   no data
19.51/4.91	c  N dy   146     50975       200     17000         0     14093    119000    513525     49.02     51.63
21.51/5.42	c  N dy   148     57701       200     17000         0     10941    119000    296520     48.69     51.59
23.10/5.81	c  N dy   164     62921       200     17000         0     15997    119000    576452     48.67     51.28
24.29/6.19	c  N dy   173     66998       200     17000         0     19934    119000    795702     48.63     51.52
25.49/6.43	c  S st   184     69390       200     17000         0     11615    119000    292372     48.65     47.44
25.49/6.48	c  S st   184     69895       200     17000         0     12117    119000    319732     48.65   no data
25.49/6.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.49/6.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.49/6.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.49/6.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.49/6.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.49/6.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.49/6.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.89/6.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.89/6.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.33/6.64	c lits-rem:        14  cl-subs:       89  v-elim:      0  v-fix:    0  time:  0.13 s
26.33/6.64	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
26.33/6.65	c vivif2 --  cl tried    12028 cl shrink        0 lits rem          0 time: 0.00
26.73/6.77	c asymm  cl-useful: 0/3055/17000 lits-rem:0 time: 0.12
26.73/6.77	c calculated reachability. Time: 0.00
26.73/6.77	c  N dy   184     69895       200     17000         0     12028    119000    313262     48.65   no data
28.28/7.13	c  N dy   198     74568       200     17000         0     16566    119000    567080     48.67     51.73
29.88/7.55	c  N dy   213     79447       200     17000         0     21329    119000    833603     48.69     51.35
31.46/7.98	c  N dy   235     84547       200     17000         0     14618    119000    414525     48.70     51.76
32.67/8.21	c  F st   244     87500       200     17000         0     17474    119000    573825     48.71   no data
33.47/8.46	c  N st   249     90800       200     17000         0     20671    119000    756491     48.71   no data
35.86/9.05	c  N dy   264     97617       200     17000         0     14663    119000    375691     48.72     51.31
38.25/9.63	c  N dy   290    103924       200     17000         0     20786    119000    716387     48.75     52.06
38.65/9.72	c  S st   295    104842       200     17000         0     21680    119000    766400     48.76     48.65
38.65/9.79	c  S st   295    105345       200     17000         0     22172    119000    792536     48.76   no data
38.65/9.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.05/9.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
39.05/9.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.05/9.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.05/9.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.05/9.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
39.05/9.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.05/9.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.05/9.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.88/11.11	c lits-rem:       348  cl-subs:      670  v-elim:      0  v-fix:    0  time:  1.27 s
43.88/11.11	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
44.28/11.12	c vivif2 --  cl tried    21502 cl shrink        0 lits rem          0 time: 0.01
45.43/11.41	c asymm  cl-useful: 0/5215/17000 lits-rem:0 time: 0.29
45.43/11.41	c calculated reachability. Time: 0.00
45.43/11.41	c  N dy   295    105345       200     17000         0     21502    119000    742629     48.76   no data
48.27/12.15	c  N dy   314    112404       200     17000         0     14782    119000    339545     48.72     51.38
51.01/12.88	c  N dy   334    120440       200     17000         0     22549    119000    771951     48.67     51.60
55.00/13.82	c  N dy   356    129140       200     17000         0     16456    119000    388870     48.61     51.24
58.19/14.62	c  N dy   397    137423       200     17000         0     24523    119000    838632     48.67     51.42
61.83/15.59	c  N dy   432    147040       200     17000         0     18323    119000    451391     48.67     51.33
65.37/16.46	c  N dy   459    156464       200     17000         0     27460    119000    957025     48.64     51.25
66.21/16.62	c  S st   464    158018       200     17000         0     28952    119000   1039688     48.64     44.16
66.56/16.71	c  S st   464    158521       200     17000         0     29446    119000   1066974     48.64   no data
66.56/16.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
66.56/16.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
66.56/16.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.56/16.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.56/16.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.56/16.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
66.56/16.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
66.56/16.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
66.56/16.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.13/19.11	c lits-rem:       265  cl-subs:     1218  v-elim:      0  v-fix:    0  time:  2.34 s
76.13/19.12	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
76.13/19.13	c vivif2 --  cl tried    28228 cl shrink        0 lits rem          0 time: 0.01
76.92/19.38	c asymm  cl-useful: 0/3845/17000 lits-rem:0 time: 0.26
76.92/19.38	c calculated reachability. Time: 0.00
76.92/19.38	c  N dy   464    158521       200     17000         0     28228    119000    980838     48.64   no data
81.31/20.44	c  N dy   510    168836       200     17000         0     21757    119000    597571     48.68     51.68
85.70/21.56	c  N dy   521    179863       200     17000         0     32438    119000   1194590     48.58     51.54
91.29/22.91	c  N dy   559    191568       200     17000         0     26363    119000    808108     48.57     51.38
97.26/24.41	c  N dy   603    203912       200     17000         0     19925    119000    408324     48.60     51.30
102.84/25.82	c  N dy   639    216927       200     17000         0     32543    119000   1111143     48.58     54.23
109.67/27.56	c  N dy   675    231152       200     17000         0     26952    119000    755786     48.57     51.45
112.82/28.32	c  S st   699    237781       200     17000         0     33420    119000   1115940     48.57   no data
113.22/28.42	c  S st   699    238289       200     17000         0     33923    119000   1143016     48.57   no data
113.22/28.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.22/28.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
113.22/28.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.22/28.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.22/28.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.22/28.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
113.22/28.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.22/28.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.22/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.58/31.57	c lits-rem:       244  cl-subs:     1113  v-elim:      0  v-fix:    0  time:  3.08 s
125.58/31.58	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
125.58/31.59	c vivif2 --  cl tried    32810 cl shrink        0 lits rem          0 time: 0.01
126.78/31.90	c asymm  cl-useful: 0/3412/17000 lits-rem:0 time: 0.31
126.78/31.90	c calculated reachability. Time: 0.00
126.78/31.90	c  N dy   699    238289       200     17000         0     32810    119000   1062128     48.57   no data
134.34/33.71	c  N dy   759    253800       200     17000         0     27470    119000    741093     48.62     51.32
142.32/35.71	c  N dy   808    270160       200     17000         0     21986    119000    392603     48.63     51.34
149.89/37.60	c  N dy   845    287567       200     17000         0     38861    119000   1332588     48.57     51.32
158.67/39.83	c  F st   905    306251       200     17000         0     34684    119000   1055614     48.56     50.75
158.67/39.84	c  N st   905    306251       200     17000         0     34684    119000   1055614     48.56     50.75
168.25/42.26	c  N dy   978    325996       200     17000         0     30569    119000    786082     48.59     51.27
178.61/44.86	c  N dy  1056    346127       200     17000         0     25875    119000    479199     48.61     51.18
183.81/46.15	c  S st  1109    357435       200     17000         0     36847    119000   1093688     48.65     51.67
184.24/46.25	c  S st  1109    357943       200     17000         0     37346    119000   1120889     48.65   no data
184.24/46.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
184.24/46.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
184.24/46.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.24/46.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.24/46.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.24/46.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
184.24/46.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
184.24/46.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
184.65/46.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.55/49.86	c lits-rem:       296  cl-subs:      873  v-elim:      0  v-fix:    0  time:  3.54 s
198.55/49.86	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
198.55/49.87	c vivif2 --  cl tried    36473 cl shrink        0 lits rem          0 time: 0.01
199.75/50.16	c asymm  cl-useful: 0/3052/17000 lits-rem:0 time: 0.29
199.75/50.16	c calculated reachability. Time: 0.00
199.75/50.16	c  N dy  1109    357943       200     17000         0     36473    119000   1055234     48.65   no data
210.96/52.97	c  N dy  1190    378911       200     17000         0     31526    119000    749015     48.66     51.29
223.28/56.11	c  N dy  1273    399227       200     17000         0     51233    119000   1850905     48.69     51.31
234.44/58.84	c  N dy  1337    419778       200     17000         0     44981    119000   1455657     48.69     51.57
252.78/63.49	c  N dy  1373    452425       200     17000         0     49420    119000   1683596     48.56     51.26
264.34/66.36	c  N dy  1425    472792       200     17000         0     41138    119000   1155228     48.54     51.27
276.75/69.49	c  N dy  1455    495113       200     17000         0     33722    119000    700605     48.49     51.15
287.88/72.25	c  N dy  1488    515638       200     17000         0     53593    119000   1813271     48.45     51.16
300.23/75.31	c  N dy  1572    535990       200     17000         0     43282    119000   1187462     48.46     51.06
300.63/75.45	c  S st  1577    536914       200     17000         0     44182    119000   1237485     48.47   no data
301.03/75.56	c  S st  1577    537416       200     17000         0     44677    119000   1264400     48.47   no data
301.03/75.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
301.03/75.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
301.03/75.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.03/75.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.03/75.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.03/75.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
301.03/75.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
301.43/75.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
301.43/75.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.37/80.67	c lits-rem:       189  cl-subs:     1076  v-elim:      0  v-fix:    0  time:  5.04 s
321.37/80.67	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
321.37/80.69	c vivif2 --  cl tried    43601 cl shrink        0 lits rem          0 time: 0.01
322.17/80.86	c asymm  cl-useful: 0/1476/17000 lits-rem:0 time: 0.17
322.17/80.86	c calculated reachability. Time: 0.00
322.17/80.86	c  N dy  1577    537416       200     17000         0     43601    119000   1186250     48.47   no data
335.34/84.18	c  N dy  1649    557646       200     17000         0     32185    119000    524849     48.47     51.14
346.95/87.01	c  N dy  1741    577707       200     17000         0     51673    119000   1617963     48.50     51.05
359.71/90.27	c  N dy  1804    597941       200     17000         0     39277    119000    874720     48.50     51.11
372.02/93.35	c  N dy  1867    618076       200     17000         0     58827    119000   1960230     48.50     51.07
385.59/96.76	c  N dy  1950    638191       200     17000         0     45380    119000   1172468     48.51     51.14
401.14/100.64	c  N dy  2024    658546       200     17000         0     65115    119000   2276276     48.52     51.21
413.50/103.79	c  N dy  2083    678827       200     17000         0     50861    119000   1435240     48.51     51.30
429.45/107.74	c  N dy  2153    699530       200     17000         0     36014    119000    558669     48.51     51.11
444.19/111.41	c  N dy  2222    720927       200     17000         0     56789    119000   1712330     48.51     51.50
459.76/115.39	c  N dy  2286    741117       200     17000         0     40446    119000    761926     48.51     51.45
473.32/118.78	c  N dy  2349    761771       200     17000         0     60488    119000   1882796     48.50     51.26
488.46/122.51	c  N dy  2389    781825       200     17000         0     43024    119000    864572     48.47     51.18
502.03/125.93	c  N dy  2474    801953       200     17000         0     62576    119000   1956685     48.48     51.41
505.21/126.77	c  S st  2489    806124       200     17000         0     66630    119000   2182507     48.48     47.91
506.01/126.95	c  S st  2489    806629       200     17000         0     67124    119000   2210154     48.48   no data
506.01/126.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
506.01/126.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
506.01/127.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
506.01/127.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
506.41/127.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.41/127.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
506.41/127.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
506.41/127.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
506.41/127.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.41/143.86	c lits-rem:       674  cl-subs:     2312  v-elim:      0  v-fix:    0  time: 16.78 s
573.41/143.86	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
573.41/143.89	c vivif2 --  cl tried    64812 cl shrink        0 lits rem          0 time: 0.03
575.05/144.25	c asymm  cl-useful: 0/2658/17000 lits-rem:0 time: 0.36
575.05/144.25	c calculated reachability. Time: 0.00
575.05/144.25	c  N dy  2489    806629       200     17000         0     64812    119000   2045181     48.48   no data
590.56/148.13	c  N dy  2577    826662       200     17000         0     46469    119000   1008195     48.50     51.35
604.51/151.62	c  N dy  2640    846757       200     17000         0     65976    119000   2094663     48.50     51.40
620.06/155.52	c  N dy  2716    866937       200     17000         0     46757    119000    981955     48.51     51.42
634.01/159.05	c  N dy  2790    886969       200     17000         0     66185    119000   2064885     48.52     51.33
650.77/163.28	c  N dy  2870    907639       200     17000         0     46481    119000    919725     48.53     51.19
664.73/166.78	c  N dy  2934    927720       200     17000         0     65992    119000   2006100     48.53     51.09
681.87/171.02	c  N dy  3012    947806       200     17000         0     44716    119000    772853     48.54     51.19
695.44/174.46	c  N dy  3081    968029       200     17000         0     64321    119000   1863464     48.54     51.14
714.18/179.14	c  N dy  3169    988116       200     17000         0     42083    119000    581410     48.56     51.66
727.75/182.60	c  N dy  3257   1008256       200     17000         0     61652    119000   1675188     48.57     51.31
746.48/187.27	c  N dy  3334   1029586       200     17000         0     82340    119000   2831381     48.58     51.57
761.24/190.94	c  N dy  3401   1049597       200     17000         0     58979    119000   1476870     48.57     51.82
779.19/195.42	c  N dy  3472   1070872       200     17000         0     79694    119000   2636414     48.58     51.21
779.99/195.65	c  F st  3477   1071877       200     17000         0     80676    119000   2691340     48.58     51.40
794.72/199.32	c  N dy  3542   1091079       200     17000         0     55631    119000   1252187     48.59     51.27
811.53/203.56	c  N dy  3623   1111120       200     17000         0     75066    119000   2336091     48.60     51.52
835.01/209.42	c  N dy  3713   1134540       200     17000         0     53133    119000   1065849     48.60     51.28
854.15/214.20	c  N dy  3773   1154694       200     17000         0     72684    119000   2154877     48.60     51.57
876.08/219.78	c  N dy  3847   1175282       200     17000         0     47090    119000    686463     48.60     51.17
891.62/223.65	c  N dy  3885   1197081       200     17000         0     68217    119000   1864424     48.58     51.37
904.39/226.80	c  S st  3922   1209944       200     17000         0     80692    119000   2554300     48.58     47.64
905.19/227.02	c  S st  3922   1210446       200     17000         0     81187    119000   2580778     48.58   no data
905.19/227.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
905.19/227.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
905.19/227.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
905.19/227.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
905.19/227.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
905.19/227.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
905.19/227.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
905.59/227.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
905.59/227.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
986.98/247.53	c lits-rem:       817  cl-subs:     2869  v-elim:      0  v-fix:    0  time: 20.34 s
986.98/247.53	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
986.98/247.56	c vivif2 --  cl tried    78318 cl shrink        0 lits rem          0 time: 0.03
988.52/247.93	c asymm  cl-useful: 0/1939/17000 lits-rem:0 time: 0.37
988.52/247.94	c calculated reachability. Time: 0.00
988.52/247.94	c  N dy  3922   1210446       200     17000         0     78318    119000   2377982     48.58   no data
1004.93/252.06	c  N dy  3939   1230475       200     17000         0     51207    119000    875312     48.53     51.29
1020.83/256.03	c  N dy  4027   1250491       200     17000         0     70662    119000   1964594     48.54     51.48
1040.77/261.04	c  N dy  4123   1270510       200     17000         0     90053    119000   3048684     48.56     53.28
1057.57/265.23	c  N dy  4194   1290790       200     17000         0     62213    119000   1442694     48.56     51.34
1074.71/269.55	c  N dy  4276   1310816       200     17000         0     81657    119000   2533431     48.56     55.21
1095.01/274.64	c  N dy  4314   1332905       200     17000         0     54558    119000    969067     48.53     51.13
1110.56/278.57	c  N dy  4381   1352951       200     17000         0     74000    119000   2051930     48.54     51.38
1130.90/283.65	c  N dy  4456   1373077       200     17000         0     93550    119000   3142613     48.54     51.32
1147.65/287.81	c  N dy  4512   1393468       200     17000         0     63863    119000   1440159     48.53     51.30
1166.40/292.55	c  N dy  4589   1414083       200     17000         0     83878    119000   2558819     48.54     51.57
1188.32/298.04	c  N dy  4661   1434593       200     17000         0     53326    119000    807663     48.54     51.22
1205.47/302.39	c  N dy  4726   1457107       200     17000         0     75151    119000   2021768     48.53     51.14
1226.60/307.60	c  N dy  4810   1477278       200     17000         0     94739    119000   3115893     48.54     51.51
1245.80/312.45	c  N dy  4889   1497882       200     17000         0     63336    119000   1325234     48.55     51.17
1263.34/316.87	c  N dy  4952   1517944       200     17000         0     82801    119000   2412572     48.55     53.04
1286.03/322.54	c  N dy  5026   1537946       200     17000         0    102208    119000   3492676     48.55     53.36
1304.37/327.14	c  N dy  5108   1560390       200     17000         0     71571    119000   1744994     48.55     51.37
1323.91/332.02	c  N dy  5168   1581582       200     17000         0     92117    119000   2894430     48.55     51.68
1345.84/337.58	c  N dy  5234   1601995       200     17000         0     58560    119000    969800     48.55     51.16
1362.59/341.70	c  N dy  5290   1622090       200     17000         0     77983    119000   2047875     48.54     51.14
1389.71/348.51	c  N dy  5355   1648025       200     17000         0    103124    119000   3453662     48.53     51.27
1409.65/353.56	c  N dy  5407   1668375       200     17000         0     68592    119000   1488847     48.53     51.57
1430.03/358.66	c  N dy  5482   1689278       200     17000         0     88904    119000   2623388     48.54     51.17
1454.72/364.88	c  N dy  5555   1710447       200     17000         0    109454    119000   3770752     48.54     48.40
1454.72/364.88	c  S st  5555   1710447       200     17000         0    109454    119000   3770752     48.54     48.40
1455.91/365.17	c  S st  5555   1710951       200     17000         0    109950    119000   3798388     48.54   no data
1455.91/365.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1456.35/365.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1456.35/365.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1456.35/365.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1456.35/365.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1456.35/365.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1456.35/365.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1456.35/365.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1456.76/365.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1615.79/405.20	c lits-rem:       712  cl-subs:     4344  v-elim:      0  v-fix:    0  time: 39.81 s
1615.79/405.21	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
1615.79/405.25	c vivif2 --  cl tried   105606 cl shrink        0 lits rem          0 time: 0.04
1617.40/405.67	c asymm  cl-useful: 0/1380/17000 lits-rem:0 time: 0.42
1617.40/405.68	c calculated reachability. Time: 0.00
1617.40/405.68	c  N dy  5555   1710951       200     17000         0    105606    119000   3484003     48.54   no data
1636.59/410.47	c  N dy  5635   1730998       200     17000         0     69801    119000   1516969     48.55     51.15
1656.08/415.32	c  N dy  5694   1751353       200     17000         0     89525    119000   2623716     48.55     51.41
1680.04/421.33	c  N dy  5773   1771423       200     17000         0    109032    119000   3713225     48.56     52.05
1698.73/426.00	c  N dy  5863   1791444       200     17000         0     72194    119000   1603628     48.57     51.41
1718.68/431.06	c  N dy  5937   1811636       200     17000         0     91782    119000   2698259     48.57     51.21
1743.40/437.28	c  N dy  6021   1831655       200     17000         0    111213    119000   3786725     48.58     51.63
1762.55/442.03	c  N dy  6086   1852645       200     17000         0     74422    119000   1677091     48.58     51.46
1785.32/447.79	c  N dy  6147   1876062       200     17000         0     97054    119000   2947583     48.58     51.19
1809.60/453.88	c  N dy  6186   1898292       200     17000         0     60418    119000    849975     48.56     51.35
1827.16/458.21	c  N dy  6274   1918335       200     17000         0     79891    119000   1941228     48.57     51.54
1848.28/463.58	c  N dy  6348   1938385       200     17000         0     99322    119000   3023978     48.57     51.50
1875.80/470.47	c  N dy  6433   1959392       200     17000         0     60551    119000    809565     48.58     51.14
1894.14/475.07	c  N dy  6507   1980692       200     17000         0     81192    119000   1965155     48.58     51.25
1915.68/480.44	c  N dy  6579   2000786       200     17000         0    100663    119000   3053417     48.58     51.71
1942.40/487.13	c  N dy  6656   2020816       200     17000         0    120099    119000   4135483     48.58     51.48
1960.35/491.67	c  N dy  6731   2041194       200     17000         0     79755    119000   1840572     48.58     51.21
1983.12/497.36	c  N dy  6794   2061641       200     17000         0     99560    119000   2945385     48.58     51.20
2012.19/504.69	c  N dy  6889   2081698       200     17000         0    118994    119000   4030404     48.59     51.34
2032.93/509.87	c  N dy  6959   2101989       200     17000         0     77594    119000   1671072     48.60     51.45
2054.05/515.19	c  N dy  7045   2122100       200     17000         0     97089    119000   2768349     48.60     51.58
2078.78/521.37	c  N dy  7101   2142374       200     17000         0    116763    119000   3861634     48.60     51.20
2100.72/526.86	c  N dy  7166   2163166       200     17000         0     74881    119000   1477578     48.60     51.34
2121.06/531.96	c  N dy  7252   2183200       200     17000         0     94274    119000   2562175     48.60     51.43
2146.57/538.39	c  N dy  7326   2203938       200     17000         0    114396    119000   3686944     48.61     51.36
2157.34/541.00	c  S st  7359   2210953       200     17000         0    121211    119000   4068186     48.61     46.04
2158.59/541.32	c  S st  7359   2211456       200     17000         0    121709    119000   4095417     48.61   no data
2158.59/541.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2158.94/541.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2158.94/541.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2158.94/541.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2158.94/541.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2158.94/541.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2158.94/541.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2158.94/541.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2159.34/541.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2343.55/587.72	c lits-rem:      1183  cl-subs:     4495  v-elim:      0  v-fix:    0  time: 46.16 s
2343.55/587.73	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2343.55/587.78	c vivif2 --  cl tried   117214 cl shrink        0 lits rem          0 time: 0.05
2345.55/588.20	c asymm  cl-useful: 0/1269/17000 lits-rem:0 time: 0.42
2345.55/588.20	c calculated reachability. Time: 0.00
2345.55/588.20	c  N dy  7359   2211456       200     17000         0    117214    119000   3767499     48.61   no data
2368.28/593.92	c  N dy  7441   2231478       200     17000         0     73650    119000   1362268     48.62     52.08
2388.22/598.99	c  N dy  7521   2251538       200     17000         0     93154    119000   2455032     48.62     52.86
2414.53/605.53	c  N dy  7575   2274918       200     17000         0    115784    119000   3723427     48.61     51.28
2440.45/612.08	c  N dy  7665   2294946       200     17000         0     71232    119000   1182793     48.62     54.05
2460.39/617.11	c  N dy  7737   2315639       200     17000         0     91316    119000   2304155     48.62     51.54
2485.92/623.44	c  N dy  7824   2336014       200     17000         0    111118    119000   3415665     48.63     51.33
2516.22/631.01	c  N dy  7900   2357163       200     17000         0     66646    119000    879701     48.63     51.29
2534.58/635.69	c  N dy  7958   2378138       200     17000         0     86942    119000   2013273     48.63     51.35
2558.09/641.58	c  N dy  8032   2398152       200     17000         0    106334    119000   3098583     48.63     51.59
2587.21/648.83	c  N dy  8111   2418504       200     17000         0    126005    119000   4201539     48.64     51.36
2612.33/655.14	c  N dy  8192   2438706       200     17000         0     79731    119000   1571326     48.64     51.24
2635.06/660.82	c  N dy  8263   2458791       200     17000         0     99209    119000   2657879     48.64     51.32
2663.36/667.96	c  N dy  8339   2478828       200     17000         0    118656    119000   3744199     48.64     51.50
2690.48/674.78	c  N dy  8369   2500010       200     17000         0     72313    119000   1106495     48.64     51.21
2711.62/680.08	c  N dy  8450   2520267       200     17000         0     91952    119000   2207798     48.64     51.89
2735.55/686.05	c  N dy  8507   2540305       200     17000         0    111370    119000   3288544     48.64     53.33
2765.86/693.66	c  N dy  8595   2560385       200     17000         0    130836    119000   4379216     48.65     51.41
2788.59/699.38	c  N dy  8672   2580417       200     17000         0     82375    119000   1625889     48.65     51.25
2810.92/704.99	c  N dy  8755   2600476       200     17000         0    101815    119000   2714866     48.66     51.90
2840.43/712.30	c  N dy  8817   2623517       200     17000         0    124159    119000   3968735     48.65     51.53
2870.75/719.93	c  N dy  8891   2646736       200     17000         0     77830    119000   1329748     48.65     51.27
2891.13/725.06	c  N dy  8940   2666825       200     17000         0     97261    119000   2407890     48.65     51.21
2917.05/731.56	c  N dy  9016   2686900       200     17000         0    116740    119000   3502800     48.65     52.13
2948.15/739.40	c  N dy  9095   2707062       200     17000         0    136333    119000   4603613     48.65     51.22
2957.26/741.67	c  S st  9111   2711456       200     17000         0     70773    119000    886061     48.65     50.81
2958.46/741.90	c  S st  9111   2711960       200     17000         0     71264    119000    912602     48.65   no data
2958.46/741.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2958.46/741.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2958.46/741.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2958.46/741.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2958.46/741.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2958.46/741.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2958.46/741.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2958.46/741.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2958.87/742.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2965.29/743.61	c lits-rem:        33  cl-subs:      100  v-elim:      0  v-fix:    0  time:  1.59 s
2965.29/743.61	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
2965.29/743.63	c vivif2 --  cl tried    71164 cl shrink        0 lits rem          0 time: 0.01
2966.84/744.00	c asymm  cl-useful: 0/1914/17000 lits-rem:0 time: 0.37
2966.84/744.00	c calculated reachability. Time: 0.00
2966.84/744.00	c  N dy  9111   2711960       200     17000         0     71164    119000    905556     48.65   no data
2987.98/749.32	c  N dy  9182   2732802       200     17000         0     91394    119000   2037810     48.66     51.86
3014.70/756.00	c  N dy  9254   2753986       200     17000         0    111960    119000   3191156     48.66     51.37
3043.82/763.39	c  N dy  9336   2774033       200     17000         0    131405    119000   4277859     48.66     51.84
3072.13/770.46	c  N dy  9413   2794455       200     17000         0     80409    119000   1376516     48.67     51.76
3093.66/775.84	c  N dy  9496   2814502       200     17000         0     99840    119000   2465583     48.67     51.44
3120.37/782.58	c  N dy  9581   2834582       200     17000         0    119342    119000   3562524     48.67     51.32
3149.54/789.87	c  N dy  9634   2854795       200     17000         0    138891    119000   4651971     48.67     51.41
3172.22/795.55	c  N dy  9682   2875161       200     17000         0     86880    119000   1690901     48.66     51.40
3194.15/801.04	c  N dy  9729   2895306       200     17000         0    106418    119000   2783896     48.66     51.26
3222.07/808.08	c  N dy  9801   2915486       200     17000         0    126010    119000   3881374     48.66     51.41
3257.97/817.03	c  N dy  9868   2939635       200     17000         0     76679    119000   1079557     48.66     51.71
3279.10/822.30	c  N dy  9946   2959707       200     17000         0     96169    119000   2171016     48.66     51.25
3305.01/828.85	c  N dy 10036   2979759       200     17000         0    115662    119000   3265869     48.67     54.45
3336.91/836.86	c  N dy 10111   2999806       200     17000         0    135093    119000   4352164     48.67     51.35
3369.60/845.01	c  N dy 10165   3020025       200     17000         0     80970    119000   1270161     48.67     51.24
3396.32/851.78	c  N dy 10237   3040121       200     17000         0    100465    119000   2360542     48.67     51.41
3428.62/859.84	c  N dy 10325   3060224       200     17000         0    119940    119000   3445049     48.68     51.67
3474.87/871.43	c  N dy 10401   3086950       200     17000         0    145826    119000   4897478     48.67     51.42
3503.19/878.51	c  N dy 10468   3107254       200     17000         0     90833    119000   1777176     48.67     51.55
3529.51/885.17	c  N dy 10561   3127736       200     17000         0    110735    119000   2891391     48.67     51.30
3559.00/892.55	c  N dy 10644   3147812       200     17000         0    130195    119000   3981708     48.68     56.75
3596.50/901.96	c  N dy 10731   3169078       200     17000         0    150806    119000   5132964     48.68     51.43
3618.87/907.52	c  N dy 10802   3189251       200     17000         0     94708    119000   1950762     48.68     51.43
3643.55/913.70	c  N dy 10869   3209371       200     17000         0    114186    119000   3045944     48.68     51.33
3647.53/914.71	c  S st 10886   3211962       200     17000         0    116706    119000   3188000     48.69   no data
3648.73/915.02	c  S st 10886   3212464       200     17000         0    117199    119000   3214724     48.69   no data
3648.73/915.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3649.13/915.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3649.13/915.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3649.13/915.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3649.13/915.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3649.13/915.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3649.13/915.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3649.13/915.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3649.57/915.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3753.60/941.30	c lits-rem:       771  cl-subs:     3095  v-elim:      0  v-fix:    0  time: 26.08 s
3753.60/941.30	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
3753.60/941.34	c vivif2 --  cl tried   114104 cl shrink        0 lits rem          0 time: 0.04
3755.59/941.86	c asymm  cl-useful: 0/1285/17000 lits-rem:0 time: 0.52
3755.59/941.87	c calculated reachability. Time: 0.00
3755.59/941.87	c  N dy 10886   3212464       200     17000         0    114104    119000   2989774     48.69   no data
3793.47/951.33	c  N dy 10962   3233154       200     17000         0    134118    119000   4110981     48.69     51.34
3824.58/959.20	c  N dy 10994   3253256       200     17000         0     77088    119000    920732     48.68     51.25
3845.31/964.32	c  N dy 11042   3273266       200     17000         0     96472    119000   2007527     48.67     51.36
3871.22/970.82	c  N dy 11106   3293871       200     17000         0    116437    119000   3131850     48.68     51.28
3900.72/978.24	c  N dy 11178   3313880       200     17000         0    135848    119000   4221687     48.68     51.42
3936.22/987.14	c  N dy 11247   3334215       200     17000         0     78086    119000    929057     48.68     51.31
3957.36/992.41	c  N dy 11312   3354353       200     17000         0     97583    119000   2022537     48.68     51.78
3982.93/998.90	c  N dy 11400   3374509       200     17000         0    117155    119000   3126889     48.68     51.99
4014.03/1006.62	c  N dy 11476   3394730       200     17000         0    136795    119000   4226248     48.68     51.36
4049.47/1015.51	c  N dy 11554   3414800       200     17000         0    156286    119000   5320047     48.69     54.37
4072.61/1021.37	c  N dy 11622   3435549       200     17000         0     97848    119000   1987305     48.69     51.87
4098.13/1027.74	c  N dy 11689   3455885       200     17000         0    117608    119000   3097059     48.69     51.35
4128.83/1035.47	c  N dy 11759   3476253       200     17000         0    137302    119000   4195863     48.69     51.55
4165.53/1044.62	c  N dy 11831   3497290       200     17000         0    157680    119000   5339686     48.69     51.47
4189.51/1050.63	c  N dy 11912   3517295       200     17000         0     97560    119000   1926596     48.69     55.68
4216.96/1057.53	c  N dy 11992   3538510       200     17000         0    118187    119000   3084026     48.69     51.86
4248.47/1065.42	c  N dy 12063   3558623       200     17000         0    137654    119000   4173643     48.70     51.33
4288.34/1075.45	c  N dy 12130   3579202       200     17000         0    157568    119000   5288223     48.70     51.29
4318.25/1082.94	c  N dy 12187   3599208       200     17000         0     96543    119000   1827717     48.70     51.98
4351.79/1091.39	c  N dy 12262   3622148       200     17000         0    118779    119000   3073524     48.70     51.27
4388.02/1100.42	c  N dy 12349   3642156       200     17000         0    138136    119000   4158914     48.70     51.42
4427.90/1110.46	c  N dy 12386   3662773       200     17000         0    158076    119000   5274808     48.70     51.65
4459.01/1118.26	c  N dy 12480   3682801       200     17000         0     96112    119000   1763536     48.70     51.38
4484.93/1124.76	c  N dy 12550   3702898       200     17000         0    115563    119000   2851751     48.70     52.42
4499.69/1128.47	c  S st 12599   3712464       200     17000         0    124855    119000   3372536     48.70     53.77
4501.27/1128.81	c  S st 12599   3712966       200     17000         0    125343    119000   3399058     48.70   no data
4501.27/1128.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4501.67/1128.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
4501.67/1128.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4501.67/1128.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4501.67/1128.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4501.67/1128.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4501.67/1128.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4501.67/1128.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4502.08/1129.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4612.11/1156.60	c lits-rem:       827  cl-subs:     3232  v-elim:      0  v-fix:    0  time: 27.56 s
4612.11/1156.60	c vivif2 --  cl tried    17000 cl shrink        0 lits rem          0 time: 0.00
4612.11/1156.64	c vivif2 --  cl tried   122111 cl shrink        0 lits rem          0 time: 0.04
4613.72/1157.06	c asymm  cl-useful: 0/1209/17000 lits-rem:0 time: 0.41
4613.72/1157.06	c calculated reachability. Time: 0.00
4613.72/1157.06	c  N dy 12599   3712966       200     17000         0    122111    119000   3162405     48.70   no data
4648.81/1165.85	c  N dy 12703   3733352       200     17000         0    141903    119000   4276562     48.71     51.40
4689.12/1175.92	c  F st 12780   3751564       200     17000         0    159587    119000   5267907     48.71     49.96
4692.66/1176.86	c  N st 12784   3753597       200     17000         0    161562    119000   5381863     48.71   no data
4718.58/1183.34	c  N dy 12853   3773893       200     17000         0     98870    119000   1865462     48.71     51.51
4746.88/1190.44	c  N dy 12946   3794899       200     17000         0    119264    119000   3010367     48.72     51.35
4779.19/1198.55	c  N dy 13042   3814986       200     17000         0    138749    119000   4106836     48.72     51.79

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-3366184-1305398271/watcher-3366184-1305398271 -o /tmp/evaluation-result-3366184-1305398271/solver-3366184-1305398271 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366184-1305398271.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: 6.86 7.82 7.85 2/382 27858
/proc/meminfo: memFree=27045560/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=274384 CPUtime=0.02 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 1992 0 0 0 2 0 0 0 25 0 4 0 651425802 280969216 1908 33554432000 4194304 4580107 140733614882160 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 68596 1911 336 95 0 63578 0
[pid=27858/tid=27859] ppid=27856 vsize=274380 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 140 0 0 0 0 0 0 0 25 0 4 0 651425802 280965120 1917 33554432000 4194304 4580107 140733614882160 18446744073709551615 251814240059 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=274380 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 498 0 0 0 0 0 0 0 25 0 4 0 651425802 280965120 1919 33554432000 4194304 4580107 140733614882160 18446744073709551615 251814264727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=274380 CPUtime=0 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 481 0 0 0 0 0 0 0 25 0 4 0 651425802 280965120 1919 33554432000 4194304 4580107 140733614882160 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.114953 s]
/proc/loadavg: 6.86 7.82 7.85 2/382 27858
/proc/meminfo: memFree=27045560/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=282848 CPUtime=0.43 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 2712 0 0 0 43 0 0 0 25 0 4 0 651425802 289636352 2628 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 70712 2628 358 95 0 65694 0
[pid=27858/tid=27859] ppid=27856 vsize=282848 CPUtime=0.1 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 522 0 0 0 10 0 0 0 25 0 4 0 651425802 289636352 2628 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=282848 CPUtime=0.11 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 542 0 0 0 11 0 0 0 25 0 4 0 651425802 289636352 2628 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=282848 CPUtime=0.1 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 703 0 0 0 10 0 0 0 25 0 4 0 651425802 289636352 2628 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282848

[startup+0.200938 s]
/proc/loadavg: 6.86 7.82 7.85 2/382 27858
/proc/meminfo: memFree=27045560/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=282848 CPUtime=0.77 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 2885 0 0 0 77 0 0 0 25 0 4 0 651425802 289636352 2801 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 70712 2801 358 95 0 65694 0
[pid=27858/tid=27859] ppid=27856 vsize=282848 CPUtime=0.18 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 537 0 0 0 18 0 0 0 25 0 4 0 651425802 289636352 2801 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=282848 CPUtime=0.19 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 556 0 0 0 19 0 0 0 25 0 4 0 651425802 289636352 2801 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=282848 CPUtime=0.19 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 832 0 0 0 19 0 0 0 25 0 4 0 651425802 289636352 2801 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282848

[startup+0.300922 s]
/proc/loadavg: 6.86 7.82 7.85 2/382 27858
/proc/meminfo: memFree=27045560/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=284256 CPUtime=1.17 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 3331 0 0 0 117 0 0 0 25 0 4 0 651425802 291078144 2799 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 71064 2799 358 95 0 66046 0
[pid=27858/tid=27859] ppid=27856 vsize=284256 CPUtime=0.28 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 553 0 0 0 28 0 0 0 25 0 4 0 651425802 291078144 2799 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=284256 CPUtime=0.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 572 0 0 0 29 0 0 0 25 0 4 0 651425802 291078144 2799 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=284256 CPUtime=0.29 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 1231 0 0 0 29 0 0 0 25 0 4 0 651425802 291078144 2799 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284256

[startup+0.700856 s]
/proc/loadavg: 6.86 7.82 7.85 2/382 27858
/proc/meminfo: memFree=27045560/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=289080 CPUtime=2.77 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 8407 0 0 0 276 1 0 0 18 0 4 0 651425802 296017920 6762 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 72270 6762 376 95 0 67252 0
[pid=27858/tid=27859] ppid=27856 vsize=289080 CPUtime=0.68 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 1950 0 0 0 68 0 0 0 25 0 4 0 651425802 296017920 6762 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=289080 CPUtime=0.69 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 2007 0 0 0 69 0 0 0 18 0 4 0 651425802 296017920 6762 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=289080 CPUtime=0.69 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 2032 0 0 0 69 0 0 0 25 0 4 0 651425802 296017920 6762 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 289080

[startup+1.50072 s]
/proc/loadavg: 7.03 7.84 7.86 10/392 27871
/proc/meminfo: memFree=26906628/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=303092 CPUtime=5.95 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 14531 0 0 0 594 1 0 0 19 0 4 0 651425802 310366208 9020 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 75773 9020 377 95 0 70755 0
[pid=27858/tid=27859] ppid=27856 vsize=303092 CPUtime=1.46 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 3670 0 0 0 146 0 0 0 25 0 4 0 651425802 310366208 9020 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=303092 CPUtime=1.49 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 3487 0 0 0 149 0 0 0 19 0 4 0 651425802 310366208 9020 33554432000 4194304 4580107 140733614882160 18446744073709551615 4296769 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=303092 CPUtime=1.49 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 3172 0 0 0 149 0 0 0 25 0 4 0 651425802 310366208 9020 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 303092

[startup+3.10046 s]
/proc/loadavg: 7.03 7.84 7.86 9/392 27871
/proc/meminfo: memFree=26885064/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=303836 CPUtime=12.34 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 26142 0 0 0 1230 4 0 0 23 0 4 0 651425802 311128064 13040 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 75959 13040 378 95 0 70941 0
[pid=27858/tid=27859] ppid=27856 vsize=303836 CPUtime=3.05 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 6841 0 0 0 305 0 0 0 25 0 4 0 651425802 311128064 13040 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=303836 CPUtime=3.08 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 5543 0 0 0 308 0 0 0 23 0 4 0 651425802 311128064 13040 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=303836 CPUtime=3.08 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 5727 0 0 0 308 0 0 0 25 0 4 0 651425802 311128064 13040 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 303836

[startup+6.30092 s]
/proc/loadavg: 7.11 7.84 7.86 9/392 27871
/proc/meminfo: memFree=26802240/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=311560 CPUtime=25.1 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 46553 0 0 0 2502 8 0 0 25 0 4 0 651425802 319037440 23910 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 77890 23911 378 95 0 72872 0
[pid=27858/tid=27859] ppid=27856 vsize=311560 CPUtime=6.21 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 12554 0 0 0 620 1 0 0 25 0 4 0 651425802 319037440 23911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=311560 CPUtime=6.28 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 10833 0 0 0 627 1 0 0 25 0 4 0 651425802 319037440 23911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=311560 CPUtime=6.28 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 11869 0 0 0 627 1 0 0 25 0 4 0 651425802 319037440 23911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 311560

[startup+12.7008 s]
/proc/loadavg: 7.26 7.86 7.86 9/392 27871
/proc/meminfo: memFree=26713104/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=308736 CPUtime=50.61 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 72869 0 0 0 5047 14 0 0 25 0 4 0 651425802 316145664 33940 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 77184 33940 378 95 0 72166 0
[pid=27858/tid=27859] ppid=27856 vsize=308736 CPUtime=12.54 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 18479 0 0 0 1251 3 0 0 25 0 4 0 651425802 316145664 33940 33554432000 4194304 4580107 140733614882160 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=308736 CPUtime=12.68 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 16196 0 0 0 1266 2 0 0 25 0 4 0 651425802 316145664 33940 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=308736 CPUtime=12.69 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 19297 0 0 0 1265 4 0 0 25 0 4 0 651425802 316145664 33940 33554432000 4194304 4580107 140733614882160 18446744073709551615 4417020 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 308736

[startup+25.5007 s]
/proc/loadavg: 7.45 7.88 7.87 9/392 27871
/proc/meminfo: memFree=26480132/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=334076 CPUtime=101.64 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 108662 0 0 0 10141 23 0 0 25 0 4 0 651425802 342093824 41253 33554432000 4194304 4580107 140733614882160 18446744073709551615 4322547 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 83519 41253 378 95 0 78501 0
[pid=27858/tid=27859] ppid=27856 vsize=334076 CPUtime=25.17 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 25164 0 0 0 2513 4 0 0 25 0 4 0 651425802 342093824 41253 33554432000 4194304 4580107 140733614882160 18446744073709551615 4299062 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=334076 CPUtime=25.48 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 25567 0 0 0 2544 4 0 0 25 0 4 0 651425802 342093824 41253 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=334076 CPUtime=25.47 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 28674 0 0 0 2541 6 0 0 25 0 4 0 651425802 342093824 41253 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 334076

[startup+51.1004 s]
/proc/loadavg: 7.66 7.89 7.87 9/392 27872
/proc/meminfo: memFree=26256836/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=387900 CPUtime=203.73 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 159287 0 0 0 20340 33 0 0 25 0 4 0 651425802 397209600 54400 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 96975 54400 378 95 0 91957 0
[pid=27858/tid=27859] ppid=27856 vsize=387900 CPUtime=50.47 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 36750 0 0 0 5041 6 0 0 25 0 4 0 651425802 397209600 54400 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=387900 CPUtime=51.08 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 37406 0 0 0 5101 7 0 0 25 0 4 0 651425802 397209600 54400 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=387900 CPUtime=51.07 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 43972 0 0 0 5097 10 0 0 25 0 4 0 651425802 397209600 54400 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 387900

[startup+102.301 s]
/proc/loadavg: 7.90 7.92 7.88 9/392 27873
/proc/meminfo: memFree=26117532/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=486352 CPUtime=407.97 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 230883 0 0 0 40743 54 0 0 25 0 4 0 651425802 498024448 68997 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 121588 68997 378 95 0 116570 0
[pid=27858/tid=27859] ppid=27856 vsize=486352 CPUtime=101.07 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 54958 0 0 0 10096 11 0 0 25 0 4 0 651425802 498024448 68997 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=486352 CPUtime=102.3 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 44501 0 0 0 10221 9 0 0 25 0 4 0 651425802 498024448 68997 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=486352 CPUtime=102.27 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 70530 0 0 0 10210 17 0 0 25 0 4 0 651425802 498024448 68997 33554432000 4194304 4580107 140733614882160 18446744073709551615 4416315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.97
Current children cumulated vsize (KiB) 486352

[startup+162.301 s]

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

[pid=27858] ppid=27856 vsize=742212 CPUtime=2800.55 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 751536 0 0 0 279821 234 0 0 25 0 4 0 651425802 760025088 120433 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 185553 120433 378 95 0 180535 0
[pid=27858/tid=27859] ppid=27856 vsize=742212 CPUtime=693.82 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 202768 0 0 0 69321 61 0 0 25 0 4 0 651425802 760025088 120433 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=742212 CPUtime=702.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 152663 0 0 0 70184 45 0 0 25 0 4 0 651425802 760025088 120433 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=742212 CPUtime=702.11 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 234916 0 0 0 70137 74 0 0 25 0 4 0 651425802 760025088 120433 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2800.55
Current children cumulated vsize (KiB) 742212

[startup+762.301 s]
/proc/loadavg: 8.17 8.10 7.99 9/392 27891
/proc/meminfo: memFree=25445628/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=800484 CPUtime=3039.87 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 789809 0 0 0 303740 247 0 0 25 0 4 0 651425802 819695616 120466 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 200121 120466 378 95 0 195103 0
[pid=27858/tid=27859] ppid=27856 vsize=800484 CPUtime=753.11 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 215402 0 0 0 75245 66 0 0 25 0 4 0 651425802 819695616 120466 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=800484 CPUtime=762.31 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 159363 0 0 0 76183 48 0 0 25 0 4 0 651425802 819695616 120466 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=800484 CPUtime=762.11 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 248625 0 0 0 76133 78 0 0 25 0 4 0 651425802 819695616 120466 33554432000 4194304 4580107 140733614882160 18446744073709551615 251814264727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.87
Current children cumulated vsize (KiB) 800484

[startup+822.301 s]
/proc/loadavg: 8.11 8.09 7.99 9/392 27893
/proc/meminfo: memFree=25375164/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=803224 CPUtime=3279.1 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 834309 0 0 0 327646 264 0 0 25 0 4 0 651425802 822501376 122336 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 200806 122336 378 95 0 195788 0
[pid=27858/tid=27859] ppid=27856 vsize=803224 CPUtime=812.38 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 227735 0 0 0 81168 70 0 0 25 0 4 0 651425802 822501376 122336 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=803224 CPUtime=822.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 168181 0 0 0 82178 51 0 0 25 0 4 0 651425802 822501376 122336 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=803224 CPUtime=822.1 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 261359 0 0 0 82126 84 0 0 25 0 4 0 651425802 822501376 122336 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3279.1
Current children cumulated vsize (KiB) 803224

[startup+882.315 s]
/proc/loadavg: 8.09 8.09 8.00 9/392 27894
/proc/meminfo: memFree=25196072/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=883620 CPUtime=3518.39 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 876907 0 0 0 351562 277 0 0 25 0 4 0 651425802 904826880 149987 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 220905 149987 378 95 0 215887 0
[pid=27858/tid=27859] ppid=27856 vsize=883620 CPUtime=871.66 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 246043 0 0 0 87091 75 0 0 25 0 4 0 651425802 904826880 149987 33554432000 4194304 4580107 140733614882160 18446744073709551615 4416737 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=883620 CPUtime=882.31 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 175963 0 0 0 88176 55 0 0 25 0 4 0 651425802 904826880 149987 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=883620 CPUtime=882.08 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 272854 0 0 0 88123 85 0 0 25 0 4 0 651425802 904826880 149987 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.39
Current children cumulated vsize (KiB) 883620

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.00 9/392 27896
/proc/meminfo: memFree=25296852/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=936008 CPUtime=3757.59 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 913840 0 0 0 375467 292 0 0 25 0 4 0 651425802 958472192 140859 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 234002 140859 378 95 0 228984 0
[pid=27858/tid=27859] ppid=27856 vsize=936008 CPUtime=930.9 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 254712 0 0 0 93012 78 0 0 25 0 4 0 651425802 958472192 140859 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=936008 CPUtime=942.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 189028 0 0 0 94170 59 0 0 25 0 4 0 651425802 958472192 140859 33554432000 4194304 4580107 140733614882160 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=936008 CPUtime=942.05 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 284585 0 0 0 94115 90 0 0 25 0 4 0 651425802 958472192 140859 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.59
Current children cumulated vsize (KiB) 936008

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.01 9/392 27897
/proc/meminfo: memFree=25135968/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=933148 CPUtime=3996.84 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 955577 0 0 0 399376 308 0 0 25 0 4 0 651425802 955543552 148162 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 233287 148162 378 95 0 228269 0
[pid=27858/tid=27859] ppid=27856 vsize=933148 CPUtime=990.17 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 266743 0 0 0 98935 82 0 0 25 0 4 0 651425802 955543552 148162 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=933148 CPUtime=1002.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 194750 0 0 0 100167 62 0 0 25 0 4 0 651425802 955543552 148162 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=933148 CPUtime=1002.05 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 296400 0 0 0 100109 96 0 0 25 0 4 0 651425802 955543552 148162 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3996.84
Current children cumulated vsize (KiB) 933148

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.01 9/392 27899
/proc/meminfo: memFree=25094500/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=1029180 CPUtime=4236.11 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 997181 0 0 0 423285 326 0 0 25 0 4 0 651425802 1053880320 155968 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 257295 155968 378 95 0 252277 0
[pid=27858/tid=27859] ppid=27856 vsize=1029180 CPUtime=1049.45 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 278914 0 0 0 104859 86 0 0 25 0 4 0 651425802 1053880320 155968 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1029180 CPUtime=1062.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 206745 0 0 0 106161 68 0 0 25 0 4 0 651425802 1053880320 155969 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1029180 CPUtime=1062.02 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 308958 0 0 0 106101 101 0 0 25 0 4 0 651425802 1053880320 155970 33554432000 4194304 4580107 140733614882160 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4236.11
Current children cumulated vsize (KiB) 1029180

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 8.02 9/392 27901
/proc/meminfo: memFree=25170972/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=971704 CPUtime=4475.35 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 1021848 0 0 0 447199 336 0 0 25 0 4 0 651425802 995024896 162911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 242926 162911 378 95 0 237908 0
[pid=27858/tid=27859] ppid=27856 vsize=971704 CPUtime=1108.71 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 287608 0 0 0 110782 89 0 0 25 0 4 0 651425802 995024896 162911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=971704 CPUtime=1122.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 210366 0 0 0 112159 70 0 0 25 0 4 0 651425802 995024896 162911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=971704 CPUtime=1122.01 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 313520 0 0 0 112099 102 0 0 25 0 4 0 651425802 995024896 162911 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4475.35
Current children cumulated vsize (KiB) 971704

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.02 9/392 27902
/proc/meminfo: memFree=24848280/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=1002540 CPUtime=4714.6 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 1053642 0 0 0 471110 350 0 0 25 0 4 0 651425802 1026600960 157626 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 250635 157626 378 95 0 245617 0
[pid=27858/tid=27859] ppid=27856 vsize=1002540 CPUtime=1167.97 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 295039 0 0 0 116704 93 0 0 25 0 4 0 651425802 1026600960 157626 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1002540 CPUtime=1182.29 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 216920 0 0 0 118156 73 0 0 25 0 4 0 651425802 1026600960 157626 33554432000 4194304 4580107 140733614882160 18446744073709551615 4417038 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1002540 CPUtime=1182.01 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 324782 0 0 0 118093 108 0 0 25 0 4 0 651425802 1026600960 157626 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.6
Current children cumulated vsize (KiB) 1002540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.12 8.11 8.02 9/392 27903
/proc/meminfo: memFree=24767292/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=1002644 CPUtime=4800.35 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 1068420 0 0 0 479677 358 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 250661 159737 378 95 0 245643 0
[pid=27858/tid=27859] ppid=27856 vsize=1002644 CPUtime=1189.19 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 299870 0 0 0 118824 95 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1002644 CPUtime=1203.82 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 218989 0 0 0 120307 75 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1002644 CPUtime=1203.5 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 329463 0 0 0 120240 110 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1002644

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

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

[startup+1203.8 s]
/proc/loadavg: 8.12 8.11 8.02 9/392 27903
/proc/meminfo: memFree=24767292/32950928 swapFree=44388876/67111528
[pid=27858] ppid=27856 vsize=1002644 CPUtime=4800.35 cores=0,2,4,6
/proc/27858/stat : 27858 (strangenight2-m) R 27856 27858 27826 0 -1 4202496 1068420 0 0 0 479677 358 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27858/statm: 250661 159737 378 95 0 245643 0
[pid=27858/tid=27859] ppid=27856 vsize=1002644 CPUtime=1189.19 cores=0,2,4,6
/proc/27858/task/27859/stat : 27859 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 299870 0 0 0 118824 95 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27858/tid=27860] ppid=27856 vsize=1002644 CPUtime=1203.82 cores=0,2,4,6
/proc/27858/task/27860/stat : 27860 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 218989 0 0 0 120307 75 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27858/tid=27861] ppid=27856 vsize=1002644 CPUtime=1203.5 cores=0,2,4,6
/proc/27858/task/27861/stat : 27861 (strangenight2-m) R 27856 27858 27826 0 -1 4202560 329463 0 0 0 120240 110 0 0 25 0 4 0 651425802 1026707456 159737 33554432000 4194304 4580107 140733614882160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1002644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.85
CPU time (s): 4800.41
CPU user time (s): 4796.8
CPU system time (s): 3.61045
CPU usage (%): 398.756
Max. virtual memory (cumulated for all children) (KiB): 1088568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.8
system time used= 3.61045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1068424
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= 629
involuntary context switches= 23736

runsolver used 4.29135 second user time and 10.3594 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 20:37:51
IDJOB=3366184
IDBENCH=82593
IDSOLVER=1844
FILE ID=node126/3366184-1305398271
RUNJOBID= node126-1305398271-27844
PBS_JOBID= 13324485
Free space on /tmp= 73324 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S771170845-016-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366184-1305398271/watcher-3366184-1305398271 -o /tmp/evaluation-result-3366184-1305398271/solver-3366184-1305398271 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366184-1305398271.cnf

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

MD5SUM BENCH= 8a262b49dcf27b27fb405f8a8cdf125f
RANDOM SEED=1754413427

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27045872 kB
Buffers:        254868 kB
Cached:        2436152 kB
SwapCached:      92524 kB
Active:         730868 kB
Inactive:      4921580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27045872 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            7552 kB
Writeback:           0 kB
AnonPages:     2882012 kB
Mapped:          14436 kB
Slab:           109516 kB
PageTables:      75680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88088940 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= 73312 MiB
End job on node126 at 2011-05-14 20:57:57