Trace number 3173872

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.21 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S519298227-080-UNKNOWN.cnf
MD5SUMb0f2a8c1ae428dae6bc946bb38e8786d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.7627
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173872-1304072173.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.41/0.11	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.41/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.41/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.41/0.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.94/0.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.94/0.92	c Finding binary XORs  T:     0.00 s  found:       0
1.94/0.92	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.94/0.92	c calculated reachability. Time: 0.00
1.94/0.92	c Calc default polars -  time:   0.00 s pos:     476 undec:      33 neg:     491
1.94/0.92	c =========================================================================================
1.94/0.92	c types(t): F = full restart, N = normal restart
1.94/0.92	c types(t): S = simplification begin/end, E = solution found
1.94/0.92	c restart types(rt): st = static, dy = dynamic
1.94/0.92	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.94/0.92	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
1.94/0.92	c  N dy    16      4083      1000     20000         0      4071    100000    505290     96.74    102.39
1.94/0.92	c  N dy    37      8169      1000     20000         0      5660    100000    513708     96.61    104.09
4.37/1.11	c  N dy    58     12261      1000     20000         0      5507    100000    335873     95.79    102.64
5.17/1.32	c  N dy    79     16368      1000     20000         0      9610    100000    814383     95.11    100.60
6.36/1.66	c  N dy   103     20498      1000     20000         0      8119    100000    506140     95.37    100.54
7.96/2.00	c  N dy   127     24743      1000     20000         0     12356    100000   1012412     95.59    104.38
7.96/2.03	c  F st   129     25001      1000     20000         0     12614    100000   1044152     95.64     87.73
9.56/2.46	c  N dy   135     30002      1000     20000         0     10800    100000    757220     95.64   no data
9.56/2.46	c  S st   135     30002      1000     20000         0     10800    100000    757220     95.64   no data
9.96/2.51	c  S st   135     30505      1000     20000         0     11303    100000    809064     95.64   no data
9.96/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.52	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.96/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.58/2.99	c lits-rem:        89  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.41 s
12.36/3.12	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.36/3.12	c calculated reachability. Time: 0.00
12.36/3.12	c  N dy   135     30505      1000     20000         0     11268    100000    800161     95.64   no data
13.55/3.49	c  N dy   161     34626      1000     20000         0     15380    100000   1288620     95.86    103.32
15.15/3.84	c  N dy   185     38650      1000     20000         0     11506    100000    668028     96.00    103.03
16.74/4.23	c  N dy   206     42714      1000     20000         0     15561    100000   1137163     95.69    100.78
17.94/4.55	c  S st   224     45758      1000     20000         0      9664    100000    331819     95.84   no data
18.34/4.60	c  S st   224     46260      1000     20000         0     10166    100000    380621     95.84   no data
18.34/4.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.34/4.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.34/4.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.34/4.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.34/4.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.34/4.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.34/4.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.34/4.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.34/4.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.74	c lits-rem:        22  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.10 s
18.75/4.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.75/4.75	c vivif2 --  cl tried    10163 cl shrink        0 lits rem          0 time: 0.00
19.15/4.88	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.15/4.88	c calculated reachability. Time: 0.00
19.15/4.88	c  N dy   224     46260      1000     20000         0     10163    100000    379899     95.84   no data
20.74/5.26	c  N dy   248     50379      1000     20000         0     14278    100000    860326     95.78    103.21
22.34/5.67	c  N dy   273     54529      1000     20000         0     18425    100000   1349413     95.81    101.40
24.36/6.16	c  N dy   294     59477      1000     20000         0     13401    100000    659885     95.56    102.79
25.93/6.54	c  N dy   319     63506      1000     20000         0     17425    100000   1134976     95.64    100.88
27.94/7.00	c  N dy   346     67673      1000     20000         0     21586    100000   1630300     95.77    101.69
28.33/7.19	c  S st   358     69391      1000     20000         0     12328    100000    428447     95.85     94.99
28.75/7.25	c  S st   358     69892      1000     20000         0     12829    100000    477497     95.85   no data
28.75/7.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.75/7.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.75/7.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.75/7.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.75/7.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.75/7.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.75/7.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.52/7.48	c lits-rem:        17  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.18 s
29.52/7.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.52/7.49	c vivif2 --  cl tried    12825 cl shrink        0 lits rem          0 time: 0.01
30.33/7.63	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.33/7.63	c calculated reachability. Time: 0.00
30.33/7.63	c  N dy   358     69892      1000     20000         0     12825    100000    476516     95.85   no data
31.93/8.08	c  N dy   386     74562      1000     20000         0     17488    100000   1034310     95.91    103.46
34.31/8.61	c  N dy   414     79384      1000     20000         0     22306    100000   1608540     95.95    101.04
36.32/9.14	c  N dy   441     84600      1000     20000         0     15536    100000    700160     95.99    101.65
37.53/9.43	c  F st   461     87500      1000     20000         0     18432    100000   1052409     96.12     99.43
38.71/9.79	c  N st   466     90795      1000     20000         0     21713    100000   1473190     96.12   no data
41.51/10.45	c  N dy   492     96633      1000     20000         0     14562    100000    477797     96.27    108.06
43.90/11.07	c  N dy   524    102878      1000     20000         0     20797    100000   1210823     96.16    101.23
44.71/11.28	c  S st   537    104838      1000     20000         0     22756    100000   1439455     96.14   no data
45.11/11.35	c  S st   537    105341      1000     20000         0     23259    100000   1491040     96.14   no data
45.11/11.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.11/11.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.11/11.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.11/11.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.11/11.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.11/11.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.11/11.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.11/11.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
45.51/11.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.48/14.42	c lits-rem:       180  cl-subs:       35  v-elim:      0  v-fix:    0  time:  2.95 s
57.48/14.43	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.48/14.44	c vivif2 --  cl tried    23224 cl shrink        0 lits rem          0 time: 0.02
58.28/14.68	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.24
58.28/14.68	c calculated reachability. Time: 0.00
58.28/14.68	c  N dy   537    105341      1000     20000         0     23224    100000   1482563     96.14   no data
61.88/15.52	c  N dy   577    112189      1000     20000         0     16086    100000    542168     96.07    101.35
65.07/16.34	c  N dy   616    119630      1000     20000         0     23512    100000   1416915     96.01    101.37
69.07/17.33	c  N dy   662    127417      1000     20000         0     16318    100000    461829     96.08    103.37
72.68/18.29	c  N dy   703    135803      1000     20000         0     24688    100000   1454143     95.98    101.07
77.08/19.40	c  N dy   750    144515      1000     20000         0     17413    100000    485759     96.01    101.22
81.47/20.43	c  N dy   800    153757      1000     20000         0     26632    100000   1582524     96.01    101.87
83.45/20.99	c  S st   831    158012      1000     20000         0     30881    100000   2088025     96.05   no data
83.85/21.08	c  S st   831    158517      1000     20000         0     31386    100000   2140570     96.05   no data
83.85/21.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.25/21.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
84.25/21.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.25/21.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.25/21.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.25/21.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
84.25/21.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.25/21.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.65/21.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.81/28.53	c lits-rem:       225  cl-subs:       55  v-elim:      0  v-fix:    0  time:  7.27 s
113.81/28.53	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
113.81/28.55	c vivif2 --  cl tried    31331 cl shrink        0 lits rem          0 time: 0.03
115.00/28.88	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.32
115.00/28.88	c calculated reachability. Time: 0.00
115.00/28.88	c  N dy   831    158517      1000     20000         0     31331    100000   2127804     96.05   no data
120.20/30.19	c  N dy   897    168801      1000     20000         0     24629    100000   1220467     96.10    102.16
126.19/31.64	c  N dy   958    179573      1000     20000         0     35381    100000   2501469     96.11    103.98
131.78/33.04	c  N dy  1021    191100      1000     20000         0     28922    100000   1621823     96.05    101.63
138.17/34.69	c  N dy  1087    203297      1000     20000         0     22132    100000    705876     96.04    102.20
144.96/36.39	c  N dy  1165    216272      1000     20000         0     35084    100000   2227545     96.03    101.43
152.55/38.21	c  N dy  1237    230151      1000     20000         0     28971    100000   1412612     96.02    101.55
156.56/39.27	c  S st  1280    237780      1000     20000         0     36588    100000   2317997     96.03     89.96
156.95/39.37	c  S st  1280    238282      1000     20000         0     37090    100000   2366849     96.03   no data
156.95/39.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.34/39.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
157.34/39.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.34/39.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.34/39.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.34/39.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
157.34/39.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.34/39.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
157.74/39.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
199.28/49.96	c lits-rem:       327  cl-subs:       58  v-elim:      0  v-fix:    0  time: 10.40 s
199.28/49.96	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
199.28/49.99	c vivif2 --  cl tried    37032 cl shrink        0 lits rem          0 time: 0.03
200.88/50.32	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.33
200.88/50.32	c calculated reachability. Time: 0.00
200.88/50.32	c  N dy  1280    238282      1000     20000         0     37032    100000   2352728     96.03   no data
208.89/52.36	c  N dy  1361    253787      1000     20000         0     31552    100000   1603282     96.01    101.48
218.09/54.67	c  N dy  1449    270035      1000     20000         0     25810    100000    813515     96.05    102.20
227.64/57.08	c  N dy  1540    287487      1000     20000         0     43243    100000   2892196     96.06    101.57
238.03/59.61	c  N dy  1636    305881      1000     20000         0     38654    100000   2239568     96.04    101.19
238.03/59.67	c  F st  1639    306250      1000     20000         0     39023    100000   2283845     96.03     84.47
249.21/62.45	c  N dy  1715    325891      1000     20000         0     34666    100000   1633432     95.96    104.11
261.62/65.55	c  N dy  1836    345984      1000     20000         0     29758    100000    961527     96.03    107.38
268.39/67.21	c  S st  1900    357427      1000     20000         0     41180    100000   2309543     96.04   no data
268.79/67.32	c  S st  1900    357928      1000     20000         0     41681    100000   2365412     96.04   no data
268.79/67.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
268.79/67.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
268.79/67.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.79/67.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.79/67.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.79/67.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
268.79/67.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.79/67.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
269.19/67.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
314.34/78.75	c lits-rem:       243  cl-subs:       48  v-elim:      0  v-fix:    0  time: 11.22 s
314.34/78.75	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
314.34/78.78	c vivif2 --  cl tried    41633 cl shrink        0 lits rem          0 time: 0.03
315.92/79.14	c asymm  cl-useful: 0/18633/20000 lits-rem:0 time: 0.36
315.92/79.14	c calculated reachability. Time: 0.00
315.92/79.14	c  N dy  1900    357928      1000     20000         0     41633    100000   2353635     96.04   no data
328.70/82.34	c  N dy  2013    378016      1000     20000         0     35726    100000   1558489     96.05    102.66
342.29/85.79	c  N dy  2126    398154      1000     20000         0     28880    100000    630160     96.08    104.33
355.07/88.92	c  N dy  2242    418248      1000     20000         0     48933    100000   3018787     96.11    123.86
367.85/92.13	c  N dy  2360    438282      1000     20000         0     40972    100000   1941259     96.09    102.32
381.43/95.59	c  N dy  2472    458337      1000     20000         0     32054    100000    779351     96.11    103.43
394.61/98.84	c  N dy  2590    478426      1000     20000         0     52111    100000   3160448     96.12    112.57
408.19/102.21	c  N dy  2710    498579      1000     20000         0     42282    100000   1888296     96.14    101.37
422.97/105.98	c  N dy  2827    518671      1000     20000         0     31389    100000    483632     96.15    104.58
434.55/108.83	c  S st  2931    536892      1000     20000         0     49584    100000   2635082     96.16     99.98
434.95/108.96	c  S st  2931    537398      1000     20000         0     50090    100000   2690118     96.16   no data
434.95/108.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
435.36/109.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
435.36/109.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
435.36/109.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
435.36/109.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.36/109.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
435.36/109.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
435.36/109.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
435.76/109.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
500.07/125.29	c lits-rem:       355  cl-subs:       53  v-elim:      0  v-fix:    0  time: 16.09 s
500.07/125.29	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
500.47/125.33	c vivif2 --  cl tried    50037 cl shrink        0 lits rem          0 time: 0.03
500.47/125.37	c asymm  cl-useful: 0/1367/20000 lits-rem:0 time: 0.04
500.47/125.37	c calculated reachability. Time: 0.00
500.47/125.37	c  N dy  2931    537398      1000     20000         0     50037    100000   2677122     96.16   no data
516.86/129.44	c  N dy  3042    557632      1000     20000         0     38292    100000   1182648     96.16    103.49
532.03/133.22	c  N dy  3156    578129      1000     20000         0     58760    100000   3638359     96.18    101.96
546.81/136.90	c  N dy  3271    598443      1000     20000         0     46100    100000   2013605     96.19    102.59
562.79/140.97	c  N dy  3386    618509      1000     20000         0     66138    100000   4415571     96.21    101.39
576.77/144.45	c  N dy  3509    638536      1000     20000         0     52163    100000   2636813     96.26    102.07
593.54/148.64	c  N dy  3626    659017      1000     20000         0     37667    100000    785344     96.26    103.11
607.52/152.19	c  N dy  3747    679082      1000     20000         0     57690    100000   3182416     96.28    101.40
623.49/156.16	c  N dy  3850    699173      1000     20000         0     41814    100000   1167748     96.26    102.78
638.67/159.94	c  N dy  3976    719214      1000     20000         0     61817    100000   3573527     96.30    102.26
655.05/164.00	c  N dy  4091    739289      1000     20000         0     44932    100000   1427598     96.32    101.99
670.64/167.94	c  N dy  4204    759380      1000     20000         0     64987    100000   3820963     96.32    102.19
687.00/172.01	c  N dy  4312    779401      1000     20000         0     47044    100000   1587047     96.33    114.79
703.38/176.16	c  N dy  4412    799483      1000     20000         0     67088    100000   3988861     96.32    102.12
710.56/177.90	c  S st  4453    806098      1000     20000         0     73688    100000   4778790     96.32   no data
711.36/178.10	c  S st  4453    806601      1000     20000         0     74191    100000   4829439     96.32   no data
711.36/178.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
711.36/178.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
711.36/178.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
711.36/178.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
711.36/178.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
711.36/178.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
711.36/178.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
711.76/178.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
712.16/178.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
822.41/205.93	c lits-rem:       723  cl-subs:      142  v-elim:      0  v-fix:    0  time: 27.41 s
822.41/205.93	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
822.81/206.00	c vivif2 --  cl tried    74049 cl shrink        0 lits rem          0 time: 0.06
824.43/206.42	c asymm  cl-useful: 0/12684/20000 lits-rem:0 time: 0.42
824.43/206.42	c calculated reachability. Time: 0.00
824.43/206.42	c  N dy  4453    806601      1000     20000         0     74049    100000   4795468     96.32   no data
839.59/210.29	c  N dy  4562    827115      1000     20000         0     55598    100000   2479866     96.33    101.77
857.56/214.79	c  N dy  4675    847143      1000     20000         0     75593    100000   4860318     96.34    101.58
873.54/218.70	c  N dy  4782    867206      1000     20000         0     55685    100000   2365992     96.32    103.04
891.12/223.18	c  N dy  4887    887479      1000     20000         0     75922    100000   4766906     96.31    101.90
907.52/227.26	c  N dy  5005    907663      1000     20000         0     55134    100000   2211419     96.33    102.98
925.50/231.79	c  N dy  5122    927700      1000     20000         0     75143    100000   4607411     96.35    101.96
942.67/236.02	c  N dy  5238    947718      1000     20000         0     53191    100000   1857039     96.36    102.42
959.83/240.35	c  N dy  5342    967783      1000     20000         0     73222    100000   4243695     96.36    102.43
979.40/245.25	c  N dy  5464    988083      1000     20000         0     50564    100000   1439308     96.38    102.47
997.77/249.84	c  N dy  5591   1008160      1000     20000         0     70611    100000   3835804     96.41    101.91
1020.15/255.43	c  N dy  5707   1028296      1000     20000         0     46799    100000    877467     96.42    102.39
1037.32/259.73	c  N dy  5806   1048309      1000     20000         0     66782    100000   3268260     96.40    101.55
1058.89/265.18	c  N dy  5917   1068375      1000     20000         0     86820    100000   5660072     96.40    113.40
1063.28/266.24	c  F st  5938   1071876      1000     20000         0     45387    100000    595984     96.40   no data
1075.67/269.38	c  N dy  6008   1088390      1000     20000         0     61854    100000   2636716     96.41    101.88
1095.64/274.30	c  N dy  6120   1108430      1000     20000         0     81866    100000   5016032     96.42    102.18
1114.82/279.13	c  N dy  6231   1128460      1000     20000         0     55940    100000   1739621     96.42    103.54
1133.59/283.85	c  N dy  6351   1148623      1000     20000         0     76064    100000   4157501     96.43    101.59
1155.56/289.35	c  N dy  6472   1168653      1000     20000         0     49137    100000    827136     96.46    103.66
1171.93/293.43	c  N dy  6579   1188828      1000     20000         0     69285    100000   3226503     96.46    103.45
1193.90/298.91	c  N dy  6708   1208961      1000     20000         0     89385    100000   5647045     96.48    103.50
1194.71/299.17	c  S st  6713   1209902      1000     20000         0     90326    100000   5758560     96.48    100.93
1195.90/299.40	c  S st  6713   1210404      1000     20000         0     90828    100000   5807865     96.48   no data
1195.90/299.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1195.90/299.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1195.90/299.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1195.90/299.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1195.90/299.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1195.90/299.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1195.90/299.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1196.30/299.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1197.10/299.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1357.68/339.95	c lits-rem:       812  cl-subs:      131  v-elim:      0  v-fix:    0  time: 40.01 s
1357.68/339.95	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1358.08/340.03	c vivif2 --  cl tried    90697 cl shrink        0 lits rem          0 time: 0.08
1359.28/340.37	c asymm  cl-useful: 0/7316/20000 lits-rem:0 time: 0.34
1359.28/340.38	c calculated reachability. Time: 0.00
1359.28/340.38	c  N dy  6713   1210404      1000     20000         0     90697    100000   5776282     96.48   no data
1377.67/344.92	c  N dy  6832   1230429      1000     20000         0     62771    100000   2341230     96.50    103.30
1398.43/350.12	c  N dy  6955   1250916      1000     20000         0     83217    100000   4799854     96.52    102.17
1420.40/355.69	c  N dy  7088   1270940      1000     20000         0     54295    100000   1232430     96.55    106.15
1438.38/360.16	c  N dy  7210   1291058      1000     20000         0     74387    100000   3633182     96.56    102.80
1460.75/365.77	c  N dy  7334   1311096      1000     20000         0     94390    100000   6029327     96.57    106.81
1479.92/370.52	c  N dy  7444   1331144      1000     20000         0     64481    100000   2321401     96.58    102.99
1500.29/375.63	c  N dy  7578   1351240      1000     20000         0     84543    100000   4735718     96.60    101.82
1523.46/381.49	c  N dy  7681   1371302      1000     20000         0     53655    100000    917607     96.60    103.56
1541.43/385.92	c  N dy  7800   1391405      1000     20000         0     73723    100000   3320878     96.61    109.22
1563.80/391.53	c  N dy  7926   1411413      1000     20000         0     93705    100000   5722266     96.63    104.03
1585.37/396.91	c  N dy  8032   1431430      1000     20000         0     61767    100000   1779601     96.62    102.49
1605.35/401.96	c  N dy  8156   1451431      1000     20000         0     81731    100000   4173911     96.64    103.43
1629.71/408.05	c  N dy  8271   1471440      1000     20000         0    101711    100000   6581450     96.65    101.99
1648.90/412.89	c  N dy  8392   1491627      1000     20000         0     68965    100000   2528293     96.66    102.08
1670.06/418.14	c  N dy  8504   1511646      1000     20000         0     88953    100000   4922271     96.67    104.87
1696.02/424.66	c  N dy  8618   1531879      1000     20000         0     55242    100000    770261     96.67    102.78
1714.00/429.18	c  N dy  8729   1552156      1000     20000         0     75475    100000   3205702     96.67    101.91
1737.99/435.14	c  N dy  8862   1572483      1000     20000         0     95768    100000   5644188     96.69    101.84
1761.93/441.11	c  N dy  8971   1592563      1000     20000         0     60904    100000   1348057     96.69    102.52
1781.10/445.90	c  N dy  9079   1612685      1000     20000         0     80993    100000   3735766     96.68    103.64
1805.07/451.90	c  N dy  9173   1632736      1000     20000         0    101007    100000   6123723     96.67    107.65
1829.44/458.05	c  N dy  9299   1652761      1000     20000         0     65094    100000   1737327     96.69    102.28
1851.01/463.48	c  N dy  9419   1672811      1000     20000         0     85114    100000   4137041     96.70    106.34
1877.77/470.15	c  N dy  9531   1692897      1000     20000         0    105163    100000   6531366     96.70    103.90
1899.34/475.56	c  S st  9635   1710404      1000     20000         0     65746    100000   1698458     96.71     97.48
1900.13/475.72	c  S st  9635   1710906      1000     20000         0     66248    100000   1754750     96.71   no data
1900.13/475.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1900.13/475.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1900.13/475.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1900.13/475.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1900.13/475.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1900.13/475.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1900.13/475.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1900.55/475.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1900.55/475.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1926.92/482.48	c lits-rem:       284  cl-subs:       38  v-elim:      0  v-fix:    0  time:  6.58 s
1926.92/482.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1927.32/482.51	c vivif2 --  cl tried    66210 cl shrink        0 lits rem          0 time: 0.02
1928.50/482.89	c asymm  cl-useful: 0/13828/20000 lits-rem:0 time: 0.38
1928.50/482.89	c calculated reachability. Time: 0.00
1928.50/482.89	c  N dy  9635   1710906      1000     20000         0     66210    100000   1745277     96.71   no data
1949.67/488.15	c  N dy  9753   1731045      1000     20000         0     86309    100000   4160619     96.72    102.48
1975.26/494.57	c  N dy  9860   1751193      1000     20000         0    106421    100000   6555320     96.71    102.08
1998.80/500.48	c  N dy  9987   1771294      1000     20000         0     68574    100000   1937087     96.74    102.25
2019.60/505.69	c  N dy 10105   1791369      1000     20000         0     88631    100000   4355023     96.75    102.89
2045.96/512.28	c  N dy 10237   1811414      1000     20000         0    108648    100000   6772638     96.77    102.17
2069.50/518.12	c  N dy 10357   1831504      1000     20000         0     69797    100000   1951158     96.78    102.35
2090.67/523.47	c  N dy 10484   1851686      1000     20000         0     89946    100000   4371302     96.79    102.13
2116.63/529.96	c  N dy 10589   1871994      1000     20000         0    110224    100000   6790035     96.79    102.47
2140.20/535.85	c  N dy 10705   1892004      1000     20000         0     70304    100000   1909224     96.79    102.03
2161.38/541.16	c  N dy 10827   1912011      1000     20000         0     90279    100000   4304281     96.80    102.41
2187.33/547.61	c  N dy 10942   1932070      1000     20000         0    110312    100000   6727150     96.82    105.04
2212.93/554.01	c  N dy 11068   1952244      1000     20000         0     69553    100000   1717458     96.83    103.24
2234.08/559.39	c  N dy 11181   1972778      1000     20000         0     90047    100000   4179520     96.83    102.15
2261.63/566.24	c  N dy 11301   1993107      1000     20000         0    110345    100000   6623824     96.84    102.60
2289.21/573.11	c  N dy 11432   2013195      1000     20000         0     68507    100000   1497572     96.86    103.71
2310.37/578.40	c  N dy 11551   2033336      1000     20000         0     88620    100000   3927815     96.87    104.11
2336.73/585.05	c  N dy 11675   2053565      1000     20000         0    108825    100000   6364368     96.88    102.80
2366.31/592.45	c  N dy 11803   2073662      1000     20000         0     65975    100000   1058243     96.90    103.09
2386.27/597.46	c  N dy 11912   2093664      1000     20000         0     85948    100000   3449929     96.90    102.10
2410.66/603.58	c  N dy 12022   2113685      1000     20000         0    105938    100000   5851307     96.90    102.60
2441.01/611.12	c  N dy 12143   2133915      1000     20000         0    126123    100000   8279976     96.92    104.40
2462.17/616.46	c  N dy 12261   2153974      1000     20000         0     82248    100000   2928994     96.93    102.24
2486.53/622.53	c  N dy 12381   2173980      1000     20000         0    102216    100000   5332295     96.94    102.43
2515.29/629.78	c  N dy 12495   2194121      1000     20000         0    122323    100000   7763943     96.95    102.79
2536.46/635.08	c  S st 12595   2210909      1000     20000         0     74191    100000   1827718     96.95   no data
2537.26/635.26	c  S st 12595   2211417      1000     20000         0     74699    100000   1880709     96.95   no data
2537.26/635.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2537.68/635.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
2537.68/635.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2537.68/635.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2537.68/635.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2537.68/635.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2537.68/635.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2537.68/635.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2538.08/635.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2563.63/641.85	c lits-rem:       200  cl-subs:       34  v-elim:      0  v-fix:    0  time:  6.39 s
2563.63/641.85	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2563.63/641.88	c vivif2 --  cl tried    74665 cl shrink        0 lits rem          0 time: 0.03
2564.82/642.11	c asymm  cl-useful: 0/6172/20000 lits-rem:0 time: 0.22
2564.82/642.11	c calculated reachability. Time: 0.00
2564.82/642.11	c  N dy 12595   2211417      1000     20000         0     74665    100000   1872464     96.95   no data
2586.79/647.64	c  N dy 12711   2231461      1000     20000         0     94681    100000   4276680     96.96    102.76
2613.55/654.32	c  N dy 12818   2251490      1000     20000         0    114679    100000   6665296     96.96    103.60
2645.51/662.32	c  N dy 12937   2271502      1000     20000         0     68766    100000   1062240     96.96    102.56
2667.48/667.80	c  N dy 13043   2291551      1000     20000         0     88788    100000   3463583     96.96    103.11
2694.24/674.55	c  N dy 13166   2311622      1000     20000         0    108821    100000   5860394     96.97    125.15
2725.00/682.23	c  N dy 13281   2331644      1000     20000         0    128805    100000   8273198     96.98    102.60
2749.36/688.30	c  N dy 13392   2351972      1000     20000         0     82214    100000   2569212     96.98    102.56
2772.93/694.29	c  N dy 13507   2372036      1000     20000         0    102255    100000   4975508     96.98    102.70
2802.49/701.60	c  N dy 13623   2392072      1000     20000         0    122265    100000   7378185     96.99    104.03
2830.85/708.75	c  N dy 13732   2412123      1000     20000         0     74387    100000   1511642     96.99    103.37
2853.22/714.31	c  N dy 13848   2432171      1000     20000         0     94406    100000   3913622     97.00    106.11
2880.40/721.12	c  N dy 13966   2452349      1000     20000         0    114552    100000   6350699     97.01    102.74
2912.34/729.18	c  N dy 14081   2472351      1000     20000         0    134533    100000   8763465     97.01    103.06
2935.50/734.98	c  N dy 14193   2492356      1000     20000         0     85610    100000   2744064     97.01    102.44
2960.26/741.16	c  N dy 14311   2512377      1000     20000         0    105590    100000   5154845     97.02    102.17
2991.02/748.82	c  N dy 14428   2532511      1000     20000         0    125687    100000   7561770     97.02    103.42
3023.38/756.94	c  N dy 14555   2552522      1000     20000         0     75775    100000   1460434     97.03    102.78
3046.15/762.61	c  N dy 14679   2572528      1000     20000         0     95748    100000   3874857     97.04    105.92
3074.91/769.83	c  N dy 14795   2592598      1000     20000         0    115786    100000   6284097     97.04    105.39
3107.27/777.99	c  N dy 14908   2612768      1000     20000         0    135925    100000   8697581     97.05    102.32
3132.83/784.35	c  N dy 15027   2632859      1000     20000         0     85105    100000   2455086     97.05    105.29
3157.62/790.53	c  N dy 15143   2652969      1000     20000         0    105175    100000   4867509     97.06    102.26
3187.98/798.13	c  N dy 15267   2673033      1000     20000         0    125209    100000   7281725     97.07    103.35
3221.91/806.69	c  N dy 15390   2693436      1000     20000         0     73688    100000    984917     97.08    103.89
3241.11/811.45	c  S st 15486   2711418      1000     20000         0     91641    100000   3140752     97.08     95.95
3241.88/811.68	c  S st 15486   2711920      1000     20000         0     92143    100000   3195185     97.08   no data
3241.88/811.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3242.28/811.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3242.28/811.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3242.28/811.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3242.28/811.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3242.28/811.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3242.28/811.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3242.68/811.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3242.68/811.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3291.81/824.14	c lits-rem:       351  cl-subs:       88  v-elim:      0  v-fix:    0  time: 12.18 s
3291.81/824.14	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3291.81/824.19	c vivif2 --  cl tried    92055 cl shrink        0 lits rem          0 time: 0.04
3293.83/824.61	c asymm  cl-useful: 0/10882/20000 lits-rem:0 time: 0.42
3293.83/824.61	c calculated reachability. Time: 0.00
3293.83/824.61	c  N dy 15486   2711920      1000     20000         0     92055    100000   3174999     97.08   no data
3320.19/831.25	c  N dy 15605   2732142      1000     20000         0    112244    100000   5601430     97.08    102.72
3350.95/838.99	c  N dy 15709   2752157      1000     20000         0    132229    100000   7999974     97.09    107.78
3382.08/846.70	c  N dy 15822   2772171      1000     20000         0     79327    100000   1565122     97.09    103.01
3404.86/852.48	c  N dy 15938   2792216      1000     20000         0     99344    100000   3980068     97.09    108.45
3433.21/859.53	c  N dy 16054   2812364      1000     20000         0    119460    100000   6392949     97.10    103.15
3467.96/868.27	c  N dy 16174   2832659      1000     20000         0    139724    100000   8850154     97.11    102.35
3497.92/875.78	c  N dy 16293   2852708      1000     20000         0     85856    100000   2233430     97.12    102.86
3522.68/881.94	c  N dy 16403   2872745      1000     20000         0    105856    100000   4639971     97.12    107.71
3552.66/889.47	c  N dy 16522   2892783      1000     20000         0    125860    100000   7048749     97.12    106.42
3587.40/898.18	c  N dy 16639   2912838      1000     20000         0    145883    100000   9456773     97.13    111.38
3612.56/904.44	c  N dy 16742   2932922      1000     20000         0     91056    100000   2752689     97.13    106.57
3638.53/910.91	c  N dy 16860   2952985      1000     20000         0    111082    100000   5162955     97.13    102.39
3668.88/918.55	c  N dy 16969   2973033      1000     20000         0    131093    100000   7570553     97.13    103.12
3705.23/927.69	c  N dy 17090   2993220      1000     20000         0    151233    100000   9994227     97.14    103.36
3728.41/933.47	c  N dy 17200   3013241      1000     20000         0     95350    100000   3148933     97.14    104.89
3755.95/940.38	c  N dy 17329   3033273      1000     20000         0    115355    100000   5584528     97.16    114.17
3787.91/948.38	c  N dy 17448   3053321      1000     20000         0    135374    100000   7988618     97.16    104.05
3823.47/957.29	c  N dy 17557   3073482      1000     20000         0     78635    100000   1034409     97.17    105.16
3847.45/963.23	c  N dy 17680   3093530      1000     20000         0     98660    100000   3471472     97.18    126.74
3878.21/970.91	c  N dy 17791   3113910      1000     20000         0    119013    100000   5910936     97.18    102.58
3915.34/980.22	c  N dy 17910   3134026      1000     20000         0    139088    100000   8313030     97.19    105.01
3955.68/990.38	c  N dy 18041   3154075      1000     20000         0     81231    100000   1233803     97.20    103.29
3982.45/997.00	c  N dy 18145   3174083      1000     20000         0    101205    100000   3640768     97.20    102.59
4015.20/1005.20	c  N dy 18247   3194157      1000     20000         0    121253    100000   6058923     97.20    103.39
4045.95/1012.91	c  S st 18357   3211920      1000     20000         0    138982    100000   8188427     97.20   no data
4047.15/1013.24	c  S st 18357   3212423      1000     20000         0    139485    100000   8243529     97.20   no data
4047.15/1013.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4047.55/1013.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4047.55/1013.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4047.55/1013.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4047.55/1013.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4047.55/1013.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4047.55/1013.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4047.95/1013.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4049.17/1013.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4299.22/1076.38	c lits-rem:       814  cl-subs:      247  v-elim:      0  v-fix:    0  time: 62.32 s
4299.22/1076.38	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4299.63/1076.50	c vivif2 --  cl tried   139238 cl shrink        0 lits rem          0 time: 0.11
4301.61/1076.98	c asymm  cl-useful: 0/6728/20000 lits-rem:0 time: 0.48
4301.61/1076.98	c calculated reachability. Time: 0.00
4301.61/1076.98	c  N dy 18357   3212423      1000     20000         0    139238    100000   8184946     97.20   no data
4338.76/1086.29	c  N dy 18476   3232438      1000     20000         0     80349    100000   1019547     97.21    111.99
4363.13/1092.36	c  N dy 18591   3252523      1000     20000         0    100404    100000   3445538     97.21    102.59
4392.30/1099.69	c  N dy 18696   3272576      1000     20000         0    120430    100000   5861111     97.21    102.51
4427.05/1108.37	c  N dy 18804   3292631      1000     20000         0    140450    100000   8289482     97.21    103.55
4468.97/1118.81	c  N dy 18929   3312676      1000     20000         0     80589    100000    932673     97.22    105.71
4494.15/1125.13	c  N dy 19051   3332888      1000     20000         0    100761    100000   3364872     97.23    103.81
4522.91/1132.36	c  N dy 19166   3353010      1000     20000         0    120844    100000   5791240     97.23    104.55
4557.66/1141.00	c  N dy 19286   3373357      1000     20000         0    141166    100000   8231530     97.23    104.64
4596.80/1150.81	c  N dy 19407   3393405      1000     20000         0    161179    100000  10657097     97.24    107.29
4621.16/1156.96	c  N dy 19522   3413481      1000     20000         0    100353    100000   3209769     97.25    104.21
4649.13/1163.99	c  N dy 19636   3433566      1000     20000         0    120409    100000   5650352     97.25    104.04
4682.30/1172.20	c  N dy 19748   3453601      1000     20000         0    140416    100000   8055204     97.25    102.62
4719.43/1181.56	c  N dy 19866   3473646      1000     20000         0    160429    100000  10477575     97.26    121.41
4746.19/1188.27	c  N dy 19975   3494022      1000     20000         0     98892    100000   2914952     97.26    102.88
4774.57/1195.32	c  N dy 20099   3514101      1000     20000         0    118937    100000   5347040     97.27    111.03

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173872-1304072173/watcher-3173872-1304072173 -o /tmp/evaluation-result-3173872-1304072173/solver-3173872-1304072173 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173872-1304072173.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.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 413 0 0 0 0 0 0 0 24 0 4 0 597447876 52441088 352 33554432000 4194304 4627427 140735861628528 18446744073709551615 47775973606937 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19122/statm: 12803 352 303 106 0 7774 0
[pid=19122/tid=19123] ppid=19120 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 597447877 52441088 352 33554432000 4194304 4627427 140735861628528 18446744073709551615 47775973606931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 597447877 52441088 352 33554432000 4194304 4627427 140735861628528 18446744073709551615 47775973607340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 597447877 52441088 352 33554432000 4194304 4627427 140735861628528 18446744073709551615 47775973606931 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.10908 s]
/proc/loadavg: 7.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=283728 CPUtime=0.41 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 3168 0 0 0 40 1 0 0 25 0 4 0 597447876 290537472 3085 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19122/statm: 70932 3085 363 106 0 65903 0
[pid=19122/tid=19123] ppid=19120 vsize=283728 CPUtime=0.1 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 662 0 0 0 10 0 0 0 25 0 4 0 597447877 290537472 3085 33554432000 4194304 4627427 140735861628528 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=283728 CPUtime=0.09 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 646 0 0 0 9 0 0 0 25 0 4 0 597447877 290537472 3085 33554432000 4194304 4627427 140735861628528 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=283728 CPUtime=0.1 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 799 0 0 0 10 0 0 0 18 0 4 0 597447877 290537472 3085 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283728

[startup+0.492829 s]
/proc/loadavg: 7.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=311124 CPUtime=1.94 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 10468 0 0 0 191 3 0 0 18 0 4 0 597447876 318590976 7819 33554432000 4194304 4627427 140735861628528 18446744073709551615 260020439175 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19122/statm: 77781 7317 385 106 0 72752 0
[pid=19122/tid=19123] ppid=19120 vsize=311124 CPUtime=0.48 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 2762 0 0 0 48 0 0 0 18 0 4 0 597447877 318590976 7317 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=311124 CPUtime=0.47 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) D 19120 19122 18533 0 -1 4202560 2621 0 0 0 46 1 0 0 18 0 4 0 597447877 318590976 7046 33554432000 4194304 4627427 140735861628528 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=311124 CPUtime=0.48 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 1864 0 0 0 48 0 0 0 18 0 4 0 597447877 318590976 7046 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 311124

[startup+0.927802 s]
/proc/loadavg: 7.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=314992 CPUtime=3.67 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) D 19120 19122 18533 0 -1 4202496 14757 0 0 0 364 3 0 0 19 0 4 0 597447876 322551808 8565 33554432000 4194304 4627427 140735861628528 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/19122/statm: 78748 8565 385 106 0 73719 0
[pid=19122/tid=19123] ppid=19120 vsize=314992 CPUtime=0.91 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 3808 0 0 0 91 0 0 0 18 0 4 0 597447877 322551808 8565 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=314992 CPUtime=0.91 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 3653 0 0 0 90 1 0 0 19 0 4 0 597447877 322551808 8565 33554432000 4194304 4627427 140735861628528 18446744073709551615 260020439223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=314992 CPUtime=0.92 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 3028 0 0 0 92 0 0 0 19 0 4 0 597447877 322551808 8566 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309392 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) 314992

[startup+1.05586 s]
/proc/loadavg: 7.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=295708 CPUtime=4.19 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 15919 0 0 0 415 4 0 0 19 0 4 0 597447876 302804992 7712 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 73927 7712 385 106 0 68898 0
[pid=19122/tid=19123] ppid=19120 vsize=295708 CPUtime=1.04 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 4022 0 0 0 104 0 0 0 19 0 4 0 597447877 302804992 7712 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=295708 CPUtime=1.03 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 4104 0 0 0 102 1 0 0 19 0 4 0 597447877 302804992 7712 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=295708 CPUtime=1.04 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 3234 0 0 0 104 0 0 0 19 0 4 0 597447877 302804992 7713 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 295708

[startup+1.50078 s]
/proc/loadavg: 7.41 7.92 7.89 2/172 19122
/proc/meminfo: memFree=16584720/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=296388 CPUtime=5.96 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 20323 0 0 0 592 4 0 0 20 0 4 0 597447876 303501312 7385 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 74097 7385 385 106 0 69068 0
[pid=19122/tid=19123] ppid=19120 vsize=296388 CPUtime=1.48 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 5129 0 0 0 148 0 0 0 20 0 4 0 597447877 303501312 7385 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=296388 CPUtime=1.48 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 5180 0 0 0 147 1 0 0 20 0 4 0 597447877 303501312 7385 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=296388 CPUtime=1.49 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 4335 0 0 0 149 0 0 0 20 0 4 0 597447877 303501312 7385 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309279 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) 296388

[startup+3.10048 s]
/proc/loadavg: 7.46 7.92 7.89 9/184 19139
/proc/meminfo: memFree=16471100/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=297724 CPUtime=12.36 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 36045 0 0 0 1228 8 0 0 25 0 4 0 597447876 304869376 13029 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309122 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 74431 13030 389 106 0 69402 0
[pid=19122/tid=19123] ppid=19120 vsize=297724 CPUtime=3.08 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 8270 0 0 0 307 1 0 0 24 0 4 0 597447877 304869376 13030 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=297724 CPUtime=3.07 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 8362 0 0 0 306 1 0 0 24 0 4 0 597447877 304869376 13031 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=297724 CPUtime=3.09 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 7490 0 0 0 308 1 0 0 25 0 4 0 597447877 304869376 13031 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297724

[startup+6.30089 s]
/proc/loadavg: 7.46 7.92 7.89 9/184 19139
/proc/meminfo: memFree=16322560/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=309344 CPUtime=25.14 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 63784 0 0 0 2500 14 0 0 25 0 4 0 597447876 316768256 30452 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 77336 30452 389 106 0 72307 0
[pid=19122/tid=19123] ppid=19120 vsize=309344 CPUtime=6.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 15151 0 0 0 626 2 0 0 25 0 4 0 597447877 316768256 30453 33554432000 4194304 4627427 140735861628528 18446744073709551615 4333558 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=309344 CPUtime=6.28 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 15993 0 0 0 624 4 0 0 25 0 4 0 597447877 316768256 30453 33554432000 4194304 4627427 140735861628528 18446744073709551615 4428403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=309344 CPUtime=6.28 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 15349 0 0 0 626 2 0 0 25 0 4 0 597447877 316768256 30453 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 309344

[startup+12.7007 s]
/proc/loadavg: 7.54 7.92 7.89 9/184 19139
/proc/meminfo: memFree=16227376/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=336020 CPUtime=50.71 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 103686 0 0 0 5048 23 0 0 25 0 4 0 597447876 344084480 48477 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 84005 48478 389 106 0 78976 0
[pid=19122/tid=19123] ppid=19120 vsize=336020 CPUtime=12.69 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 24840 0 0 0 1265 4 0 0 25 0 4 0 597447877 344084480 48478 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=336020 CPUtime=12.67 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 24372 0 0 0 1262 5 0 0 25 0 4 0 597447877 344084480 48478 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=336020 CPUtime=12.7 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 25122 0 0 0 1264 6 0 0 25 0 4 0 597447877 344084480 48478 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 336020

[startup+25.5004 s]
/proc/loadavg: 7.61 7.92 7.89 9/184 19139
/proc/meminfo: memFree=16136348/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=360852 CPUtime=101.82 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 146631 0 0 0 10150 32 0 0 25 0 4 0 597447876 369512448 63776 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 90213 63776 389 106 0 85184 0
[pid=19122/tid=19123] ppid=19120 vsize=360852 CPUtime=25.48 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 31156 0 0 0 2543 5 0 0 25 0 4 0 597447877 369512448 63776 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=360852 CPUtime=25.47 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 34186 0 0 0 2539 8 0 0 25 0 4 0 597447877 369512448 63776 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=360852 CPUtime=25.48 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 39355 0 0 0 2540 8 0 0 25 0 4 0 597447877 369512448 63777 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 360852

[startup+51.1006 s]
/proc/loadavg: 7.74 7.93 7.89 9/184 19140
/proc/meminfo: memFree=15980308/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=568312 CPUtime=204.08 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 222822 0 0 0 20357 51 0 0 25 0 4 0 597447876 581951488 84237 33554432000 4194304 4627427 140735861628528 18446744073709551615 4324173 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 142078 84237 391 106 0 137049 0
[pid=19122/tid=19123] ppid=19120 vsize=568312 CPUtime=51.08 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 54307 0 0 0 5096 12 0 0 25 0 4 0 597447877 581951488 84237 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=568312 CPUtime=51.07 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 50818 0 0 0 5096 11 0 0 25 0 4 0 597447877 581951488 84237 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=568312 CPUtime=51.08 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 63447 0 0 0 5093 15 0 0 25 0 4 0 597447877 581951488 84237 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 568312

[startup+102.3 s]
/proc/loadavg: 7.89 7.94 7.90 9/184 19141
/proc/meminfo: memFree=15859264/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=573512 CPUtime=408.59 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 351383 0 0 0 40772 87 0 0 25 0 4 0 597447876 587276288 94877 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 143378 94877 391 106 0 138349 0
[pid=19122/tid=19123] ppid=19120 vsize=573512 CPUtime=102.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 82998 0 0 0 10208 20 0 0 25 0 4 0 597447877 587276288 94877 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=573512 CPUtime=102.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 77801 0 0 0 10210 17 0 0 25 0 4 0 597447877 587276288 94877 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=573512 CPUtime=102.28 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 106250 0 0 0 10199 29 0 0 25 0 4 0 597447877 587276288 94877 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 573512

[startup+162.301 s]

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

[pid=19122] ppid=19120 vsize=1009824 CPUtime=2565.62 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1308920 0 0 0 256191 371 0 0 25 0 4 0 597447876 1034059776 181816 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 252456 181816 389 106 0 247427 0
[pid=19122/tid=19123] ppid=19120 vsize=1009824 CPUtime=642.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 323587 0 0 0 64137 91 0 0 25 0 4 0 597447877 1034059776 181816 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1009824 CPUtime=642.26 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 337622 0 0 0 64135 91 0 0 25 0 4 0 597447877 1034059776 181816 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1009824 CPUtime=642.28 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 348971 0 0 0 64122 106 0 0 25 0 4 0 597447877 1034059776 181816 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.62
Current children cumulated vsize (KiB) 1009824

[startup+702.301 s]
/proc/loadavg: 8.11 8.09 7.99 9/184 19157
/proc/meminfo: memFree=15115600/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1116700 CPUtime=2805.29 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1382973 0 0 0 280133 396 0 0 25 0 4 0 597447876 1143500800 190178 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 279175 190178 389 106 0 274146 0
[pid=19122/tid=19123] ppid=19120 vsize=1116700 CPUtime=702.29 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 339829 0 0 0 70132 97 0 0 25 0 4 0 597447877 1143500800 190178 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1116700 CPUtime=702.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 351287 0 0 0 70133 94 0 0 25 0 4 0 597447877 1143500800 190178 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1116700 CPUtime=702.27 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 372539 0 0 0 70112 115 0 0 25 0 4 0 597447877 1143500800 190178 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.29
Current children cumulated vsize (KiB) 1116700

[startup+762.301 s]
/proc/loadavg: 8.12 8.10 8.00 9/184 19159
/proc/meminfo: memFree=15127748/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1172792 CPUtime=3044.95 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1461324 0 0 0 304072 423 0 0 25 0 4 0 597447876 1200939008 185343 33554432000 4194304 4627427 140735861628528 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 293198 185343 389 106 0 288169 0
[pid=19122/tid=19123] ppid=19120 vsize=1172792 CPUtime=762.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 351208 0 0 0 76128 100 0 0 25 0 4 0 597447877 1200939008 185343 33554432000 4194304 4627427 140735861628528 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1172792 CPUtime=762.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 372062 0 0 0 76126 101 0 0 25 0 4 0 597447877 1200939008 185343 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1172792 CPUtime=762.27 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 397491 0 0 0 76103 124 0 0 25 0 4 0 597447877 1200939008 185343 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.95
Current children cumulated vsize (KiB) 1172792

[startup+822.301 s]
/proc/loadavg: 8.11 8.11 8.01 9/184 19161
/proc/meminfo: memFree=15056304/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1095036 CPUtime=3284.64 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1536436 0 0 0 328017 447 0 0 25 0 4 0 597447876 1121316864 190745 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427403 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 273759 190745 389 106 0 268730 0
[pid=19122/tid=19123] ppid=19120 vsize=1095036 CPUtime=822.29 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 369046 0 0 0 82123 106 0 0 25 0 4 0 597447877 1121316864 190747 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1095036 CPUtime=822.28 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 394497 0 0 0 82119 109 0 0 25 0 4 0 597447877 1121316864 190747 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1095036 CPUtime=822.28 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 413247 0 0 0 82100 128 0 0 25 0 4 0 597447877 1121316864 190747 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 1095036

[startup+882.301 s]
/proc/loadavg: 8.19 8.13 8.02 9/184 19162
/proc/meminfo: memFree=14968008/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1190400 CPUtime=3524.28 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1619336 0 0 0 351952 476 0 0 25 0 4 0 597447876 1218969600 198919 33554432000 4194304 4627427 140735861628528 18446744073709551615 4330960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 297600 198920 389 106 0 292571 0
[pid=19122/tid=19123] ppid=19120 vsize=1190400 CPUtime=882.29 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 391569 0 0 0 88115 114 0 0 25 0 4 0 597447877 1218969600 198920 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1190400 CPUtime=882.26 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 411168 0 0 0 88113 113 0 0 25 0 4 0 597447877 1218969600 198920 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1190400 CPUtime=882.27 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 435224 0 0 0 88091 136 0 0 25 0 4 0 597447877 1218969600 198920 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 1190400

[startup+942.307 s]
/proc/loadavg: 8.25 8.15 8.03 9/184 19164
/proc/meminfo: memFree=15003832/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1137068 CPUtime=3763.97 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1702130 0 0 0 375891 506 0 0 25 0 4 0 597447876 1164357632 194089 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 284267 194089 389 106 0 279238 0
[pid=19122/tid=19123] ppid=19120 vsize=1137068 CPUtime=942.29 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 413687 0 0 0 94108 121 0 0 25 0 4 0 597447877 1164357632 194089 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1137068 CPUtime=942.26 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 426392 0 0 0 94108 118 0 0 25 0 4 0 597447877 1164357632 194089 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1137068 CPUtime=942.27 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 458523 0 0 0 94083 144 0 0 25 0 4 0 597447877 1164357632 194089 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.97
Current children cumulated vsize (KiB) 1137068

[startup+1002.3 s]
/proc/loadavg: 8.16 8.14 8.03 9/184 19165
/proc/meminfo: memFree=14855892/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1263800 CPUtime=4003.61 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1792754 0 0 0 399827 534 0 0 25 0 4 0 597447876 1294131200 235437 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 315950 235437 389 106 0 310921 0
[pid=19122/tid=19123] ppid=19120 vsize=1263800 CPUtime=1002.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 440751 0 0 0 100102 126 0 0 25 0 4 0 597447877 1294131200 235437 33554432000 4194304 4627427 140735861628528 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1263800 CPUtime=1002.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 446675 0 0 0 100099 128 0 0 25 0 4 0 597447877 1294131200 235437 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1263800 CPUtime=1002.26 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 484923 0 0 0 100076 150 0 0 25 0 4 0 597447877 1294131200 235437 33554432000 4194304 4627427 140735861628528 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 1263800

[startup+1062.3 s]
/proc/loadavg: 8.06 8.11 8.02 9/184 19167
/proc/meminfo: memFree=14784700/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1387308 CPUtime=4243.28 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1843769 0 0 0 423775 553 0 0 25 0 4 0 597447876 1420603392 252942 33554432000 4194304 4627427 140735861628528 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 346827 252942 389 106 0 341798 0
[pid=19122/tid=19123] ppid=19120 vsize=1387308 CPUtime=1062.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 451328 0 0 0 106098 130 0 0 25 0 4 0 597447877 1420603392 252942 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1387308 CPUtime=1062.26 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 465628 0 0 0 106090 136 0 0 25 0 4 0 597447877 1420603392 252942 33554432000 4194304 4627427 140735861628528 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1387308 CPUtime=1062.27 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 492505 0 0 0 106073 154 0 0 25 0 4 0 597447877 1420603392 252942 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1387308

[startup+1122.3 s]
/proc/loadavg: 8.02 8.09 8.01 9/184 19169
/proc/meminfo: memFree=14729016/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1319232 CPUtime=4482.96 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1920480 0 0 0 447716 580 0 0 25 0 4 0 597447876 1350893568 254998 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 329808 254998 389 106 0 324779 0
[pid=19122/tid=19123] ppid=19120 vsize=1319232 CPUtime=1122.28 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 472184 0 0 0 112090 138 0 0 25 0 4 0 597447877 1350893568 254998 33554432000 4194304 4627427 140735861628528 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1319232 CPUtime=1122.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 484790 0 0 0 112086 141 0 0 25 0 4 0 597447877 1350893568 254999 33554432000 4194304 4627427 140735861628528 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1319232 CPUtime=1122.26 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 513114 0 0 0 112064 162 0 0 25 0 4 0 597447877 1350893568 254999 33554432000 4194304 4627427 140735861628528 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.96
Current children cumulated vsize (KiB) 1319232

[startup+1182.3 s]
/proc/loadavg: 8.01 8.07 8.01 9/184 19170
/proc/meminfo: memFree=14736680/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1305976 CPUtime=4722.63 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 1986889 0 0 0 471657 606 0 0 25 0 4 0 597447876 1337319424 256252 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309405 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 326494 256252 389 106 0 321465 0
[pid=19122/tid=19123] ppid=19120 vsize=1305976 CPUtime=1182.29 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 493351 0 0 0 118082 147 0 0 25 0 4 0 597447877 1337319424 256252 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1305976 CPUtime=1182.27 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 493353 0 0 0 118083 144 0 0 25 0 4 0 597447877 1337319424 256252 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1305976 CPUtime=1182.26 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 533702 0 0 0 118056 170 0 0 25 0 4 0 597447877 1337319424 256252 33554432000 4194304 4627427 140735861628528 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 1305976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.00 8.06 8.01 9/184 19171
/proc/meminfo: memFree=14722292/32951124 swapFree=67111528/67111528
[pid=19122] ppid=19120 vsize=1260668 CPUtime=4800.13 cores=0,2,4,6
/proc/19122/stat : 19122 (strangenight2-m) R 19120 19122 18533 0 -1 4202496 2010345 0 0 0 479397 616 0 0 25 0 4 0 597447876 1290924032 248936 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/19122/statm: 315167 248936 389 106 0 310138 0
[pid=19122/tid=19123] ppid=19120 vsize=1260668 CPUtime=1201.69 cores=0,2,4,6
/proc/19122/task/19123/stat : 19123 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 500246 0 0 0 120019 150 0 0 25 0 4 0 597447877 1290924032 248936 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=19122/tid=19124] ppid=19120 vsize=1260668 CPUtime=1201.67 cores=0,2,4,6
/proc/19122/task/19124/stat : 19124 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 499308 0 0 0 120021 146 0 0 25 0 4 0 597447877 1290924032 248936 33554432000 4194304 4627427 140735861628528 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19122/tid=19125] ppid=19120 vsize=1260668 CPUtime=1201.66 cores=0,2,4,6
/proc/19122/task/19125/stat : 19125 (strangenight2-m) R 19120 19122 18533 0 -1 4202560 539986 0 0 0 119994 172 0 0 25 0 4 0 597447877 1290924032 248936 33554432000 4194304 4627427 140735861628528 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 1260668

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.21
CPU user time (s): 4794
CPU system time (s): 6.21006
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 1390352

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

runsolver used 2.0027 second user time and 4.52231 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 12:16:13
IDJOB=3173872
IDBENCH=82690
IDSOLVER=1586
FILE ID=node110/3173872-1304072173
RUNJOBID= node110-1304072173-19112
PBS_JOBID= 13170465
Free space on /tmp= 72840 MiB

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

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

MD5SUM BENCH= b0f2a8c1ae428dae6bc946bb38e8786d
RANDOM SEED=420764976

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16585000 kB
Buffers:       2340368 kB
Cached:       13388172 kB
SwapCached:          0 kB
Active:        7934176 kB
Inactive:      7859024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16585000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6348 kB
Writeback:           0 kB
AnonPages:       64268 kB
Mapped:          14484 kB
Slab:           509684 kB
PageTables:       4480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191628 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= 72828 MiB
End job on node110 at 2011-04-29 12:36:17