Trace number 3366191

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.22 1202.66

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S131912631-041-UNKNOWN.cnf
MD5SUM930b758d4a8e6fc97742d1279599e316
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.8087
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
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.29/0.10	c This is CryptoMiniSat 3.0.0
0.29/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.29/0.10	c Reading file 'HOME/instance-3366191-1305398320.cnf'
0.29/0.10	c -- header says num vars:            750
0.29/0.10	c -- header says num clauses:       15000
0.29/0.11	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.29/0.11	c -- vars added        750
0.29/0.11	c Parsing time:  0.01 s
0.29/0.11	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.29/0.18	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.29/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.29/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.29/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.29/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.29/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.57/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.57/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.57/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.57/0.20	c calculated reachability. Time: 0.00
0.57/0.20	c Calc default polars -  time:   0.00 s pos:     390 undec:      22 neg:     338
0.57/0.20	c =========================================================================================
0.57/0.20	c types(t): F = full restart, N = normal restart
0.57/0.20	c types(t): S = simplification begin/end, E = solution found
0.57/0.20	c restart types(rt): st = static, dy = dynamic
0.57/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.57/0.20	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.89/0.32	c Decided on static restart strategy
1.69/0.51	c  N st     8      4915       750     15000         0      4855     75000    522049   no data   no data
3.29/0.96	c  N st    10     11297       750     15000         0      4503     75000    317317   no data   no data
5.28/1.45	c  N st    11     17043       750     15000         0     10201     75000    973118   no data   no data
8.08/2.15	c  F st    12     25000       750     15000         0     12539     75000   1177019   no data   no data
8.08/2.16	c  N st    12     25000       750     15000         0     12539     75000   1177019   no data   no data
9.68/2.52	c  N dy    18     30001       750     15000         0     10739     75000    871842   no data   no data
9.68/2.52	c  S st    18     30001       750     15000         0     10739     75000    871842   no data   no data
9.68/2.57	c  S st    18     30506       750     15000         0     11243     75000    917867   no data   no data
9.68/2.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.68/2.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.68/2.58	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.68/2.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.68/2.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.68/2.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.68/2.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.68/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.07/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.30/3.42	c lits-rem:       180  cl-subs:      101  v-elim:      0  v-fix:    0  time:  0.80 s
13.66/3.53	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
13.66/3.53	c calculated reachability. Time: 0.00
13.66/3.53	c  N dy    18     30506       750     15000         0     11142     75000    899705   no data   no data
14.87/3.88	c  N dy    31     34717       750     15000         0     15337     75000   1312669     81.20     86.57
16.46/4.23	c  N dy    47     39143       750     15000         0     11894     75000    709196     80.09     85.30
17.69/4.57	c  N dy    71     43194       750     15000         0     15931     75000   1106461     80.53     91.25
18.85/4.80	c  S st    82     45759       750     15000         0      9577     75000    350283     80.18     76.34
18.85/4.85	c  S st    82     46261       750     15000         0     10079     75000    394745     80.18   no data
18.85/4.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.85/4.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
18.85/4.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.85/4.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.85/4.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.85/4.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
18.85/4.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.85/4.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.85/4.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.25/4.99	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.11 s
19.25/4.99	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.25/4.99	c vivif2 --  cl tried    10077 cl shrink        0 lits rem          0 time: 0.00
19.65/5.09	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.65/5.10	c calculated reachability. Time: 0.00
19.65/5.10	c  N dy    82     46261       750     15000         0     10077     75000    394380     80.18   no data
21.25/5.43	c  N dy   104     50527       750     15000         0     14325     75000    809954     80.08     84.35
22.84/5.83	c  N dy   127     55015       750     15000         0     18796     75000   1253200     80.19     85.12
24.05/6.16	c  N dy   147     59065       750     15000         0     12895     75000    573493     80.21     84.53
25.64/6.51	c  N dy   168     63213       750     15000         0     17034     75000    979000     80.19     85.30
27.24/6.90	c  N dy   185     67294       750     15000         0     21097     75000   1374681     80.08     84.89
28.04/7.10	c  S st   197     69391       750     15000         0     12237     75000    408165     80.00   no data
28.04/7.15	c  S st   197     69894       750     15000         0     12740     75000    451258     80.00   no data
28.04/7.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.04/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.04/7.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.04/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.04/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.04/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.04/7.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.04/7.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.04/7.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.84/7.36	c lits-rem:        49  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.17 s
28.84/7.36	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
28.84/7.37	c vivif2 --  cl tried    12725 cl shrink        0 lits rem          0 time: 0.01
29.24/7.48	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.12
29.24/7.48	c calculated reachability. Time: 0.00
29.24/7.48	c  N dy   197     69894       750     15000         0     12725     75000    448478     80.00   no data
31.22/7.90	c  N dy   211     74687       750     15000         0     17493     75000    917260     79.61     83.82
32.82/8.38	c  N dy   240     79632       750     15000         0     22421     75000   1396451     79.65     84.62
34.85/8.84	c  N dy   266     84804       750     15000         0     15626     75000    641675     79.64     84.17
35.62/9.08	c  F st   283     87500       750     15000         0     18312     75000    903310     79.71   no data
36.81/9.38	c  N st   288     90799       750     15000         0     21596     75000   1227158     79.71   no data
39.25/9.97	c  N dy   308     96609       750     15000         0     14440     75000    433335     79.74     84.40
41.60/10.53	c  N dy   343    102799       750     15000         0     20609     75000   1042673     79.78     84.01
42.41/10.74	c  S st   357    104841       750     15000         0     22644     75000   1247197     79.90   no data
42.81/10.81	c  S st   357    105344       750     15000         0     23147     75000   1291018     79.90   no data
42.81/10.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.81/10.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
42.81/10.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.81/10.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.81/10.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.81/10.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.81/10.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.81/10.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
42.81/10.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.42/13.26	c lits-rem:       222  cl-subs:       80  v-elim:      0  v-fix:    0  time:  2.37 s
52.42/13.26	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
52.42/13.28	c vivif2 --  cl tried    23067 cl shrink        0 lits rem          0 time: 0.02
53.18/13.48	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.21
53.18/13.49	c calculated reachability. Time: 0.00
53.18/13.49	c  N dy   357    105344       750     15000         0     23067     75000   1276765     79.90   no data
56.81/14.31	c  N dy   387    112254       750     15000         0     16007     75000    495949     79.72     85.13
59.97/15.16	c  N dy   421    119560       750     15000         0     23291     75000   1196253     79.58     84.63
63.56/16.04	c  N dy   473    127384       750     15000         0     16147     75000    419069     79.76     84.50
66.75/16.89	c  N dy   519    135744       750     15000         0     24484     75000   1233578     79.78     85.27
71.14/17.91	c  N dy   565    144464       750     15000         0     17226     75000    429464     79.79     86.70
74.77/18.85	c  N dy   612    153756       750     15000         0     26478     75000   1333926     79.80     84.84
76.73/19.35	c  S st   635    158017       750     15000         0     30721     75000   1743715     79.78   no data
77.13/19.44	c  S st   635    158521       750     15000         0     31225     75000   1788536     79.78   no data
77.13/19.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.13/19.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
77.13/19.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.13/19.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.13/19.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.13/19.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
77.13/19.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.13/19.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.53/19.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.49/25.05	c lits-rem:       252  cl-subs:      106  v-elim:      0  v-fix:    0  time:  5.51 s
99.49/25.05	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
99.49/25.07	c vivif2 --  cl tried    31119 cl shrink        0 lits rem          0 time: 0.02
100.29/25.31	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.23
100.71/25.31	c calculated reachability. Time: 0.00
100.71/25.31	c  N dy   635    158521       750     15000         0     31119     75000   1769186     79.78   no data
105.11/26.43	c  N dy   696    168686       750     15000         0     24296     75000   1033882     79.86     84.40
110.26/27.80	c  N dy   752    179501       750     15000         0     35070     75000   2083517     79.88     90.05
115.45/29.05	c  N dy   818    191044       750     15000         0     28647     75000   1371849     79.93     85.55
121.44/30.59	c  N dy   873    203288       750     15000         0     21908     75000    617145     79.82     84.54
127.82/32.14	c  N dy   946    216365       750     15000         0     34951     75000   1892744     79.81     86.58
134.61/33.84	c  N dy  1026    230221       750     15000         0     28825     75000   1205181     79.87     84.13
138.20/34.80	c  S st  1066    237783       750     15000         0     36367     75000   1939903     79.86     84.04
138.60/34.89	c  S st  1066    238286       750     15000         0     36870     75000   1982924     79.86   no data
139.00/34.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.00/34.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
139.00/34.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.00/34.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.00/34.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.00/34.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
139.00/34.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.00/34.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
139.00/34.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.34/42.08	c lits-rem:       275  cl-subs:      144  v-elim:      0  v-fix:    0  time:  7.09 s
167.34/42.08	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
167.74/42.11	c vivif2 --  cl tried    36726 cl shrink        0 lits rem          0 time: 0.02
168.54/42.39	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
168.54/42.39	c calculated reachability. Time: 0.00
168.54/42.39	c  N dy  1066    238286       750     15000         0     36726     75000   1957113     79.86   no data
176.11/44.24	c  N dy  1139    253525       750     15000         0     30977     75000   1319070     79.81     91.92
184.54/46.37	c  N dy  1226    269878       750     15000         0     25345     75000    684879     79.84     84.08
193.68/48.68	c  N dy  1319    287757       750     15000         0     43153     75000   2429668     79.84     84.78
203.66/51.17	c  N dy  1428    306235       750     15000         0     38642     75000   1904178     79.89     85.27
203.66/51.17	c  F st  1429    306250       750     15000         0     38657     75000   1905208     79.89   no data
214.04/53.74	c  N dy  1495    325787       750     15000         0     34219     75000   1371366     79.82     84.93
225.61/56.66	c  N dy  1607    345874       750     15000         0     29325     75000    802737     79.88     84.11
231.60/58.19	c  S st  1661    357429       750     15000         0     40841     75000   1924380     79.85   no data
232.43/58.31	c  S st  1661    357930       750     15000         0     41342     75000   1969382     79.85   no data
232.43/58.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
232.43/58.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
232.43/58.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
232.43/58.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.43/58.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.43/58.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
232.43/58.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
232.43/58.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
232.83/58.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.13/66.52	c lits-rem:       368  cl-subs:      127  v-elim:      0  v-fix:    0  time:  8.11 s
265.13/66.52	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
265.13/66.54	c vivif2 --  cl tried    41215 cl shrink        0 lits rem          0 time: 0.02
266.34/66.89	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
266.34/66.89	c calculated reachability. Time: 0.00
266.34/66.89	c  N dy  1661    357930       750     15000         0     41215     75000   1946715     79.85   no data
278.71/69.90	c  N dy  1776    378000       750     15000         0     35307     75000   1296268     79.88     84.56
291.48/73.18	c  N dy  1894    398164       750     15000         0     28504     75000    543371     79.93     84.24
303.45/76.12	c  N dy  2003    418363       750     15000         0     48627     75000   2522680     79.97     85.44
315.43/79.12	c  N dy  2101    438439       750     15000         0     40724     75000   1648218     79.95     84.17
328.20/82.36	c  N dy  2191    458547       750     15000         0     31876     75000    693492     79.90     86.49
340.17/85.36	c  N dy  2296    478639       750     15000         0     51897     75000   2656847     79.90     85.79
352.95/88.58	c  N dy  2402    498751       750     15000         0     42037     75000   1604998     79.90     84.46
367.32/92.19	c  N dy  2511    518887       750     15000         0     31218     75000    445371     79.92     85.55
377.73/94.80	c  S st  2604    536896       750     15000         0     49161     75000   2209300     79.91     80.18
378.50/94.92	c  S st  2604    537399       750     15000         0     49663     75000   2252251     79.91   no data
378.50/94.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
378.50/94.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
378.50/94.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
378.50/94.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
378.50/94.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
378.50/94.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
378.50/94.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
378.50/94.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
378.89/95.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.63/106.75	c lits-rem:       381  cl-subs:      136  v-elim:      0  v-fix:    0  time: 11.70 s
425.63/106.75	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
425.63/106.78	c vivif2 --  cl tried    49527 cl shrink        0 lits rem          0 time: 0.03
427.19/107.12	c asymm  cl-useful: 0/13357/15000 lits-rem:0 time: 0.35
427.19/107.13	c calculated reachability. Time: 0.00
427.19/107.13	c  N dy  2604    537399       750     15000         0     49527     75000   2227846     79.91   no data
441.56/110.76	c  N dy  2719    557697       750     15000         0     37872     75000   1013786     79.94     86.35
455.14/114.18	c  N dy  2838    577797       750     15000         0     57904     75000   2984157     79.97     84.21
469.94/117.85	c  N dy  2944    597948       750     15000         0     45090     75000   1622220     79.98     85.39
487.10/122.11	c  N dy  3042    619262       750     15000         0     66321     75000   3715206     79.96     84.62
500.68/125.56	c  N dy  3137    639307       750     15000         0     52429     75000   2250752     79.95     84.71
517.41/129.70	c  N dy  3247    659407       750     15000         0     37579     75000    710640     79.97     84.92
531.42/133.22	c  N dy  3349    680023       750     15000         0     58122     75000   2729067     79.96     85.51
546.95/137.18	c  N dy  3456    700030       750     15000         0     42186     75000   1076366     79.97     84.84
562.15/140.98	c  N dy  3568    720701       750     15000         0     62780     75000   3093993     79.97     84.38
577.69/144.84	c  N dy  3675    740842       750     15000         0     45984     75000   1348884     79.96     87.41
593.25/148.70	c  N dy  3787    761151       750     15000         0     66240     75000   3351139     79.98     84.99
608.43/152.57	c  N dy  3885    781162       750     15000         0     48294     75000   1492192     79.96     85.45
624.39/156.57	c  N dy  3990    801237       750     15000         0     68313     75000   3457701     79.96     84.46
629.18/157.72	c  S st  4021    806098       750     15000         0     73152     75000   3933045     79.97     77.73
629.97/157.91	c  S st  4021    806601       750     15000         0     73655     75000   3979839     79.97   no data
629.97/157.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
629.97/157.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
629.97/157.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
629.97/157.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
629.97/157.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.97/157.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
629.97/157.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
630.37/158.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
630.77/158.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
721.38/180.86	c lits-rem:       861  cl-subs:      226  v-elim:      0  v-fix:    0  time: 22.74 s
721.38/180.86	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
721.78/180.91	c vivif2 --  cl tried    73429 cl shrink        0 lits rem          0 time: 0.05
721.78/180.99	c asymm  cl-useful: 0/1643/15000 lits-rem:0 time: 0.08
721.78/180.99	c calculated reachability. Time: 0.00
721.78/181.00	c  N dy  4021    806601       750     15000         0     73429     75000   3938473     79.97   no data
736.95/184.79	c  N dy  4129    826851       750     15000         0     54731     75000   2037091     79.98     84.32
754.51/189.11	c  N dy  4234    846938       750     15000         0     74765     75000   4013100     79.99     86.01
769.68/192.94	c  N dy  4341    866998       750     15000         0     54895     75000   1963262     79.99     89.63
787.25/197.35	c  N dy  4442    887167       750     15000         0     74995     75000   3945265     80.00     84.84
803.25/201.39	c  N dy  4557    907178       750     15000         0     54076     75000   1784718     80.00     84.43
820.80/205.73	c  N dy  4667    927313       750     15000         0     74149     75000   3766110     80.01     84.67
837.54/209.99	c  N dy  4782    947315       750     15000         0     52218     75000   1528323     80.04     84.62
854.31/214.14	c  N dy  4875    967383       750     15000         0     72223     75000   3506911     80.02     84.88
873.07/218.86	c  N dy  4992    987972       750     15000         0     49882     75000   1205231     80.05     84.40
889.43/222.90	c  N dy  5101   1008148       750     15000         0     69997     75000   3189020     80.05     85.51
909.79/228.09	c  N dy  5224   1028184       750     15000         0     46107     75000    740345     80.07     85.00
925.36/231.91	c  N dy  5327   1048435       750     15000         0     66284     75000   2733864     80.08     84.86
945.71/237.06	c  N dy  5440   1068789       750     15000         0     86572     75000   4734430     80.09     84.58
949.30/237.97	c  F st  5459   1071876       750     15000         0     89652     75000   5036812     80.09   no data
961.71/241.05	c  N dy  5521   1088881       750     15000         0     61738     75000   2205854     80.09     84.95
981.24/245.93	c  N dy  5636   1108982       750     15000         0     81791     75000   4198328     80.11     84.85
1000.00/250.66	c  N dy  5755   1129046       750     15000         0     55944     75000   1538831     80.14     96.80
1019.16/255.48	c  N dy  5879   1149089       750     15000         0     75933     75000   3513791     80.16     84.65
1042.31/261.25	c  N dy  5977   1169504       750     15000         0     49423     75000    799336     80.15     86.31
1059.87/265.62	c  N dy  6085   1189767       750     15000         0     69611     75000   2797928     80.16     84.84
1082.23/271.22	c  N dy  6199   1209796       750     15000         0     89571     75000   4769558     80.18     85.16
1082.23/271.25	c  S st  6200   1209902       750     15000         0     89676     75000   4778780     80.18     76.13
1083.03/271.49	c  S st  6200   1210406       750     15000         0     90180     75000   4821249     80.18   no data
1083.43/271.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1083.43/271.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1083.43/271.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1083.43/271.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1083.43/271.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1083.43/271.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1083.43/271.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1083.83/271.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1084.26/271.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1212.76/303.99	c lits-rem:       772  cl-subs:      347  v-elim:      0  v-fix:    0  time: 32.25 s
1212.76/303.99	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1213.16/304.06	c vivif2 --  cl tried    89833 cl shrink        0 lits rem          0 time: 0.06
1214.75/304.48	c asymm  cl-useful: 0/8732/15000 lits-rem:0 time: 0.42
1214.75/304.49	c calculated reachability. Time: 0.00
1214.75/304.49	c  N dy  6200   1210406       750     15000         0     89833     75000   4758899     80.18   no data
1232.72/309.00	c  N dy  6310   1230492       750     15000         0     62016     75000   1946966     80.18     85.41
1251.87/313.77	c  N dy  6418   1250601       750     15000         0     82049     75000   3927229     80.20     85.30
1273.46/319.16	c  N dy  6522   1270677       750     15000         0     53227     75000    981791     80.19     84.52
1290.62/323.41	c  N dy  6625   1290750       750     15000         0     73236     75000   2947742     80.19     87.15
1312.58/329.00	c  N dy  6748   1310762       750     15000         0     93175     75000   4934089     80.22     86.33
1331.71/333.75	c  N dy  6858   1330843       750     15000         0     63340     75000   1894266     80.22     85.28
1351.27/338.60	c  N dy  6973   1350915       750     15000         0     83340     75000   3869503     80.24     87.38
1374.82/344.51	c  N dy  7079   1371007       750     15000         0     52537     75000    742386     80.24     85.62
1391.19/348.70	c  N dy  7188   1391126       750     15000         0     72570     75000   2741469     80.26     84.62
1413.14/354.12	c  N dy  7290   1411161       750     15000         0     92535     75000   4718026     80.27     84.82
1434.29/359.49	c  N dy  7402   1431233       750     15000         0     60734     75000   1460121     80.28     85.03
1453.49/364.27	c  N dy  7524   1451262       750     15000         0     80696     75000   3437744     80.29     94.46
1477.81/370.35	c  N dy  7642   1471508       750     15000         0    100864     75000   5451943     80.31     84.93
1496.99/375.12	c  N dy  7753   1491697       750     15000         0     68185     75000   2126835     80.32     84.83
1518.12/380.47	c  N dy  7862   1511866       750     15000         0     88284     75000   4117092     80.33     84.57
1544.87/387.13	c  N dy  7978   1531904       750     15000         0     54441     75000    666698     80.34     91.47
1562.43/391.56	c  N dy  8090   1552197       750     15000         0     74648     75000   2671385     80.36     85.54
1584.81/397.19	c  N dy  8197   1572221       750     15000         0     94605     75000   4644669     80.36     84.83
1609.93/403.45	c  N dy  8309   1592416       750     15000         0     59921     75000   1116836     80.37     84.74
1628.29/408.00	c  N dy  8413   1612468       750     15000         0     79900     75000   3087935     80.37     84.95
1651.83/413.97	c  N dy  8535   1632678       750     15000         0    100032     75000   5081285     80.38     85.25
1675.39/419.80	c  N dy  8644   1653122       750     15000         0     64608     75000   1489241     80.39     85.62
1694.99/424.73	c  N dy  8756   1673159       750     15000         0     84570     75000   3463725     80.39     84.88
1719.70/430.90	c  N dy  8846   1693385       750     15000         0    104731     75000   5460821     80.38     84.99
1739.66/435.97	c  S st  8939   1710406       750     15000         0     64904     75000   1423016     80.38   no data
1740.46/436.15	c  S st  8939   1710914       750     15000         0     65412     75000   1469950     80.38   no data
1740.46/436.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1740.86/436.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1740.86/436.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1740.86/436.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1740.86/436.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1740.86/436.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1740.86/436.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1740.86/436.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1740.86/436.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1760.84/441.28	c lits-rem:       156  cl-subs:       77  v-elim:      0  v-fix:    0  time:  5.01 s
1760.84/441.29	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1761.20/441.31	c vivif2 --  cl tried    65335 cl shrink        0 lits rem          0 time: 0.02
1762.00/441.57	c asymm  cl-useful: 0/6268/15000 lits-rem:0 time: 0.26
1762.00/441.57	c calculated reachability. Time: 0.00
1762.00/441.57	c  N dy  8939   1710914       750     15000         0     65335     75000   1456159     80.38   no data
1783.57/446.90	c  N dy  9045   1731246       750     15000         0     85599     75000   3475075     80.39     84.70
1809.14/453.35	c  N dy  9140   1751271       750     15000         0    105559     75000   5456842     80.38     90.99
1833.46/459.47	c  N dy  9245   1771336       750     15000         0     67753     75000   1621290     80.38     85.26
1855.02/464.82	c  N dy  9356   1791722       750     15000         0     88067     75000   3616830     80.39     84.77
1880.96/471.32	c  N dy  9467   1811770       750     15000         0    108050     75000   5583091     80.39     84.67
1904.92/477.37	c  N dy  9571   1832701       750     15000         0     70112     75000   1751735     80.39     84.64
1926.08/482.68	c  N dy  9679   1852817       750     15000         0     90156     75000   3740843     80.40     84.93
1953.22/489.45	c  N dy  9786   1873422       750     15000         0    110683     75000   5772150     80.40     86.01
1976.37/495.23	c  N dy  9891   1893518       750     15000         0     70910     75000   1751999     80.41     85.90
1997.56/500.60	c  N dy 10005   1913617       750     15000         0     90936     75000   3729738     80.42     85.66
2023.90/507.12	c  N dy 10111   1933694       750     15000         0    110946     75000   5716980     80.43     85.98
2048.22/513.24	c  N dy 10230   1953829       750     15000         0     70236     75000   1609148     80.43     84.90
2069.38/518.56	c  N dy 10340   1973986       750     15000         0     90339     75000   3600435     80.43     85.73
2096.12/525.21	c  N dy 10459   1994059       750     15000         0    110350     75000   5582242     80.44     85.66
2122.46/531.85	c  N dy 10577   2014081       750     15000         0     68503     75000   1340175     80.45     92.32
2143.22/537.05	c  N dy 10688   2034375       750     15000         0     88722     75000   3357449     80.46     84.77
2169.20/543.55	c  N dy 10798   2054450       750     15000         0    108729     75000   5338346     80.47     86.66
2197.91/550.78	c  N dy 10922   2074465       750     15000         0     65893     75000    987999     80.48    108.01
2219.06/556.00	c  N dy 11023   2094794       750     15000         0     86155     75000   3000006     80.48     85.19
2245.01/562.50	c  N dy 11133   2114994       750     15000         0    106287     75000   5005863     80.48     84.92
2276.15/570.30	c  N dy 11257   2135611       750     15000         0    126831     75000   7052433     80.50     85.64
2295.71/575.26	c  N dy 11370   2155673       750     15000         0     83022     75000   2595587     80.51     85.62
2320.46/581.49	c  N dy 11490   2176050       750     15000         0    103326     75000   4615290     80.52     87.02
2349.99/588.85	c  N dy 11597   2196062       750     15000         0    123273     75000   6588678     80.52     86.20
2368.35/593.49	c  S st 11670   2210915       750     15000         0     73302     75000   1545778     80.52   no data
2369.15/593.68	c  S st 11670   2211423       750     15000         0     73810     75000   1593728     80.52   no data
2369.15/593.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2369.55/593.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2369.55/593.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2369.55/593.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2369.55/593.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2369.55/593.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2369.55/593.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2369.55/593.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2369.95/593.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2387.11/598.17	c lits-rem:       101  cl-subs:       61  v-elim:      0  v-fix:    0  time:  4.36 s
2387.11/598.17	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2387.11/598.19	c vivif2 --  cl tried    73749 cl shrink        0 lits rem          0 time: 0.02
2388.75/598.57	c asymm  cl-useful: 0/10128/15000 lits-rem:0 time: 0.38
2388.75/598.57	c calculated reachability. Time: 0.00
2388.75/598.57	c  N dy 11670   2211423       750     15000         0     73749     75000   1582676     80.52   no data
2411.06/604.16	c  N dy 11777   2231532       750     15000         0     93787     75000   3563846     80.53     84.99
2437.81/610.83	c  N dy 11888   2251603       750     15000         0    113790     75000   5558037     80.54     84.94
2468.15/618.42	c  N dy 11989   2271637       750     15000         0     67987     75000    926821     80.54     84.89
2488.11/623.43	c  N dy 12098   2291772       750     15000         0     88048     75000   2914998     80.54     84.82
2513.66/629.82	c  N dy 12205   2311822       750     15000         0    108029     75000   4885689     80.54     85.10
2544.39/637.51	c  N dy 12312   2332154       750     15000         0    128293     75000   6897338     80.55     87.44
2569.54/643.81	c  N dy 12433   2352289       750     15000         0     81584     75000   2180360     80.56     85.06
2594.72/650.19	c  N dy 12554   2372433       750     15000         0    101656     75000   4172113     80.56     85.01
2623.83/657.45	c  N dy 12656   2392449       750     15000         0    121604     75000   6141579     80.56     86.30
2653.76/665.00	c  N dy 12779   2412509       750     15000         0     73831     75000   1315331     80.57     93.58
2676.12/670.51	c  N dy 12894   2432872       750     15000         0     94125     75000   3328017     80.58     84.86
2703.26/677.31	c  N dy 13008   2452992       750     15000         0    114187     75000   5319742     80.59     85.23
2734.79/685.28	c  N dy 13108   2473198       750     15000         0    134336     75000   7310155     80.58     84.91
2757.95/691.08	c  N dy 13228   2493260       750     15000         0     85564     75000   2392252     80.59     85.22
2782.70/697.26	c  N dy 13338   2513342       750     15000         0    105580     75000   4374310     80.59     84.99
2813.04/704.88	c  N dy 13456   2533455       750     15000         0    125614     75000   6370283     80.60     85.14
2843.38/712.46	c  N dy 13552   2553524       750     15000         0     75854     75000   1335488     80.60     88.48
2865.73/718.04	c  N dy 13657   2573548       750     15000         0     95823     75000   3322949     80.60     86.85
2894.06/725.18	c  N dy 13772   2594101       750     15000         0    116296     75000   5357321     80.61     85.01
2926.80/733.36	c  N dy 13873   2614568       750     15000         0    136684     75000   7393555     80.61     84.88
2952.74/739.86	c  N dy 13984   2634663       750     15000         0     85949     75000   2249785     80.61     86.46
2978.70/746.34	c  N dy 14105   2654671       750     15000         0    105888     75000   4227583     80.62     86.27
3009.03/753.99	c  N dy 14211   2674728       750     15000         0    125892     75000   6221377     80.63     86.86
3043.00/762.48	c  N dy 14321   2694995       750     15000         0     74328     75000   1005690     80.63     85.21
3060.15/766.74	c  S st 14399   2711423       750     15000         0     90704     75000   2636466     80.63     72.57
3060.92/766.96	c  S st 14399   2711929       750     15000         0     91210     75000   2682587     80.63   no data
3060.92/766.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3061.32/767.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3061.32/767.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3061.32/767.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3061.32/767.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3061.32/767.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3061.32/767.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3061.32/767.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3061.71/767.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3116.41/780.82	c lits-rem:       418  cl-subs:      178  v-elim:      0  v-fix:    0  time: 13.68 s
3116.41/780.82	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3116.41/780.86	c vivif2 --  cl tried    91032 cl shrink        0 lits rem          0 time: 0.04
3117.64/781.13	c asymm  cl-useful: 0/4872/15000 lits-rem:0 time: 0.27
3117.64/781.14	c calculated reachability. Time: 0.00
3117.64/781.14	c  N dy 14399   2711929       750     15000         0     91032     75000   2650556     80.63   no data
3144.34/787.83	c  N dy 14524   2731973       750     15000         0    111009     75000   4644547     80.64     87.49
3175.08/795.52	c  N dy 14632   2752022       750     15000         0    130990     75000   6632373     80.64     87.56
3205.82/803.28	c  N dy 14736   2772181       750     15000         0     78324     75000   1317180     80.64     85.01
3228.57/808.93	c  N dy 14847   2792297       750     15000         0     98360     75000   3310731     80.65     85.68
3256.52/815.95	c  N dy 14957   2812372       750     15000         0    118379     75000   5296602     80.65     85.38
3289.64/824.28	c  N dy 15059   2832481       750     15000         0    138420     75000   7284554     80.65     86.34
3318.79/831.53	c  N dy 15179   2852587       750     15000         0     84716     75000   1865069     80.66     87.35
3343.14/837.60	c  N dy 15288   2872753       750     15000         0    104817     75000   3859693     80.66     86.31
3374.67/845.53	c  N dy 15394   2893853       750     15000         0    125836     75000   5949758     80.66     84.98
3410.20/854.46	c  N dy 15482   2913900       750     15000         0    145798     75000   7922594     80.65     85.84
3435.35/860.72	c  N dy 15582   2934034       750     15000         0     91132     75000   2397737     80.65     85.14
3461.29/867.29	c  N dy 15693   2954172       750     15000         0    111197     75000   4393333     80.65     86.83
3492.82/875.15	c  N dy 15802   2974361       750     15000         0    131299     75000   6380826     80.66     86.50
3529.98/884.42	c  N dy 15921   2994433       750     15000         0    151302     75000   8366329     80.66     87.60
3551.94/889.99	c  N dy 16022   3014534       750     15000         0     95592     75000   2769985     80.67     85.39
3579.04/896.71	c  N dy 16127   3034625       750     15000         0    115606     75000   4759405     80.67     84.94
3612.19/905.02	c  N dy 16251   3054713       750     15000         0    135613     75000   6752578     80.68     85.00
3649.29/914.37	c  N dy 16365   3075104       750     15000         0     79218     75000   1049056     80.68     85.66
3672.45/920.11	c  N dy 16473   3095186       750     15000         0     99225     75000   3037199     80.68     89.93
3700.00/927.04	c  N dy 16572   3115208       750     15000         0    119180     75000   5023607     80.68     85.16
3733.92/935.59	c  N dy 16692   3135348       750     15000         0    139248     75000   7028413     80.69     85.29
3769.86/944.57	c  N dy 16797   3155430       750     15000         0     81540     75000   1186822     80.69    101.98
3795.00/950.84	c  N dy 16910   3175675       750     15000         0    101725     75000   3207196     80.70     85.39
3825.33/958.44	c  N dy 17010   3195693       750     15000         0    121663     75000   5180124     80.70     85.03
3854.48/965.77	c  S st 17103   3211931       750     15000         0    137847     75000   6786569     80.70     81.98
3856.06/966.13	c  S st 17103   3212434       750     15000         0    138350     75000   6833244     80.70   no data
3856.06/966.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3856.46/966.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
3856.46/966.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3856.46/966.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3856.46/966.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3856.46/966.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3856.46/966.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3856.86/966.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3857.67/966.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4076.80/1021.49	c lits-rem:       816  cl-subs:      449  v-elim:      0  v-fix:    0  time: 54.97 s
4076.80/1021.49	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4077.20/1021.58	c vivif2 --  cl tried   137901 cl shrink        0 lits rem          0 time: 0.09
4079.24/1022.04	c asymm  cl-useful: 0/6147/15000 lits-rem:0 time: 0.46
4079.24/1022.05	c calculated reachability. Time: 0.00
4079.24/1022.05	c  N dy 17103   3212434       750     15000         0    137901     75000   6752326     80.70   no data
4118.35/1031.83	c  N dy 17209   3232783       750     15000         0     79467     75000    891403     80.71     85.67
4141.86/1037.72	c  N dy 17334   3252856       750     15000         0     99468     75000   2888113     80.72     95.87
4170.22/1044.85	c  N dy 17450   3272896       750     15000         0    119439     75000   4889537     80.73     98.60
4203.34/1053.12	c  N dy 17549   3292991       750     15000         0    139483     75000   6887123     80.73     85.60
4242.47/1062.92	c  N dy 17645   3313749       750     15000         0     80450     75000    897418     80.73     85.17
4267.22/1069.12	c  N dy 17757   3333862       750     15000         0    100482     75000   2893856     80.73     86.35
4296.75/1076.58	c  N dy 17863   3354031       750     15000         0    120572     75000   4897948     80.74     85.16
4332.29/1085.45	c  N dy 17960   3374069       750     15000         0    140532     75000   6881993     80.74     86.91
4374.19/1095.91	c  N dy 18078   3394277       750     15000         0    160659     75000   8882072     80.74     85.13
4398.95/1102.19	c  N dy 18192   3414432       750     15000         0    100041     75000   2750861     80.75     85.16
4427.28/1109.28	c  N dy 18291   3434602       750     15000         0    120132     75000   4753874     80.75     85.59
4461.25/1117.75	c  N dy 18382   3455230       750     15000         0    140684     75000   6786184     80.74     85.34
4500.77/1127.68	c  N dy 18496   3475292       750     15000         0    160671     75000   8769118     80.75     85.90
4527.88/1134.44	c  N dy 18624   3495386       750     15000         0     98989     75000   2586153     80.76     85.05
4555.82/1141.49	c  N dy 18739   3515443       750     15000         0    118975     75000   4577139     80.77     88.02
4589.75/1149.99	c  N dy 18856   3535515       750     15000         0    138967     75000   6576222     80.77     85.70
4629.67/1159.92	c  N dy 18967   3556065       750     15000         0    159436     75000   8612531     80.78     85.39
4658.84/1167.22	c  N dy 19078   3576137       750     15000         0     96749     75000   2253853     80.78     87.39
4685.95/1174.01	c  N dy 19181   3596257       750     15000         0    116789     75000   4250942     80.78     85.20
4718.28/1182.14	c  N dy 19287   3616405       750     15000         0    136865     75000   6250449     80.78     85.15
4756.20/1191.63	c  N dy 19397   3636540       750     15000         0    156912     75000   8251372     80.79     86.01
4790.17/1200.16	c  N dy 19520   3656687       750     15000         0     93294     75000   1823732     80.79     85.20

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-3366191-1305398320/watcher-3366191-1305398320 -o /tmp/evaluation-result-3366191-1305398320/solver-3366191-1305398320 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366191-1305398320.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: 1.88 3.39 3.69 3/267 25976
/proc/meminfo: memFree=20969784/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 409 0 0 0 1 0 0 0 19 0 4 0 651431748 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483351 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 12792 350 302 95 0 7774 0
[pid=25976/tid=25977] ppid=25974 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483756 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483353 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483762 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.102848 s]
/proc/loadavg: 1.88 3.39 3.69 3/267 25976
/proc/meminfo: memFree=20969784/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=51168 CPUtime=0.29 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 409 0 0 0 29 0 0 0 19 0 4 0 651431748 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483351 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 12792 350 302 95 0 7774 0
[pid=25976/tid=25977] ppid=25974 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483756 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=51168 CPUtime=0.09 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 0 0 0 0 9 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483353 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=51168 CPUtime=0.09 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 0 0 0 0 9 0 0 0 20 0 4 0 651431749 52396032 350 33554432000 4194304 4580107 140734703555840 18446744073709551615 47828248483347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51168

[startup+0.200837 s]
/proc/loadavg: 1.88 3.39 3.69 3/267 25976
/proc/meminfo: memFree=20969784/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=220248 CPUtime=0.57 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 4057 0 0 0 56 1 0 0 18 0 4 0 651431748 225533952 3957 33554432000 4194304 4580107 140734703555840 18446744073709551615 4415787 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 55062 3957 370 95 0 50044 0
[pid=25976/tid=25977] ppid=25974 vsize=220248 CPUtime=0 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 4 0 651431749 225533952 3957 33554432000 4194304 4580107 140734703555840 18446744073709551615 4341199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=220248 CPUtime=0.18 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 1435 0 0 0 18 0 0 0 18 0 4 0 651431749 225533952 3957 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416477 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=220248 CPUtime=0.18 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 693 0 0 0 18 0 0 0 21 0 4 0 651431749 225533952 3957 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 220248

[startup+0.300817 s]
/proc/loadavg: 1.88 3.39 3.69 3/267 25976
/proc/meminfo: memFree=20969784/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=218516 CPUtime=0.89 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 4840 0 0 0 88 1 0 0 18 0 4 0 651431748 223760384 4180 33554432000 4194304 4580107 140734703555840 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 54629 4180 377 95 0 49611 0
[pid=25976/tid=25977] ppid=25974 vsize=218516 CPUtime=0.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 342 0 0 0 2 0 0 0 21 0 4 0 651431749 223760384 4180 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=218516 CPUtime=0.28 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 1663 0 0 0 28 0 0 0 18 0 4 0 651431749 223760384 4180 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=218516 CPUtime=0.28 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 875 0 0 0 28 0 0 0 21 0 4 0 651431749 223760384 4180 33554432000 4194304 4580107 140734703555840 18446744073709551615 4320565 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 218516

[startup+0.700748 s]
/proc/loadavg: 1.88 3.39 3.69 3/267 25976
/proc/meminfo: memFree=20969784/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=224152 CPUtime=2.49 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 9585 0 0 0 247 2 0 0 18 0 4 0 651431748 229531648 6193 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 56038 6193 378 95 0 51020 0
[pid=25976/tid=25977] ppid=25974 vsize=224152 CPUtime=0.41 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 2134 0 0 0 41 0 0 0 21 0 4 0 651431749 229531648 6193 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=224152 CPUtime=0.68 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 2679 0 0 0 68 0 0 0 18 0 4 0 651431749 229531648 6193 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=224152 CPUtime=0.68 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 1837 0 0 0 68 0 0 0 22 0 4 0 651431749 229531648 6193 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 224152

[startup+1.50061 s]
/proc/loadavg: 1.88 3.39 3.69 11/279 25990
/proc/meminfo: memFree=20842340/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=227184 CPUtime=5.68 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 16219 0 0 0 566 2 0 0 19 0 4 0 651431748 232636416 7877 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 56796 7877 378 95 0 51778 0
[pid=25976/tid=25977] ppid=25974 vsize=227184 CPUtime=1.21 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 3669 0 0 0 121 0 0 0 25 0 4 0 651431749 232636416 7877 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=227184 CPUtime=1.48 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 4139 0 0 0 148 0 0 0 19 0 4 0 651431749 232636416 7877 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=227184 CPUtime=1.47 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 3892 0 0 0 147 0 0 0 25 0 4 0 651431749 232636416 7877 33554432000 4194304 4580107 140734703555840 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 227184

[startup+3.10032 s]
/proc/loadavg: 2.37 3.47 3.71 9/279 25990
/proc/meminfo: memFree=20816564/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=219792 CPUtime=12.07 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 33493 0 0 0 1201 6 0 0 24 0 4 0 651431748 225067008 13089 33554432000 4194304 4580107 140734703555840 18446744073709551615 4417020 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 54948 13089 380 95 0 49930 0
[pid=25976/tid=25977] ppid=25974 vsize=219792 CPUtime=2.81 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 6742 0 0 0 281 0 0 0 25 0 4 0 651431749 225067008 13089 33554432000 4194304 4580107 140734703555840 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=219792 CPUtime=3.08 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 7865 0 0 0 307 1 0 0 24 0 4 0 651431749 225067008 13089 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=219792 CPUtime=3.06 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 7074 0 0 0 305 1 0 0 25 0 4 0 651431749 225067008 13089 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 219792

[startup+6.30076 s]
/proc/loadavg: 2.37 3.47 3.71 9/279 25990
/proc/meminfo: memFree=20702732/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=273832 CPUtime=24.85 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 55800 0 0 0 2473 12 0 0 25 0 4 0 651431748 280403968 31698 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 68458 31699 380 95 0 63440 0
[pid=25976/tid=25977] ppid=25974 vsize=273832 CPUtime=6.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 13773 0 0 0 599 3 0 0 25 0 4 0 651431749 280403968 31699 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=273832 CPUtime=6.28 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 13352 0 0 0 626 2 0 0 22 0 4 0 651431749 280403968 31699 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=273832 CPUtime=6.23 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 13994 0 0 0 620 3 0 0 25 0 4 0 651431749 280403968 31699 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 273832

[startup+12.7006 s]
/proc/loadavg: 3.23 3.62 3.76 9/279 25990
/proc/meminfo: memFree=20573500/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=276864 CPUtime=50.39 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 78844 0 0 0 5021 18 0 0 25 0 4 0 651431748 283508736 45110 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416292 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 69216 45111 380 95 0 64198 0
[pid=25976/tid=25977] ppid=25974 vsize=276864 CPUtime=12.41 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 17905 0 0 0 1238 3 0 0 25 0 4 0 651431749 283508736 45111 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=276864 CPUtime=12.68 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 20125 0 0 0 1265 3 0 0 25 0 4 0 651431749 283508736 45111 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=276864 CPUtime=12.57 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 19287 0 0 0 1253 4 0 0 25 0 4 0 651431749 283508736 45111 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 276864

[startup+25.5003 s]
/proc/loadavg: 3.97 3.76 3.80 9/279 25991
/proc/meminfo: memFree=20398760/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=343116 CPUtime=101.48 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 115276 0 0 0 10121 27 0 0 25 0 4 0 651431748 351350784 58018 33554432000 4194304 4580107 140734703555840 18446744073709551615 4325710 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 85779 58018 380 95 0 80761 0
[pid=25976/tid=25977] ppid=25974 vsize=343116 CPUtime=25.21 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 26986 0 0 0 2516 5 0 0 25 0 4 0 651431749 351350784 58018 33554432000 4194304 4580107 140734703555840 18446744073709551615 4324533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=343116 CPUtime=25.48 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 25031 0 0 0 2543 5 0 0 25 0 4 0 651431749 351350784 58018 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=343116 CPUtime=25.27 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 36482 0 0 0 2518 9 0 0 25 0 4 0 651431749 351350784 58018 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 343116

[startup+51.1008 s]
/proc/loadavg: 5.40 4.12 3.92 9/279 25992
/proc/meminfo: memFree=20174788/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=417344 CPUtime=203.66 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 177052 0 0 0 20320 46 0 0 25 0 4 0 651431748 427360256 67941 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 104336 67941 380 95 0 99318 0
[pid=25976/tid=25977] ppid=25974 vsize=417344 CPUtime=50.81 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 45100 0 0 0 5070 11 0 0 25 0 4 0 651431749 427360256 67941 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=417344 CPUtime=51.07 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 36962 0 0 0 5098 9 0 0 25 0 4 0 651431749 427360256 67941 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=417344 CPUtime=50.66 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 55321 0 0 0 5052 14 0 0 25 0 4 0 651431749 427360256 67941 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.66
Current children cumulated vsize (KiB) 417344

[startup+102.301 s]
/proc/loadavg: 7.05 4.80 4.16 9/279 25993
/proc/meminfo: memFree=19998196/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=473220 CPUtime=408.06 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 261032 0 0 0 40733 73 0 0 25 0 4 0 651431748 484577280 77103 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416036 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 118305 77103 380 95 0 113287 0
[pid=25976/tid=25977] ppid=25974 vsize=473220 CPUtime=102.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 72235 0 0 0 10182 20 0 0 25 0 4 0 651431749 484577280 77103 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=473220 CPUtime=102.28 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 51733 0 0 0 10214 14 0 0 25 0 4 0 651431749 484577280 77103 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=473220 CPUtime=101.44 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 81980 0 0 0 10121 23 0 0 25 0 4 0 651431749 484577280 77103 33554432000 4194304 4580107 140734703555840 18446744073709551615 4318383 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 473220

[startup+162.301 s]

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

[pid=25976] ppid=25974 vsize=948184 CPUtime=2803.05 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 997348 0 0 0 279933 372 0 0 25 0 4 0 651431748 970940416 170149 33554432000 4194304 4580107 140734703555840 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 237046 170149 380 95 0 232028 0
[pid=25976/tid=25977] ppid=25974 vsize=948184 CPUtime=702.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 259241 0 0 0 70107 95 0 0 25 0 4 0 651431749 970940416 170149 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=948184 CPUtime=702.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 232713 0 0 0 70141 86 0 0 25 0 4 0 651431749 970940416 170149 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=948184 CPUtime=696.47 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 282026 0 0 0 69542 105 0 0 25 0 4 0 651431749 970940416 170149 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2803.05
Current children cumulated vsize (KiB) 948184

[startup+762.3 s]
/proc/loadavg: 8.18 7.76 6.16 9/279 26010
/proc/meminfo: memFree=19165736/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1015500 CPUtime=3042.6 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1055247 0 0 0 303862 398 0 0 25 0 4 0 651431748 1039872000 180835 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 253875 180835 380 95 0 248857 0
[pid=25976/tid=25977] ppid=25974 vsize=1015500 CPUtime=762.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 270571 0 0 0 76103 99 0 0 25 0 4 0 651431749 1039872000 180835 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1015500 CPUtime=762.28 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 247171 0 0 0 76136 92 0 0 25 0 4 0 651431749 1039872000 180836 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1015500 CPUtime=755.97 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 300938 0 0 0 75484 113 0 0 25 0 4 0 651431749 1039872000 180836 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3042.6
Current children cumulated vsize (KiB) 1015500

[startup+822.301 s]
/proc/loadavg: 8.06 7.80 6.27 9/279 26012
/proc/meminfo: memFree=19170544/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1083904 CPUtime=3282.07 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1111639 0 0 0 327784 423 0 0 25 0 4 0 651431748 1109917696 191640 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 270976 191640 380 95 0 265958 0
[pid=25976/tid=25977] ppid=25974 vsize=1083904 CPUtime=822.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 282466 0 0 0 82097 105 0 0 25 0 4 0 651431749 1109917696 191640 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1083904 CPUtime=822.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 262932 0 0 0 82128 99 0 0 25 0 4 0 651431749 1109917696 191640 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1083904 CPUtime=815.48 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 315256 0 0 0 81428 120 0 0 25 0 4 0 651431749 1109917696 191640 33554432000 4194304 4580107 140734703555840 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3282.07
Current children cumulated vsize (KiB) 1083904

[startup+882.31 s]
/proc/loadavg: 8.12 7.87 6.39 9/279 26014
/proc/meminfo: memFree=18991348/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1085420 CPUtime=3521.6 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1163155 0 0 0 351711 449 0 0 25 0 4 0 651431748 1111470080 192871 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 271355 192871 380 95 0 266337 0
[pid=25976/tid=25977] ppid=25974 vsize=1085420 CPUtime=882.03 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 297199 0 0 0 88091 112 0 0 25 0 4 0 651431749 1111470080 192871 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1085420 CPUtime=882.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 269914 0 0 0 88125 102 0 0 25 0 4 0 651431749 1111470080 192871 33554432000 4194304 4580107 140734703555840 18446744073709551615 4339860 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1085420 CPUtime=874.99 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 330131 0 0 0 87371 128 0 0 25 0 4 0 651431749 1111470080 192871 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.6
Current children cumulated vsize (KiB) 1085420

[startup+942.3 s]
/proc/loadavg: 8.16 7.92 6.50 9/279 26015
/proc/meminfo: memFree=19062756/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=993112 CPUtime=3761.07 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1230719 0 0 0 375630 477 0 0 25 0 4 0 651431748 1016946688 181048 33554432000 4194304 4580107 140734703555840 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 248278 181048 380 95 0 243260 0
[pid=25976/tid=25977] ppid=25974 vsize=993112 CPUtime=942.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 315250 0 0 0 94084 118 0 0 25 0 4 0 651431749 1016946688 181048 33554432000 4194304 4580107 140734703555840 18446744073709551615 4295698 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=993112 CPUtime=942.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 283252 0 0 0 94118 109 0 0 25 0 4 0 651431749 1016946688 181048 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=993112 CPUtime=934.48 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 348214 0 0 0 93312 136 0 0 25 0 4 0 651431749 1016946688 181048 33554432000 4194304 4580107 140734703555840 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3761.07
Current children cumulated vsize (KiB) 993112

[startup+1002.3 s]
/proc/loadavg: 8.19 7.96 6.60 9/279 26017
/proc/meminfo: memFree=18915172/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1259700 CPUtime=4000.55 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1293543 0 0 0 399556 499 0 0 25 0 4 0 651431748 1289932800 227071 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416727 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 314925 227071 380 95 0 309907 0
[pid=25976/tid=25977] ppid=25974 vsize=1259700 CPUtime=1002.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 330412 0 0 0 100082 120 0 0 25 0 4 0 651431749 1289932800 227071 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1259700 CPUtime=1002.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 298884 0 0 0 100110 117 0 0 25 0 4 0 651431749 1289932800 227071 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1259700 CPUtime=993.97 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 370132 0 0 0 99253 144 0 0 25 0 4 0 651431749 1289932800 227071 33554432000 4194304 4580107 140734703555840 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4000.55
Current children cumulated vsize (KiB) 1259700

[startup+1062.3 s]
/proc/loadavg: 8.19 8.00 6.69 9/279 26018
/proc/meminfo: memFree=18469004/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1285780 CPUtime=4240.07 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1342400 0 0 0 423483 524 0 0 25 0 4 0 651431748 1316638720 239278 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 321445 239278 380 95 0 316427 0
[pid=25976/tid=25977] ppid=25974 vsize=1285780 CPUtime=1062.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 343201 0 0 0 106075 127 0 0 25 0 4 0 651431749 1316638720 239278 33554432000 4194304 4580107 140734703555840 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1285780 CPUtime=1062.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 319097 0 0 0 106099 128 0 0 25 0 4 0 651431749 1316638720 239278 33554432000 4194304 4580107 140734703555840 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1285780 CPUtime=1053.48 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 374833 0 0 0 105201 147 0 0 25 0 4 0 651431749 1316638720 239278 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4240.07
Current children cumulated vsize (KiB) 1285780

[startup+1122.3 s]
/proc/loadavg: 8.12 8.01 6.78 9/279 26020
/proc/meminfo: memFree=18500604/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1352032 CPUtime=4479.57 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1387232 0 0 0 447409 548 0 0 25 0 4 0 651431748 1384480768 254809 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 338008 254809 380 95 0 332990 0
[pid=25976/tid=25977] ppid=25974 vsize=1352032 CPUtime=1122.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 358783 0 0 0 112067 135 0 0 25 0 4 0 651431749 1384480768 254809 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1352032 CPUtime=1122.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 319097 0 0 0 112099 128 0 0 25 0 4 0 651431749 1384480768 254809 33554432000 4194304 4580107 140734703555840 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1352032 CPUtime=1112.98 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 389926 0 0 0 111143 155 0 0 25 0 4 0 651431749 1384480768 254809 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4479.57
Current children cumulated vsize (KiB) 1352032

[startup+1182.3 s]
/proc/loadavg: 8.08 8.02 6.86 9/279 26022
/proc/meminfo: memFree=18586616/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1357840 CPUtime=4719.09 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1443910 0 0 0 471336 573 0 0 25 0 4 0 651431748 1390428160 244021 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 339460 244021 380 95 0 334442 0
[pid=25976/tid=25977] ppid=25974 vsize=1357840 CPUtime=1182.02 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 373056 0 0 0 118060 142 0 0 25 0 4 0 651431749 1390428160 244021 33554432000 4194304 4580107 140734703555840 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1357840 CPUtime=1182.27 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 332940 0 0 0 118093 134 0 0 25 0 4 0 651431749 1390428160 244021 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1357840 CPUtime=1172.49 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 404388 0 0 0 117088 161 0 0 25 0 4 0 651431749 1390428160 244021 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4719.09
Current children cumulated vsize (KiB) 1357840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.14 8.04 6.89 9/279 26022
/proc/meminfo: memFree=18511720/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1246976 CPUtime=4800.14 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1466375 0 0 0 479434 580 0 0 25 0 4 0 651431748 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 311744 241932 380 95 0 306726 0
[pid=25976/tid=25977] ppid=25974 vsize=1246976 CPUtime=1202.34 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 379438 0 0 0 120090 144 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1246976 CPUtime=1202.58 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 336343 0 0 0 120122 136 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1246976 CPUtime=1192.63 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 411076 0 0 0 119099 164 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1246976

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

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

[startup+1202.6 s]
/proc/loadavg: 8.14 8.04 6.89 9/279 26022
/proc/meminfo: memFree=18511720/32950904 swapFree=67057400/67111528
[pid=25976] ppid=25974 vsize=1246976 CPUtime=4800.14 cores=1,3,5,7
/proc/25976/stat : 25976 (strangenight2-m) R 25974 25976 25944 0 -1 4202496 1466375 0 0 0 479434 580 0 0 25 0 4 0 651431748 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25976/statm: 311744 241932 380 95 0 306726 0
[pid=25976/tid=25977] ppid=25974 vsize=1246976 CPUtime=1202.34 cores=1,3,5,7
/proc/25976/task/25977/stat : 25977 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 379438 0 0 0 120090 144 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=25976/tid=25978] ppid=25974 vsize=1246976 CPUtime=1202.58 cores=1,3,5,7
/proc/25976/task/25978/stat : 25978 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 336343 0 0 0 120122 136 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25976/tid=25979] ppid=25974 vsize=1246976 CPUtime=1192.63 cores=1,3,5,7
/proc/25976/task/25979/stat : 25979 (strangenight2-m) R 25974 25976 25944 0 -1 4202560 411076 0 0 0 119099 164 0 0 25 0 4 0 651431749 1276903424 241932 33554432000 4194304 4580107 140734703555840 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1246976

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.66
CPU time (s): 4800.22
CPU user time (s): 4794.37
CPU system time (s): 5.85211
CPU usage (%): 399.132
Max. virtual memory (cumulated for all children) (KiB): 1408592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.37
system time used= 5.85211
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1466377
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= 1418
involuntary context switches= 33533

runsolver used 2.70859 second user time and 7.29589 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 20:38:40
IDJOB=3366191
IDBENCH=82600
IDSOLVER=1844
FILE ID=node121/3366191-1305398320
RUNJOBID= node121-1305398320-25963
PBS_JOBID= 13324487
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 930b758d4a8e6fc97742d1279599e316
RANDOM SEED=797447690

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      20966840 kB
Buffers:        298500 kB
Cached:        5958568 kB
SwapCached:       7656 kB
Active:        6409468 kB
Inactive:      5220412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20966840 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            7472 kB
Writeback:           8 kB
AnonPages:     5371028 kB
Mapped:          21372 kB
Slab:           265616 kB
PageTables:      24596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30647208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73420 MiB
End job on node121 at 2011-05-14 20:58:45