Trace number 3366125

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S541740666-063-UNKNOWN.cnf
MD5SUM2961485b9da323860183d34cbf19e164
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.21266
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.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366125-1305396044.cnf'
0.00/0.01	c -- header says num vars:           1000
0.00/0.01	c -- header says num clauses:       20000
0.00/0.02	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.02	c -- vars added       1000
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.45/0.90	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.45/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.45/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.45/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.45/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.45/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.45/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.45/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.45/0.90	c Finding binary XORs  T:     0.00 s  found:       0
0.45/0.90	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.45/0.90	c calculated reachability. Time: 0.00
0.45/0.90	c Calc default polars -  time:   0.00 s pos:     494 undec:      39 neg:     467
0.45/0.90	c =========================================================================================
0.45/0.90	c types(t): F = full restart, N = normal restart
0.45/0.90	c types(t): S = simplification begin/end, E = solution found
0.45/0.90	c restart types(rt): st = static, dy = dynamic
0.45/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.45/0.90	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.45/0.90	c  N dy    14      4277      1000     20000         0      4263    100000    523931     97.30    103.53
0.45/0.90	c  N dy    38      8883      1000     20000         0      6374    100000    599342     96.27    101.62
4.36/1.10	c  N dy    63     12971      1000     20000         0      6211    100000    420412     96.20    117.07
5.56/1.40	c  N dy    85     17072      1000     20000         0     10307    100000    908488     96.34    101.76
6.77/1.71	c  N dy   102     21194      1000     20000         0      8805    100000    588560     96.01    101.11
7.95/2.04	c  F st   126     25000      1000     20000         0     12605    100000   1045171     96.23   no data
7.95/2.06	c  N st   127     25251      1000     20000         0     12855    100000   1075636     96.23   no data
9.55/2.46	c  N dy   132     30001      1000     20000         0     10796    100000    731688     96.23   no data
9.55/2.46	c  S st   132     30001      1000     20000         0     10796    100000    731688     96.23   no data
9.96/2.52	c  S st   132     30505      1000     20000         0     11300    100000    783512     96.23   no data
9.96/2.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.96/2.53	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
9.96/2.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
9.96/2.53	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.98/3.01	c lits-rem:       290  cl-subs:       38  v-elim:      0  v-fix:    0  time:  0.44 s
12.34/3.14	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
12.34/3.14	c calculated reachability. Time: 0.00
12.34/3.14	c  N dy   132     30505      1000     20000         0     11262    100000    773999     96.23   no data
13.95/3.54	c  N dy   158     34858      1000     20000         0     15612    100000   1290303     96.33    102.94
15.55/3.90	c  N dy   182     38923      1000     20000         0     11772    100000    689076     96.31    102.38
16.74/4.28	c  N dy   205     42942      1000     20000         0     15787    100000   1166534     96.23    101.84
17.94/4.56	c  S st   224     45757      1000     20000         0      9660    100000    331124     96.25   no data
18.33/4.62	c  S st   224     46260      1000     20000         0     10163    100000    386000     96.25   no data
18.33/4.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.33/4.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.33/4.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.33/4.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.33/4.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.33/4.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
18.33/4.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.33/4.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.33/4.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.73/4.76	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.11 s
18.73/4.76	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
18.73/4.76	c vivif2 --  cl tried    10162 cl shrink        0 lits rem          0 time: 0.00
19.13/4.89	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.13
19.13/4.89	c calculated reachability. Time: 0.00
19.13/4.89	c  N dy   224     46260      1000     20000         0     10162    100000    385758     96.25   no data
20.76/5.25	c  N dy   244     50325      1000     20000         0     14218    100000    857878     96.03    108.07
22.33/5.65	c  N dy   265     54338      1000     20000         0     18225    100000   1323782     95.89    102.97
23.93/6.03	c  N dy   289     58409      1000     20000         0     12336    100000    536753     95.96    101.15
25.52/6.47	c  N dy   316     63028      1000     20000         0     16949    100000   1084496     96.05    101.50
27.51/6.92	c  N dy   340     67096      1000     20000         0     21011    100000   1567462     96.07    101.87
28.32/7.17	c  S st   357     69391      1000     20000         0     12328    100000    425222     96.13   no data
28.72/7.23	c  S st   357     69895      1000     20000         0     12832    100000    478441     96.13   no data
28.72/7.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.72/7.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
28.72/7.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.72/7.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.72/7.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.72/7.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
28.72/7.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.72/7.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.72/7.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.54/7.48	c lits-rem:        20  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.21 s
29.54/7.48	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
29.54/7.49	c vivif2 --  cl tried    12821 cl shrink        0 lits rem          0 time: 0.01
30.30/7.63	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.14
30.30/7.63	c calculated reachability. Time: 0.00
30.30/7.63	c  N dy   357     69895      1000     20000         0     12821    100000    475700     96.13   no data
31.91/8.08	c  N dy   387     74473      1000     20000         0     17394    100000   1018169     96.21    101.31
33.93/8.59	c  N dy   412     79279      1000     20000         0     22191    100000   1587844     96.20    102.75
36.30/9.12	c  N dy   444     84506      1000     20000         0     15433    100000    681828     96.28    101.92
37.50/9.42	c  F st   461     87500      1000     20000         0     18425    100000   1036087     96.27   no data
38.69/9.78	c  N st   466     90799      1000     20000         0     21704    100000   1454523     96.27   no data
41.49/10.47	c  N dy   493     96782      1000     20000         0     14698    100000    487405     96.27    101.50
44.28/11.11	c  N dy   524    103287      1000     20000         0     21192    100000   1267025     96.28    102.01
44.68/11.28	c  S st   532    104843      1000     20000         0     22745    100000   1446219     96.21     80.79
45.08/11.35	c  S st   532    105345      1000     20000         0     23247    100000   1496874     96.21   no data
45.08/11.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.08/11.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
45.08/11.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.08/11.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.08/11.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.08/11.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
45.08/11.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.08/11.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.48/11.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.05/14.30	c lits-rem:       225  cl-subs:       29  v-elim:      0  v-fix:    0  time:  2.86 s
57.05/14.30	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
57.05/14.32	c vivif2 --  cl tried    23218 cl shrink        0 lits rem          0 time: 0.02
57.85/14.56	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.24
57.85/14.56	c calculated reachability. Time: 0.00
57.85/14.56	c  N dy   532    105345      1000     20000         0     23218    100000   1489946     96.21   no data
61.04/15.39	c  N dy   576    112149      1000     20000         0     16041    100000    534535     96.24    103.18
64.26/16.19	c  N dy   614    119421      1000     20000         0     23308    100000   1393727     96.15    101.99
68.23/17.19	c  N dy   659    127586      1000     20000         0     16487    100000    483627     96.18    101.61
72.21/18.16	c  N dy   695    135983      1000     20000         0     24873    100000   1472831     96.03    103.92
77.01/19.30	c  N dy   744    144724      1000     20000         0     17621    100000    503821     96.03    101.40
81.00/20.37	c  N dy   797    153960      1000     20000         0     26850    100000   1592968     96.05    101.35
83.39/20.90	c  S st   822    158017      1000     20000         0     30904    100000   2069735     96.02   no data
83.39/20.99	c  S st   822    158524      1000     20000         0     31411    100000   2122297     96.02   no data
83.79/21.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.79/21.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
83.79/21.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.79/21.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.79/21.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.79/21.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
83.79/21.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.79/21.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
84.19/21.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.55/28.29	c lits-rem:       356  cl-subs:       53  v-elim:      0  v-fix:    0  time:  7.18 s
112.55/28.29	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
112.96/28.32	c vivif2 --  cl tried    31358 cl shrink        0 lits rem          0 time: 0.02
114.13/28.61	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.29
114.13/28.61	c calculated reachability. Time: 0.00
114.13/28.61	c  N dy   822    158524      1000     20000         0     31358    100000   2109737     96.02   no data
118.92/29.88	c  N dy   879    168829      1000     20000         0     24665    100000   1219265     96.01    101.27
124.91/31.36	c  N dy   939    179641      1000     20000         0     35445    100000   2498641     96.02    103.34
130.53/32.77	c  N dy   999    191296      1000     20000         0     29116    100000   1650185     95.97    101.77
137.28/34.43	c  N dy  1064    203716      1000     20000         0     22547    100000    758993     95.92    101.76
144.06/36.14	c  N dy  1130    216733      1000     20000         0     35538    100000   2305300     95.93    102.63
151.25/37.98	c  N dy  1202    230631      1000     20000         0     29453    100000   1459671     95.91    103.53
155.64/39.00	c  S st  1246    237786      1000     20000         0     36597    100000   2299884     95.90     90.90
156.04/39.11	c  S st  1246    238290      1000     20000         0     37101    100000   2353957     95.90   no data
156.04/39.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.04/39.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
156.04/39.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
156.04/39.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
156.04/39.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
156.04/39.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
156.04/39.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
156.04/39.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
156.46/39.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.16/48.91	c lits-rem:       264  cl-subs:       64  v-elim:      0  v-fix:    0  time:  9.67 s
195.16/48.91	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
195.16/48.94	c vivif2 --  cl tried    37037 cl shrink        0 lits rem          0 time: 0.03
196.39/49.28	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.34
196.39/49.28	c calculated reachability. Time: 0.00
196.39/49.28	c  N dy  1246    238290      1000     20000         0     37037    100000   2338871     95.90   no data
204.34/51.29	c  N dy  1327    253768      1000     20000         0     31538    100000   1602266     95.84    101.90
213.54/53.58	c  N dy  1424    270035      1000     20000         0     25812    100000    829451     95.91    101.43
223.49/56.03	c  N dy  1522    287467      1000     20000         0     43220    100000   2895081     95.95    101.50
233.47/58.54	c  N dy  1620    305895      1000     20000         0     38647    100000   2254841     95.96    102.19
233.87/58.60	c  F st  1624    306252      1000     20000         0     39004    100000   2299314     95.97   no data
244.68/61.33	c  N dy  1712    325449      1000     20000         0     34192    100000   1586371     95.97    101.56
257.03/64.46	c  N dy  1839    345537      1000     20000         0     29289    100000    905100     96.05    101.50
263.82/66.13	c  S st  1906    357436      1000     20000         0     41167    100000   2310978     96.05   no data
264.22/66.25	c  S st  1906    357942      1000     20000         0     41673    100000   2365207     96.05   no data
264.22/66.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
264.22/66.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
264.22/66.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.22/66.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
264.22/66.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.22/66.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
264.22/66.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
264.62/66.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
264.62/66.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.53/77.35	c lits-rem:       326  cl-subs:       61  v-elim:      0  v-fix:    0  time: 10.97 s
308.53/77.35	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
308.53/77.38	c vivif2 --  cl tried    41612 cl shrink        0 lits rem          0 time: 0.03
310.15/77.74	c asymm  cl-useful: 0/18701/20000 lits-rem:0 time: 0.36
310.15/77.74	c calculated reachability. Time: 0.00
310.15/77.74	c  N dy  1906    357942      1000     20000         0     41612    100000   2351067     96.05   no data
322.90/80.95	c  N dy  2025    377984      1000     20000         0     35670    100000   1539233     96.07    101.35
336.49/84.38	c  N dy  2148    398015      1000     20000         0     28715    100000    612016     96.12    105.32
348.85/87.47	c  N dy  2262    418075      1000     20000         0     48734    100000   3006032     96.16    115.15
362.02/90.71	c  N dy  2391    438079      1000     20000         0     40756    100000   1947380     96.24    102.09
375.60/94.17	c  N dy  2493    458154      1000     20000         0     31850    100000    765277     96.20    101.96
388.36/97.35	c  N dy  2606    478168      1000     20000         0     51839    100000   3138743     96.18    104.08
401.94/100.73	c  N dy  2711    498344      1000     20000         0     42027    100000   1863589     96.17    106.32
417.10/104.57	c  N dy  2827    518820      1000     20000         0     31518    100000    497608     96.18    101.47
428.70/107.42	c  S st  2938    536915      1000     20000         0     49580    100000   2643714     96.19   no data
429.11/107.56	c  S st  2938    537416      1000     20000         0     50081    100000   2693971     96.19   no data
429.11/107.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
429.48/107.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
429.48/107.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.48/107.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.48/107.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.48/107.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
429.48/107.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.48/107.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
429.88/107.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
495.75/124.23	c lits-rem:       427  cl-subs:       57  v-elim:      0  v-fix:    0  time: 16.52 s
495.75/124.23	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
495.75/124.27	c vivif2 --  cl tried    50024 cl shrink        0 lits rem          0 time: 0.03
496.15/124.31	c asymm  cl-useful: 0/1299/20000 lits-rem:0 time: 0.04
496.15/124.31	c calculated reachability. Time: 0.00
496.15/124.31	c  N dy  2938    537416      1000     20000         0     50024    100000   2680405     96.19   no data
512.54/128.43	c  N dy  3053    557524      1000     20000         0     38158    100000   1176342     96.21    104.77
527.69/132.22	c  N dy  3170    577647      1000     20000         0     58251    100000   3577418     96.22    103.03
542.45/135.91	c  N dy  3280    597840      1000     20000         0     45448    100000   1928973     96.20    101.49
558.83/140.02	c  N dy  3404    618004      1000     20000         0     65587    100000   4331069     96.23    101.42
572.81/143.58	c  N dy  3523    638018      1000     20000         0     51622    100000   2566067     96.23    106.19
589.57/147.70	c  N dy  3638    658112      1000     20000         0     36741    100000    682146     96.25    103.32
603.14/151.19	c  N dy  3762    678226      1000     20000         0     56824    100000   3086008     96.28    101.64
619.91/155.34	c  N dy  3868    698531      1000     20000         0     41148    100000   1089944     96.28    102.36
634.68/159.07	c  N dy  3995    718713      1000     20000         0     61304    100000   3502750     96.33    103.32
651.04/163.19	c  N dy  4108    738796      1000     20000         0     44417    100000   1361864     96.32    101.87
667.01/167.14	c  N dy  4240    758865      1000     20000         0     64449    100000   3763038     96.37    102.63
683.81/171.34	c  N dy  4353    779177      1000     20000         0     46794    100000   1535156     96.38    101.46
700.55/175.51	c  N dy  4467    799543      1000     20000         0     67135    100000   3969903     96.39    101.78
706.92/177.15	c  S st  4499    806125      1000     20000         0     73705    100000   4745798     96.37   no data
707.73/177.36	c  S st  4499    806627      1000     20000         0     74207    100000   4801387     96.37   no data
707.73/177.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
708.13/177.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
708.13/177.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
708.13/177.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
708.13/177.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
708.13/177.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
708.13/177.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
708.13/177.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
708.92/177.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
820.30/205.56	c lits-rem:       730  cl-subs:      137  v-elim:      0  v-fix:    0  time: 27.93 s
820.30/205.56	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
820.70/205.62	c vivif2 --  cl tried    74070 cl shrink        0 lits rem          0 time: 0.06
822.29/206.04	c asymm  cl-useful: 0/12790/20000 lits-rem:0 time: 0.41
822.29/206.04	c calculated reachability. Time: 0.00
822.29/206.04	c  N dy  4499    806627      1000     20000         0     74070    100000   4768403     96.37   no data
837.49/209.83	c  N dy  4602    826734      1000     20000         0     55202    100000   2448200     96.38    102.51
855.43/214.31	c  N dy  4717    846847      1000     20000         0     75285    100000   4859254     96.40    103.42
871.39/218.34	c  N dy  4851    866932      1000     20000         0     55408    100000   2360368     96.45    102.14
889.35/222.90	c  N dy  4973    887014      1000     20000         0     75459    100000   4754898     96.47    101.72
906.11/227.02	c  N dy  5096    907016      1000     20000         0     54487    100000   2139066     96.49    102.59
924.08/231.54	c  N dy  5216    927137      1000     20000         0     74570    100000   4535996     96.50    102.20
941.25/235.88	c  N dy  5326    947280      1000     20000         0     52750    100000   1806574     96.51    102.85
958.81/240.22	c  N dy  5436    967475      1000     20000         0     72909    100000   4204004     96.50    101.61
977.17/244.83	c  N dy  5542    987476      1000     20000         0     49953    100000   1370561     96.49    111.95
994.74/249.26	c  N dy  5662   1007623      1000     20000         0     70063    100000   3783865     96.50    101.89
1017.11/254.83	c  N dy  5776   1027735      1000     20000         0     46219    100000    817366     96.50    103.34
1033.86/259.07	c  N dy  5881   1047783      1000     20000         0     66248    100000   3208502     96.51    107.04
1057.04/264.81	c  N dy  6000   1067870      1000     20000         0     86293    100000   5623798     96.54    102.40
1061.79/266.01	c  F st  6024   1071875      1000     20000         0     45363    100000    593692     96.54   no data
1073.77/269.09	c  N dy  6093   1088103      1000     20000         0     61559    100000   2563698     96.55    103.00
1093.73/274.02	c  N dy  6207   1108205      1000     20000         0     81622    100000   4967249     96.56    118.35
1112.90/278.82	c  N dy  6321   1128206      1000     20000         0     55666    100000   1716398     96.56    114.87
1130.87/283.40	c  N dy  6425   1148303      1000     20000         0     75726    100000   4112781     96.55    105.04
1153.65/289.04	c  N dy  6541   1168328      1000     20000         0     48807    100000    779637     96.56    102.12
1170.40/293.22	c  N dy  6660   1188486      1000     20000         0     68931    100000   3190474     96.58    101.67
1191.55/298.54	c  N dy  6771   1208599      1000     20000         0     89005    100000   5576157     96.58    105.30
1193.18/298.93	c  S st  6776   1209940      1000     20000         0     90343    100000   5738850     96.58     99.78
1193.94/299.17	c  S st  6776   1210445      1000     20000         0     90848    100000   5794841     96.58   no data
1193.94/299.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1194.34/299.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1194.34/299.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1194.34/299.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1194.34/299.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1194.34/299.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1194.34/299.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1194.74/299.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1195.14/299.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1349.23/338.09	c lits-rem:       711  cl-subs:      151  v-elim:      0  v-fix:    0  time: 38.61 s
1349.23/338.09	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1349.63/338.16	c vivif2 --  cl tried    90697 cl shrink        0 lits rem          0 time: 0.07
1350.85/338.50	c asymm  cl-useful: 0/7210/20000 lits-rem:0 time: 0.34
1351.26/338.51	c calculated reachability. Time: 0.00
1351.26/338.51	c  N dy  6776   1210445      1000     20000         0     90697    100000   5758522     96.58   no data
1369.59/343.10	c  N dy  6886   1230497      1000     20000         0     62798    100000   2333180     96.58    102.13
1389.55/348.13	c  N dy  7011   1250731      1000     20000         0     83001    100000   4751138     96.59    102.49
1411.11/353.58	c  N dy  7131   1270818      1000     20000         0     54132    100000   1194146     96.60    101.71
1429.07/358.03	c  N dy  7246   1290829      1000     20000         0     74107    100000   3592427     96.62    101.94
1451.42/363.68	c  N dy  7366   1310933      1000     20000         0     94176    100000   5987227     96.63    103.83
1470.59/368.48	c  N dy  7483   1331297      1000     20000         0     64596    100000   2350639     96.64    102.06
1490.95/373.60	c  N dy  7595   1351717      1000     20000         0     84984    100000   4776888     96.64    103.43
1513.74/379.28	c  N dy  7706   1371768      1000     20000         0     54088    100000    979030     96.66    102.06
1531.31/383.61	c  N dy  7818   1391783      1000     20000         0     74065    100000   3349028     96.65    102.92
1553.27/389.13	c  N dy  7927   1411894      1000     20000         0     94135    100000   5739555     96.65    102.54
1573.99/394.36	c  N dy  8040   1431997      1000     20000         0     62302    100000   1845940     96.65    104.88
1593.95/399.37	c  N dy  8137   1452220      1000     20000         0     82480    100000   4247622     96.64    102.95
1618.71/405.52	c  N dy  8249   1472294      1000     20000         0    102510    100000   6647717     96.64    105.12
1637.85/410.34	c  N dy  8369   1492405      1000     20000         0     69695    100000   2612720     96.65    104.20
1658.65/415.56	c  N dy  8481   1512407      1000     20000         0     89664    100000   4992187     96.64    101.77
1683.77/421.87	c  N dy  8601   1532471      1000     20000         0     55786    100000    842648     96.67    103.16
1702.57/426.54	c  N dy  8734   1552589      1000     20000         0     75856    100000   3262512     96.70    103.26
1725.68/432.38	c  N dy  8868   1572618      1000     20000         0     95851    100000   5701555     96.74    112.31
1750.04/438.41	c  N dy  8987   1592720      1000     20000         0     61016    100000   1349831     96.74    102.92
1769.20/443.25	c  N dy  9106   1612800      1000     20000         0     81074    100000   3750532     96.74    108.07
1793.56/449.37	c  N dy  9222   1633092      1000     20000         0    101344    100000   6172811     96.74    102.08
1816.33/455.10	c  N dy  9340   1653371      1000     20000         0     65673    100000   1804936     96.75    102.22
1836.67/460.16	c  N dy  9450   1673387      1000     20000         0     85651    100000   4195852     96.75    104.16
1863.01/466.72	c  N dy  9549   1693444      1000     20000         0    105680    100000   6586231     96.74    103.81
1883.37/471.80	c  S st  9650   1710446      1000     20000         0     65742    100000   1711300     96.75   no data
1883.77/471.98	c  S st  9650   1710950      1000     20000         0     66244    100000   1764905     96.75   no data
1883.77/471.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1884.16/472.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
1884.16/472.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1884.16/472.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1884.16/472.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1884.16/472.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1884.16/472.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1884.16/472.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1884.56/472.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1916.51/480.17	c lits-rem:       167  cl-subs:       29  v-elim:      0  v-fix:    0  time:  8.05 s
1916.51/480.17	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1916.51/480.19	c vivif2 --  cl tried    66215 cl shrink        0 lits rem          0 time: 0.02
1918.50/480.63	c asymm  cl-useful: 0/13990/20000 lits-rem:0 time: 0.43
1918.50/480.63	c calculated reachability. Time: 0.00
1918.50/480.63	c  N dy  9650   1710950      1000     20000         0     66215    100000   1757643     96.75   no data
1940.06/486.03	c  N dy  9778   1730981      1000     20000         0     86205    100000   4169881     96.78    102.60
1965.21/492.36	c  N dy  9889   1751079      1000     20000         0    106274    100000   6572683     96.78    102.92
1988.75/498.28	c  N dy 10008   1771332      1000     20000         0     68601    100000   1935057     96.79    102.90
2010.31/503.62	c  N dy 10134   1791380      1000     20000         0     88625    100000   4343027     96.81    102.49
2036.65/510.28	c  N dy 10246   1811630      1000     20000         0    108843    100000   6762874     96.81    102.00
2060.61/516.23	c  N dy 10369   1831869      1000     20000         0     70139    100000   2004933     96.82    102.66
2081.77/521.55	c  N dy 10481   1852086      1000     20000         0     90314    100000   4435623     96.82    102.05
2107.71/528.06	c  N dy 10598   1872135      1000     20000         0    110331    100000   6849689     96.84    103.11
2131.68/534.08	c  N dy 10714   1892277      1000     20000         0     70539    100000   1936358     96.84    103.74
2153.23/539.42	c  N dy 10831   1912353      1000     20000         0     90581    100000   4344960     96.85    103.22
2178.77/545.89	c  N dy 10942   1932362      1000     20000         0    110555    100000   6741755     96.85    112.68
2203.93/552.11	c  N dy 11052   1952396      1000     20000         0     69662    100000   1717793     96.85    103.39
2225.12/557.41	c  N dy 11173   1972623      1000     20000         0     89860    100000   4155666     96.86    103.01
2250.63/563.82	c  N dy 11285   1992717      1000     20000         0    109922    100000   6554841     96.86    103.16
2278.18/570.76	c  N dy 11400   2012728      1000     20000         0     67992    100000   1418938     96.87    102.03
2298.94/576.00	c  N dy 11517   2032918      1000     20000         0     88144    100000   3829519     96.88    103.42
2325.28/582.57	c  N dy 11646   2053039      1000     20000         0    108234    100000   6245411     96.89    103.28
2354.43/589.82	c  N dy 11757   2073468      1000     20000         0     65744    100000   1039975     96.89    102.36
2374.78/594.99	c  N dy 11885   2093479      1000     20000         0     85717    100000   3445560     96.90    102.84
2400.76/601.43	c  N dy 12013   2113561      1000     20000         0    105772    100000   5877530     96.92    102.77
2429.88/608.77	c  N dy 12124   2133677      1000     20000         0    125844    100000   8287385     96.93    106.11
2451.04/614.01	c  N dy 12231   2153863      1000     20000         0     82094    100000   2874990     96.92    104.03
2475.02/620.05	c  N dy 12352   2173910      1000     20000         0    102107    100000   5282200     96.93    107.14
2503.73/627.22	c  N dy 12470   2193928      1000     20000         0    122101    100000   7679023     96.94    102.78
2524.89/632.58	c  S st 12575   2210950      1000     20000         0     74206    100000   1833956     96.94   no data
2525.69/632.77	c  S st 12575   2211453      1000     20000         0     74709    100000   1885941     96.94   no data
2525.69/632.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2526.09/632.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2526.09/632.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2526.09/632.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2526.09/632.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2526.09/632.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2526.09/632.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2526.09/632.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2526.49/632.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2553.23/639.62	c lits-rem:       226  cl-subs:       51  v-elim:      0  v-fix:    0  time:  6.71 s
2553.23/639.62	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
2553.23/639.65	c vivif2 --  cl tried    74658 cl shrink        0 lits rem          0 time: 0.03
2554.05/639.87	c asymm  cl-useful: 0/6010/20000 lits-rem:0 time: 0.22
2554.05/639.87	c calculated reachability. Time: 0.00
2554.05/639.87	c  N dy 12575   2211453      1000     20000         0     74658    100000   1873777     96.94   no data
2576.00/645.38	c  N dy 12686   2231625      1000     20000         0     94807    100000   4316797     96.95    102.23
2603.13/652.17	c  N dy 12803   2251875      1000     20000         0    115013    100000   6752122     96.96    102.99
2633.86/659.82	c  N dy 12928   2272064      1000     20000         0     69279    100000   1130770     96.98    103.94
2654.63/665.09	c  N dy 13053   2292116      1000     20000         0     89285    100000   3537379     96.99    109.47
2681.39/671.77	c  N dy 13164   2312213      1000     20000         0    109335    100000   5954426     97.00    102.70
2714.50/680.07	c  N dy 13291   2332337      1000     20000         0    129436    100000   8388016     97.01    102.50
2738.48/686.02	c  N dy 13409   2352574      1000     20000         0     82750    100000   2643760     97.02    102.59
2762.80/692.12	c  N dy 13527   2372669      1000     20000         0    102816    100000   5056888     97.03    102.29
2791.94/699.42	c  N dy 13635   2392741      1000     20000         0    122855    100000   7475664     97.03    103.87
2821.09/706.73	c  N dy 13761   2412895      1000     20000         0     75092    100000   1607891     97.04    102.41
2843.44/712.35	c  N dy 13880   2433137      1000     20000         0     95298    100000   4041788     97.05    102.77
2870.20/719.02	c  N dy 13989   2453256      1000     20000         0    115375    100000   6445789     97.05    105.56
2901.72/726.98	c  N dy 14102   2473350      1000     20000         0    135442    100000   8860551     97.05    108.41
2924.07/732.58	c  N dy 14216   2493376      1000     20000         0     86558    100000   2879958     97.06    102.42
2949.25/738.88	c  N dy 14328   2513627      1000     20000         0    106776    100000   5302625     97.06    102.92
2979.17/746.35	c  N dy 14446   2533726      1000     20000         0    126830    100000   7707703     97.06    102.30
3009.91/754.00	c  N dy 14556   2553835      1000     20000         0     77027    100000   1608068     97.07    102.88
3033.87/760.04	c  N dy 14665   2573865      1000     20000         0     97027    100000   4009268     97.07    105.64
3062.21/767.10	c  N dy 14790   2593951      1000     20000         0    117094    100000   6411990     97.07    105.38
3096.54/775.73	c  N dy 14921   2614057      1000     20000         0    137173    100000   8843623     97.09    104.33
3121.69/782.01	c  N dy 15033   2634078      1000     20000         0     86266    100000   2606482     97.09    102.26
3146.45/788.30	c  N dy 15148   2654109      1000     20000         0    106256    100000   5009106     97.09    102.37
3175.98/795.60	c  N dy 15253   2674194      1000     20000         0    126312    100000   7404710     97.09    102.23
3207.53/803.58	c  N dy 15362   2694201      1000     20000         0     74409    100000   1077762     97.08    102.33
3226.32/808.29	c  S st 15463   2711453      1000     20000         0     91629    100000   3139915     97.09   no data
3227.48/808.52	c  S st 15463   2711955      1000     20000         0     92131    100000   3195644     97.09   no data
3227.48/808.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3227.48/808.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3227.48/808.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3227.48/808.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3227.48/808.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3227.48/808.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
3227.48/808.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3227.88/808.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3228.28/808.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3277.39/821.04	c lits-rem:       469  cl-subs:       67  v-elim:      0  v-fix:    0  time: 12.31 s
3277.39/821.04	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
3277.39/821.08	c vivif2 --  cl tried    92064 cl shrink        0 lits rem          0 time: 0.04
3279.38/821.50	c asymm  cl-useful: 0/10956/20000 lits-rem:0 time: 0.42
3279.38/821.51	c calculated reachability. Time: 0.00
3279.38/821.51	c  N dy 15463   2711955      1000     20000         0     92064    100000   3179774     97.09   no data
3305.72/828.12	c  N dy 15571   2732226      1000     20000         0    112300    100000   5612464     97.09    102.23
3337.66/836.11	c  N dy 15692   2752328      1000     20000         0    132377    100000   8039534     97.10    102.38
3368.40/843.82	c  N dy 15800   2772574      1000     20000         0     79705    100000   1603957     97.10    102.23
3391.56/849.69	c  N dy 15908   2792783      1000     20000         0     99880    100000   4028108     97.10    103.11
3419.11/856.54	c  N dy 16009   2812881      1000     20000         0    119946    100000   6409788     97.09    105.94
3452.63/864.98	c  N dy 16124   2832921      1000     20000         0    139948    100000   8832682     97.10    103.98
3480.17/871.89	c  N dy 16249   2852946      1000     20000         0     86053    100000   2273175     97.11    103.96
3506.52/878.46	c  N dy 16371   2873114      1000     20000         0    106184    100000   4695710     97.12    103.69
3537.68/886.29	c  N dy 16473   2893152      1000     20000         0    126189    100000   7080767     97.11    102.30
3572.80/895.07	c  N dy 16586   2913217      1000     20000         0    146223    100000   9498092     97.12    110.89
3597.93/901.33	c  N dy 16691   2933595      1000     20000         0     91684    100000   2831111     97.12    102.48
3624.28/907.90	c  N dy 16802   2953758      1000     20000         0    111816    100000   5257855     97.12    103.93
3655.02/915.65	c  N dy 16924   2973825      1000     20000         0    131842    100000   7683380     97.13    103.23
3691.36/924.71	c  N dy 17033   2993930      1000     20000         0     76049    100000    832531     97.13    103.49
3713.73/930.31	c  N dy 17150   3013999      1000     20000         0     96084    100000   3232232     97.13    103.38
3740.44/937.06	c  N dy 17265   3034064      1000     20000         0    116108    100000   5660975     97.14    102.82
3772.77/945.19	c  N dy 17394   3054145      1000     20000         0    136154    100000   8081114     97.15    103.09
3808.31/954.03	c  N dy 17508   3074606      1000     20000         0     79727    100000   1166814     97.15    102.32
3831.47/959.88	c  N dy 17633   3094830      1000     20000         0     99910    100000   3603206     97.16    103.54
3860.61/967.11	c  N dy 17748   3114879      1000     20000         0    119910    100000   6030328     97.16    103.52
3896.15/976.01	c  N dy 17875   3134885      1000     20000         0    139884    100000   8457348     97.18    110.13
3934.86/985.75	c  N dy 17995   3155253      1000     20000         0     82361    100000   1378459     97.18    103.27
3961.61/992.45	c  N dy 18113   3175324      1000     20000         0    102398    100000   3799048     97.19    112.17
3994.36/1000.62	c  N dy 18230   3195357      1000     20000         0    122396    100000   6206697     97.19    104.46
4026.67/1008.76	c  S st 18332   3211955      1000     20000         0    138955    100000   8211803     97.20     96.07
4028.27/1009.13	c  S st 18332   3212455      1000     20000         0    139455    100000   8261591     97.20   no data
4028.27/1009.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4028.67/1009.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4028.67/1009.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4028.67/1009.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4028.67/1009.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4028.67/1009.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4028.67/1009.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4029.07/1009.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4029.90/1009.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4280.94/1072.46	c lits-rem:       770  cl-subs:      216  v-elim:      0  v-fix:    0  time: 62.86 s
4280.94/1072.46	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4281.34/1072.57	c vivif2 --  cl tried   139239 cl shrink        0 lits rem          0 time: 0.11
4283.35/1073.05	c asymm  cl-useful: 0/6694/20000 lits-rem:0 time: 0.48
4283.35/1073.06	c calculated reachability. Time: 0.00
4283.35/1073.06	c  N dy 18332   3212455      1000     20000         0    139239    100000   8210442     97.20   no data
4320.46/1082.34	c  N dy 18456   3232520      1000     20000         0     80429    100000   1027326     97.21    104.58
4343.62/1088.18	c  N dy 18567   3252604      1000     20000         0    100482    100000   3432546     97.21    103.25
4372.39/1095.36	c  N dy 18684   3272789      1000     20000         0    120633    100000   5856858     97.21    103.61
4406.29/1103.87	c  N dy 18790   3292912      1000     20000         0    140727    100000   8274197     97.21    102.93
4446.22/1113.83	c  N dy 18896   3312982      1000     20000         0     80895    100000    967681     97.20    102.72
4471.36/1120.14	c  N dy 19017   3333104      1000     20000         0    100978    100000   3397561     97.21    103.07
4501.28/1127.63	c  N dy 19127   3353119      1000     20000         0    120949    100000   5813579     97.21    109.91
4537.22/1136.63	c  N dy 19254   3373213      1000     20000         0    141000    100000   8243884     97.22    107.72
4575.54/1146.28	c  N dy 19371   3393261      1000     20000         0    161021    100000  10666927     97.23    102.53
4600.72/1152.56	c  N dy 19484   3413454      1000     20000         0    100328    100000   3191429     97.23    105.83
4629.03/1159.67	c  N dy 19594   3433500      1000     20000         0    120337    100000   5603563     97.23    102.90
4663.36/1168.28	c  N dy 19712   3454232      1000     20000         0    141031    100000   8108256     97.24    102.84
4702.47/1178.07	c  N dy 19839   3474244      1000     20000         0    160999    100000  10532801     97.25    122.99
4728.06/1184.48	c  N dy 19947   3494311      1000     20000         0     99191    100000   2932171     97.24    103.07
4756.38/1191.56	c  N dy 20064   3514684      1000     20000         0    119520    100000   5389911     97.25    103.65
4788.71/1199.62	c  N dy 20166   3534716      1000     20000         0    139515    100000   7790560     97.25    103.73

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 651202274 52396032 352 33554432000 4194304 4580107 140733847308848 18446744073709551615 271550537659 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 12792 352 302 95 0 7774 0
[pid=12277/tid=12278] ppid=12275 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651202275 52396032 352 33554432000 4194304 4580107 140733847308848 18446744073709551615 47129529829296 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651202275 52396032 352 33554432000 4194304 4580107 140733847308848 18446744073709551615 47129529828883 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651202275 52396032 352 33554432000 4194304 4580107 140733847308848 18446744073709551615 47129529828889 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.121879 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=285656 CPUtime=0.45 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 3580 0 0 0 45 0 0 0 18 0 4 0 651202274 292511744 3495 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 71513 3678 363 95 0 66495 0
[pid=12277/tid=12278] ppid=12275 vsize=286676 CPUtime=0.11 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) S 12275 12277 11320 0 -1 4202560 886 0 0 0 11 0 0 0 18 0 4 0 651202275 293556224 3970 33554432000 4194304 4580107 140733847308848 18446744073709551615 271550642670 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=287704 CPUtime=0.11 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 1456 0 0 0 11 0 0 0 18 0 4 0 651202275 294608896 4345 33554432000 4194304 4580107 140733847308848 18446744073709551615 271550234809 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=288440 CPUtime=0.11 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 845 0 0 0 11 0 0 0 18 0 4 0 651202275 295362560 4545 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 285656

[startup+0.910677 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=297576 CPUtime=3.61 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 13722 0 0 0 359 2 0 0 19 0 4 0 651202274 304717824 8749 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 74394 8749 377 95 0 69376 0
[pid=12277/tid=12278] ppid=12275 vsize=297576 CPUtime=0.89 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 3567 0 0 0 89 0 0 0 19 0 4 0 651202275 304717824 8749 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=297576 CPUtime=0.9 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 3377 0 0 0 90 0 0 0 19 0 4 0 651202275 304717824 8749 33554432000 4194304 4580107 140733847308848 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=297576 CPUtime=0.89 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 2922 0 0 0 89 0 0 0 19 0 4 0 651202275 304717824 8749 33554432000 4194304 4580107 140733847308848 18446744073709551615 4317493 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 297576

[startup+1.00066 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=298308 CPUtime=3.96 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 15373 0 0 0 394 2 0 0 19 0 4 0 651202274 305467392 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294701 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 74577 7383 377 95 0 69559 0
[pid=12277/tid=12278] ppid=12275 vsize=298308 CPUtime=0.98 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 4086 0 0 0 98 0 0 0 19 0 4 0 651202275 305467392 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=298308 CPUtime=0.99 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 3875 0 0 0 99 0 0 0 19 0 4 0 651202275 305467392 7384 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=298308 CPUtime=0.98 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 3067 0 0 0 98 0 0 0 19 0 4 0 651202275 305467392 7384 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 298308

[startup+1.10065 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=298308 CPUtime=4.36 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 16014 0 0 0 434 2 0 0 19 0 4 0 651202274 305467392 8024 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 74577 8024 377 95 0 69559 0
[pid=12277/tid=12278] ppid=12275 vsize=298308 CPUtime=1.08 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 4251 0 0 0 108 0 0 0 19 0 4 0 651202275 305467392 8025 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=298308 CPUtime=1.09 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 4031 0 0 0 109 0 0 0 19 0 4 0 651202275 305467392 8025 33554432000 4194304 4580107 140733847308848 18446744073709551615 4316561 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=298308 CPUtime=1.08 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 3224 0 0 0 108 0 0 0 19 0 4 0 651202275 305467392 8025 33554432000 4194304 4580107 140733847308848 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 298308

[startup+1.50057 s]
/proc/loadavg: 4.38 6.70 7.25 5/253 12277
/proc/meminfo: memFree=21755784/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=298844 CPUtime=5.97 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 20105 0 0 0 594 3 0 0 19 0 4 0 651202274 306016256 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293225 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 74711 7383 377 95 0 69693 0
[pid=12277/tid=12278] ppid=12275 vsize=298844 CPUtime=1.48 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 5279 0 0 0 148 0 0 0 20 0 4 0 651202275 306016256 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=298844 CPUtime=1.49 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 4999 0 0 0 149 0 0 0 20 0 4 0 651202275 306016256 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=298844 CPUtime=1.49 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 4294 0 0 0 148 1 0 0 20 0 4 0 651202275 306016256 7383 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 298844

[startup+3.10029 s]
/proc/loadavg: 4.67 6.72 7.26 9/257 12281
/proc/meminfo: memFree=21648556/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=315836 CPUtime=12.34 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 35576 0 0 0 1230 4 0 0 24 0 4 0 651202274 323416064 13031 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 78959 13031 379 95 0 73941 0
[pid=12277/tid=12278] ppid=12275 vsize=315836 CPUtime=3.07 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 8391 0 0 0 306 1 0 0 25 0 4 0 651202275 323416064 13031 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=315836 CPUtime=3.08 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 8130 0 0 0 308 0 0 0 25 0 4 0 651202275 323416064 13031 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=315836 CPUtime=3.08 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 7480 0 0 0 307 1 0 0 25 0 4 0 651202275 323416064 13031 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 315836

[startup+6.3097 s]
/proc/loadavg: 4.67 6.72 7.26 9/257 12281
/proc/meminfo: memFree=21563636/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=342892 CPUtime=25.16 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 62734 0 0 0 2506 10 0 0 25 0 4 0 651202274 351121408 29802 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 85723 29802 379 95 0 80705 0
[pid=12277/tid=12278] ppid=12275 vsize=342892 CPUtime=6.25 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 15317 0 0 0 622 3 0 0 25 0 4 0 651202275 351121408 29802 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=342892 CPUtime=6.29 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 15265 0 0 0 628 1 0 0 25 0 4 0 651202275 351121408 29803 33554432000 4194304 4580107 140733847308848 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=342892 CPUtime=6.29 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 15511 0 0 0 627 2 0 0 25 0 4 0 651202275 351121408 29803 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 342892

[startup+12.7005 s]
/proc/loadavg: 5.01 6.76 7.27 9/257 12281
/proc/meminfo: memFree=21476096/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=370904 CPUtime=50.67 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 100739 0 0 0 5049 18 0 0 25 0 4 0 651202274 379805696 45900 33554432000 4194304 4580107 140733847308848 18446744073709551615 4417015 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 92726 45900 379 95 0 87708 0
[pid=12277/tid=12278] ppid=12275 vsize=370904 CPUtime=12.6 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 25339 0 0 0 1255 5 0 0 25 0 4 0 651202275 379805696 45900 33554432000 4194304 4580107 140733847308848 18446744073709551615 4302283 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=370904 CPUtime=12.68 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 25147 0 0 0 1265 3 0 0 25 0 4 0 651202275 379805696 45900 33554432000 4194304 4580107 140733847308848 18446744073709551615 4391667 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=370904 CPUtime=12.69 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 25306 0 0 0 1264 5 0 0 25 0 4 0 651202275 379805696 45900 33554432000 4194304 4580107 140733847308848 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 370904

[startup+25.5002 s]
/proc/loadavg: 5.75 6.83 7.28 9/257 12290
/proc/meminfo: memFree=21363488/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=397520 CPUtime=101.75 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 142115 0 0 0 10148 27 0 0 25 0 4 0 651202274 407060480 61440 33554432000 4194304 4580107 140733847308848 18446744073709551615 4416028 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 99380 61440 379 95 0 94362 0
[pid=12277/tid=12278] ppid=12275 vsize=397520 CPUtime=25.28 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 37590 0 0 0 2521 7 0 0 25 0 4 0 651202275 407060480 61440 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=397520 CPUtime=25.47 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 34304 0 0 0 2542 5 0 0 25 0 4 0 651202275 407060480 61440 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=397520 CPUtime=25.48 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 36666 0 0 0 2541 7 0 0 25 0 4 0 651202275 407060480 61440 33554432000 4194304 4580107 140733847308848 18446744073709551615 4316435 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 397520

[startup+51.1006 s]
/proc/loadavg: 6.51 6.93 7.30 9/257 12291
/proc/meminfo: memFree=21296876/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=457084 CPUtime=203.94 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 226641 0 0 0 20343 51 0 0 25 0 4 0 651202274 468054016 71303 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 114271 71303 379 95 0 109253 0
[pid=12277/tid=12278] ppid=12275 vsize=457084 CPUtime=50.69 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 64581 0 0 0 5054 15 0 0 25 0 4 0 651202275 468054016 71303 33554432000 4194304 4580107 140733847308848 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=457084 CPUtime=51.07 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 51229 0 0 0 5098 9 0 0 25 0 4 0 651202275 468054016 71303 33554432000 4194304 4580107 140733847308848 18446744073709551615 4325657 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=457084 CPUtime=51.07 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 60744 0 0 0 5093 14 0 0 25 0 4 0 651202275 468054016 71303 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 457084

[startup+102.3 s]
/proc/loadavg: 7.41 7.10 7.34 9/257 12292
/proc/meminfo: memFree=21189472/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=651240 CPUtime=408.32 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 352389 0 0 0 40747 85 0 0 25 0 4 0 651202274 666869760 86922 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 162810 86922 379 95 0 157792 0
[pid=12277/tid=12278] ppid=12275 vsize=651240 CPUtime=101.47 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 102900 0 0 0 10121 26 0 0 25 0 4 0 651202275 666869760 86922 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=651240 CPUtime=102.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 68528 0 0 0 10213 14 0 0 25 0 4 0 651202275 666869760 86922 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=651240 CPUtime=102.27 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 97561 0 0 0 10203 24 0 0 25 0 4 0 651202275 666869760 86922 33554432000 4194304 4580107 140733847308848 18446744073709551615 4320717 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.32
Current children cumulated vsize (KiB) 651240

[startup+162.3 s]

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

[pid=12277] ppid=12275 vsize=1059632 CPUtime=2803.53 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1351830 0 0 0 279929 424 0 0 25 0 4 0 651202274 1085063168 189045 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 264908 189046 379 95 0 259890 0
[pid=12277/tid=12278] ppid=12275 vsize=1059632 CPUtime=696.77 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 382085 0 0 0 69550 127 0 0 25 0 4 0 651202275 1085063168 189046 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1059632 CPUtime=702.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 279621 0 0 0 70146 81 0 0 25 0 4 0 651202275 1085063168 189046 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1059632 CPUtime=702.19 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 367114 0 0 0 70106 113 0 0 25 0 4 0 651202275 1085063168 189046 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2803.53
Current children cumulated vsize (KiB) 1059632

[startup+762.301 s]
/proc/loadavg: 8.10 8.05 7.76 9/257 12313
/proc/meminfo: memFree=20565700/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1066540 CPUtime=3043.04 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1438135 0 0 0 303847 457 0 0 25 0 4 0 651202274 1092136960 187619 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 266635 187619 379 95 0 261617 0
[pid=12277/tid=12278] ppid=12275 vsize=1066540 CPUtime=756.31 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 403169 0 0 0 75497 134 0 0 25 0 4 0 651202275 1092136960 187619 33554432000 4194304 4580107 140733847308848 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1066540 CPUtime=762.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 300627 0 0 0 76137 90 0 0 25 0 4 0 651202275 1092136960 187619 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1066540 CPUtime=762.17 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 386424 0 0 0 76096 121 0 0 25 0 4 0 651202275 1092136960 187619 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3043.04
Current children cumulated vsize (KiB) 1066540

[startup+822.301 s]
/proc/loadavg: 8.16 8.08 7.79 9/257 12314
/proc/meminfo: memFree=20551672/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1119252 CPUtime=3282.58 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1510619 0 0 0 327771 487 0 0 25 0 4 0 651202274 1146114048 183283 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 279813 183283 379 95 0 274795 0
[pid=12277/tid=12278] ppid=12275 vsize=1119252 CPUtime=815.85 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 420828 0 0 0 81444 141 0 0 25 0 4 0 651202275 1146114048 183283 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1119252 CPUtime=822.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 320664 0 0 0 82128 99 0 0 25 0 4 0 651202275 1146114048 183283 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1119252 CPUtime=822.17 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 402952 0 0 0 82090 127 0 0 25 0 4 0 651202275 1146114048 183283 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3282.58
Current children cumulated vsize (KiB) 1119252

[startup+882.301 s]
/proc/loadavg: 8.18 8.11 7.81 9/257 12316
/proc/meminfo: memFree=20487172/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1138020 CPUtime=3522.09 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1597920 0 0 0 351686 523 0 0 25 0 4 0 651202274 1165332480 192414 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 284505 192414 379 95 0 279487 0
[pid=12277/tid=12278] ppid=12275 vsize=1138020 CPUtime=875.37 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 443311 0 0 0 87386 151 0 0 25 0 4 0 651202275 1165332480 192414 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1138020 CPUtime=882.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 340551 0 0 0 88120 107 0 0 25 0 4 0 651202275 1165332480 192414 33554432000 4194304 4580107 140733847308848 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1138020 CPUtime=882.16 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 425307 0 0 0 88080 136 0 0 25 0 4 0 651202275 1165332480 192414 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3522.09
Current children cumulated vsize (KiB) 1138020

[startup+942.301 s]
/proc/loadavg: 8.29 8.14 7.84 9/257 12318
/proc/meminfo: memFree=20478228/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1139956 CPUtime=3761.62 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1673663 0 0 0 375610 552 0 0 25 0 4 0 651202274 1167314944 198290 33554432000 4194304 4580107 140733847308848 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 284989 198290 379 95 0 279971 0
[pid=12277/tid=12278] ppid=12275 vsize=1139956 CPUtime=934.9 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 465160 0 0 0 93330 160 0 0 25 0 4 0 651202275 1167314944 198293 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1139956 CPUtime=942.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 350593 0 0 0 94117 110 0 0 25 0 4 0 651202275 1167314944 198293 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1139956 CPUtime=942.16 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 447126 0 0 0 94072 144 0 0 25 0 4 0 651202275 1167314944 198293 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3761.62
Current children cumulated vsize (KiB) 1139956

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 7.85 9/257 12319
/proc/meminfo: memFree=20242972/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1353532 CPUtime=4001.13 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1770441 0 0 0 399533 580 0 0 25 0 4 0 651202274 1386016768 252479 33554432000 4194304 4580107 140733847308848 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 338383 252479 379 95 0 333365 0
[pid=12277/tid=12278] ppid=12275 vsize=1353532 CPUtime=994.42 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 498056 0 0 0 99277 165 0 0 25 0 4 0 651202275 1386016768 252479 33554432000 4194304 4580107 140733847308848 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1353532 CPUtime=1002.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 364742 0 0 0 100111 116 0 0 25 0 4 0 651202275 1386016768 252479 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1353532 CPUtime=1002.15 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 476063 0 0 0 100064 151 0 0 25 0 4 0 651202275 1386016768 252479 33554432000 4194304 4580107 140733847308848 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4001.13
Current children cumulated vsize (KiB) 1353532

[startup+1062.31 s]
/proc/loadavg: 8.18 8.14 7.87 9/257 12321
/proc/meminfo: memFree=20231908/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1330672 CPUtime=4240.67 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1809638 0 0 0 423466 601 0 0 25 0 4 0 651202274 1362608128 251111 33554432000 4194304 4580107 140733847308848 18446744073709551615 4416310 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 332668 251112 379 95 0 327650 0
[pid=12277/tid=12278] ppid=12275 vsize=1330672 CPUtime=1053.94 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 508618 0 0 0 105223 171 0 0 25 0 4 0 651202275 1362608128 251112 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1330672 CPUtime=1062.28 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 385172 0 0 0 106100 128 0 0 25 0 4 0 651202275 1362608128 251112 33554432000 4194304 4580107 140733847308848 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1330672 CPUtime=1062.15 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 478729 0 0 0 106062 153 0 0 25 0 4 0 651202275 1362608128 251112 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4240.67
Current children cumulated vsize (KiB) 1330672

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 7.88 9/257 12322
/proc/meminfo: memFree=20184988/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1404976 CPUtime=4480.13 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1884459 0 0 0 447379 634 0 0 25 0 4 0 651202274 1438695424 259785 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 351244 259785 379 95 0 346226 0
[pid=12277/tid=12278] ppid=12275 vsize=1404976 CPUtime=1113.45 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 529628 0 0 0 111164 181 0 0 25 0 4 0 651202275 1438695424 259785 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1404976 CPUtime=1122.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 404926 0 0 0 112092 135 0 0 25 0 4 0 651202275 1438695424 259785 33554432000 4194304 4580107 140733847308848 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1404976 CPUtime=1122.12 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 498612 0 0 0 112050 162 0 0 25 0 4 0 651202275 1438695424 259785 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4480.13
Current children cumulated vsize (KiB) 1404976

[startup+1182.3 s]
/proc/loadavg: 8.27 8.16 7.91 9/257 12324
/proc/meminfo: memFree=20223280/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1290012 CPUtime=4719.64 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1947111 0 0 0 471299 665 0 0 25 0 4 0 651202274 1320972288 247486 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 322503 247486 379 95 0 317485 0
[pid=12277/tid=12278] ppid=12275 vsize=1290012 CPUtime=1172.96 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 550419 0 0 0 117105 191 0 0 25 0 4 0 651202275 1320972288 247486 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1290012 CPUtime=1182.27 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 407865 0 0 0 118090 137 0 0 25 0 4 0 651202275 1320972288 247486 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1290012 CPUtime=1182.11 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 519557 0 0 0 118040 171 0 0 25 0 4 0 651202275 1320972288 247486 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4719.64
Current children cumulated vsize (KiB) 1290012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.5 s]
/proc/loadavg: 8.19 8.15 7.91 11/257 12325
/proc/meminfo: memFree=20212596/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1346504 CPUtime=4800.3 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1973753 0 0 0 479354 676 0 0 25 0 4 0 651202274 1378820096 251271 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 336626 251271 379 95 0 331608 0
[pid=12277/tid=12278] ppid=12275 vsize=1346504 CPUtime=1193.01 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 557294 0 0 0 119108 193 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1346504 CPUtime=1202.48 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 414620 0 0 0 120108 140 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1346504 CPUtime=1202.33 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 527147 0 0 0 120058 175 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1346504

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

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

[startup+1202.5 s]
/proc/loadavg: 8.19 8.15 7.91 11/257 12325
/proc/meminfo: memFree=20212596/32951124 swapFree=67056788/67111528
[pid=12277] ppid=12275 vsize=1346504 CPUtime=4800.3 cores=1,3,5,7
/proc/12277/stat : 12277 (strangenight2-m) R 12275 12277 11320 0 -1 4202496 1973753 0 0 0 479354 676 0 0 25 0 4 0 651202274 1378820096 251271 33554432000 4194304 4580107 140733847308848 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/12277/statm: 336626 251271 379 95 0 331608 0
[pid=12277/tid=12278] ppid=12275 vsize=1346504 CPUtime=1193.01 cores=1,3,5,7
/proc/12277/task/12278/stat : 12278 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 557294 0 0 0 119108 193 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=12277/tid=12279] ppid=12275 vsize=1346504 CPUtime=1202.48 cores=1,3,5,7
/proc/12277/task/12279/stat : 12279 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 414620 0 0 0 120108 140 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12277/tid=12280] ppid=12275 vsize=1346504 CPUtime=1202.33 cores=1,3,5,7
/proc/12277/task/12280/stat : 12280 (strangenight2-m) R 12275 12277 11320 0 -1 4202560 527147 0 0 0 120058 175 0 0 25 0 4 0 651202275 1378820096 251272 33554432000 4194304 4580107 140733847308848 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 1346504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.56
CPU time (s): 4800.39
CPU user time (s): 4793.58
CPU system time (s): 6.80996
CPU usage (%): 399.181
Max. virtual memory (cumulated for all children) (KiB): 1470372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.58
system time used= 6.80996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1973759
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= 1513
involuntary context switches= 35304

runsolver used 2.69059 second user time and 6.81096 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-14 20:00:44
IDJOB=3366125
IDBENCH=82534
IDSOLVER=1844
FILE ID=node133/3366125-1305396044
RUNJOBID= node133-1305396044-12255
PBS_JOBID= 13324443
Free space on /tmp= 73648 MiB

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

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

MD5SUM BENCH= 2961485b9da323860183d34cbf19e164
RANDOM SEED=1499122353

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21757684 kB
Buffers:        269640 kB
Cached:        3216300 kB
SwapCached:       8724 kB
Active:        8496812 kB
Inactive:      2417204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21757684 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           11708 kB
Writeback:           0 kB
AnonPages:     7424712 kB
Mapped:          20948 kB
Slab:           194884 kB
PageTables:      23580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19282168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node133 at 2011-05-14 20:20:48