Trace number 3173926

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.13 1201.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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173926-1304073498.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.00	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.00	c -- vars added        750
3.17/0.80	c Parsing time:  0.00 s
3.17/0.80	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
3.17/0.80	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     19  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     333 undec:      82 neg:     335
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       731      3162         0         0      9597         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4918       731      3162         0      4867      9597    156403   no data   no data
3.17/0.80	c  N st    10     11300       731      3162         0      4520      9597     99600   no data   no data
3.17/0.80	c  N st    11     17044       731      3162         0     10211      9597    290709   no data   no data
5.17/1.30	c  F st    12     25000       731      3162         0     12458      9597    356661   no data   no data
5.17/1.30	c  N st    12     25000       731      3162         0     12458      9597    356661   no data   no data
5.97/1.51	c  N dy    18     30001       731      3162         0     10748      9597    271227   no data   no data
5.97/1.51	c  S st    18     30001       731      3162         0     10748      9597    271227   no data   no data
5.97/1.54	c  S st    18     30507       731      3162         0     11254      9597    285954   no data   no data
5.97/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.54	c blocked clauses removed:       21 vars:      4 tried:         731 T: 0.00 s
5.97/1.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
5.97/1.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.61	c lits-rem:       110  cl-subs:      262  v-elim:      0  v-fix:    0  time:  0.05 s
6.36/1.61	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
6.36/1.61	c calculated reachability. Time: 0.00
6.36/1.61	c  N dy    18     30507       727      3141         0     10915      9534    272541   no data   no data
7.16/1.86	c  N dy    27     34639       727      3141         0     15008      9534    398500     21.89     23.22
8.37/2.12	c  N dy    38     39152       727      3141         0     11686      9534    232772     21.32     22.53
9.96/2.55	c  N dy    45     45486       727      3141         0      9101      9534    124167     20.41     21.52
9.96/2.56	c  S st    47     45760       727      3141         0      9372      9534    132394     20.40     19.54
9.96/2.59	c  S st    47     46264       727      3141         0      9876      9534    146222     20.40   no data
9.96/2.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.96/2.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.96/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
9.96/2.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.96/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.36/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.61	c lits-rem:        10  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.01 s
10.36/2.61	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
10.36/2.61	c vivif2 --  cl tried     9864 cl shrink        0 lits rem          0 time: 0.00
10.36/2.62	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
10.36/2.62	c calculated reachability. Time: 0.00
10.36/2.62	c  N dy    47     46264       727      3141         0      9864      9534    145818     20.40   no data
11.57/2.91	c  N dy    64     51243       727      3141         0     14805      9534    290358     20.29     21.41
12.77/3.21	c  N dy    83     55594       727      3141         0     19142      9534    421499     20.28     21.36
13.58/3.46	c  N dy    99     59614       727      3141         0     13233      9534    216731     20.27     21.40
14.75/3.74	c  N dy   124     63843       727      3141         0     17436      9534    342835     20.37     21.49
15.95/4.06	c  N dy   149     68064       727      3141         0     21635      9534    471452     20.45     21.68
16.35/4.14	c  S st   154     69397       727      3141         0     12038      9534    152335     20.42     16.65
16.35/4.17	c  S st   154     69903       727      3141         0     12544      9534    166685     20.42   no data
16.35/4.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.35/4.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.35/4.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
16.35/4.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.35/4.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.35/4.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.20	c lits-rem:        15  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.01 s
16.75/4.20	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
16.75/4.20	c vivif2 --  cl tried    12509 cl shrink        0 lits rem          0 time: 0.00
16.75/4.21	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
16.75/4.21	c calculated reachability. Time: 0.00
16.75/4.21	c  N dy   154     69903       727      3141         0     12509      9534    165435     20.42   no data
17.97/4.52	c  N dy   179     74502       727      3141         0     17090      9534    306110     20.45     21.59
19.95/5.03	c  N dy   196     80933       727      3141         0     23476      9534    494046     20.25     21.41
21.15/5.38	c  N dy   227     86116       727      3141         0     16718      9534    270595     20.31     23.46
21.55/5.48	c  F st   238     87501       727      3141         0     18102      9534    313416     20.33     20.60
23.55/5.90	c  N dy   244     92697       727      3141         0     23259      9534    477892     20.33   no data
25.15/6.37	c  N dy   278     98677       727      3141         0     16275      9534    227976     20.37     21.69
27.14/6.87	c  S st   315    104854       727      3141         0     22423      9534    413456     20.42     19.97
27.54/6.92	c  S st   315    105359       727      3141         0     22928      9534    428320     20.42   no data
27.54/6.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.54/6.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.54/6.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
27.54/6.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.54/6.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.54/6.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.02	c lits-rem:        65  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.07 s
27.94/7.02	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
27.94/7.03	c vivif2 --  cl tried    22761 cl shrink        0 lits rem          0 time: 0.00
27.94/7.04	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.01
27.94/7.04	c calculated reachability. Time: 0.00
27.94/7.04	c  N dy   315    105359       727      3141         0     22761      9534    421781     20.42   no data
30.34/7.65	c  N dy   353    112137       727      3141         0     15575      9534    183405     20.47     22.49
32.74/8.22	c  N dy   399    119409       727      3141         0     22801      9534    403908     20.56     21.69
35.55/8.97	c  N dy   442    127047       727      3141         0     15482      9534    154327     20.58     23.28
38.34/9.66	c  N dy   459    135640       727      3141         0     24007      9534    405841     20.50     21.66
41.93/10.54	c  N dy   482    144512       727      3141         0     16920      9534    174784     20.44     21.65
45.12/11.32	c  N dy   521    153881       727      3141         0     26226      9534    448579     20.44     21.72
46.72/11.74	c  S st   545    158038       727      3141         0     30365      9534    573340     20.46   no data
47.12/11.80	c  S st   545    158545       727      3141         0     30871      9534    588180     20.46   no data
47.12/11.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.12/11.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.12/11.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.12/11.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.12/11.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.12/11.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
47.12/11.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.12/11.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.12/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.52/11.99	c lits-rem:        99  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.15 s
47.52/11.99	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
47.92/12.00	c vivif2 --  cl tried    30507 cl shrink        0 lits rem          0 time: 0.01
47.92/12.02	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.02
47.92/12.02	c calculated reachability. Time: 0.00
47.92/12.02	c  N dy   545    158545       727      3141         0     30507      9534    575132     20.46   no data
51.52/12.97	c  N dy   585    168754       727      3141         0     23770      9534    360649     20.43     21.65
56.31/14.12	c  N dy   630    179546       727      3141         0     34507      9534    697802     20.41     23.19
60.71/15.25	c  N dy   685    191755       727      3141         0     28753      9534    488012     20.45     21.65
66.32/16.64	c  N dy   755    204203       727      3141         0     22217      9534    259667     20.51     22.22
71.89/18.09	c  N dy   789    217261       727      3141         0     35169      9534    649100     20.44     21.52
77.89/19.58	c  N dy   858    231174       727      3141         0     29140      9534    446729     20.46     25.15
81.09/20.39	c  S st   898    237818       727      3141         0     35754      9534    648667     20.48     20.15
81.49/20.47	c  S st   898    238323       727      3141         0     36259      9534    663450     20.48   no data
81.49/20.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.49/20.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
81.49/20.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.49/20.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.49/20.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.49/20.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
81.49/20.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.89/20.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.89/20.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.68/20.77	c lits-rem:        98  cl-subs:      302  v-elim:      0  v-fix:    0  time:  0.25 s
82.68/20.77	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
82.68/20.78	c vivif2 --  cl tried    35957 cl shrink        0 lits rem          0 time: 0.01
83.08/20.81	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.03
83.08/20.81	c calculated reachability. Time: 0.00
83.08/20.81	c  N dy   898    238323       727      3141         0     35957      9534    652336     20.48   no data
90.67/22.70	c  N dy   980    253713       727      3141         0     30376      9534    460653     20.52     21.84
99.06/24.87	c  N dy  1080    270676       727      3141         0     25380      9534    286149     20.57     21.70
107.46/26.99	c  N dy  1160    288236       727      3141         0     42852      9534    823888     20.58     21.82
116.24/29.12	c  F st  1246    306251       727      3141         0     37865      9534    638713     20.60     20.43
116.64/29.20	c  N st  1248    306877       727      3141         0     38482      9534    658586     20.60   no data
119.06/29.81	c Decided on static restart strategy
130.63/32.70	c  N st  1256    334555       727      3141         0     41981      9534    990572     20.60   no data
142.61/35.72	c  N st  1258    357486       727      3141         0     39944      9534    973444     20.60   no data
142.61/35.72	c  S st  1258    357486       727      3141         0     39944      9534    973444     20.60   no data
143.01/35.83	c  S st  1258    357990       727      3141         0     40447      9534    988161     20.60   no data
143.01/35.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.01/35.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
143.01/35.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.01/35.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.01/35.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.01/35.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
143.01/35.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.01/35.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.01/35.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.21/36.69	c lits-rem:       203  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  0.79 s
146.21/36.69	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
146.60/36.70	c vivif2 --  cl tried    38839 cl shrink        0 lits rem          0 time: 0.01
146.60/36.73	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.03
146.60/36.73	c calculated reachability. Time: 0.00
146.60/36.73	c  N st  1258    357990       727      3141         0     38839      9534    933609     20.60   no data
165.39/41.46	c  N st  1259    390382       727      3141         0     45044      9534   1149597     20.60   no data
194.54/48.75	c  N st  1260    438972       727      3141         0     38845      9534    839093     20.60   no data
244.88/61.39	c  N st  1261    511855       727      3141         0     52330      9534   1234635     20.60   no data
261.26/65.44	c  N st  1262    536985       727      3141         0     46645      9534   1016629     20.60   no data
261.26/65.44	c  S st  1262    536985       727      3141         0     46645      9534   1016629     20.60   no data
261.66/65.56	c  S st  1262    537486       727      3141         0     47146      9534   1030803     20.60   no data
261.66/65.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
261.66/65.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
261.66/65.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.66/65.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.66/65.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.66/65.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
261.66/65.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
262.06/65.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
262.06/65.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.06/66.62	c lits-rem:       171  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  0.98 s
266.06/66.62	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
266.06/66.63	c vivif2 --  cl tried    45965 cl shrink        0 lits rem          0 time: 0.01
266.06/66.67	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.04
266.06/66.67	c calculated reachability. Time: 0.00
266.06/66.67	c  N st  1262    537486       727      3141         0     45965      9534    988796     20.60   no data
390.30/97.76	c  N st  1263    701471       727      3141         0     39935      9534    635493     20.60   no data
477.80/119.67	c  N st  1264    806230       727      3141         0     69159      9534   1559022     20.60   no data
477.80/119.67	c  S st  1264    806230       727      3141         0     69159      9534   1559022     20.60   no data
478.60/119.88	c  S st  1264    806736       727      3141         0     69665      9534   1572748     20.60   no data
478.60/119.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
479.02/119.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
479.02/119.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
479.02/119.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
479.02/119.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
479.02/119.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
479.02/119.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
479.02/119.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
479.02/119.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
501.38/125.51	c lits-rem:       856  cl-subs:     3276  v-elim:      0  v-fix:    0  time:  5.52 s
501.38/125.51	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
501.38/125.53	c vivif2 --  cl tried    66389 cl shrink        0 lits rem          0 time: 0.02
501.76/125.60	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.07
501.76/125.60	c calculated reachability. Time: 0.00
501.76/125.60	c  N st  1264    806736       727      3141         0     66389      9534   1460706     20.60   no data
753.05/188.53	c  F st  1265   1071878       727      3141         0     82552      9534   1870629     20.60   no data
753.05/188.53	c  N st  1265   1071878       727      3141         0     82552      9534   1870629     20.60   no data
772.23/193.38	c  N dy  1359   1092010       727      3141         0     58116      9534    924928     20.65     21.77
794.19/198.84	c  N dy  1481   1112091       727      3141         0     78099      9534   1543768     20.71     22.06
818.16/204.81	c  N dy  1531   1132499       727      3141         0     52793      9534    691974     20.66     22.03
836.53/209.49	c  N dy  1600   1152728       727      3141         0     72880      9534   1299153     20.64     21.84
864.10/216.31	c  N dy  1702   1172732       727      3141         0     92750      9534   1911742     20.67     22.75
881.68/220.71	c  N dy  1802   1193157       727      3141         0     66442      9534   1061326     20.69     21.85
901.27/225.65	c  S st  1863   1210104       727      3141         0     83278      9534   1567503     20.66   no data
902.05/225.87	c  S st  1863   1210609       727      3141         0     83782      9534   1582502     20.66   no data
902.05/225.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
902.45/225.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
902.45/225.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
902.45/225.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
902.45/225.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
902.45/225.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
902.45/225.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
902.45/225.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
902.45/225.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
908.84/227.51	c lits-rem:       229  cl-subs:      911  v-elim:      0  v-fix:    0  time:  1.52 s
908.84/227.51	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
908.84/227.54	c vivif2 --  cl tried    82871 cl shrink        0 lits rem          0 time: 0.02
909.24/227.62	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.08
909.24/227.62	c calculated reachability. Time: 0.00
909.24/227.62	c  N dy  1863   1210609       727      3141         0     82871      9534   1550853     20.66   no data
932.03/233.35	c  N dy  1941   1230678       727      3141         0     55144      9534    672360     20.65     25.94
957.58/239.80	c  N dy  2016   1255940       727      3141         0     80196      9534   1421708     20.62     21.89
985.54/246.73	c  N dy  2112   1279216       727      3141         0     54685      9534    632005     20.62     21.79
1005.12/251.66	c  N dy  2204   1299898       727      3141         0     75214      9534   1259765     20.63     21.99
1032.70/258.55	c  N dy  2313   1320048       727      3141         0     95252      9534   1875722     20.66     21.79
1052.66/263.50	c  N dy  2412   1340081       727      3141         0     65511      9534    919475     20.68     22.01
1075.83/269.35	c  N dy  2526   1360100       727      3141         0     85405      9534   1529672     20.70     22.16
1103.01/276.13	c  N dy  2612   1380474       727      3141         0     54966      9534    561225     20.71     21.86
1122.57/281.01	c  N dy  2705   1400778       727      3141         0     75103      9534   1172054     20.71     21.81
1149.33/287.74	c  N dy  2809   1420810       727      3141         0     94991      9534   1776121     20.73     22.89
1172.91/293.63	c  N dy  2902   1441048       727      3141         0     63485      9534    804294     20.74     21.86
1196.08/299.41	c  N dy  2981   1461887       727      3141         0     84133      9534   1436699     20.74     21.86
1226.05/306.94	c  N dy  3083   1481910       727      3141         0    103986      9534   2043480     20.74     22.62
1246.01/311.92	c  N dy  3204   1502059       727      3141         0     71411      9534   1023966     20.77     22.26
1271.18/318.24	c  N dy  3303   1522085       727      3141         0     91287      9534   1633554     20.79     23.26
1298.74/325.17	c  N dy  3368   1542124       727      3141         0     57598      9534    555831     20.77     23.36
1322.73/331.13	c  N dy  3465   1565587       727      3141         0     80858      9534   1265136     20.78     21.96
1354.26/339.00	c  N dy  3570   1587407       727      3141         0    102532      9534   1933051     20.79     22.36
1378.63/345.14	c  N dy  3680   1607604       727      3141         0     67994      9534    847541     20.80     22.09
1402.22/351.02	c  N dy  3786   1627654       727      3141         0     87904      9534   1464835     20.81     22.82
1433.76/358.95	c  N dy  3902   1647725       727      3141         0    107844      9534   2083575     20.83     24.92
1455.33/364.38	c  N dy  4012   1667753       727      3141         0     72138      9534    955645     20.85     21.95
1479.69/370.48	c  N dy  4094   1687812       727      3141         0     92046      9534   1576845     20.84     21.97
1514.44/379.17	c  N dy  4168   1707886       727      3141         0    111941      9534   2179876     20.84     26.70
1518.45/380.16	c  S st  4184   1710609       727      3141         0     58071      9534    490960     20.84     18.50
1518.85/380.30	c  S st  4184   1711114       727      3141         0     58576      9534    506451     20.84   no data
1519.25/380.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1519.25/380.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
1519.25/380.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1519.25/380.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1519.25/380.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1519.25/380.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
1519.25/380.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1519.25/380.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1519.25/380.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1520.05/380.51	c lits-rem:        10  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.15 s
1520.05/380.51	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
1520.05/380.52	c vivif2 --  cl tried    58542 cl shrink        0 lits rem          0 time: 0.01
1520.05/380.56	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.04
1520.05/380.56	c calculated reachability. Time: 0.00
1520.05/380.56	c  N dy  4184   1711114       727      3141         0     58542      9534    505326     20.84   no data
1540.82/385.76	c  N dy  4289   1731646       727      3141         0     78947      9534   1133083     20.85     22.02
1568.80/392.79	c  N dy  4396   1751712       727      3141         0     98869      9534   1743541     20.87     24.69
1604.73/401.75	c  N dy  4449   1771792       727      3141         0     61215      9534    559298     20.85     22.00
1626.32/407.11	c  N dy  4545   1791973       727      3141         0     81243      9534   1179164     20.86     22.08
1654.27/414.19	c  N dy  4647   1812001       727      3141         0    101146      9534   1797060     20.87     23.97
1687.03/422.35	c  N dy  4766   1832248       727      3141         0     62665      9534    583606     20.89     22.05
1709.00/427.81	c  N dy  4834   1852260       727      3141         0     82463      9534   1170320     20.88     23.29
1736.96/434.89	c  N dy  4932   1872331       727      3141         0    102377      9534   1784650     20.89     23.71
1770.51/443.29	c  N dy  5043   1892369       727      3141         0     62738      9534    557817     20.90     22.24
1795.68/449.55	c  N dy  5159   1915781       727      3141         0     85961      9534   1272484     20.91     22.11
1826.84/457.30	c  N dy  5285   1935862       727      3141         0    105873      9534   1888704     20.93     22.19
1858.00/465.15	c  N dy  5361   1955874       727      3141         0     65220      9534    605182     20.93     22.40
1880.79/470.81	c  N dy  5463   1975987       727      3141         0     85167      9534   1226156     20.94     22.09
1921.12/480.98	c  N dy  5525   2002933       727      3141         0    111859      9534   2030637     20.92     22.12
1951.08/488.47	c  N dy  5610   2023047       727      3141         0     70331      9534    732607     20.92     22.07
1975.04/494.40	c  N dy  5691   2043174       727      3141         0     90275      9534   1345276     20.92     22.08
2007.00/502.40	c  N dy  5803   2063200       727      3141         0    110137      9534   1961847     20.93     22.18
2040.94/510.91	c  N dy  5911   2083210       727      3141         0     67526      9534    624880     20.94     25.58
2063.72/516.62	c  N dy  6013   2103313       727      3141         0     87472      9534   1246798     20.95     22.23
2113.67/529.13	c  N dy  6107   2134258       727      3141         0    118075      9534   2162982     20.93     22.75
2142.01/536.22	c  N dy  6182   2154430       727      3141         0     74625      9534    815846     20.92     22.05
2168.77/542.96	c  N dy  6286   2174966       727      3141         0     94991      9534   1446191     20.93     22.09
2203.93/551.74	c  N dy  6384   2195915       727      3141         0    115769      9534   2081177     20.94     22.12
2231.50/558.68	c  S st  6457   2211114       727      3141         0     66406      9534    537273     20.94     20.26
2232.31/558.83	c  S st  6457   2211618       727      3141         0     66910      9534    554163     20.94   no data
2232.31/558.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2232.31/558.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
2232.31/558.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2232.31/558.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2232.31/558.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2232.31/558.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
2232.31/558.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2232.31/558.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2232.31/558.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2233.09/559.03	c lits-rem:        10  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.14 s
2233.09/559.03	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
2233.09/559.04	c vivif2 --  cl tried    66859 cl shrink        0 lits rem          0 time: 0.01
2233.49/559.10	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.05
2233.49/559.10	c calculated reachability. Time: 0.00
2233.49/559.10	c  N dy  6457   2211618       727      3141         0     66859      9534    552501     20.94   no data
2257.46/565.12	c  N dy  6530   2231639       727      3141         0     86726      9534   1162688     20.94     24.16
2290.61/573.44	c  N dy  6631   2251688       727      3141         0    106612      9534   1779194     20.95     27.10
2327.76/582.78	c  N dy  6735   2271905       727      3141         0    126664      9534   2400534     20.96     22.07
2353.72/589.28	c  N dy  6827   2291942       727      3141         0     81086      9534    964711     20.96     24.45
2383.68/596.73	c  N dy  6942   2312702       727      3141         0    101676      9534   1602806     20.98     22.16
2418.43/605.48	c  N dy  6990   2332868       727      3141         0    121652      9534   2201672     20.96     22.36
2451.20/613.63	c  N dy  7097   2352997       727      3141         0     75197      9534    755252     20.96     22.09
2476.36/619.99	c  N dy  7191   2373356       727      3141         0     95382      9534   1379693     20.96     22.15
2510.72/628.58	c  N dy  7281   2393761       727      3141         0    115595      9534   2002945     20.97     22.20
2549.86/638.31	c  N dy  7351   2414115       727      3141         0     68335      9534    519429     20.96     22.09
2572.63/644.00	c  N dy  7441   2434196       727      3141         0     88243      9534   1135572     20.97     24.42
2602.59/651.57	c  N dy  7543   2454293       727      3141         0    108190      9534   1744716     20.97     22.46
2640.96/661.12	c  N dy  7677   2474371       727      3141         0    128137      9534   2377701     20.99     26.15
2673.69/669.36	c  N dy  7736   2497006       727      3141         0     82113      9534    915809     20.98     22.19
2701.66/676.35	c  N dy  7850   2517077       727      3141         0    102006      9534   1536184     20.99     23.49
2738.03/685.43	c  N dy  7971   2537102       727      3141         0    121885      9534   2158556     21.00     24.03
2775.16/694.73	c  N dy  8034   2557129       727      3141         0     72291      9534    594890     21.00     24.63
2799.14/700.79	c  N dy  8113   2577403       727      3141         0     92387      9534   1210728     20.99     22.25
2830.31/708.55	c  N dy  8199   2597426       727      3141         0    112205      9534   1825991     21.00     22.91
2869.04/718.30	c  N dy  8302   2617440       727      3141         0    132076      9534   2444785     21.00     22.22
2904.60/727.12	c  N dy  8399   2637448       727      3141         0     81567      9534    860944     21.01     23.82
2934.95/734.79	c  N dy  8514   2658899       727      3141         0    102850      9534   1518940     21.02     22.42
3014.86/754.72	c  N dy  8559   2699187       727      3141         0    142584      9534   2687310     20.96     22.20
3032.81/759.22	c  S st  8610   2711618       727      3141         0     83616      9534    892336     20.96   no data
3033.61/759.42	c  S st  8610   2712121       727      3141         0     84118      9534    907610     20.96   no data
3033.61/759.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3033.61/759.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3033.61/759.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3033.61/759.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3033.61/759.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3033.61/759.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
3033.61/759.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3033.61/759.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3034.01/759.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3035.21/759.88	c lits-rem:        33  cl-subs:      451  v-elim:      0  v-fix:    0  time:  0.36 s
3035.21/759.88	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
3035.21/759.89	c vivif2 --  cl tried    83667 cl shrink        0 lits rem          0 time: 0.01
3035.61/759.97	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.08
3035.61/759.98	c calculated reachability. Time: 0.00
3035.61/759.98	c  N dy  8610   2712121       727      3141         0     83667      9534    892955     20.96   no data
3064.37/767.17	c  N dy  8701   2732179       727      3141         0    103552      9534   1502735     20.96     23.02
3099.12/775.82	c  N dy  8760   2752340       727      3141         0    123505      9534   2112783     20.96     22.22
3141.89/786.50	c  N dy  8854   2772384       727      3141         0    143365      9534   2728000     20.96     24.61
3167.04/792.89	c  N dy  8921   2792449       727      3141         0     90950      9534   1097562     20.96     22.08
3197.79/800.55	c  N dy  9020   2812517       727      3141         0    110860      9534   1714855     20.97     22.12
3237.34/810.43	c  N dy  9119   2832617       727      3141         0    130812      9534   2328465     20.97     22.16
3278.50/820.77	c  N dy  9225   2853040       727      3141         0     77703      9534    663435     20.98     22.32
3305.65/827.50	c  N dy  9328   2873439       727      3141         0     97925      9534   1290128     20.98     22.23
3339.62/836.02	c  N dy  9449   2893497       727      3141         0    117853      9534   1919889     20.99     22.87
3380.75/846.35	c  N dy  9547   2913971       727      3141         0    138161      9534   2550808     21.00     22.15
3417.10/855.48	c  N dy  9654   2934030       727      3141         0     83709      9534    827920     21.01     22.24
3446.65/862.82	c  N dy  9744   2955173       727      3141         0    104687      9534   1479386     21.01     22.12
3481.00/871.44	c  N dy  9822   2975361       727      3141         0    124735      9534   2104965     21.01     22.12
3524.95/882.48	c  N dy  9921   2995362       727      3141         0    144573      9534   2715808     21.01     22.33
3560.90/891.45	c  N dy  9985   3018967       727      3141         0     92548      9534   1064027     21.00     22.55
3592.87/899.40	c  N dy 10091   3039001       727      3141         0    112429      9534   1679189     21.01     22.95
3633.21/909.55	c  N dy 10203   3059769       727      3141         0    133046      9534   2322458     21.02     22.13
3687.54/923.19	c  N dy 10306   3080365       727      3141         0     77090      9534    565591     21.03     22.22
3745.87/937.70	c  N dy 10388   3116003       727      3141         0    112320      9534   1648681     21.00     22.32
3785.82/947.70	c  N dy 10491   3137519       727      3141         0    133677      9534   2312936     21.01     22.19
3861.32/966.60	c  N dy 10538   3170717       727      3141         0     89202      9534    908029     20.98     22.37
3891.68/974.22	c  N dy 10616   3190800       727      3141         0    109116      9534   1528074     20.99     22.14
3931.22/984.17	c  N dy 10718   3212121       727      3141         0    130260      9534   2190603     20.99     19.04
3931.22/984.17	c  S st 10718   3212121       727      3141         0    130260      9534   2190603     20.99     19.04
3932.84/984.53	c  S st 10718   3212624       727      3141         0    130763      9534   2206501     20.99   no data
3932.84/984.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3933.24/984.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
3933.24/984.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3933.24/984.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3933.24/984.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3933.24/984.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    727 time:  0.00 s
3933.24/984.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3933.24/984.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3933.62/984.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3943.60/987.24	c lits-rem:       187  cl-subs:     2290  v-elim:      0  v-fix:    0  time:  2.52 s
3943.60/987.24	c vivif2 --  cl tried     3141 cl shrink        0 lits rem          0 time: 0.00
3943.60/987.27	c vivif2 --  cl tried   128473 cl shrink        0 lits rem          0 time: 0.03
3944.40/987.41	c asymm  cl-useful: 0/3141/3141 lits-rem:0 time: 0.14
3944.40/987.42	c calculated reachability. Time: 0.00
3944.40/987.42	c  N dy 10718   3212624       727      3141         0    128473      9534   2134721     20.99   no data
3992.34/999.46	c  N dy 10861   3232952       727      3141         0    148668      9534   2769464     21.00     22.20
4028.69/1008.50	c  N dy 10928   3253418       727      3141         0     90668      9534    936790     21.00     22.20
4059.46/1016.27	c  N dy 11049   3273454       727      3141         0    110570      9534   1563234     21.01     25.38
4097.79/1025.84	c  N dy 11154   3293686       727      3141         0    130624      9534   2187254     21.01     22.14
4143.75/1037.31	c  N dy 11274   3313782       727      3141         0    150589      9534   2818999     21.02     25.04
4180.88/1046.69	c  N dy 11387   3333865       727      3141         0     91178      9534    927749     21.03     23.20
4212.04/1054.44	c  N dy 11485   3354012       727      3141         0    111170      9534   1549665     21.03     22.18
4249.99/1063.99	c  N dy 11560   3374191       727      3141         0    131150      9534   2154734     21.03     22.50
4298.32/1076.09	c  N dy 11662   3395564       727      3141         0    152349      9534   2815358     21.03     22.21
4335.07/1085.23	c  N dy 11748   3415701       727      3141         0     91973      9534    928594     21.04     22.17
4365.44/1092.83	c  N dy 11854   3435760       727      3141         0    111867      9534   1554899     21.04     22.41
4403.01/1102.26	c  N dy 11948   3455834       727      3141         0    131763      9534   2180571     21.04     25.66
4453.32/1114.84	c  N dy 12064   3476616       727      3141         0    152384      9534   2820778     21.05     22.16
4492.06/1124.52	c  N dy 12161   3496639       727      3141         0     90941      9534    877255     21.05     25.26
4523.63/1132.46	c  N dy 12218   3518793       727      3141         0    112850      9534   1555475     21.05     22.27
4562.77/1142.30	c  N dy 12334   3538858       727      3141         0    132752      9534   2181388     21.05     22.25
4611.91/1154.55	c  N dy 12427   3560010       727      3141         0    153751      9534   2836942     21.06     22.18
4662.25/1167.10	c  N dy 12542   3580543       727      3141         0     91814      9534    881616     21.06     22.27
4703.39/1177.42	c  N dy 12665   3600576       727      3141         0    111715      9534   1504119     21.07     22.25
4745.33/1187.94	c  N dy 12780   3620596       727      3141         0    131595      9534   2129506     21.08     22.22
4794.87/1200.35	c  N dy 12891   3640673       727      3141         0    151554      9534   2754899     21.08     22.29

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173926-1304073498/watcher-3173926-1304073498 -o /tmp/evaluation-result-3173926-1304073498/solver-3173926-1304073498 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173926-1304073498.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: 6.38 7.74 7.67 4/176 15666
/proc/meminfo: memFree=15125696/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=199952 CPUtime=0 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) D 15661 15664 15629 0 -1 4202496 713 0 0 0 0 0 0 0 25 0 4 0 499765427 204750848 640 33554432000 4194304 4627427 140735652452864 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 49988 640 337 106 0 44959 0
[pid=15664/tid=15667] ppid=15661 vsize=265492 CPUtime=0 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 110 0 0 0 0 0 0 0 25 0 4 0 499765428 271863808 689 33554432000 4194304 4627427 140735652452864 18446744073709551615 264726069749 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=273696 CPUtime=0 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 104 0 0 0 0 0 0 0 18 0 4 0 499765428 280264704 700 33554432000 4194304 4627427 140735652452864 18446744073709551615 264726067558 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=273696 CPUtime=0 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 4 0 499765428 280264704 706 33554432000 4194304 4627427 140735652452864 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.10678 s]
/proc/loadavg: 6.38 7.74 7.67 4/176 15666
/proc/meminfo: memFree=15125696/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=282592 CPUtime=0.4 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 1994 0 0 0 40 0 0 0 25 0 4 0 499765427 289374208 1869 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308593 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 70648 1869 384 106 0 65619 0
[pid=15664/tid=15667] ppid=15661 vsize=282592 CPUtime=0.1 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 410 0 0 0 10 0 0 0 25 0 4 0 499765428 289374208 1869 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=282592 CPUtime=0.1 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 411 0 0 0 10 0 0 0 18 0 4 0 499765428 289374208 1869 33554432000 4194304 4627427 140735652452864 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=282592 CPUtime=0.1 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 306 0 0 0 10 0 0 0 18 0 4 0 499765428 289374208 1869 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308120 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282592

[startup+0.200763 s]
/proc/loadavg: 6.38 7.74 7.67 4/176 15666
/proc/meminfo: memFree=15125696/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=284268 CPUtime=0.77 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 2791 0 0 0 77 0 0 0 25 0 4 0 499765427 291090432 1916 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 71067 1916 385 106 0 66038 0
[pid=15664/tid=15667] ppid=15661 vsize=284268 CPUtime=0.19 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 603 0 0 0 19 0 0 0 25 0 4 0 499765428 291090432 1916 33554432000 4194304 4627427 140735652452864 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=284268 CPUtime=0.19 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 614 0 0 0 19 0 0 0 18 0 4 0 499765428 291090432 1916 33554432000 4194304 4627427 140735652452864 18446744073709551615 4330127 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=284268 CPUtime=0.19 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 507 0 0 0 19 0 0 0 18 0 4 0 499765428 291090432 1916 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284268

[startup+0.300744 s]
/proc/loadavg: 6.38 7.74 7.67 4/176 15666
/proc/meminfo: memFree=15125696/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=284268 CPUtime=1.17 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 3188 0 0 0 117 0 0 0 25 0 4 0 499765427 291090432 2313 33554432000 4194304 4627427 140735652452864 18446744073709551615 4329629 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 71067 2313 385 106 0 66038 0
[pid=15664/tid=15667] ppid=15661 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 704 0 0 0 29 0 0 0 25 0 4 0 499765428 291090432 2313 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308329 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 708 0 0 0 29 0 0 0 18 0 4 0 499765428 291090432 2313 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=284268 CPUtime=0.29 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 615 0 0 0 29 0 0 0 18 0 4 0 499765428 291090432 2313 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284268

[startup+0.700669 s]
/proc/loadavg: 6.38 7.74 7.67 4/176 15666
/proc/meminfo: memFree=15125696/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=285336 CPUtime=2.78 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 5064 0 0 0 277 1 0 0 25 0 4 0 499765427 292184064 3055 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 71334 3055 385 106 0 66305 0
[pid=15664/tid=15667] ppid=15661 vsize=285336 CPUtime=0.69 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 1166 0 0 0 69 0 0 0 25 0 4 0 499765428 292184064 3055 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=285336 CPUtime=0.69 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 1183 0 0 0 69 0 0 0 18 0 4 0 499765428 292184064 3055 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=285336 CPUtime=0.69 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 1086 0 0 0 69 0 0 0 18 0 4 0 499765428 292184064 3055 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285336

[startup+1.50052 s]
/proc/loadavg: 6.59 7.76 7.68 9/184 15674
/proc/meminfo: memFree=15100832/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=286992 CPUtime=5.97 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 8792 0 0 0 596 1 0 0 25 0 4 0 499765427 293879808 3559 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 71748 3559 386 106 0 66719 0
[pid=15664/tid=15667] ppid=15661 vsize=286992 CPUtime=1.48 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 2101 0 0 0 148 0 0 0 25 0 4 0 499765428 293879808 3559 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=286992 CPUtime=1.48 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 2084 0 0 0 148 0 0 0 20 0 4 0 499765428 293879808 3559 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309067 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=286992 CPUtime=1.49 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 2030 0 0 0 149 0 0 0 20 0 4 0 499765428 293879808 3559 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286992

[startup+3.10022 s]
/proc/loadavg: 6.59 7.76 7.68 9/184 15674
/proc/meminfo: memFree=15063260/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=274760 CPUtime=12.37 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 20432 0 0 0 1233 4 0 0 25 0 4 0 499765427 281354240 11629 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 68690 11629 389 106 0 63661 0
[pid=15664/tid=15667] ppid=15661 vsize=274760 CPUtime=3.07 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 4695 0 0 0 307 0 0 0 25 0 4 0 499765428 281354240 11629 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=274760 CPUtime=3.09 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 5901 0 0 0 308 1 0 0 25 0 4 0 499765428 281354240 11629 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=274760 CPUtime=3.08 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 4440 0 0 0 308 0 0 0 25 0 4 0 499765428 281354240 11629 33554432000 4194304 4627427 140735652452864 18446744073709551615 4310565 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 274760

[startup+6.30061 s]
/proc/loadavg: 6.70 7.76 7.68 9/184 15674
/proc/meminfo: memFree=15003524/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=285056 CPUtime=25.15 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 31026 0 0 0 2509 6 0 0 25 0 4 0 499765427 291897344 16748 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 71264 16748 389 106 0 66235 0
[pid=15664/tid=15667] ppid=15661 vsize=285056 CPUtime=6.26 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 9053 0 0 0 625 1 0 0 25 0 4 0 499765428 291897344 16748 33554432000 4194304 4627427 140735652452864 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=285056 CPUtime=6.28 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 8183 0 0 0 627 1 0 0 25 0 4 0 499765428 291897344 16748 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=285056 CPUtime=6.28 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 6324 0 0 0 627 1 0 0 25 0 4 0 499765428 291897344 16748 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 285056

[startup+12.7004 s]
/proc/loadavg: 6.80 7.76 7.68 9/184 15674
/proc/meminfo: memFree=14940060/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=292584 CPUtime=50.72 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 48993 0 0 0 5063 9 0 0 25 0 4 0 499765427 299606016 26861 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 73146 26861 389 106 0 68117 0
[pid=15664/tid=15667] ppid=15661 vsize=292584 CPUtime=12.63 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 14299 0 0 0 1261 2 0 0 25 0 4 0 499765428 299606016 26861 33554432000 4194304 4627427 140735652452864 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=292584 CPUtime=12.69 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 12729 0 0 0 1267 2 0 0 25 0 4 0 499765428 299606016 26861 33554432000 4194304 4627427 140735652452864 18446744073709551615 4310552 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=292584 CPUtime=12.69 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 10765 0 0 0 1267 2 0 0 25 0 4 0 499765428 299606016 26862 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 292584

[startup+25.501 s]
/proc/loadavg: 7.07 7.78 7.68 9/184 15674
/proc/meminfo: memFree=14881536/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=307452 CPUtime=101.86 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 71894 0 0 0 10172 14 0 0 25 0 4 0 499765427 314830848 33288 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 76863 33288 389 106 0 71834 0
[pid=15664/tid=15667] ppid=15661 vsize=307452 CPUtime=25.37 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 22672 0 0 0 2533 4 0 0 25 0 4 0 499765428 314830848 33288 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=307452 CPUtime=25.49 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 19866 0 0 0 2545 4 0 0 25 0 4 0 499765428 314830848 33288 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=307452 CPUtime=25.48 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 13946 0 0 0 2546 2 0 0 25 0 4 0 499765428 314830848 33288 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 307452

[startup+51.1012 s]
/proc/loadavg: 7.39 7.79 7.69 9/184 15675
/proc/meminfo: memFree=14814100/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=305184 CPUtime=204.13 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 101361 0 0 0 20390 23 0 0 25 0 4 0 499765427 312508416 41420 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 76296 41420 389 106 0 71267 0
[pid=15664/tid=15667] ppid=15661 vsize=305184 CPUtime=50.85 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 27743 0 0 0 5079 6 0 0 25 0 4 0 499765428 312508416 41420 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=305184 CPUtime=51.09 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 29760 0 0 0 5102 7 0 0 25 0 4 0 499765428 312508416 41420 33554432000 4194304 4627427 140735652452864 18446744073709551615 4350055 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=305184 CPUtime=51.08 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 19697 0 0 0 5104 4 0 0 25 0 4 0 499765428 312508416 41420 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 305184

[startup+102.3 s]
/proc/loadavg: 7.73 7.82 7.71 9/184 15676
/proc/meminfo: memFree=14719484/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=390712 CPUtime=408.69 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 142574 0 0 0 40835 34 0 0 25 0 4 0 499765427 400089088 52084 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 97678 52084 389 106 0 92649 0
[pid=15664/tid=15667] ppid=15661 vsize=390712 CPUtime=101.79 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 31232 0 0 0 10172 7 0 0 25 0 4 0 499765428 400089088 52084 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=390712 CPUtime=102.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 40537 0 0 0 10219 10 0 0 25 0 4 0 499765428 400089088 52084 33554432000 4194304 4627427 140735652452864 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=390712 CPUtime=102.29 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 29347 0 0 0 10223 6 0 0 25 0 4 0 499765428 400089088 52084 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.69
Current children cumulated vsize (KiB) 390712

[startup+162.301 s]

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

[pid=15664] ppid=15661 vsize=545100 CPUtime=2805.51 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 374459 0 0 0 280423 128 0 0 25 0 4 0 499765427 558182400 94650 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 136275 94650 389 106 0 131246 0
[pid=15664/tid=15667] ppid=15661 vsize=545100 CPUtime=698.58 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 61277 0 0 0 69839 19 0 0 25 0 4 0 499765428 558182400 94650 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=545100 CPUtime=702.28 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 117612 0 0 0 70186 42 0 0 25 0 4 0 499765428 558182400 94650 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=545100 CPUtime=702.31 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 86955 0 0 0 70201 30 0 0 25 0 4 0 499765428 558182400 94650 33554432000 4194304 4627427 140735652452864 18446744073709551615 4308165 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.51
Current children cumulated vsize (KiB) 545100

[startup+762.301 s]
/proc/loadavg: 8.00 8.01 7.86 9/184 15694
/proc/meminfo: memFree=14222092/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=620628 CPUtime=3045.22 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 398252 0 0 0 304383 139 0 0 25 0 4 0 499765427 635523072 104142 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 155157 104142 389 106 0 150128 0
[pid=15664/tid=15667] ppid=15661 vsize=620628 CPUtime=758.26 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 71146 0 0 0 75803 23 0 0 25 0 4 0 499765428 635523072 104142 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=620628 CPUtime=762.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 123671 0 0 0 76184 45 0 0 25 0 4 0 499765428 635523072 104142 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=620628 CPUtime=762.32 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 91849 0 0 0 76200 32 0 0 25 0 4 0 499765428 635523072 104142 33554432000 4194304 4627427 140735652452864 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.22
Current children cumulated vsize (KiB) 620628

[startup+822.301 s]
/proc/loadavg: 8.07 8.02 7.87 9/184 15696
/proc/meminfo: memFree=14231760/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=666444 CPUtime=3284.87 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 417618 0 0 0 328339 148 0 0 25 0 4 0 499765427 682438656 94466 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 166611 94466 389 106 0 161582 0
[pid=15664/tid=15667] ppid=15661 vsize=666444 CPUtime=817.93 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 79315 0 0 0 81766 27 0 0 25 0 4 0 499765428 682438656 94466 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=666444 CPUtime=822.28 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 127429 0 0 0 82182 46 0 0 25 0 4 0 499765428 682438656 94466 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=666444 CPUtime=822.31 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 94302 0 0 0 82197 34 0 0 25 0 4 0 499765428 682438656 94466 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.87
Current children cumulated vsize (KiB) 666444

[startup+882.306 s]
/proc/loadavg: 8.09 8.03 7.88 9/184 15697
/proc/meminfo: memFree=14158452/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=733256 CPUtime=3524.57 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 443638 0 0 0 352297 160 0 0 25 0 4 0 499765427 750854144 110527 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 183314 110527 389 106 0 178285 0
[pid=15664/tid=15667] ppid=15661 vsize=733256 CPUtime=877.61 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 87864 0 0 0 87730 31 0 0 25 0 4 0 499765428 750854144 110527 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=733256 CPUtime=882.3 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 135346 0 0 0 88180 50 0 0 25 0 4 0 499765428 750854144 110527 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=733256 CPUtime=882.32 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 100486 0 0 0 88195 37 0 0 25 0 4 0 499765428 750854144 110527 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.57
Current children cumulated vsize (KiB) 733256

[startup+942.301 s]
/proc/loadavg: 8.09 8.04 7.90 9/184 15699
/proc/meminfo: memFree=14158568/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=659452 CPUtime=3764.25 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 464565 0 0 0 376254 171 0 0 25 0 4 0 499765427 675278848 109775 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 164863 109775 389 106 0 159834 0
[pid=15664/tid=15667] ppid=15661 vsize=659452 CPUtime=937.29 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 98156 0 0 0 93695 34 0 0 25 0 4 0 499765428 675278848 109775 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=659452 CPUtime=942.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 139614 0 0 0 94176 53 0 0 25 0 4 0 499765428 675278848 109775 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=659452 CPUtime=942.31 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 103304 0 0 0 94193 38 0 0 25 0 4 0 499765428 675278848 109775 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.25
Current children cumulated vsize (KiB) 659452

[startup+1002.3 s]
/proc/loadavg: 8.14 8.06 7.91 9/184 15700
/proc/meminfo: memFree=14138472/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=706040 CPUtime=4003.92 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 489977 0 0 0 400210 182 0 0 25 0 4 0 499765427 722984960 119551 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 176510 119551 389 106 0 171481 0
[pid=15664/tid=15667] ppid=15661 vsize=706040 CPUtime=996.97 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 105314 0 0 0 99659 38 0 0 25 0 4 0 499765428 722984960 119551 33554432000 4194304 4627427 140735652452864 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=706040 CPUtime=1002.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 146396 0 0 0 100173 56 0 0 25 0 4 0 499765428 722984960 119551 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=706040 CPUtime=1002.32 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 110122 0 0 0 100191 41 0 0 25 0 4 0 499765428 722984960 119551 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.92
Current children cumulated vsize (KiB) 706040

[startup+1062.3 s]
/proc/loadavg: 8.21 8.09 7.93 9/184 15702
/proc/meminfo: memFree=14104236/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=737368 CPUtime=4243.61 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 517114 0 0 0 424168 193 0 0 25 0 4 0 499765427 755064832 127912 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 184342 127912 389 106 0 179313 0
[pid=15664/tid=15667] ppid=15661 vsize=737368 CPUtime=1056.64 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 112801 0 0 0 105624 40 0 0 25 0 4 0 499765428 755064832 127912 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=737368 CPUtime=1062.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 154096 0 0 0 106171 58 0 0 25 0 4 0 499765428 755064832 127912 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=737368 CPUtime=1062.32 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 116079 0 0 0 106188 44 0 0 25 0 4 0 499765428 755064832 127912 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.61
Current children cumulated vsize (KiB) 737368

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 7.93 9/184 15704
/proc/meminfo: memFree=14105468/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=829120 CPUtime=4483.28 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 535992 0 0 0 448127 201 0 0 25 0 4 0 499765427 849018880 124730 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 207280 124730 389 106 0 202251 0
[pid=15664/tid=15667] ppid=15661 vsize=829120 CPUtime=1116.31 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 118880 0 0 0 111590 41 0 0 25 0 4 0 499765428 849018880 124730 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=829120 CPUtime=1122.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 160428 0 0 0 112168 61 0 0 25 0 4 0 499765428 849018880 124730 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=829120 CPUtime=1122.32 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 117892 0 0 0 112187 45 0 0 25 0 4 0 499765428 849018880 124730 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.28
Current children cumulated vsize (KiB) 829120

[startup+1182.3 s]
/proc/loadavg: 8.10 8.08 7.94 9/184 15705
/proc/meminfo: memFree=14055000/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=803584 CPUtime=4722.97 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 561691 0 0 0 472083 214 0 0 25 0 4 0 499765427 822870016 136094 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 200896 136094 389 106 0 195867 0
[pid=15664/tid=15667] ppid=15661 vsize=803584 CPUtime=1175.99 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 129210 0 0 0 117555 44 0 0 25 0 4 0 499765428 822870016 136094 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=803584 CPUtime=1182.29 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 167469 0 0 0 118164 65 0 0 25 0 4 0 499765428 822870016 136094 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=803584 CPUtime=1182.33 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 123535 0 0 0 118184 49 0 0 25 0 4 0 499765428 822870016 136094 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.97
Current children cumulated vsize (KiB) 803584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.07 8.08 7.94 9/184 15706
/proc/meminfo: memFree=14024248/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=846020 CPUtime=4800.08 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 570596 0 0 0 479791 217 0 0 25 0 4 0 499765427 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 211505 139535 389 106 0 206476 0
[pid=15664/tid=15667] ppid=15661 vsize=846020 CPUtime=1195.18 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 131576 0 0 0 119473 45 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=846020 CPUtime=1201.6 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 171773 0 0 0 120094 66 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=846020 CPUtime=1201.63 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 124698 0 0 0 120114 49 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 846020

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

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

[startup+1201.6 s]
/proc/loadavg: 8.07 8.08 7.94 9/184 15706
/proc/meminfo: memFree=14024248/32951124 swapFree=67111528/67111528
[pid=15664] ppid=15661 vsize=846020 CPUtime=4800.08 cores=0,2,4,6
/proc/15664/stat : 15664 (strangenight2-m) R 15661 15664 15629 0 -1 4202496 570596 0 0 0 479791 217 0 0 25 0 4 0 499765427 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/15664/statm: 211505 139535 389 106 0 206476 0
[pid=15664/tid=15667] ppid=15661 vsize=846020 CPUtime=1195.18 cores=0,2,4,6
/proc/15664/task/15667/stat : 15667 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 131576 0 0 0 119473 45 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15664/tid=15668] ppid=15661 vsize=846020 CPUtime=1201.6 cores=0,2,4,6
/proc/15664/task/15668/stat : 15668 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 171773 0 0 0 120094 66 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=15664/tid=15669] ppid=15661 vsize=846020 CPUtime=1201.63 cores=0,2,4,6
/proc/15664/task/15669/stat : 15669 (strangenight2-m) R 15661 15664 15629 0 -1 4202560 124698 0 0 0 120114 49 0 0 25 0 4 0 499765428 866324480 139535 33554432000 4194304 4627427 140735652452864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 846020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.13
CPU user time (s): 4797.93
CPU system time (s): 2.19767
CPU usage (%): 399.465
Max. virtual memory (cumulated for all children) (KiB): 959376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.93
system time used= 2.19766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 570597
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= 174
involuntary context switches= 28562

runsolver used 1.93171 second user time and 4.42633 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 12:38:18
IDJOB=3173926
IDBENCH=82744
IDSOLVER=1586
FILE ID=node141/3173926-1304073498
RUNJOBID= node141-1304073498-15647
PBS_JOBID= 13170495
Free space on /tmp= 71424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173926-1304073498/watcher-3173926-1304073498 -o /tmp/evaluation-result-3173926-1304073498/solver-3173926-1304073498 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173926-1304073498.cnf

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

MD5SUM BENCH= 2611875052dd229d9ca71a614eae0715
RANDOM SEED=107511541

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15126264 kB
Buffers:       1626016 kB
Cached:       15550640 kB
SwapCached:          0 kB
Active:        8016256 kB
Inactive:      9223180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15126264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11364 kB
Writeback:           0 kB
AnonPages:       63172 kB
Mapped:          14324 kB
Slab:           519088 kB
PageTables:       5044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185880 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= 71412 MiB
End job on node141 at 2011-04-29 12:58:22