Trace number 3366257

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.47 1202.98

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S698025027-034-UNKNOWN.cnf
MD5SUM92b3ae536df5707fe014291d91790352
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3165
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 520000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366257-1305399879.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.43/0.12	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.43/0.12	c -- vars added       1000
0.43/0.12	c Parsing time:  0.01 s
0.43/0.12	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.43/0.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.43/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.43/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.43/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.43/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.43/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.43/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.91/0.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.91/0.49	c Finding binary XORs  T:     0.00 s  found:       0
1.91/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.91/0.49	c calculated reachability. Time: 0.00
1.91/0.49	c Calc default polars -  time:   0.00 s pos:     474 undec:      44 neg:     482
1.91/0.49	c =========================================================================================
1.91/0.49	c types(t): F = full restart, N = normal restart
1.91/0.49	c types(t): S = simplification begin/end, E = solution found
1.91/0.49	c restart types(rt): st = static, dy = dynamic
1.91/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.91/0.49	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.91/0.49	c  N dy    18      4067      1000     20000         0      4062    100000    500881     96.89    103.53
1.91/0.92	c  N dy    43      8072      1000     20000         0      5570    100000    503045     97.25    103.32
3.96/1.03	c  N dy    63     12171      1000     20000         0      5422    100000    321861     96.69    101.96
5.16/1.33	c  N dy    86     16216      1000     20000         0      9456    100000    804440     97.06    103.50
6.37/1.61	c  N dy   106     20301      1000     20000         0      7921    100000    481893     96.93    103.67
7.55/1.93	c  N dy   120     24351      1000     20000         0     11962    100000    958126     95.97    108.67
7.55/1.98	c  F st   123     25000      1000     20000         0     12611    100000   1032886     95.86   no data
9.55/2.41	c  N dy   129     30002      1000     20000         0     10793    100000    714365     95.86   no data
9.55/2.41	c  S st   129     30002      1000     20000         0     10793    100000    714365     95.86   no data
9.55/2.46	c  S st   129     30503      1000     20000         0     11293    100000    774746     95.86   no data
9.55/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.55/2.48	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.55/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.55/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.94/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.95	c lits-rem:        17  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.43 s
11.94/3.08	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
11.94/3.08	c calculated reachability. Time: 0.00
11.94/3.08	c  N dy   129     30503      1000     20000         0     11259    100000    766775     95.86   no data
13.54/3.46	c  N dy   159     34697      1000     20000         0     15446    100000   1271905     96.33    101.45
15.15/3.81	c  N dy   182     38731      1000     20000         0     11587    100000    669908     96.34    103.26
16.73/4.22	c  N dy   202     43175      1000     20000         0     16025    100000   1191733     96.21    102.43
17.53/4.49	c  S st   218     45756      1000     20000         0      9668    100000    329714     96.15   no data
17.93/4.54	c  S st   218     46259      1000     20000         0     10171    100000    385104     96.15   no data
17.93/4.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.93/4.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.93/4.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.93/4.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.93/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.93/4.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
17.93/4.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.93/4.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.93/4.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.33/4.67	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.09 s
18.33/4.67	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.33/4.67	c vivif2 --  cl tried    10170 cl shrink        0 lits rem          0 time: 0.00
19.13/4.80	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.13/4.80	c calculated reachability. Time: 0.00
19.13/4.80	c  N dy   218     46259      1000     20000         0     10170    100000    384869     96.15   no data
20.32/5.17	c  N dy   244     50418      1000     20000         0     14325    100000    873292     96.14    101.93
21.92/5.58	c  N dy   268     54477      1000     20000         0     18381    100000   1356622     96.19    102.93
23.52/6.01	c  N dy   296     58883      1000     20000         0     12814    100000    598570     96.26    102.20
25.11/6.39	c  N dy   319     62909      1000     20000         0     16837    100000   1080044     96.32    101.62
27.11/6.83	c  N dy   344     67031      1000     20000         0     20952    100000   1575618     96.45    103.22
27.91/7.07	c  S st   357     69390      1000     20000         0     12332    100000    422132     96.40     95.75
28.32/7.13	c  S st   357     69898      1000     20000         0     12839    100000    474568     96.40   no data
28.32/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.32/7.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.32/7.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.32/7.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.32/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.32/7.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.32/7.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.32/7.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.32/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.09/7.34	c lits-rem:        14  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.16 s
29.09/7.34	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.09/7.34	c vivif2 --  cl tried    12835 cl shrink        0 lits rem          0 time: 0.01
29.49/7.49	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
29.49/7.49	c calculated reachability. Time: 0.00
29.49/7.49	c  N dy   357     69898      1000     20000         0     12835    100000    473607     96.40   no data
31.50/7.91	c  N dy   382     74381      1000     20000         0     17313    100000   1003297     96.32    106.44
33.48/8.46	c  N dy   411     79502      1000     20000         0     22426    100000   1609350     96.35    102.27
35.49/8.98	c  N dy   443     84685      1000     20000         0     15625    100000    712583     96.49    104.83
36.68/9.26	c  F st   463     87500      1000     20000         0     18437    100000   1046171     96.52   no data
38.28/9.60	c  N st   468     90795      1000     20000         0     21717    100000   1456738     96.52   no data
40.68/10.28	c  N dy   495     96802      1000     20000         0     14738    100000    492989     96.62    102.02
43.46/10.90	c  N dy   536    103087      1000     20000         0     21014    100000   1239812     96.72    102.02
43.86/11.08	c  S st   537    104847      1000     20000         0     22771    100000   1454199     96.61     99.67
44.27/11.16	c  S st   537    105350      1000     20000         0     23274    100000   1503663     96.61   no data
44.27/11.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.27/11.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
44.27/11.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.27/11.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.27/11.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.27/11.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
44.27/11.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.27/11.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
44.67/11.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.65/13.80	c lits-rem:       192  cl-subs:       30  v-elim:      0  v-fix:    0  time:  2.55 s
54.65/13.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
55.07/13.82	c vivif2 --  cl tried    23244 cl shrink        0 lits rem          0 time: 0.02
55.83/14.07	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
55.83/14.07	c calculated reachability. Time: 0.00
55.83/14.07	c  N dy   537    105350      1000     20000         0     23244    100000   1496438     96.61   no data
59.47/14.91	c  N dy   577    112206      1000     20000         0     16114    100000    542157     96.61    101.73
62.23/15.69	c  N dy   618    119413      1000     20000         0     23308    100000   1398950     96.64    102.64
66.21/16.64	c  N dy   660    127068      1000     20000         0     15971    100000    419053     96.63    101.79
69.80/17.56	c  N dy   714    135246      1000     20000         0     24141    100000   1395702     96.74    102.30
74.19/18.68	c  N dy   757    143936      1000     20000         0     16844    100000    409191     96.63    102.76
78.58/19.73	c  N dy   810    153327      1000     20000         0     26216    100000   1527685     96.62    101.97
81.00/20.33	c  S st   835    158025      1000     20000         0     30902    100000   2080998     96.60   no data
81.41/20.42	c  S st   835    158528      1000     20000         0     31405    100000   2133103     96.60   no data
81.41/20.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.41/20.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
81.41/20.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.41/20.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.41/20.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.41/20.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
81.41/20.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.41/20.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
81.77/20.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.10/27.64	c lits-rem:       282  cl-subs:       45  v-elim:      0  v-fix:    0  time:  7.10 s
110.10/27.64	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
110.10/27.67	c vivif2 --  cl tried    31360 cl shrink        0 lits rem          0 time: 0.03
111.31/27.94	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.27
111.31/27.94	c calculated reachability. Time: 0.00
111.31/27.94	c  N dy   835    158528      1000     20000         0     31360    100000   2122474     96.60   no data
116.11/29.18	c  N dy   896    168945      1000     20000         0     24788    100000   1252308     96.67    101.97
122.48/30.70	c  N dy   962    179894      1000     20000         0     35716    100000   2562605     96.73    101.96
127.67/32.07	c  N dy  1022    191656      1000     20000         0     29491    100000   1704010     96.71    102.62
134.09/33.69	c  N dy  1086    203917      1000     20000         0     22764    100000    784891     96.70    106.26
141.23/35.40	c  N dy  1158    217180      1000     20000         0     36005    100000   2347597     96.68    102.92
148.42/37.21	c  N dy  1241    231173      1000     20000         0     30011    100000   1532141     96.72    103.47
152.00/38.14	c  S st  1281    237792      1000     20000         0     36627    100000   2323623     96.74     90.66
152.40/38.25	c  S st  1281    238297      1000     20000         0     37132    100000   2378371     96.74   no data
152.40/38.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.40/38.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
152.40/38.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.40/38.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.40/38.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.40/38.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
152.40/38.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.80/38.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
152.80/38.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.91/48.16	c lits-rem:       403  cl-subs:       62  v-elim:      0  v-fix:    0  time:  9.78 s
191.91/48.16	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
191.91/48.19	c vivif2 --  cl tried    37070 cl shrink        0 lits rem          0 time: 0.03
193.52/48.51	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
193.52/48.51	c calculated reachability. Time: 0.00
193.52/48.51	c  N dy  1281    238297      1000     20000         0     37070    100000   2363211     96.74   no data
201.49/50.52	c  N dy  1359    253633      1000     20000         0     31410    100000   1602024     96.73    101.99
210.67/52.81	c  N dy  1446    270049      1000     20000         0     25836    100000    821206     96.70    102.96
219.85/55.16	c  N dy  1539    287366      1000     20000         0     43120    100000   2879845     96.70    102.84
229.83/57.64	c  N dy  1637    305969      1000     20000         0     38733    100000   2223349     96.61    102.05
229.83/57.68	c  F st  1638    306250      1000     20000         0     39014    100000   2255053     96.60     92.59
240.60/60.39	c  N dy  1724    325529      1000     20000         0     34297    100000   1613464     96.60    103.00
252.97/63.43	c  N dy  1833    345535      1000     20000         0     29313    100000    898805     96.59    102.06
259.36/65.08	c  S st  1894    357447      1000     20000         0     41208    100000   2306417     96.55    101.89
259.76/65.19	c  S st  1894    357951      1000     20000         0     41711    100000   2355962     96.55   no data
260.16/65.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.16/65.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
260.16/65.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.16/65.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.16/65.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.16/65.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
260.16/65.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
260.16/65.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
260.56/65.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.47/75.31	c lits-rem:       287  cl-subs:       58  v-elim:      0  v-fix:    0  time:  9.99 s
300.47/75.31	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
300.47/75.34	c vivif2 --  cl tried    41653 cl shrink        0 lits rem          0 time: 0.03
301.64/75.69	c asymm  cl-useful: 0/18630/20000 lits-rem:0 time: 0.35
301.64/75.69	c calculated reachability. Time: 0.00
301.64/75.69	c  N dy  1894    357951      1000     20000         0     41653    100000   2341736     96.55   no data
314.42/78.84	c  N dy  2001    378041      1000     20000         0     35759    100000   1567104     96.53    101.73
327.59/82.12	c  N dy  2101    398104      1000     20000         0     28829    100000    619824     96.48    103.66
339.57/85.16	c  N dy  2198    418205      1000     20000         0     48895    100000   3000247     96.46    101.60
352.74/88.44	c  N dy  2323    438353      1000     20000         0     41063    100000   1968776     96.47    102.75
366.32/91.89	c  N dy  2434    458396      1000     20000         0     32117    100000    794067     96.47    101.89
379.08/95.05	c  N dy  2545    478486      1000     20000         0     52176    100000   3183985     96.47    108.91
391.85/98.29	c  N dy  2648    498524      1000     20000         0     42231    100000   1867251     96.43    101.80
407.01/102.01	c  N dy  2761    518654      1000     20000         0     31374    100000    479706     96.45    103.01
418.18/104.81	c  S st  2865    536926      1000     20000         0     49605    100000   2669381     96.49   no data
418.59/104.95	c  S st  2865    537433      1000     20000         0     50112    100000   2726755     96.49   no data
418.59/104.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
418.59/104.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
418.59/105.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.59/105.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.59/105.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.59/105.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
418.59/105.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
419.01/105.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
419.01/105.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
478.04/119.82	c lits-rem:       368  cl-subs:       63  v-elim:      0  v-fix:    0  time: 14.72 s
478.04/119.82	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
478.04/119.85	c vivif2 --  cl tried    50049 cl shrink        0 lits rem          0 time: 0.03
478.04/119.89	c asymm  cl-useful: 0/1370/20000 lits-rem:0 time: 0.04
478.04/119.89	c calculated reachability. Time: 0.00
478.04/119.89	c  N dy  2865    537433      1000     20000         0     50049    100000   2711299     96.49   no data
493.62/123.77	c  N dy  2987    557710      1000     20000         0     38344    100000   1204604     96.54    101.91
509.16/127.69	c  N dy  3101    577876      1000     20000         0     58481    100000   3611988     96.55    102.08
524.36/131.47	c  N dy  3208    597883      1000     20000         0     45506    100000   1962399     96.57    101.90
540.70/135.57	c  N dy  3322    618067      1000     20000         0     65661    100000   4348176     96.57    107.49
555.08/139.12	c  N dy  3442    638193      1000     20000         0     51810    100000   2593512     96.59    101.89
571.83/143.34	c  N dy  3561    658200      1000     20000         0     36842    100000    689439     96.61    108.00
585.40/146.74	c  N dy  3670    678325      1000     20000         0     56930    100000   3089078     96.62    102.22
601.36/150.79	c  N dy  3782    698381      1000     20000         0     41018    100000   1081651     96.64    104.07
616.13/154.42	c  N dy  3891    718415      1000     20000         0     61012    100000   3479945     96.64    102.12
632.09/158.41	c  N dy  3999    738515      1000     20000         0     44138    100000   1337336     96.63    101.78
647.26/162.23	c  N dy  4104    758713      1000     20000         0     64306    100000   3736555     96.64    102.51
663.21/166.28	c  N dy  4218    778732      1000     20000         0     46357    100000   1501679     96.65    102.58
679.17/170.22	c  N dy  4336    798755      1000     20000         0     66352    100000   3889723     96.66    103.29
685.96/171.96	c  S st  4378    806149      1000     20000         0     73729    100000   4764156     96.66   no data
686.78/172.13	c  S st  4378    806651      1000     20000         0     74231    100000   4816889     96.66   no data
686.78/172.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
686.78/172.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
686.78/172.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
686.78/172.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
686.78/172.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
686.78/172.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
686.78/172.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
687.19/172.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
687.55/172.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.11/199.06	c lits-rem:       731  cl-subs:      118  v-elim:      0  v-fix:    0  time: 26.67 s
794.11/199.06	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
794.51/199.12	c vivif2 --  cl tried    74113 cl shrink        0 lits rem          0 time: 0.06
796.11/199.53	c asymm  cl-useful: 0/12680/20000 lits-rem:0 time: 0.41
796.11/199.54	c calculated reachability. Time: 0.00
796.11/199.54	c  N dy  4378    806651      1000     20000         0     74113    100000   4788916     96.66   no data
811.26/203.38	c  N dy  4503    826715      1000     20000         0     55219    100000   2457019     96.70    102.42
828.81/207.74	c  N dy  4606    846800      1000     20000         0     75269    100000   4848752     96.68    101.94
844.38/211.62	c  N dy  4718    866863      1000     20000         0     55369    100000   2345835     96.69    114.90
861.55/215.99	c  N dy  4813    887155      1000     20000         0     75633    100000   4772188     96.67    102.59
877.90/220.03	c  N dy  4925    907222      1000     20000         0     54724    100000   2159485     96.68    105.39
895.86/224.50	c  N dy  5049    927335      1000     20000         0     74812    100000   4572680     96.71    102.29
913.02/228.84	c  N dy  5167    947519      1000     20000         0     53036    100000   1856110     96.73    104.08
929.78/233.05	c  N dy  5261    967621      1000     20000         0     73097    100000   4229786     96.70    101.89
947.74/237.59	c  N dy  5366    987702      1000     20000         0     50215    100000   1404899     96.70    103.25
964.10/241.65	c  N dy  5464   1007789      1000     20000         0     70270    100000   3790097     96.69    104.16
984.86/246.85	c  N dy  5585   1027826      1000     20000         0     46351    100000    830845     96.70    106.09
1002.02/251.13	c  N dy  5705   1047866      1000     20000         0     66359    100000   3228952     96.72    105.42
1024.36/256.72	c  N dy  5827   1067996      1000     20000         0     86456    100000   5637374     96.74    103.54
1029.17/257.94	c  F st  5843   1071875      1000     20000         0     45397    100000    598321     96.73     90.21
1042.34/261.25	c  N dy  5915   1088104      1000     20000         0     61589    100000   2587184     96.73    102.31
1063.07/266.43	c  N dy  6029   1108206      1000     20000         0     81661    100000   4989995     96.74    102.48
1081.85/271.15	c  N dy  6133   1128208      1000     20000         0     55709    100000   1735465     96.73    102.79
1100.18/275.72	c  N dy  6243   1148354      1000     20000         0     75822    100000   4123979     96.73    105.22
1122.53/281.30	c  N dy  6358   1168587      1000     20000         0     49102    100000    815191     96.74    102.61
1138.91/285.44	c  N dy  6468   1188620      1000     20000         0     69102    100000   3200397     96.74    103.34
1160.04/290.74	c  N dy  6585   1208713      1000     20000         0     89168    100000   5603838     96.75    110.38
1161.29/291.09	c  S st  6592   1209976      1000     20000         0     90429    100000   5751210     96.75   no data
1162.44/291.31	c  S st  6592   1210483      1000     20000         0     90936    100000   5805910     96.75   no data
1162.44/291.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1162.44/291.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1162.44/291.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1162.44/291.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1162.44/291.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1162.44/291.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1162.44/291.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1162.84/291.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1163.64/291.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1311.69/328.78	c lits-rem:       829  cl-subs:      153  v-elim:      0  v-fix:    0  time: 37.16 s
1311.69/328.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1312.09/328.85	c vivif2 --  cl tried    90783 cl shrink        0 lits rem          0 time: 0.07
1313.70/329.20	c asymm  cl-useful: 0/7320/20000 lits-rem:0 time: 0.34
1313.70/329.20	c calculated reachability. Time: 0.00
1313.70/329.20	c  N dy  6592   1210483      1000     20000         0     90783    100000   5769398     96.75   no data
1331.25/333.64	c  N dy  6707   1230495      1000     20000         0     62836    100000   2363216     96.76    102.17
1350.40/338.42	c  N dy  6817   1250546      1000     20000         0     82849    100000   4772877     96.76    102.41
1371.57/343.78	c  N dy  6927   1270816      1000     20000         0     54168    100000   1199560     96.76    102.52
1389.13/348.11	c  N dy  7032   1290895      1000     20000         0     74211    100000   3586218     96.76    103.81
1410.66/353.51	c  N dy  7123   1310989      1000     20000         0     94267    100000   5975571     96.75    101.94
1429.05/358.13	c  N dy  7233   1330998      1000     20000         0     64322    100000   2310199     96.75    107.92
1448.97/363.10	c  N dy  7349   1351174      1000     20000         0     84465    100000   4722021     96.75    101.90
1471.72/368.89	c  N dy  7457   1371391      1000     20000         0     53737    100000    934901     96.76    103.01
1489.28/373.28	c  N dy  7589   1391438      1000     20000         0     73757    100000   3354507     96.78    104.87
1512.05/378.95	c  N dy  7707   1412119      1000     20000         0     94407    100000   5832366     96.80    102.42
1532.78/384.11	c  N dy  7819   1432203      1000     20000         0     62543    100000   1861302     96.80    106.34
1551.97/388.97	c  N dy  7929   1452260      1000     20000         0     82562    100000   4264505     96.81    114.79
1576.28/395.05	c  N dy  8056   1472477      1000     20000         0    102747    100000   6702311     96.84    103.50
1595.86/399.98	c  N dy  8175   1492595      1000     20000         0     69920    100000   2662749     96.85    103.99
1617.81/405.49	c  N dy  8295   1512776      1000     20000         0     90053    100000   5071107     96.86    102.01
1642.93/411.71	c  N dy  8410   1532794      1000     20000         0     56134    100000    889331     96.87    121.84
1660.48/416.10	c  N dy  8512   1552936      1000     20000         0     76237    100000   3295582     96.86    102.80
1682.43/421.68	c  N dy  8615   1573014      1000     20000         0     96272    100000   5675879     96.85    102.58
1706.37/427.67	c  N dy  8728   1593120      1000     20000         0     61454    100000   1411701     96.85    102.66
1725.52/432.47	c  N dy  8840   1613125      1000     20000         0     81418    100000   3825189     96.86    120.66
1749.51/438.46	c  N dy  8960   1633229      1000     20000         0    101478    100000   6238794     96.87    102.17
1771.82/444.09	c  N dy  9077   1653315      1000     20000         0     65630    100000   1801728     96.88    104.08
1792.18/449.11	c  N dy  9205   1673358      1000     20000         0     85650    100000   4208188     96.90    107.16
1817.71/455.58	c  N dy  9319   1693460      1000     20000         0    105717    100000   6636419     96.91    103.34
1838.07/460.67	c  S st  9408   1710483      1000     20000         0     65814    100000   1706951     96.91   no data
1838.87/460.85	c  S st  9408   1710991      1000     20000         0     66322    100000   1758512     96.91   no data
1838.87/460.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1839.27/460.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1839.27/460.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1839.27/460.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1839.27/460.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1839.27/460.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1839.27/460.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1839.27/460.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1839.27/460.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1865.21/467.42	c lits-rem:       284  cl-subs:       48  v-elim:      0  v-fix:    0  time:  6.43 s
1865.21/467.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1865.21/467.45	c vivif2 --  cl tried    66274 cl shrink        0 lits rem          0 time: 0.02
1866.81/467.86	c asymm  cl-useful: 0/13785/20000 lits-rem:0 time: 0.41
1866.81/467.86	c calculated reachability. Time: 0.00
1866.81/467.86	c  N dy  9408   1710991      1000     20000         0     66274    100000   1746995     96.91   no data
1888.76/473.34	c  N dy  9528   1731041      1000     20000         0     86299    100000   4151679     96.92    102.29
1914.69/479.86	c  N dy  9646   1751440      1000     20000         0    106663    100000   6619545     96.93    104.22
1937.85/485.61	c  N dy  9760   1771453      1000     20000         0     68733    100000   1951738     96.94    106.97
1958.99/490.94	c  N dy  9882   1791630      1000     20000         0     88877    100000   4358220     96.95    102.91
1984.53/497.35	c  N dy  9990   1811757      1000     20000         0    108969    100000   6765481     96.94    102.42
2007.67/503.16	c  N dy 10092   1832665      1000     20000         0     70939    100000   2113923     96.94    102.13
2029.22/508.50	c  N dy 10203   1852754      1000     20000         0     90997    100000   4526127     96.94    102.54
2054.77/514.92	c  N dy 10307   1873065      1000     20000         0    111274    100000   6934966     96.93    102.24
2077.91/520.71	c  N dy 10428   1893127      1000     20000         0     71405    100000   2043969     96.94    103.09
2099.46/526.12	c  N dy 10546   1913419      1000     20000         0     91647    100000   4476337     96.95    102.90
2125.40/532.61	c  N dy 10667   1933424      1000     20000         0    111622    100000   6862772     96.95    102.99
2149.73/538.71	c  N dy 10793   1953458      1000     20000         0     70726    100000   1865091     96.96    102.77
2170.09/543.82	c  N dy 10894   1973628      1000     20000         0     90850    100000   4272030     96.96    102.36
2195.23/550.15	c  N dy 11004   1993669      1000     20000         0    110856    100000   6659337     96.95    103.52
2220.77/556.52	c  N dy 11103   2014176      1000     20000         0     69441    100000   1586158     96.95    103.42
2241.52/561.70	c  N dy 11219   2034301      1000     20000         0     89526    100000   4013630     96.96    103.81
2267.49/568.21	c  N dy 11340   2054329      1000     20000         0    109514    100000   6411916     96.97    103.06
2296.19/575.46	c  N dy 11450   2074528      1000     20000         0     66799    100000   1173147     96.98    102.35
2316.94/580.60	c  N dy 11564   2094677      1000     20000         0     86916    100000   3594101     96.98    104.52
2342.47/587.07	c  N dy 11682   2114894      1000     20000         0    107089    100000   6003130     96.98    105.64
2373.21/594.73	c  N dy 11805   2135169      1000     20000         0    127330    100000   8449953     97.00    102.16
2393.57/599.81	c  N dy 11925   2155231      1000     20000         0     83475    100000   3055298     97.00    107.34
2417.90/605.90	c  N dy 12048   2175249      1000     20000         0    103455    100000   5455387     97.01    104.36
2446.24/613.05	c  N dy 12160   2195270      1000     20000         0    123448    100000   7868239     97.02    102.55
2465.39/617.87	c  S st 12248   2210991      1000     20000         0     74253    100000   1848917     97.02    100.86
2466.19/618.06	c  S st 12248   2211495      1000     20000         0     74757    100000   1895495     97.02   no data
2466.19/618.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2466.58/618.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2466.58/618.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2466.58/618.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2466.58/618.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2466.58/618.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2466.58/618.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2466.58/618.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2466.98/618.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2491.37/624.31	c lits-rem:       196  cl-subs:       38  v-elim:      0  v-fix:    0  time:  6.12 s
2491.37/624.32	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2491.37/624.34	c vivif2 --  cl tried    74719 cl shrink        0 lits rem          0 time: 0.03
2492.13/624.57	c asymm  cl-useful: 0/6215/20000 lits-rem:0 time: 0.23
2492.13/624.57	c calculated reachability. Time: 0.00
2492.13/624.57	c  N dy 12248   2211495      1000     20000         0     74719    100000   1886112     97.02   no data
2514.08/630.05	c  N dy 12357   2231506      1000     20000         0     94707    100000   4281744     97.03    102.21
2541.22/636.85	c  N dy 12483   2251725      1000     20000         0    114894    100000   6710901     97.03    104.36
2570.74/644.22	c  N dy 12588   2271791      1000     20000         0     69036    100000   1096826     97.03    104.73
2590.70/649.22	c  N dy 12688   2291883      1000     20000         0     89097    100000   3495936     97.02    103.22
2615.84/655.59	c  N dy 12804   2312002      1000     20000         0    109186    100000   5908341     97.02    102.25
2646.97/663.37	c  N dy 12924   2332224      1000     20000         0    129373    100000   8332222     97.03    103.54
2671.34/669.47	c  N dy 13040   2352245      1000     20000         0     82454    100000   2598577     97.03    102.29
2696.86/675.87	c  N dy 13161   2372275      1000     20000         0    102445    100000   5017909     97.05    104.30
2725.99/683.12	c  N dy 13265   2392648      1000     20000         0    122776    100000   7453362     97.05    102.21
2754.34/690.24	c  N dy 13377   2412858      1000     20000         0     75088    100000   1604982     97.05    102.20
2775.87/695.69	c  N dy 13487   2432883      1000     20000         0     95081    100000   4001688     97.05    105.12
2802.21/702.26	c  N dy 13590   2452902      1000     20000         0    115071    100000   6389026     97.04    102.84
2833.34/710.08	c  N dy 13699   2472999      1000     20000         0    135137    100000   8786944     97.04    104.39
2856.07/715.77	c  N dy 13820   2493011      1000     20000         0     86226    100000   2829101     97.05    102.42
2880.82/721.93	c  N dy 13932   2513171      1000     20000         0    106348    100000   5253346     97.05    104.63
2911.15/729.59	c  N dy 14054   2533938      1000     20000         0    127070    100000   7766989     97.06    102.32
2940.67/736.93	c  N dy 14181   2554138      1000     20000         0     77353    100000   1650746     97.07    102.73
2963.03/742.52	c  N dy 14290   2574270      1000     20000         0     97453    100000   4066550     97.07    102.72
2990.16/749.36	c  N dy 14404   2594443      1000     20000         0    117592    100000   6493100     97.07    102.50
3024.48/757.97	c  N dy 14517   2615037      1000     20000         0    138153    100000   8960302     97.07    102.67
3049.22/764.12	c  N dy 14637   2635099      1000     20000         0     87298    100000   2748750     97.08    106.99
3075.56/770.75	c  N dy 14753   2655173      1000     20000         0    107339    100000   5165774     97.09    102.42
3105.92/778.38	c  N dy 14868   2675203      1000     20000         0    127343    100000   7581041     97.10    132.58
3137.41/786.21	c  N dy 14971   2695274      1000     20000         0     75497    100000   1204096     97.09    105.95
3154.57/790.55	c  S st 15054   2711496      1000     20000         0     91684    100000   3152856     97.09   no data
3155.38/790.77	c  S st 15054   2711999      1000     20000         0     92187    100000   3208000     97.09   no data
3155.38/790.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3155.78/790.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3155.78/790.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3155.78/790.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3155.78/790.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3155.78/790.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3155.78/790.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3155.78/790.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3156.18/790.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3201.27/802.22	c lits-rem:       234  cl-subs:       84  v-elim:      0  v-fix:    0  time: 11.25 s
3201.27/802.22	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3201.27/802.27	c vivif2 --  cl tried    92103 cl shrink        0 lits rem          0 time: 0.04
3202.86/802.68	c asymm  cl-useful: 0/10895/20000 lits-rem:0 time: 0.41
3202.86/802.68	c calculated reachability. Time: 0.00
3202.86/802.68	c  N dy 15054   2711999      1000     20000         0     92103    100000   3188647     97.09   no data
3228.84/809.14	c  N dy 15168   2732037      1000     20000         0    112100    100000   5584308     97.09    103.56
3259.92/816.91	c  N dy 15284   2752075      1000     20000         0    132103    100000   8001544     97.10    105.18
3290.30/824.55	c  N dy 15399   2772379      1000     20000         0     79503    100000   1582889     97.10    102.48
3313.40/830.34	c  N dy 15517   2792424      1000     20000         0     99509    100000   4008095     97.12    102.71
3340.94/837.24	c  N dy 15629   2812491      1000     20000         0    119540    100000   6423819     97.12    102.40
3374.05/845.56	c  N dy 15752   2832590      1000     20000         0    139611    100000   8845538     97.13    103.15
3401.99/852.57	c  N dy 15867   2852852      1000     20000         0     85974    100000   2257830     97.13    104.42
3426.72/858.75	c  N dy 15988   2872974      1000     20000         0    106071    100000   4665963     97.14    102.35
3455.86/866.04	c  N dy 16101   2893084      1000     20000         0    126142    100000   7092069     97.14    104.61
3493.37/875.40	c  N dy 16227   2913379      1000     20000         0    146409    100000   9553810     97.16    105.74
3518.56/881.74	c  N dy 16341   2933387      1000     20000         0     91513    100000   2807790     97.16    103.78
3544.89/888.34	c  N dy 16462   2953500      1000     20000         0    111597    100000   5221635     97.17    102.54
3576.37/896.28	c  N dy 16576   2974066      1000     20000         0    132137    100000   7691748     97.17    102.32
3612.30/905.29	c  N dy 16687   2994250      1000     20000         0     76411    100000    872913     97.17    102.30
3635.05/910.90	c  N dy 16806   3014263      1000     20000         0     96391    100000   3277698     97.18    104.23
3661.39/917.57	c  N dy 16915   3034382      1000     20000         0    116480    100000   5691772     97.18    103.36
3693.74/925.63	c  N dy 17033   3054517      1000     20000         0    136576    100000   8111645     97.18    102.33
3727.23/934.09	c  N dy 17131   3074644      1000     20000         0     79790    100000   1175630     97.18    104.04
3750.80/939.95	c  N dy 17251   3094787      1000     20000         0     99904    100000   3598569     97.18    102.43
3778.71/946.94	c  N dy 17366   3114872      1000     20000         0    119952    100000   5994425     97.18    102.31
3811.03/955.01	c  N dy 17476   3134969      1000     20000         0    140022    100000   8405512     97.18    107.16
3845.36/963.68	c  N dy 17601   3155178      1000     20000         0     82326    100000   1370074     97.19    103.90
3871.70/970.28	c  N dy 17723   3175408      1000     20000         0    102524    100000   3794271     97.20    102.78
3904.02/978.39	c  N dy 17847   3195570      1000     20000         0    122653    100000   6229187     97.20    104.07
3933.95/985.88	c  S st 17942   3212000      1000     20000         0    139055    100000   8192143     97.20     91.37
3935.59/986.25	c  S st 17942   3212504      1000     20000         0    139559    100000   8241266     97.20   no data
3935.59/986.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3935.94/986.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
3935.94/986.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3935.94/986.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3935.94/986.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3935.94/986.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3935.94/986.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3936.34/986.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3937.55/986.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4187.36/1049.36	c lits-rem:       731  cl-subs:      188  v-elim:      0  v-fix:    0  time: 62.62 s
4187.36/1049.36	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4187.76/1049.47	c vivif2 --  cl tried   139371 cl shrink        0 lits rem          0 time: 0.11
4189.78/1049.95	c asymm  cl-useful: 0/6679/20000 lits-rem:0 time: 0.48
4189.78/1049.95	c calculated reachability. Time: 0.00
4189.78/1049.95	c  N dy 17942   3212504      1000     20000         0    139371    100000   8196309     97.20   no data
4227.27/1059.32	c  N dy 18065   3232613      1000     20000         0     80577    100000   1050010     97.21    102.50
4250.41/1065.18	c  N dy 18184   3252731      1000     20000         0    100667    100000   3473271     97.22    102.35
4278.74/1072.27	c  N dy 18301   3272893      1000     20000         0    120794    100000   5896519     97.22    103.61
4311.07/1080.33	c  N dy 18396   3292940      1000     20000         0    140792    100000   8295417     97.22    102.37
4347.80/1089.53	c  N dy 18503   3313164      1000     20000         0     81119    100000    999635     97.21    103.48
4371.73/1095.50	c  N dy 18622   3333205      1000     20000         0    101128    100000   3413507     97.22    103.06
4401.66/1103.04	c  N dy 18732   3353309      1000     20000         0    121207    100000   5823820     97.22    102.53
4436.77/1111.87	c  N dy 18848   3373356      1000     20000         0    141224    100000   8231564     97.22    103.35
4478.28/1122.23	c  N dy 18972   3393469      1000     20000         0    161305    100000  10656197     97.22    105.73
4504.62/1128.81	c  N dy 19090   3413495      1000     20000         0    100431    100000   3222794     97.23    102.38
4532.95/1135.94	c  N dy 19207   3433637      1000     20000         0    120548    100000   5633979     97.23    103.01
4566.48/1144.34	c  N dy 19329   3453872      1000     20000         0    140755    100000   8070480     97.23    103.30
4604.78/1153.93	c  N dy 19438   3473920      1000     20000         0    160773    100000  10472128     97.23    103.69
4630.72/1160.41	c  N dy 19539   3493980      1000     20000         0     98908    100000   2920293     97.23    107.23
4658.67/1167.47	c  N dy 19665   3514062      1000     20000         0    118960    100000   5354067     97.24    109.42
4691.38/1175.68	c  N dy 19778   3534282      1000     20000         0    139138    100000   7786203     97.25    103.52
4729.71/1185.29	c  N dy 19913   3554340      1000     20000         0    159152    100000  10226419     97.26    102.57
4758.02/1192.39	c  N dy 20022   3574375      1000     20000         0     96290    100000   2491195     97.26    123.98
4784.75/1199.07	c  N dy 20144   3594430      1000     20000         0    116320    100000   4923387     97.27    103.14

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-3366257-1305399879/watcher-3366257-1305399879 -o /tmp/evaluation-result-3366257-1305399879/solver-3366257-1305399879 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366257-1305399879.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: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 651586391 52396032 348 33554432000 4194304 4580107 140734064501888 18446744073709551615 47180234467250 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 12792 348 299 95 0 7774 0
[pid=20268/tid=20269] ppid=20266 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651586391 52396032 348 33554432000 4194304 4580107 140734064501888 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651586391 52396032 348 33554432000 4194304 4580107 140734064501888 18446744073709551615 47180234467240 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651586391 52396032 348 33554432000 4194304 4580107 140734064501888 18446744073709551615 47180234467250 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0608609 s]
/proc/loadavg: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=283424 CPUtime=0.21 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 2927 0 0 0 21 0 0 0 18 0 4 0 651586391 290226176 2834 33554432000 4194304 4580107 140734064501888 18446744073709551615 4293952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 70856 2834 358 95 0 65838 0
[pid=20268/tid=20269] ppid=20266 vsize=283424 CPUtime=0.04 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 601 0 0 0 4 0 0 0 25 0 4 0 651586391 290226176 2834 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=283424 CPUtime=0.05 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 608 0 0 0 5 0 0 0 18 0 4 0 651586391 290226176 2834 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=283424 CPUtime=0.05 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 696 0 0 0 5 0 0 0 18 0 4 0 651586391 290226176 2834 33554432000 4194304 4580107 140734064501888 18446744073709551615 4296111 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 283424

[startup+0.115421 s]
/proc/loadavg: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=283556 CPUtime=0.43 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 3206 0 0 0 43 0 0 0 18 0 4 0 651586391 290361344 3113 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 70889 3113 359 95 0 65871 0
[pid=20268/tid=20269] ppid=20266 vsize=283556 CPUtime=0.1 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 649 0 0 0 10 0 0 0 25 0 4 0 651586391 290361344 3113 33554432000 4194304 4580107 140734064501888 18446744073709551615 210204690615 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=283556 CPUtime=0.1 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 661 0 0 0 10 0 0 0 18 0 4 0 651586391 290361344 3113 33554432000 4194304 4580107 140734064501888 18446744073709551615 210204312730 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=283556 CPUtime=0.1 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 822 0 0 0 10 0 0 0 18 0 4 0 651586391 290361344 3113 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283556

[startup+0.489636 s]
/proc/loadavg: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=316532 CPUtime=1.91 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 10314 0 0 0 190 1 0 0 18 0 4 0 651586391 324128768 8355 33554432000 4194304 4580107 140734064501888 18446744073709551615 4485991 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 79133 7850 377 95 0 74115 0
[pid=20268/tid=20269] ppid=20266 vsize=316532 CPUtime=0.46 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) D 20266 20268 20027 0 -1 4202560 2477 0 0 0 46 0 0 0 18 0 4 0 651586391 324128768 7850 33554432000 4194304 4580107 140734064501888 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=316532 CPUtime=0.47 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 2753 0 0 0 47 0 0 0 18 0 4 0 651586391 324128768 7850 33554432000 4194304 4580107 140734064501888 18446744073709551615 210204690567 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=316532 CPUtime=0.48 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 1881 0 0 0 48 0 0 0 18 0 4 0 651586391 324128768 7594 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 316532

[startup+0.927263 s]
/proc/loadavg: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=303052 CPUtime=3.67 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 15129 0 0 0 365 2 0 0 19 0 4 0 651586391 310325248 7582 33554432000 4194304 4580107 140734064501888 18446744073709551615 4302590 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 75763 7070 377 95 0 70745 0
[pid=20268/tid=20269] ppid=20266 vsize=303052 CPUtime=0.9 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) D 20266 20268 20027 0 -1 4202560 3868 0 0 0 90 0 0 0 18 0 4 0 651586391 310325248 6853 33554432000 4194304 4580107 140734064501888 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=303052 CPUtime=0.9 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 3869 0 0 0 90 0 0 0 19 0 4 0 651586391 310325248 6853 33554432000 4194304 4580107 140734064501888 18446744073709551615 210204690567 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=293436 CPUtime=0.91 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 3054 0 0 0 91 0 0 0 19 0 4 0 651586391 300478464 6854 33554432000 4194304 4580107 140734064501888 18446744073709551615 4315861 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 303052

[startup+1.50062 s]
/proc/loadavg: 7.77 8.02 8.05 7/298 20268
/proc/meminfo: memFree=27772116/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=294232 CPUtime=5.96 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 20485 0 0 0 593 3 0 0 19 0 4 0 651586391 301293568 7478 33554432000 4194304 4580107 140734064501888 18446744073709551615 4316435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 73558 7478 377 95 0 68540 0
[pid=20268/tid=20269] ppid=20266 vsize=294232 CPUtime=1.47 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 5214 0 0 0 147 0 0 0 20 0 4 0 651586391 301293568 7478 33554432000 4194304 4580107 140734064501888 18446744073709551615 4320919 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=294232 CPUtime=1.48 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 5219 0 0 0 148 0 0 0 20 0 4 0 651586391 301293568 7478 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=294232 CPUtime=1.48 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 4363 0 0 0 148 0 0 0 20 0 4 0 651586391 301293568 7478 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 294232

[startup+3.10036 s]
/proc/loadavg: 7.77 8.02 8.05 11/302 20272
/proc/meminfo: memFree=27679364/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=295400 CPUtime=12.34 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 35925 0 0 0 1228 6 0 0 24 0 4 0 651586391 302489600 12876 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 73850 12876 379 95 0 68832 0
[pid=20268/tid=20269] ppid=20266 vsize=295400 CPUtime=3.05 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 8316 0 0 0 304 1 0 0 25 0 4 0 651586391 302489600 12876 33554432000 4194304 4580107 140734064501888 18446744073709551615 4292896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=295400 CPUtime=3.08 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 8404 0 0 0 307 1 0 0 24 0 4 0 651586391 302489600 12876 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=295400 CPUtime=3.09 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 7541 0 0 0 308 1 0 0 24 0 4 0 651586391 302489600 12876 33554432000 4194304 4580107 140734064501888 18446744073709551615 4342205 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295400

[startup+6.30082 s]
/proc/loadavg: 7.79 8.02 8.05 9/302 20272
/proc/meminfo: memFree=27581712/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=318212 CPUtime=25.11 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 63274 0 0 0 2500 11 0 0 25 0 4 0 651586391 325849088 30234 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 79553 30234 379 95 0 74535 0
[pid=20268/tid=20269] ppid=20266 vsize=318212 CPUtime=6.22 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 15184 0 0 0 620 2 0 0 25 0 4 0 651586391 325849088 30234 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=318212 CPUtime=6.28 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 15852 0 0 0 626 2 0 0 25 0 4 0 651586391 325849088 30234 33554432000 4194304 4580107 140734064501888 18446744073709551615 4416041 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=318212 CPUtime=6.29 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 15112 0 0 0 626 3 0 0 25 0 4 0 651586391 325849088 30234 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 318212

[startup+12.7108 s]
/proc/loadavg: 7.81 8.02 8.05 9/302 20272
/proc/meminfo: memFree=27478576/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=309072 CPUtime=50.68 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 107017 0 0 0 5048 20 0 0 25 0 4 0 651586391 316489728 48120 33554432000 4194304 4580107 140734064501888 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 77268 48120 379 95 0 72250 0
[pid=20268/tid=20269] ppid=20266 vsize=309072 CPUtime=12.57 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 25504 0 0 0 1253 4 0 0 25 0 4 0 651586391 316489728 48120 33554432000 4194304 4580107 140734064501888 18446744073709551615 4296285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=309072 CPUtime=12.69 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 27570 0 0 0 1264 5 0 0 25 0 4 0 651586391 316489728 48120 33554432000 4194304 4580107 140734064501888 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=309072 CPUtime=12.7 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 24723 0 0 0 1265 5 0 0 25 0 4 0 651586391 316489728 48120 33554432000 4194304 4580107 140734064501888 18446744073709551615 4306048 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 309072

[startup+25.5006 s]
/proc/loadavg: 7.99 8.06 8.06 9/302 20273
/proc/meminfo: memFree=27393844/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=351780 CPUtime=101.74 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 156872 0 0 0 10144 30 0 0 25 0 4 0 651586391 360222720 63877 33554432000 4194304 4580107 140734064501888 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 87945 63877 380 95 0 82927 0
[pid=20268/tid=20269] ppid=20266 vsize=351780 CPUtime=25.26 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 37070 0 0 0 2520 6 0 0 25 0 4 0 651586391 360222720 63877 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=351780 CPUtime=25.47 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 39516 0 0 0 2540 7 0 0 25 0 4 0 651586391 360222720 63877 33554432000 4194304 4580107 140734064501888 18446744073709551615 4322907 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=351780 CPUtime=25.48 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 38681 0 0 0 2541 7 0 0 25 0 4 0 651586391 360222720 63877 33554432000 4194304 4580107 140734064501888 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 351780

[startup+51.1003 s]
/proc/loadavg: 7.99 8.05 8.05 9/302 20274
/proc/meminfo: memFree=27263492/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=517612 CPUtime=203.91 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 228785 0 0 0 20345 46 0 0 25 0 4 0 651586391 530034688 84655 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 129403 84656 379 95 0 124385 0
[pid=20268/tid=20269] ppid=20266 vsize=517612 CPUtime=50.63 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 58305 0 0 0 5052 11 0 0 25 0 4 0 651586391 530034688 84666 33554432000 4194304 4580107 140734064501888 18446744073709551615 4324126 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=517612 CPUtime=51.08 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 56796 0 0 0 5096 12 0 0 25 0 4 0 651586391 530034688 84666 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=517612 CPUtime=51.1 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 60037 0 0 0 5097 13 0 0 25 0 4 0 651586391 530034688 84666 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 517612

[startup+102.301 s]
/proc/loadavg: 8.10 8.07 8.06 9/302 20275
/proc/meminfo: memFree=27176780/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=567232 CPUtime=408.21 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 369888 0 0 0 40738 83 0 0 25 0 4 0 651586391 580845568 97365 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 141808 97365 379 95 0 136790 0
[pid=20268/tid=20269] ppid=20266 vsize=567232 CPUtime=101.35 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 99292 0 0 0 10112 23 0 0 25 0 4 0 651586391 580845568 97366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=567232 CPUtime=102.26 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 83341 0 0 0 10208 18 0 0 25 0 4 0 651586391 580845568 97366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=567232 CPUtime=102.29 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 102657 0 0 0 10205 24 0 0 25 0 4 0 651586391 580845568 97366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.21
Current children cumulated vsize (KiB) 567232

[startup+162.311 s]

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

[pid=20268] ppid=20266 vsize=1007772 CPUtime=2802.62 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1405384 0 0 0 279846 416 0 0 25 0 4 0 651586391 1031958528 181378 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 251943 181378 381 95 0 246925 0
[pid=20268/tid=20269] ppid=20266 vsize=1007772 CPUtime=695.89 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 386974 0 0 0 69471 118 0 0 25 0 4 0 651586391 1031958528 181381 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1007772 CPUtime=702.13 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 355447 0 0 0 70115 98 0 0 25 0 4 0 651586391 1031958528 181381 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1007772 CPUtime=702.28 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 337078 0 0 0 70126 102 0 0 25 0 4 0 651586391 1031958528 181381 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.62
Current children cumulated vsize (KiB) 1007772

[startup+762.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/302 20292
/proc/meminfo: memFree=26600152/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1088980 CPUtime=3042.04 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1497756 0 0 0 303754 450 0 0 25 0 4 0 651586391 1115115520 177236 33554432000 4194304 4580107 140734064501888 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 272245 177236 385 95 0 267227 0
[pid=20268/tid=20269] ppid=20266 vsize=1088980 CPUtime=755.33 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 411556 0 0 0 75408 125 0 0 25 0 4 0 651586391 1115115520 177236 33554432000 4194304 4580107 140734064501888 18446744073709551615 4417015 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1088980 CPUtime=762.11 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 377584 0 0 0 76103 108 0 0 25 0 4 0 651586391 1115115520 177236 33554432000 4194304 4580107 140734064501888 18446744073709551615 4316300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1088980 CPUtime=762.28 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 358327 0 0 0 76116 112 0 0 25 0 4 0 651586391 1115115520 177236 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.04
Current children cumulated vsize (KiB) 1088980

[startup+822.312 s]
/proc/loadavg: 8.13 8.12 8.09 9/302 20294
/proc/meminfo: memFree=26496700/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1103564 CPUtime=3281.52 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1569993 0 0 0 327677 475 0 0 25 0 4 0 651586391 1130049536 199035 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 275891 199035 385 95 0 270873 0
[pid=20268/tid=20269] ppid=20266 vsize=1103564 CPUtime=814.79 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 428411 0 0 0 81348 131 0 0 25 0 4 0 651586391 1130049536 199035 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1103564 CPUtime=822.12 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 400393 0 0 0 82096 116 0 0 25 0 4 0 651586391 1130049536 199035 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1103564 CPUtime=822.29 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 373393 0 0 0 82113 116 0 0 25 0 4 0 651586391 1130049536 199036 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3281.52
Current children cumulated vsize (KiB) 1103564

[startup+882.301 s]
/proc/loadavg: 8.09 8.11 8.09 9/302 20296
/proc/meminfo: memFree=26493192/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1050548 CPUtime=3520.91 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1652898 0 0 0 351587 504 0 0 25 0 4 0 651586391 1075761152 189945 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 262637 189945 385 95 0 257619 0
[pid=20268/tid=20269] ppid=20266 vsize=1050548 CPUtime=874.25 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 450954 0 0 0 87285 140 0 0 25 0 4 0 651586391 1075761152 189945 33554432000 4194304 4580107 140734064501888 18446744073709551615 4316502 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1050548 CPUtime=882.09 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 414838 0 0 0 88087 122 0 0 25 0 4 0 651586391 1075761152 189945 33554432000 4194304 4580107 140734064501888 18446744073709551615 4416292 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1050548 CPUtime=882.28 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 395277 0 0 0 88104 124 0 0 25 0 4 0 651586391 1075761152 189945 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.91
Current children cumulated vsize (KiB) 1050548

[startup+942.301 s]
/proc/loadavg: 8.03 8.09 8.08 9/302 20298
/proc/meminfo: memFree=26482356/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1052468 CPUtime=3760.35 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1735661 0 0 0 375503 532 0 0 25 0 4 0 651586391 1077727232 178655 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 263117 178655 385 95 0 258099 0
[pid=20268/tid=20269] ppid=20266 vsize=1052468 CPUtime=933.69 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 473106 0 0 0 93221 148 0 0 25 0 4 0 651586391 1077727232 178655 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1052468 CPUtime=942.07 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 430018 0 0 0 94080 127 0 0 25 0 4 0 651586391 1077727232 178655 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1052468 CPUtime=942.28 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 418291 0 0 0 94097 131 0 0 25 0 4 0 651586391 1077727232 178655 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3760.35
Current children cumulated vsize (KiB) 1052468

[startup+1002.3 s]
/proc/loadavg: 8.01 8.07 8.08 9/302 20299
/proc/meminfo: memFree=26172180/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1355696 CPUtime=3999.8 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1833966 0 0 0 399422 558 0 0 25 0 4 0 651586391 1388232704 259145 33554432000 4194304 4580107 140734064501888 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 338924 259145 382 95 0 333906 0
[pid=20268/tid=20269] ppid=20266 vsize=1355696 CPUtime=993.16 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 507266 0 0 0 99161 155 0 0 25 0 4 0 651586391 1388232704 259145 33554432000 4194304 4580107 140734064501888 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1355696 CPUtime=1002.07 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 447285 0 0 0 100071 136 0 0 25 0 4 0 651586391 1388232704 259145 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1355696 CPUtime=1002.27 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 439405 0 0 0 100092 135 0 0 25 0 4 0 651586391 1388232704 259145 33554432000 4194304 4580107 140734064501888 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.8
Current children cumulated vsize (KiB) 1355696

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.07 9/302 20300
/proc/meminfo: memFree=26255820/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1315008 CPUtime=4239.23 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1877935 0 0 0 423349 574 0 0 25 0 4 0 651586391 1346568192 243366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4319019 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 328752 243366 382 95 0 323734 0
[pid=20268/tid=20269] ppid=20266 vsize=1315008 CPUtime=1052.6 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 517716 0 0 0 105101 159 0 0 25 0 4 0 651586391 1346568192 243366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1315008 CPUtime=1062.05 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 468463 0 0 0 106060 145 0 0 25 0 4 0 651586391 1346568192 243366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1315008 CPUtime=1062.28 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 446746 0 0 0 106090 138 0 0 25 0 4 0 651586391 1346568192 243366 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4239.23
Current children cumulated vsize (KiB) 1315008

[startup+1122.3 s]
/proc/loadavg: 8.04 8.06 8.07 9/302 20302
/proc/meminfo: memFree=26177904/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1373028 CPUtime=4478.68 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 1960979 0 0 0 447262 606 0 0 25 0 4 0 651586391 1405980672 260271 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 343257 260271 380 95 0 338239 0
[pid=20268/tid=20269] ppid=20266 vsize=1373028 CPUtime=1112.06 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 538631 0 0 0 111039 167 0 0 25 0 4 0 651586391 1405980672 260271 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1373028 CPUtime=1122.04 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 490455 0 0 0 112054 150 0 0 25 0 4 0 651586391 1405980672 260271 33554432000 4194304 4580107 140734064501888 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1373028 CPUtime=1122.27 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 467467 0 0 0 112079 148 0 0 25 0 4 0 651586391 1405980672 260271 33554432000 4194304 4580107 140734064501888 18446744073709551615 4324356 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4478.68
Current children cumulated vsize (KiB) 1373028

[startup+1182.3 s]
/proc/loadavg: 8.06 8.06 8.07 9/302 20304
/proc/meminfo: memFree=26235140/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1303928 CPUtime=4718.11 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 2029549 0 0 0 471178 633 0 0 25 0 4 0 651586391 1335222272 248868 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 325982 248868 380 95 0 320964 0
[pid=20268/tid=20269] ppid=20266 vsize=1303928 CPUtime=1171.51 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 559450 0 0 0 116974 177 0 0 25 0 4 0 651586391 1335222272 248868 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1303928 CPUtime=1182.03 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 496614 0 0 0 118051 152 0 0 25 0 4 0 651586391 1335222272 248868 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1303928 CPUtime=1182.27 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 487825 0 0 0 118072 155 0 0 25 0 4 0 651586391 1335222272 248868 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.11
Current children cumulated vsize (KiB) 1303928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.91 s]
/proc/loadavg: 8.11 8.07 8.07 5/297 20305
/proc/meminfo: memFree=26759792/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1304196 CPUtime=4800.38 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 2057320 0 0 0 479396 642 0 0 25 0 4 0 651586391 1335496704 253660 33554432000 4194304 4580107 140734064501888 18446744073709551615 4342192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 326049 253660 380 95 0 321031 0
[pid=20268/tid=20269] ppid=20266 vsize=1304196 CPUtime=1191.93 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 566501 0 0 0 119014 179 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1304196 CPUtime=1202.64 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 502680 0 0 0 120110 154 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1304196 CPUtime=1202.89 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 494406 0 0 0 120132 157 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1304196

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

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

[startup+1202.91 s]
/proc/loadavg: 8.11 8.07 8.07 5/297 20305
/proc/meminfo: memFree=26759792/32951124 swapFree=63649232/67111528
[pid=20268] ppid=20266 vsize=1304196 CPUtime=4800.38 cores=0,2,4,6
/proc/20268/stat : 20268 (strangenight2-m) R 20266 20268 20027 0 -1 4202496 2057320 0 0 0 479396 642 0 0 25 0 4 0 651586391 1335496704 253660 33554432000 4194304 4580107 140734064501888 18446744073709551615 4342192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20268/statm: 326049 253660 380 95 0 321031 0
[pid=20268/tid=20269] ppid=20266 vsize=1304196 CPUtime=1191.93 cores=0,2,4,6
/proc/20268/task/20269/stat : 20269 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 566501 0 0 0 119014 179 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20268/tid=20270] ppid=20266 vsize=1304196 CPUtime=1202.64 cores=0,2,4,6
/proc/20268/task/20270/stat : 20270 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 502680 0 0 0 120110 154 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20268/tid=20271] ppid=20266 vsize=1304196 CPUtime=1202.89 cores=0,2,4,6
/proc/20268/task/20271/stat : 20271 (strangenight2-m) R 20266 20268 20027 0 -1 4202560 494406 0 0 0 120132 157 0 0 25 0 4 0 651586391 1335496704 253664 33554432000 4194304 4580107 140734064501888 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 1304196

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.98
CPU time (s): 4800.47
CPU user time (s): 4794
CPU system time (s): 6.47202
CPU usage (%): 399.049
Max. virtual memory (cumulated for all children) (KiB): 1388252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794
system time used= 6.47202
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2057330
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= 2305
involuntary context switches= 21624

runsolver used 3.00454 second user time and 7.97179 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 21:04:39
IDJOB=3366257
IDBENCH=82666
IDSOLVER=1844
FILE ID=node130/3366257-1305399879
RUNJOBID= node130-1305397468-20045
PBS_JOBID= 13324461
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S698025027-034-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366257-1305399879/watcher-3366257-1305399879 -o /tmp/evaluation-result-3366257-1305399879/solver-3366257-1305399879 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366257-1305399879.cnf

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

MD5SUM BENCH= 92b3ae536df5707fe014291d91790352
RANDOM SEED=999113275

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27772280 kB
Buffers:        253536 kB
Cached:        3594680 kB
SwapCached:      10248 kB
Active:        1148632 kB
Inactive:      3760560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27772280 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           13052 kB
Writeback:           0 kB
AnonPages:     1058540 kB
Mapped:          13504 kB
Slab:           182728 kB
PageTables:      25112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51546208 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= 73424 MiB
End job on node130 at 2011-05-14 21:24:44