Trace number 3366335

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.23 1202.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S1985868475-070.SATISFIABLE.cnf
MD5SUM2611875052dd229d9ca71a614eae0715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366335-1305401937.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     333 undec:      82 neg:     335
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       731      3162         0         0      9597         0   no data   no data
0.06/0.08	c Decided on static restart strategy
0.37/0.19	c  N st     8      4918       731      3162         0      4867      9597    156403   no data   no data
1.57/0.49	c  N st    10     11300       731      3162         0      4520      9597     99600   no data   no data
2.77/0.78	c  N st    11     17044       731      3162         0     10211      9597    290709   no data   no data
4.76/1.26	c  F st    12     25000       731      3162         0     12458      9597    356661   no data   no data
4.76/1.27	c  N st    12     25000       731      3162         0     12458      9597    356661   no data   no data
5.96/1.52	c  N dy    18     30001       731      3162         0     10748      9597    271227   no data   no data
5.96/1.52	c  S st    18     30001       731      3162         0     10748      9597    271227   no data   no data
5.96/1.55	c  S st    18     30507       731      3162         0     11254      9597    285954   no data   no data
5.96/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.56	c blocked clauses removed:       21 vars:      4 tried:         731 T: 0.00 s
5.96/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
5.96/1.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.96/1.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.62	c lits-rem:       110  cl-subs:      262  v-elim:      0  v-fix:    0  time:  0.05 s
6.36/1.63	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
6.36/1.63	c calculated reachability. Time: 0.00
6.36/1.63	c  N dy    18     30507       727      3141         0     10915      9534    272541   no data   no data
7.16/1.88	c  N dy    27     34639       727      3141         0     15008      9534    398500     21.89     23.22
8.39/2.14	c  N dy    38     39152       727      3141         0     11686      9534    232772     21.32     22.53
9.95/2.56	c  N dy    45     45486       727      3141         0      9101      9534    124167     20.41     21.52
9.95/2.58	c  S st    47     45760       727      3141         0      9372      9534    132394     20.40     19.54
10.35/2.60	c  S st    47     46264       727      3141         0      9876      9534    146222     20.40   no data
10.35/2.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
10.35/2.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.35/2.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
10.35/2.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.35/2.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.35/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.62	c lits-rem:        10  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.62	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c vivif2 --  cl tried     9864 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
10.35/2.63	c calculated reachability. Time: 0.00
10.35/2.63	c  N dy    47     46264       727      3141         0      9864      9534    145818     20.40   no data
11.55/2.93	c  N dy    64     51243       727      3141         0     14805      9534    290358     20.29     21.41
12.77/3.23	c  N dy    83     55594       727      3141         0     19142      9534    421499     20.28     21.36
13.54/3.48	c  N dy    99     59614       727      3141         0     13233      9534    216731     20.27     21.40
14.74/3.76	c  N dy   124     63843       727      3141         0     17436      9534    342835     20.37     21.49
15.94/4.08	c  N dy   149     68064       727      3141         0     21635      9534    471452     20.45     21.68
16.34/4.17	c  S st   154     69397       727      3141         0     12038      9534    152335     20.42     16.65
16.74/4.20	c  S st   154     69903       727      3141         0     12544      9534    166685     20.42   no data
16.74/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.74/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.74/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.74/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.74/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.74/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
16.74/4.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.74/4.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.74/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.74/4.23	c lits-rem:        15  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.01 s
16.74/4.23	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
16.74/4.23	c vivif2 --  cl tried    12509 cl shrink        0 lits rem          0 time: 0.00
16.74/4.24	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
16.74/4.24	c calculated reachability. Time: 0.00
16.74/4.24	c  N dy   154     69903       727      3141         0     12509      9534    165435     20.42   no data
17.93/4.55	c  N dy   179     74502       727      3141         0     17090      9534    306110     20.45     21.59
19.93/5.06	c  N dy   196     80933       727      3141         0     23476      9534    494046     20.25     21.41
21.56/5.41	c  N dy   227     86116       727      3141         0     16718      9534    270595     20.31     23.46
21.96/5.51	c  F st   238     87501       727      3141         0     18102      9534    313416     20.33     20.60
23.52/5.93	c  N dy   244     92697       727      3141         0     23259      9534    477892     20.33   no data
25.53/6.41	c  N dy   278     98677       727      3141         0     16275      9534    227976     20.37     21.69
27.51/6.91	c  S st   315    104854       727      3141         0     22423      9534    413456     20.42     19.97
27.51/6.96	c  S st   315    105359       727      3141         0     22928      9534    428320     20.42   no data
27.51/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.51/6.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.51/6.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.51/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.51/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.51/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
27.51/6.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.51/6.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.51/6.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.05	c lits-rem:        65  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.07 s
27.91/7.05	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
27.91/7.06	c vivif2 --  cl tried    22761 cl shrink        0 lits rem          0 time: 0.00
27.91/7.07	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
27.91/7.07	c calculated reachability. Time: 0.00
27.91/7.07	c  N dy   315    105359       727      3141         0     22761      9534    421781     20.42   no data
30.35/7.69	c  N dy   353    112137       727      3141         0     15575      9534    183405     20.47     22.49
32.71/8.26	c  N dy   399    119409       727      3141         0     22801      9534    403908     20.56     21.69
35.89/9.02	c  N dy   442    127047       727      3141         0     15482      9534    154327     20.58     23.28
38.70/9.71	c  N dy   459    135640       727      3141         0     24007      9534    405841     20.50     21.66
41.89/10.59	c  N dy   482    144512       727      3141         0     16920      9534    174784     20.44     21.65
45.08/11.37	c  N dy   521    153881       727      3141         0     26226      9534    448579     20.44     21.72
46.68/11.79	c  S st   545    158038       727      3141         0     30365      9534    573340     20.46   no data
47.07/11.85	c  S st   545    158545       727      3141         0     30871      9534    588180     20.46   no data
47.07/11.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.07/11.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.07/11.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.07/11.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.07/11.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.07/11.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
47.07/11.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.07/11.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.07/11.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.91/12.02	c lits-rem:        99  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.13 s
47.91/12.02	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
47.91/12.03	c vivif2 --  cl tried    30507 cl shrink        0 lits rem          0 time: 0.01
47.91/12.05	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.02
47.91/12.05	c calculated reachability. Time: 0.00
47.91/12.05	c  N dy   545    158545       727      3141         0     30507      9534    575132     20.46   no data
51.87/13.01	c  N dy   585    168754       727      3141         0     23770      9534    360649     20.43     21.65
56.26/14.16	c  N dy   630    179546       727      3141         0     34507      9534    697802     20.41     23.19
60.65/15.30	c  N dy   685    191755       727      3141         0     28753      9534    488012     20.45     21.65
66.63/16.70	c  N dy   755    204203       727      3141         0     22217      9534    259667     20.51     22.22
72.23/18.14	c  N dy   789    217261       727      3141         0     35169      9534    649100     20.44     21.52
78.21/19.64	c  N dy   858    231174       727      3141         0     29140      9534    446729     20.46     25.15
81.41/20.46	c  S st   898    237818       727      3141         0     35754      9534    648667     20.48     20.15
81.80/20.56	c  S st   898    238323       727      3141         0     36259      9534    663450     20.48   no data
81.80/20.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.80/20.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
81.80/20.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.80/20.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.80/20.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.80/20.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
81.80/20.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.80/20.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.20/20.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.03/20.86	c lits-rem:        98  cl-subs:      302  v-elim:      0  v-fix:    0  time:  0.24 s
83.03/20.86	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
83.03/20.87	c vivif2 --  cl tried    35957 cl shrink        0 lits rem          0 time: 0.01
83.03/20.90	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.03
83.03/20.91	c calculated reachability. Time: 0.00
83.03/20.91	c  N dy   898    238323       727      3141         0     35957      9534    652336     20.48   no data
90.58/22.77	c  N dy   980    253713       727      3141         0     30376      9534    460653     20.52     21.84
99.37/24.96	c  N dy  1080    270676       727      3141         0     25380      9534    286149     20.57     21.70
107.75/27.09	c  N dy  1160    288236       727      3141         0     42852      9534    823888     20.58     21.82
116.53/29.21	c  F st  1246    306251       727      3141         0     37865      9534    638713     20.60     20.43
116.53/29.29	c  N st  1248    306877       727      3141         0     38482      9534    658586     20.60   no data
119.33/29.90	c Decided on static restart strategy
130.91/32.82	c  N st  1256    334555       727      3141         0     41981      9534    990572     20.60   no data
142.88/35.86	c  N st  1258    357486       727      3141         0     39944      9534    973444     20.60   no data
142.88/35.86	c  S st  1258    357486       727      3141         0     39944      9534    973444     20.60   no data
143.28/35.96	c  S st  1258    357990       727      3141         0     40447      9534    988161     20.60   no data
143.28/35.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.28/35.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
143.28/35.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.28/35.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.28/35.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.28/35.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
143.28/35.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.28/35.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.68/36.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.87/36.81	c lits-rem:       203  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  0.78 s
146.87/36.81	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
146.87/36.82	c vivif2 --  cl tried    38839 cl shrink        0 lits rem          0 time: 0.01
146.87/36.85	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.03
146.87/36.86	c calculated reachability. Time: 0.00
146.87/36.86	c  N st  1258    357990       727      3141         0     38839      9534    933609     20.60   no data
165.63/41.59	c  N st  1259    390382       727      3141         0     45044      9534   1149597     20.60   no data
195.16/48.95	c  N st  1260    438972       727      3141         0     38845      9534    839093     20.60   no data
245.89/61.65	c  N st  1261    511855       727      3141         0     52330      9534   1234635     20.60   no data
262.22/65.71	c  N st  1262    536985       727      3141         0     46645      9534   1016629     20.60   no data
262.22/65.71	c  S st  1262    536985       727      3141         0     46645      9534   1016629     20.60   no data
262.62/65.83	c  S st  1262    537486       727      3141         0     47146      9534   1030803     20.60   no data
262.62/65.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
262.62/65.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
262.62/65.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.62/65.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.62/65.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.62/65.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
262.62/65.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
262.62/65.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
262.62/65.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.62/66.86	c lits-rem:       171  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  0.96 s
266.62/66.86	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
266.62/66.87	c vivif2 --  cl tried    45965 cl shrink        0 lits rem          0 time: 0.01
267.02/66.91	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.04
267.02/66.91	c calculated reachability. Time: 0.00
267.02/66.91	c  N st  1262    537486       727      3141         0     45965      9534    988796     20.60   no data
391.95/98.23	c  N st  1263    701471       727      3141         0     39935      9534    635493     20.60   no data
479.78/120.24	c  N st  1264    806230       727      3141         0     69159      9534   1559022     20.60   no data
479.78/120.24	c  S st  1264    806230       727      3141         0     69159      9534   1559022     20.60   no data
480.58/120.44	c  S st  1264    806736       727      3141         0     69665      9534   1572748     20.60   no data
480.58/120.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
480.58/120.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
480.58/120.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
480.58/120.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
480.58/120.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.58/120.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
480.58/120.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
480.97/120.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
480.97/120.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
502.13/125.87	c lits-rem:       856  cl-subs:     3276  v-elim:      0  v-fix:    0  time:  5.32 s
502.13/125.87	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
502.52/125.90	c vivif2 --  cl tried    66389 cl shrink        0 lits rem          0 time: 0.02
502.52/125.96	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.07
502.52/125.97	c calculated reachability. Time: 0.00
502.52/125.97	c  N st  1264    806736       727      3141         0     66389      9534   1460706     20.60   no data
754.40/189.02	c  F st  1265   1071878       727      3141         0     82552      9534   1870629     20.60   no data
754.40/189.02	c  N st  1265   1071878       727      3141         0     82552      9534   1870629     20.60   no data
773.55/193.89	c  N dy  1359   1092010       727      3141         0     58116      9534    924928     20.65     21.77
795.51/199.34	c  N dy  1481   1112091       727      3141         0     78099      9534   1543768     20.71     22.06
819.47/205.34	c  N dy  1531   1132499       727      3141         0     52793      9534    691974     20.66     22.03
838.26/210.04	c  N dy  1600   1152728       727      3141         0     72880      9534   1299153     20.64     21.84
865.00/216.71	c  N dy  1702   1172732       727      3141         0     92750      9534   1911742     20.67     22.75
883.32/221.38	c  N dy  1802   1193157       727      3141         0     66442      9534   1061326     20.69     21.85
903.28/226.33	c  S st  1863   1210104       727      3141         0     83278      9534   1567503     20.66   no data
904.10/226.54	c  S st  1863   1210609       727      3141         0     83782      9534   1582502     20.66   no data
904.10/226.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
904.10/226.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
904.10/226.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
904.10/226.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
904.10/226.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
904.10/226.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
904.10/226.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
904.51/226.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
904.51/226.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
910.05/228.09	c lits-rem:       229  cl-subs:      911  v-elim:      0  v-fix:    0  time:  1.43 s
910.05/228.09	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
910.45/228.12	c vivif2 --  cl tried    82871 cl shrink        0 lits rem          0 time: 0.02
910.85/228.20	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.08
910.85/228.20	c calculated reachability. Time: 0.00
910.85/228.20	c  N dy  1863   1210609       727      3141         0     82871      9534   1550853     20.66   no data
933.61/233.97	c  N dy  1941   1230678       727      3141         0     55144      9534    672360     20.65     25.94
959.56/240.42	c  N dy  2016   1255940       727      3141         0     80196      9534   1421708     20.62     21.89
987.11/247.36	c  N dy  2112   1279216       727      3141         0     54685      9534    632005     20.62     21.79
1007.06/252.31	c  N dy  2204   1299898       727      3141         0     75214      9534   1259765     20.63     21.99
1034.21/259.18	c  N dy  2313   1320048       727      3141         0     95252      9534   1875722     20.66     21.79
1054.56/264.21	c  N dy  2412   1340081       727      3141         0     65511      9534    919475     20.68     22.01
1077.71/270.03	c  N dy  2526   1360100       727      3141         0     85405      9534   1529672     20.70     22.16
1104.85/276.83	c  N dy  2612   1380474       727      3141         0     54966      9534    561225     20.71     21.86
1124.41/281.80	c  N dy  2705   1400778       727      3141         0     75103      9534   1172054     20.71     21.81
1151.55/288.50	c  N dy  2809   1420810       727      3141         0     94991      9534   1776121     20.73     22.89
1175.11/294.43	c  N dy  2902   1441048       727      3141         0     63485      9534    804294     20.74     21.86
1197.87/300.13	c  N dy  2981   1461887       727      3141         0     84133      9534   1436699     20.74     21.86
1227.80/307.65	c  N dy  3083   1481910       727      3141         0    103986      9534   2043480     20.74     22.62
1247.75/312.68	c  N dy  3204   1502059       727      3141         0     71411      9534   1023966     20.77     22.26
1272.93/319.00	c  N dy  3303   1522085       727      3141         0     91287      9534   1633554     20.79     23.26
1300.84/325.97	c  N dy  3368   1542124       727      3141         0     57598      9534    555831     20.77     23.36
1324.80/331.90	c  N dy  3465   1565587       727      3141         0     80858      9534   1265136     20.78     21.96
1356.36/339.82	c  N dy  3570   1587407       727      3141         0    102532      9534   1933051     20.79     22.36
1380.68/345.98	c  N dy  3680   1607604       727      3141         0     67994      9534    847541     20.80     22.09
1404.23/351.84	c  N dy  3786   1627654       727      3141         0     87904      9534   1464835     20.81     22.82
1435.79/359.77	c  N dy  3902   1647725       727      3141         0    107844      9534   2083575     20.83     24.92
1457.74/365.21	c  N dy  4012   1667753       727      3141         0     72138      9534    955645     20.85     21.95
1484.44/371.93	c  N dy  4094   1687812       727      3141         0     92046      9534   1576845     20.84     21.97
1516.77/380.09	c  N dy  4168   1707886       727      3141         0    111941      9534   2179876     20.84     26.70
1520.77/381.07	c  S st  4184   1710609       727      3141         0     58071      9534    490960     20.84     18.50
1521.57/381.20	c  S st  4184   1711114       727      3141         0     58576      9534    506451     20.84   no data
1521.57/381.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1521.57/381.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1521.57/381.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1521.57/381.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1521.57/381.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1521.57/381.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
1521.57/381.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1521.57/381.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1521.57/381.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1522.37/381.41	c lits-rem:        10  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.15 s
1522.37/381.41	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
1522.37/381.42	c vivif2 --  cl tried    58542 cl shrink        0 lits rem          0 time: 0.01
1522.37/381.47	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.05
1522.37/381.47	c calculated reachability. Time: 0.00
1522.37/381.47	c  N dy  4184   1711114       727      3141         0     58542      9534    505326     20.84   no data
1543.52/386.75	c  N dy  4289   1731646       727      3141         0     78947      9534   1133083     20.85     22.02
1571.89/393.89	c  N dy  4396   1751712       727      3141         0     98869      9534   1743541     20.87     24.69
1607.78/402.82	c  N dy  4449   1771792       727      3141         0     61215      9534    559298     20.85     22.00
1628.97/408.13	c  N dy  4545   1791973       727      3141         0     81243      9534   1179164     20.86     22.08
1656.87/415.15	c  N dy  4647   1812001       727      3141         0    101146      9534   1797060     20.87     23.97
1689.61/423.35	c  N dy  4766   1832248       727      3141         0     62665      9534    583606     20.89     22.05
1711.16/428.78	c  N dy  4834   1852260       727      3141         0     82463      9534   1170320     20.88     23.29
1739.49/435.87	c  N dy  4932   1872331       727      3141         0    102377      9534   1784650     20.89     23.71
1773.03/444.30	c  N dy  5043   1892369       727      3141         0     62738      9534    557817     20.90     22.24
1798.57/450.65	c  N dy  5159   1915781       727      3141         0     85961      9534   1272484     20.91     22.11
1829.71/458.46	c  N dy  5285   1935862       727      3141         0    105873      9534   1888704     20.93     22.19
1861.27/466.32	c  N dy  5361   1955874       727      3141         0     65220      9534    605182     20.93     22.40
1883.98/472.00	c  N dy  5463   1975987       727      3141         0     85167      9534   1226156     20.94     22.09
1924.30/482.14	c  N dy  5525   2002933       727      3141         0    111859      9534   2030637     20.92     22.12
1954.24/489.60	c  N dy  5610   2023047       727      3141         0     70331      9534    732607     20.92     22.07
1978.18/495.62	c  N dy  5691   2043174       727      3141         0     90275      9534   1345276     20.92     22.08
2010.13/503.61	c  N dy  5803   2063200       727      3141         0    110137      9534   1961847     20.93     22.18
2044.05/512.10	c  N dy  5911   2083210       727      3141         0     67526      9534    624880     20.94     25.58
2066.80/517.89	c  N dy  6013   2103313       727      3141         0     87472      9534   1246798     20.95     22.23
2116.69/530.38	c  N dy  6107   2134258       727      3141         0    118075      9534   2162982     20.93     22.75
2146.24/537.75	c  N dy  6182   2154430       727      3141         0     74625      9534    815846     20.92     22.05
2172.17/544.26	c  N dy  6286   2174966       727      3141         0     94991      9534   1446191     20.93     22.09
2207.31/553.04	c  N dy  6384   2195915       727      3141         0    115769      9534   2081177     20.94     22.12
2234.47/559.90	c  S st  6457   2211114       727      3141         0     66406      9534    537273     20.94     20.26
2235.24/560.06	c  S st  6457   2211618       727      3141         0     66910      9534    554163     20.94   no data
2235.24/560.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2235.24/560.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2235.24/560.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2235.24/560.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2235.24/560.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2235.24/560.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
2235.24/560.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2235.63/560.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2235.63/560.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2236.03/560.26	c lits-rem:        10  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.13 s
2236.03/560.26	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
2236.03/560.27	c vivif2 --  cl tried    66859 cl shrink        0 lits rem          0 time: 0.01
2236.43/560.32	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.06
2236.43/560.33	c calculated reachability. Time: 0.00
2236.43/560.33	c  N dy  6457   2211618       727      3141         0     66859      9534    552501     20.94   no data
2263.98/567.23	c  N dy  6530   2231639       727      3141         0     86726      9534   1162688     20.94     24.16
2294.31/574.85	c  N dy  6631   2251688       727      3141         0    106612      9534   1779194     20.95     27.10
2331.46/584.15	c  N dy  6735   2271905       727      3141         0    126664      9534   2400534     20.96     22.07
2357.81/590.72	c  N dy  6827   2291942       727      3141         0     81086      9534    964711     20.96     24.45
2387.72/598.25	c  N dy  6942   2312702       727      3141         0    101676      9534   1602806     20.98     22.16
2422.45/606.95	c  N dy  6990   2332868       727      3141         0    121652      9534   2201672     20.96     22.36
2455.18/615.13	c  N dy  7097   2352997       727      3141         0     75197      9534    755252     20.96     22.09
2480.76/621.59	c  N dy  7191   2373356       727      3141         0     95382      9534   1379693     20.96     22.15
2514.65/630.10	c  N dy  7281   2393761       727      3141         0    115595      9534   2002945     20.97     22.20
2553.37/639.78	c  N dy  7351   2414115       727      3141         0     68335      9534    519429     20.96     22.09
2576.52/645.60	c  N dy  7441   2434196       727      3141         0     88243      9534   1135572     20.97     24.42
2607.26/653.23	c  N dy  7543   2454293       727      3141         0    108190      9534   1744716     20.97     22.46
2645.17/662.74	c  N dy  7677   2474371       727      3141         0    128137      9534   2377701     20.99     26.15
2677.93/670.99	c  N dy  7736   2497006       727      3141         0     82113      9534    915809     20.98     22.19
2706.24/678.08	c  N dy  7850   2517077       727      3141         0    102006      9534   1536184     20.99     23.49
2742.57/687.13	c  N dy  7971   2537102       727      3141         0    121885      9534   2158556     21.00     24.03
2779.68/696.43	c  N dy  8034   2557129       727      3141         0     72291      9534    594890     21.00     24.63
2804.04/702.58	c  N dy  8113   2577403       727      3141         0     92387      9534   1210728     20.99     22.25
2835.17/710.36	c  N dy  8199   2597426       727      3141         0    112205      9534   1825991     21.00     22.91
2876.67/720.77	c  N dy  8302   2617440       727      3141         0    132076      9534   2444785     21.00     22.22
2909.41/728.92	c  N dy  8399   2637448       727      3141         0     81567      9534    860944     21.01     23.82
2940.14/736.66	c  N dy  8514   2658899       727      3141         0    102850      9534   1518940     21.02     22.42
3023.17/757.44	c  N dy  8559   2699187       727      3141         0    142584      9534   2687310     20.96     22.20
3037.54/761.08	c  S st  8610   2711618       727      3141         0     83616      9534    892336     20.96   no data
3038.37/761.28	c  S st  8610   2712121       727      3141         0     84118      9534    907610     20.96   no data
3038.37/761.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3038.73/761.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3038.73/761.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3038.73/761.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3038.73/761.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3038.73/761.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
3038.73/761.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3038.73/761.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3038.73/761.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3040.33/761.72	c lits-rem:        33  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.34 s
3040.33/761.72	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
3040.33/761.73	c vivif2 --  cl tried    83667 cl shrink        0 lits rem          0 time: 0.02
3040.73/761.81	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.08
3040.73/761.82	c calculated reachability. Time: 0.00
3040.73/761.82	c  N dy  8610   2712121       727      3141         0     83667      9534    892955     20.96   no data
3069.86/769.10	c  N dy  8701   2732179       727      3141         0    103552      9534   1502735     20.96     23.02
3104.23/777.75	c  N dy  8760   2752340       727      3141         0    123505      9534   2112783     20.96     22.22
3146.90/788.43	c  N dy  8854   2772384       727      3141         0    143365      9534   2728000     20.96     24.61
3172.45/794.82	c  N dy  8921   2792449       727      3141         0     90950      9534   1097562     20.96     22.08
3203.19/802.51	c  N dy  9020   2812517       727      3141         0    110860      9534   1714855     20.97     22.12
3242.30/812.37	c  N dy  9119   2832617       727      3141         0    130812      9534   2328465     20.97     22.16
3283.85/822.73	c  N dy  9225   2853040       727      3141         0     77703      9534    663435     20.98     22.32
3310.60/829.46	c  N dy  9328   2873439       727      3141         0     97925      9534   1290128     20.98     22.23
3345.33/838.11	c  N dy  9449   2893497       727      3141         0    117853      9534   1919889     20.99     22.87
3386.41/848.49	c  N dy  9547   2913971       727      3141         0    138161      9534   2550808     21.00     22.15
3422.73/857.56	c  N dy  9654   2934030       727      3141         0     83709      9534    827920     21.01     22.24
3452.66/865.06	c  N dy  9744   2955173       727      3141         0    104687      9534   1479386     21.01     22.12
3487.39/873.78	c  N dy  9822   2975361       727      3141         0    124735      9534   2104965     21.01     22.12
3531.70/884.83	c  N dy  9921   2995362       727      3141         0    144573      9534   2715808     21.01     22.33
3567.21/893.78	c  N dy  9985   3018967       727      3141         0     92548      9534   1064027     21.00     22.55
3599.14/901.78	c  N dy 10091   3039001       727      3141         0    112429      9534   1679189     21.01     22.95
3644.63/913.15	c  N dy 10203   3059769       727      3141         0    133046      9534   2322458     21.02     22.13
3704.91/928.23	c  N dy 10306   3080365       727      3141         0     77090      9534    565591     21.03     22.22
3752.41/940.15	c  N dy 10388   3116003       727      3141         0    112320      9534   1648681     21.00     22.32
3797.94/951.57	c  N dy 10491   3137519       727      3141         0    133677      9534   2312936     21.01     22.19
3867.35/968.91	c  N dy 10538   3170717       727      3141         0     89202      9534    908029     20.98     22.37
3896.49/976.26	c  N dy 10616   3190800       727      3141         0    109116      9534   1528074     20.99     22.14
3938.04/986.66	c  N dy 10718   3212121       727      3141         0    130260      9534   2190603     20.99     19.04
3938.04/986.66	c  S st 10718   3212121       727      3141         0    130260      9534   2190603     20.99     19.04
3939.60/987.02	c  S st 10718   3212624       727      3141         0    130763      9534   2206501     20.99   no data
3939.60/987.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3940.00/987.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3940.00/987.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3940.00/987.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3940.00/987.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3940.00/987.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
3940.00/987.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3940.00/987.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3940.40/987.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3949.97/989.68	c lits-rem:       187  cl-subs:     2290  v-elim:      0  v-fix:    0  time:  2.47 s
3949.97/989.68	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
3950.37/989.71	c vivif2 --  cl tried   128473 cl shrink        0 lits rem          0 time: 0.03
3950.77/989.86	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.14
3950.77/989.86	c calculated reachability. Time: 0.00
3950.77/989.86	c  N dy 10718   3212624       727      3141         0    128473      9534   2134721     20.99   no data
3999.06/1001.96	c  N dy 10861   3232952       727      3141         0    148668      9534   2769464     21.00     22.20
4035.02/1010.99	c  N dy 10928   3253418       727      3141         0     90668      9534    936790     21.00     22.20
4066.12/1018.77	c  N dy 11049   3273454       727      3141         0    110570      9534   1563234     21.01     25.38
4104.87/1028.46	c  N dy 11154   3293686       727      3141         0    130624      9534   2187254     21.01     22.14
4151.14/1040.01	c  N dy 11274   3313782       727      3141         0    150589      9534   2818999     21.02     25.04
4188.29/1049.40	c  N dy 11387   3333865       727      3141         0     91178      9534    927749     21.03     23.20
4219.43/1057.11	c  N dy 11485   3354012       727      3141         0    111170      9534   1549665     21.03     22.18
4257.72/1066.78	c  N dy 11560   3374191       727      3141         0    131150      9534   2154734     21.03     22.50
4306.41/1078.93	c  N dy 11662   3395564       727      3141         0    152349      9534   2815358     21.03     22.21
4342.73/1088.04	c  N dy 11748   3415701       727      3141         0     91973      9534    928594     21.04     22.17
4372.71/1095.60	c  N dy 11854   3435760       727      3141         0    111867      9534   1554899     21.04     22.41
4410.99/1105.16	c  N dy 11948   3455834       727      3141         0    131763      9534   2180571     21.04     25.66
4461.28/1117.77	c  N dy 12064   3476616       727      3141         0    152384      9534   2820778     21.05     22.16
4500.03/1127.41	c  N dy 12161   3496639       727      3141         0     90941      9534    877255     21.05     25.26
4531.92/1135.49	c  N dy 12218   3518793       727      3141         0    112850      9534   1555475     21.05     22.27
4571.84/1145.47	c  N dy 12334   3538858       727      3141         0    132752      9534   2181388     21.05     22.25
4631.32/1160.37	c  N dy 12427   3560010       727      3141         0    153751      9534   2836942     21.06     22.18
4680.43/1172.69	c  N dy 12542   3580543       727      3141         0     91814      9534    881616     21.06     22.27
4714.33/1181.19	c  N dy 12665   3600576       727      3141         0    111715      9534   1504119     21.07     22.25
4756.63/1191.78	c  N dy 12780   3620596       727      3141         0    131595      9534   2129506     21.08     22.22

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-3366335-1305401937/watcher-3366335-1305401937 -o /tmp/evaluation-result-3366335-1305401937/solver-3366335-1305401937 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366335-1305401937.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.52 7.99 7.95 3/271 26288
/proc/meminfo: memFree=20965372/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 407 0 0 0 1 0 0 0 23 0 4 0 651793480 52396032 348 33554432000 4194304 4580107 140735576024192 18446744073709551615 47040296843176 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 12792 348 299 95 0 7774 0
[pid=26288/tid=26292] ppid=26286 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651793481 52396032 348 33554432000 4194304 4580107 140735576024192 18446744073709551615 47040296843186 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651793481 52396032 348 33554432000 4194304 4580107 140735576024192 18446744073709551615 47040296843186 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651793481 52396032 348 33554432000 4194304 4580107 140735576024192 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.022004 s]
/proc/loadavg: 7.52 7.99 7.95 3/271 26288
/proc/meminfo: memFree=20965372/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=282548 CPUtime=0.06 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 1574 0 0 0 6 0 0 0 25 0 4 0 651793480 289329152 1396 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 70637 1396 376 95 0 65619 0
[pid=26288/tid=26292] ppid=26286 vsize=282548 CPUtime=0.01 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 329 0 0 0 1 0 0 0 25 0 4 0 651793481 289329152 1396 33554432000 4194304 4580107 140735576024192 18446744073709551615 4321229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=282548 CPUtime=0.01 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 353 0 0 0 1 0 0 0 25 0 4 0 651793481 289329152 1396 33554432000 4194304 4580107 140735576024192 18446744073709551615 4295841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=282548 CPUtime=0 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 143 0 0 0 0 0 0 0 25 0 4 0 651793481 289329152 1396 33554432000 4194304 4580107 140735576024192 18446744073709551615 4306008 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 282548

[startup+0.10099 s]
/proc/loadavg: 7.52 7.99 7.95 3/271 26288
/proc/meminfo: memFree=20965372/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=282548 CPUtime=0.37 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 1983 0 0 0 37 0 0 0 25 0 4 0 651793480 289329152 1805 33554432000 4194304 4580107 140735576024192 18446744073709551615 4322552 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 70637 1805 377 95 0 65619 0
[pid=26288/tid=26292] ppid=26286 vsize=282548 CPUtime=0.09 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 438 0 0 0 9 0 0 0 25 0 4 0 651793481 289329152 1805 33554432000 4194304 4580107 140735576024192 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=282548 CPUtime=0.09 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 450 0 0 0 9 0 0 0 25 0 4 0 651793481 289329152 1805 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=282548 CPUtime=0.08 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 244 0 0 0 8 0 0 0 25 0 4 0 651793481 289329152 1805 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282548

[startup+0.300955 s]
/proc/loadavg: 7.52 7.99 7.95 3/271 26288
/proc/meminfo: memFree=20965372/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=284204 CPUtime=1.17 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 3194 0 0 0 117 0 0 0 25 0 4 0 651793480 291024896 2266 33554432000 4194304 4580107 140735576024192 18446744073709551615 4316355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 71051 2266 377 95 0 66033 0
[pid=26288/tid=26292] ppid=26286 vsize=284204 CPUtime=0.29 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 740 0 0 0 29 0 0 0 25 0 4 0 651793481 291024896 2266 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=284204 CPUtime=0.29 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 757 0 0 0 29 0 0 0 25 0 4 0 651793481 291024896 2266 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=284204 CPUtime=0.28 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 556 0 0 0 28 0 0 0 25 0 4 0 651793481 291024896 2266 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284204

[startup+0.700884 s]
/proc/loadavg: 7.52 7.99 7.95 3/271 26288
/proc/meminfo: memFree=20965372/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=285280 CPUtime=2.77 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 5067 0 0 0 277 0 0 0 25 0 4 0 651793480 292126720 3005 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 71320 3005 377 95 0 66302 0
[pid=26288/tid=26292] ppid=26286 vsize=285280 CPUtime=0.69 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 1201 0 0 0 69 0 0 0 25 0 4 0 651793481 292126720 3005 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=285280 CPUtime=0.69 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 1231 0 0 0 69 0 0 0 25 0 4 0 651793481 292126720 3005 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=285280 CPUtime=0.68 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 1032 0 0 0 68 0 0 0 25 0 4 0 651793481 292126720 3005 33554432000 4194304 4580107 140735576024192 18446744073709551615 4322544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285280

[startup+1.50074 s]
/proc/loadavg: 7.52 7.99 7.95 10/279 26296
/proc/meminfo: memFree=20942416/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=286980 CPUtime=5.96 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 8821 0 0 0 595 1 0 0 25 0 4 0 651793480 293867520 3535 33554432000 4194304 4580107 140735576024192 18446744073709551615 4306048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 71745 3535 378 95 0 66727 0
[pid=26288/tid=26292] ppid=26286 vsize=286980 CPUtime=1.49 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 2125 0 0 0 149 0 0 0 25 0 4 0 651793481 293867520 3535 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=286980 CPUtime=1.48 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 2172 0 0 0 148 0 0 0 25 0 4 0 651793481 293867520 3535 33554432000 4194304 4580107 140735576024192 18446744073709551615 4321122 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=286980 CPUtime=1.47 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 1988 0 0 0 147 0 0 0 25 0 4 0 651793481 293867520 3535 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286980

[startup+3.10046 s]
/proc/loadavg: 7.52 7.99 7.95 10/279 26296
/proc/meminfo: memFree=20916252/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=279580 CPUtime=12.35 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 20905 0 0 0 1232 3 0 0 25 0 4 0 651793480 286289920 11981 33554432000 4194304 4580107 140735576024192 18446744073709551615 4321646 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 69895 11981 379 95 0 64877 0
[pid=26288/tid=26292] ppid=26286 vsize=279580 CPUtime=3.08 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 4734 0 0 0 308 0 0 0 25 0 4 0 651793481 286289920 11981 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=279580 CPUtime=3.09 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 5959 0 0 0 308 1 0 0 25 0 4 0 651793481 286289920 11981 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=279580 CPUtime=3.06 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 4857 0 0 0 305 1 0 0 25 0 4 0 651793481 286289920 11981 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 279580

[startup+6.30089 s]
/proc/loadavg: 7.56 7.99 7.95 10/279 26296
/proc/meminfo: memFree=20843072/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=305932 CPUtime=25.13 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 30804 0 0 0 2507 6 0 0 25 0 4 0 651793480 313274368 16801 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 76483 16801 379 95 0 71465 0
[pid=26288/tid=26292] ppid=26286 vsize=305932 CPUtime=6.29 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 9223 0 0 0 628 1 0 0 25 0 4 0 651793481 313274368 16801 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=305932 CPUtime=6.29 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 8241 0 0 0 627 2 0 0 25 0 4 0 651793481 313274368 16801 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=305932 CPUtime=6.23 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 6383 0 0 0 622 1 0 0 25 0 4 0 651793481 313274368 16802 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 305932

[startup+12.7008 s]
/proc/loadavg: 7.59 7.99 7.95 10/279 26296
/proc/meminfo: memFree=20778252/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=313172 CPUtime=50.67 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 48657 0 0 0 5058 9 0 0 25 0 4 0 651793480 320688128 24845 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 78293 24845 379 95 0 73275 0
[pid=26288/tid=26292] ppid=26286 vsize=313172 CPUtime=12.69 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 14552 0 0 0 1267 2 0 0 25 0 4 0 651793481 320688128 24845 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=313172 CPUtime=12.68 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 13170 0 0 0 1266 2 0 0 25 0 4 0 651793481 320688128 24845 33554432000 4194304 4580107 140735576024192 18446744073709551615 4321636 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=313172 CPUtime=12.58 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 9980 0 0 0 1256 2 0 0 25 0 4 0 651793481 320688128 24845 33554432000 4194304 4580107 140735576024192 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 313172

[startup+25.5005 s]
/proc/loadavg: 7.68 7.99 7.95 10/279 26296
/proc/meminfo: memFree=20713032/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=314388 CPUtime=101.76 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 70511 0 0 0 10163 13 0 0 25 0 4 0 651793480 321933312 31547 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 78597 31547 379 95 0 73579 0
[pid=26288/tid=26292] ppid=26286 vsize=314388 CPUtime=25.49 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 23270 0 0 0 2545 4 0 0 25 0 4 0 651793481 321933312 31547 33554432000 4194304 4580107 140735576024192 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=314388 CPUtime=25.49 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 20012 0 0 0 2545 4 0 0 25 0 4 0 651793481 321933312 31547 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=314388 CPUtime=25.26 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 12576 0 0 0 2524 2 0 0 25 0 4 0 651793481 321933312 31547 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 314388

[startup+51.1009 s]
/proc/loadavg: 7.93 8.02 7.96 10/279 26297
/proc/meminfo: memFree=20674016/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=295600 CPUtime=203.95 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 104042 0 0 0 20373 22 0 0 25 0 4 0 651793480 302694400 37414 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 73900 37414 379 95 0 68882 0
[pid=26288/tid=26292] ppid=26286 vsize=295600 CPUtime=51.08 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 30527 0 0 0 5102 6 0 0 25 0 4 0 651793481 302694400 37414 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=295600 CPUtime=51.09 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 28681 0 0 0 5103 6 0 0 25 0 4 0 651793481 302694400 37414 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=295600 CPUtime=50.66 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 18647 0 0 0 5062 4 0 0 25 0 4 0 651793481 302694400 37414 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 295600

[startup+102.311 s]
/proc/loadavg: 7.97 8.02 7.96 10/279 26298
/proc/meminfo: memFree=20581352/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=359244 CPUtime=408.36 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 148338 0 0 0 40801 35 0 0 25 0 4 0 651793480 367865856 50057 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 89811 50057 379 95 0 84793 0
[pid=26288/tid=26292] ppid=26286 vsize=359244 CPUtime=102.29 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 40447 0 0 0 10220 9 0 0 25 0 4 0 651793481 367865856 50057 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=359244 CPUtime=102.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 40930 0 0 0 10220 10 0 0 25 0 4 0 651793481 367865856 50057 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=359244 CPUtime=101.45 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 25646 0 0 0 10139 6 0 0 25 0 4 0 651793481 367865856 50057 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 359244

[startup+162.301 s]

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

[pid=26288] ppid=26286 vsize=533644 CPUtime=2563.78 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 399754 0 0 0 256243 135 0 0 25 0 4 0 651793480 546451456 93509 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 133411 93509 379 95 0 128393 0
[pid=26288/tid=26292] ppid=26286 vsize=533644 CPUtime=642.22 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 114538 0 0 0 64185 37 0 0 25 0 4 0 651793481 546451456 93509 33554432000 4194304 4580107 140735576024192 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=533644 CPUtime=642.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 118248 0 0 0 64190 40 0 0 25 0 4 0 651793481 546451456 93509 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=533644 CPUtime=636.92 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 60781 0 0 0 63672 20 0 0 25 0 4 0 651793481 546451456 93509 33554432000 4194304 4580107 140735576024192 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.78
Current children cumulated vsize (KiB) 533644

[startup+702.3 s]
/proc/loadavg: 8.01 8.04 8.00 10/279 26314
/proc/meminfo: memFree=20156280/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=608700 CPUtime=2803.24 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 418242 0 0 0 280179 145 0 0 25 0 4 0 651793480 623308800 94572 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 152175 94572 379 95 0 147157 0
[pid=26288/tid=26292] ppid=26286 vsize=608700 CPUtime=702.21 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 119060 0 0 0 70181 40 0 0 25 0 4 0 651793481 623308800 94572 33554432000 4194304 4580107 140735576024192 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=608700 CPUtime=702.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 122550 0 0 0 70187 43 0 0 25 0 4 0 651793481 623308800 94572 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=608700 CPUtime=696.41 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 67018 0 0 0 69619 22 0 0 25 0 4 0 651793481 623308800 94572 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2803.24
Current children cumulated vsize (KiB) 608700

[startup+762.311 s]
/proc/loadavg: 8.07 8.06 8.01 10/279 26316
/proc/meminfo: memFree=20121404/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=633608 CPUtime=3042.76 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 442782 0 0 0 304121 155 0 0 25 0 4 0 651793480 648814592 102357 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 158402 102357 379 95 0 153384 0
[pid=26288/tid=26292] ppid=26286 vsize=633608 CPUtime=762.21 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 129671 0 0 0 76176 45 0 0 25 0 4 0 651793481 648814592 102357 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=633608 CPUtime=762.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 127341 0 0 0 76186 44 0 0 25 0 4 0 651793481 648814592 102357 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=633608 CPUtime=755.9 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 71743 0 0 0 75566 24 0 0 25 0 4 0 651793481 648814592 102357 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.76
Current children cumulated vsize (KiB) 633608

[startup+822.301 s]
/proc/loadavg: 8.25 8.11 8.02 10/279 26318
/proc/meminfo: memFree=20082576/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=638660 CPUtime=3282.22 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 462062 0 0 0 328059 163 0 0 25 0 4 0 651793480 653987840 106483 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 159665 106483 379 95 0 154647 0
[pid=26288/tid=26292] ppid=26286 vsize=638660 CPUtime=822.19 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 138324 0 0 0 82171 48 0 0 25 0 4 0 651793481 653987840 106483 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=638660 CPUtime=822.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 134054 0 0 0 82183 47 0 0 25 0 4 0 651793481 653987840 106483 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=638660 CPUtime=815.41 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 72611 0 0 0 81516 25 0 0 25 0 4 0 651793481 653987840 106483 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3282.22
Current children cumulated vsize (KiB) 638660

[startup+882.3 s]
/proc/loadavg: 8.24 8.12 8.03 10/279 26319
/proc/meminfo: memFree=20067304/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=639068 CPUtime=3521.71 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 482207 0 0 0 351996 175 0 0 25 0 4 0 651793480 654405632 110111 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 159767 110111 379 95 0 154749 0
[pid=26288/tid=26292] ppid=26286 vsize=639068 CPUtime=882.19 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 146929 0 0 0 88166 53 0 0 25 0 4 0 651793481 654405632 110111 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=639068 CPUtime=882.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 138825 0 0 0 88180 50 0 0 25 0 4 0 651793481 654405632 110111 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=639068 CPUtime=874.9 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 74001 0 0 0 87464 26 0 0 25 0 4 0 651793481 654405632 110111 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3521.71
Current children cumulated vsize (KiB) 639068

[startup+942.301 s]
/proc/loadavg: 8.16 8.11 8.03 10/279 26321
/proc/meminfo: memFree=20058720/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=723268 CPUtime=3761.19 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 513554 0 0 0 375931 188 0 0 25 0 4 0 651793480 740626432 115007 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 180817 115007 379 95 0 175799 0
[pid=26288/tid=26292] ppid=26286 vsize=723268 CPUtime=942.18 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 162079 0 0 0 94162 56 0 0 25 0 4 0 651793481 740626432 115007 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=723268 CPUtime=942.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 145767 0 0 0 94176 54 0 0 25 0 4 0 651793481 740626432 115007 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=723268 CPUtime=934.37 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 77353 0 0 0 93409 28 0 0 25 0 4 0 651793481 740626432 115007 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3761.19
Current children cumulated vsize (KiB) 723268

[startup+1002.3 s]
/proc/loadavg: 8.06 8.09 8.02 10/279 26322
/proc/meminfo: memFree=20011948/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=801956 CPUtime=4000.66 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 537772 0 0 0 399866 200 0 0 25 0 4 0 651793480 821202944 118982 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 200489 118982 379 95 0 195471 0
[pid=26288/tid=26292] ppid=26286 vsize=801956 CPUtime=1002.17 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 167930 0 0 0 100158 59 0 0 25 0 4 0 651793481 821202944 118982 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=801956 CPUtime=1002.31 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 150601 0 0 0 100175 56 0 0 25 0 4 0 651793481 821202944 118982 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=801956 CPUtime=993.85 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 85630 0 0 0 99353 32 0 0 25 0 4 0 651793481 821202944 118982 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4000.66
Current children cumulated vsize (KiB) 801956

[startup+1062.3 s]
/proc/loadavg: 8.09 8.08 8.02 10/279 26324
/proc/meminfo: memFree=20007088/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=748112 CPUtime=4240.16 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 558588 0 0 0 423807 209 0 0 25 0 4 0 651793480 766066688 125418 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 187028 125418 379 95 0 182010 0
[pid=26288/tid=26292] ppid=26286 vsize=748112 CPUtime=1062.16 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 175622 0 0 0 106154 62 0 0 25 0 4 0 651793481 766066688 125418 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=748112 CPUtime=1062.31 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 158142 0 0 0 106172 59 0 0 25 0 4 0 651793481 766066688 125418 33554432000 4194304 4580107 140735576024192 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=748112 CPUtime=1053.36 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 87522 0 0 0 105303 33 0 0 25 0 4 0 651793481 766066688 125418 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4240.16
Current children cumulated vsize (KiB) 748112

[startup+1122.3 s]
/proc/loadavg: 8.03 8.07 8.01 10/279 26326
/proc/meminfo: memFree=19934648/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=814196 CPUtime=4479.65 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 574781 0 0 0 447747 218 0 0 25 0 4 0 651793480 833736704 127143 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 203549 127143 379 95 0 198531 0
[pid=26288/tid=26292] ppid=26286 vsize=814196 CPUtime=1122.16 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 182699 0 0 0 112150 66 0 0 25 0 4 0 651793481 833736704 127143 33554432000 4194304 4580107 140735576024192 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=814196 CPUtime=1122.3 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 160635 0 0 0 112170 60 0 0 25 0 4 0 651793481 833736704 127143 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=814196 CPUtime=1112.85 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 90237 0 0 0 111250 35 0 0 25 0 4 0 651793481 833736704 127143 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4479.65
Current children cumulated vsize (KiB) 814196

[startup+1182.3 s]
/proc/loadavg: 8.01 8.05 8.01 10/279 26327
/proc/meminfo: memFree=19947264/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=830848 CPUtime=4719.12 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 592260 0 0 0 471687 225 0 0 25 0 4 0 651793480 850788352 130699 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 207712 130699 379 95 0 202694 0
[pid=26288/tid=26292] ppid=26286 vsize=830848 CPUtime=1182.15 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 189026 0 0 0 118147 68 0 0 25 0 4 0 651793481 850788352 130699 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=830848 CPUtime=1182.31 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 164766 0 0 0 118169 62 0 0 25 0 4 0 651793481 850788352 130699 33554432000 4194304 4580107 140735576024192 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=830848 CPUtime=1172.33 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 91672 0 0 0 117197 36 0 0 25 0 4 0 651793481 850788352 130699 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4719.12
Current children cumulated vsize (KiB) 830848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.6 s]
/proc/loadavg: 8.01 8.05 8.01 9/279 26328
/proc/meminfo: memFree=19956064/32950904 swapFree=67057400/67111528
[pid=26288] ppid=26286 vsize=839196 CPUtime=4800.17 cores=0,2,4,6
/proc/26288/stat : 26288 (strangenight2-m) R 26286 26288 25944 0 -1 4202496 598152 0 0 0 479789 228 0 0 25 0 4 0 651793480 859336704 131508 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26288/statm: 209799 131508 379 95 0 204781 0
[pid=26288/tid=26292] ppid=26286 vsize=839196 CPUtime=1202.46 cores=0,2,4,6
/proc/26288/task/26292/stat : 26292 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 191671 0 0 0 120177 69 0 0 25 0 4 0 651793481 859336704 131508 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26288/tid=26293] ppid=26286 vsize=839196 CPUtime=1202.62 cores=0,2,4,6
/proc/26288/task/26293/stat : 26293 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 165535 0 0 0 120200 62 0 0 25 0 4 0 651793481 859336704 131508 33554432000 4194304 4580107 140735576024192 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26288/tid=26294] ppid=26286 vsize=839196 CPUtime=1192.45 cores=0,2,4,6
/proc/26288/task/26294/stat : 26294 (strangenight2-m) R 26286 26288 25944 0 -1 4202560 92929 0 0 0 119208 37 0 0 25 0 4 0 651793481 859336704 131508 33554432000 4194304 4580107 140735576024192 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 839196

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.64
CPU time (s): 4800.23
CPU user time (s): 4797.91
CPU system time (s): 2.31165
CPU usage (%): 399.14
Max. virtual memory (cumulated for all children) (KiB): 868912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.91
system time used= 2.31165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598153
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= 493
involuntary context switches= 29629

runsolver used 2.84657 second user time and 7.34888 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 21:38:57
IDJOB=3366335
IDBENCH=82744
IDSOLVER=1844
FILE ID=node121/3366335-1305401937
RUNJOBID= node121-1305401937-26269
PBS_JOBID= 13324487
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S1985868475-070.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366335-1305401937/watcher-3366335-1305401937 -o /tmp/evaluation-result-3366335-1305401937/solver-3366335-1305401937 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366335-1305401937.cnf

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

MD5SUM BENCH= 2611875052dd229d9ca71a614eae0715
RANDOM SEED=1358744277

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:      20965792 kB
Buffers:        299632 kB
Cached:        5963216 kB
SwapCached:       7656 kB
Active:        6419300 kB
Inactive:      5213160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20965792 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           10880 kB
Writeback:           0 kB
AnonPages:     5366728 kB
Mapped:          21300 kB
Slab:           265436 kB
PageTables:      23920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30642300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73424 MiB
End job on node121 at 2011-05-14 21:59:02