Trace number 3282158

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.31 1201.73

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
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.03	c Using 4 threads
0.00/0.03	c This is CryptoMiniSat 3.0.0
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3282158-1304028698.cnf'
0.00/0.03	c -- header says num vars:           4656
0.00/0.03	c -- header says num clauses:       13871
0.00/0.06	c -- clauses added:            0 learnts,        13871 normals,            0 xors
0.00/0.06	c -- vars added       4656
0.00/0.06	c Parsing time:  0.00 s
0.00/0.06	c  N st     0         0      4656      4623      9246         0     32361         0   no data   no data
0.00/0.06	c asymm  cl-useful: 0/4622/4622 lits-rem:0 time: 0.00
0.00/0.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   37 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.00/0.06	c Replacing       37 vars Replaced      555 lits Time:     0.00 s 
0.00/0.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4617 time:  0.00 s
0.00/0.07	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
0.00/0.30	c lits-rem:        30  cl-subs:        0  v-elim:   1539  v-fix:    0  time:  0.01 s
0.00/0.30	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.30	c Finding non-binary XORs:     0.00 s (found:      50, avg size: 3.0)
0.00/0.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     23 locsubst:     0 time:   0.00
0.00/0.30	c calculated reachability. Time: 0.00
0.00/0.30	c Calc default polars -  time:   0.00 s pos:     190 undec:    2390 neg:    2076
0.00/0.30	c =========================================================================================
0.00/0.30	c types(t): F = full restart, N = normal restart
0.00/0.30	c types(t): S = simplification begin/end, E = solution found
0.00/0.30	c restart types(rt): st = static, dy = dynamic
0.00/0.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.30	c  B st     0         0      3055      5746      4905         0     27755         0   no data   no data
0.00/0.80	c  N dy    20      4092      3055      5746      4951      4025     27755    147565      8.66      9.31
0.00/0.80	c  N dy    47      8574      3054      5746      4991      5995     27755    142651      9.01      9.54
4.47/1.17	c  N dy    75     12793      3054      5746      5126      5979     27755     91585      9.25      9.79
5.93/1.58	c  N dy   101     17108      3054      5746      5145     10259     27755    228271      9.32      9.94
7.54/1.91	c  N dy   123     21530      3053      5746      5188      9016     27755    123053      9.15      9.71
8.74/2.26	c  F st   149     25002      3051      5746      5244     12458     27755    230948      9.26   no data
9.13/2.33	c  N st   151     25629      3051      5728      5237     13071     27685    246494      9.26   no data
11.13/2.88	c  N dy   155     30001      3051      5728      5238     10713     27685    217303      9.26   no data
11.13/2.88	c  S st   155     30001      3051      5728      5238     10713     27685    217303      9.26   no data
11.53/2.93	c  S st   155     30503      3051      5728      5272     11200     27685    224388      9.26   no data
11.53/2.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     12 locsubst:     0 time:   0.00
11.53/2.96	c Flit:    28 Blit:      4 bXBeca:    0 bXProp:   36 Bins:   1365 BRemL:    630 BRemN:     43 P:  0.9M T:  0.04
11.53/2.97	c Replacing       36 vars Replaced     2447 lits Time:     0.00 s 
11.53/2.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.53/2.97	c bin-w-bin subsume rem          132 bins  time:  0.00 s
11.53/2.97	c subs with bin:        3  lits-rem:        15  v-fix:    0  time:  0.00 s
11.53/2.98	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:   2971 time:  0.00 s
11.53/2.98	c Removed useless bin:       1  fixed:     0  props:   0.09M  time:  0.00 s
11.53/2.99	c lits-rem:         0  cl-subs:       13  v-elim:    500  v-fix:    0  time:  0.01 s
11.53/2.99	c subs with bin:       61  lits-rem:       216  v-fix:    0  time:  0.00 s
11.53/3.00	c lits-rem:        77  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.00 s
11.94/3.01	c asymm  cl-useful: 0/1821/6443 lits-rem:0 time: 0.01
11.94/3.01	c calculated reachability. Time: 0.00
11.94/3.01	c  N dy   155     30503      2471      6443      3809      4682     27785     34752      9.26   no data
12.73/3.29	c Finding binary XORs  T:     0.00 s  found:       0
13.13/3.34	c  N dy   177     34643      2470      6441      3814      8762     27771    153139      9.24      9.92
14.72/3.70	c  N dy   204     38691      2470      6441      3831      8164     27771    133307      9.37     16.04
16.33/4.15	c  N dy   231     42762      2470      6441      4400     12215     27771    287259      9.43     10.05
17.52/4.44	c  S st   253     45754      2470      6441      4405      7901     27771     67834      9.46     10.08
17.52/4.48	c  S st   253     46258      2470      6441      4412      8397     27771     74568      9.46   no data
17.52/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      6 locsubst:     0 time:   0.00
17.92/4.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    233 BRemL:    375 BRemN:      9 P:  0.6M T:  0.02
17.92/4.50	c Replacing        1 vars Replaced       43 lits Time:     0.00 s 
17.92/4.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.92/4.50	c bin-w-bin subsume rem          127 bins  time:  0.00 s
17.92/4.50	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.00 s
17.92/4.50	c Subs w/ non-existent bins:      2 l-rem:      3 v-fix:     0 done:   2463 time:  0.00 s
17.92/4.51	c Removed useless bin:       3  fixed:     0  props:   0.07M  time:  0.00 s
17.92/4.51	c lits-rem:         0  cl-subs:        1  v-elim:      2  v-fix:    0  time:  0.01 s
17.92/4.52	c subs with bin:       18  lits-rem:       185  v-fix:    0  time:  0.01 s
17.92/4.53	c lits-rem:        36  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.00 s
17.92/4.53	c vivif2 --  cl tried     6438 cl shrink        4 lits rem          4 time: 0.00
17.92/4.53	c vivif2 --  cl tried     8117 cl shrink      326 lits rem        893 time: 0.00
17.92/4.56	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.02
17.92/4.56	c calculated reachability. Time: 0.00
17.92/4.56	c  N dy   253     46258      2461      6436      4097      8117     27713     69252      9.46   no data
19.12/4.80	c Finding binary XORs  T:     0.00 s  found:       0
19.52/4.91	c  N dy   281     50264      2461      6436      4177     12107     27713    183664      9.49     10.11
21.14/5.34	c  N dy   308     54280      2461      6436      4177     16101     27713    305617      9.56     13.37
22.72/5.79	c  N dy   334     58316      2461      6436      4245     11121     27713    121305      9.64     12.29
24.72/6.23	c  N dy   360     62360      2461      6436      4273     15151     27713    238369      9.67     10.41
26.31/6.68	c  N dy   381     66599      2461      6436      4273     19377     27713    343679      9.68     10.24
27.91/7.02	c  S st   401     69387      2461      6436      4275     11678     27713    105859      9.73   no data
27.91/7.07	c  S st   401     69890      2461      6436      4275     12178     27713    114791      9.73   no data
27.91/7.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      3 locsubst:     0 time:   0.00
27.91/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:    124 BRemN:      4 P:  0.8M T:  0.02
27.91/7.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.91/7.09	c bin-w-bin subsume rem           32 bins  time:  0.00 s
27.91/7.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2458 time:  0.00 s
28.26/7.10	c Removed useless bin:       1  fixed:     0  props:   0.07M  time:  0.00 s
28.26/7.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.53/7.20	c subs with bin:        5  lits-rem:        22  v-fix:    0  time:  0.01 s
28.77/7.35	c lits-rem:        80  cl-subs:       97  v-elim:      0  v-fix:    0  time:  0.01 s
28.77/7.36	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
28.77/7.36	c vivif2 --  cl tried    11977 cl shrink      514 lits rem       1705 time: 0.00
28.77/7.39	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.03
28.77/7.39	c calculated reachability. Time: 0.00
28.77/7.39	c  N dy   401     69890      2458      6436      4131     11977     27697    106931      9.73   no data
31.08/7.91	c  N dy   438     74538      2458      6436      4141     16614     27697    251385      9.79     10.33
33.48/8.53	c  N dy   470     79453      2458      6436      4159     21509     27697    398879      9.84     10.43
35.86/9.15	c  N dy   500     84940      2458      6436      4159     15294     27697    158909      9.86     10.44
35.86/9.15	c Finding binary XORs  T:     0.00 s  found:       0
37.06/9.43	c  F st   511     87501      2458      6436      4162     17848     27697    227865      9.84      6.47
38.66/9.87	c  N st   516     90798      2458      6436      4162     21141     27697    344142      9.84   no data
41.85/10.65	c  N dy   544     96636      2458      6436      4162     14145     27697    112066      9.88     10.86
45.85/11.62	c  N dy   582    104271      2458      6436      4163     21755     27697    355347      9.90     10.51
46.25/11.71	c  S st   588    104836      2458      6436      4163     22319     27697    372496      9.92   no data
46.25/11.79	c  S st   588    105339      2458      6436      4199     22819     27697    382015      9.92   no data
46.25/11.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      2 locsubst:     0 time:   0.00
46.66/11.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:     23 BRemN:      0 P:  1.3M T:  0.03
46.66/11.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.66/11.82	c bin-w-bin subsume rem            1 bins  time:  0.00 s
46.66/11.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.66/11.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
46.66/11.82	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
46.66/11.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.66/11.89	c subs with bin:        4  lits-rem:        32  v-fix:    0  time:  0.04 s
47.06/11.96	c lits-rem:       265  cl-subs:      234  v-elim:      0  v-fix:    0  time:  0.06 s
47.06/11.96	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
47.06/11.98	c vivif2 --  cl tried    22348 cl shrink     3710 lits rem      10427 time: 0.02
47.45/12.03	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.04
47.45/12.03	c calculated reachability. Time: 0.00
47.45/12.03	c  N dy   588    105339      2456      6436      4178     22348     27693    348629      9.92   no data
51.05/12.94	c  N dy   639    112061      2456      6436      4178     15285     27693    127709      9.97     10.71
53.84/13.67	c  N dy   675    119234      2456      6436      4178     22391     27693    306135      9.97     10.54
58.24/14.77	c  N dy   723    126907      2456      6436      4178     15204     27693    103631     10.01     10.62
62.23/15.71	c  N dy   761    135036      2456      6436      4178     23287     27693    324360     10.00     10.57
67.01/16.99	c  N dy   821    143907      2456      6436      4185     16246     27693    111041     10.06     10.64
72.61/18.35	c  N dy   882    153145      2456      6436      4185     25464     27693    396610     10.11     10.67
75.40/19.07	c  S st   919    158009      2456      6436      4185     30316     27693    549867     10.14      9.63
75.80/19.14	c  S st   919    158511      2456      6436      4185     30817     27693    557690     10.14   no data
75.80/19.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.80/19.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      1 BRemN:      0 P:  1.5M T:  0.03
75.80/19.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.80/19.18	c bin-w-bin subsume rem            1 bins  time:  0.00 s
75.80/19.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.80/19.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
75.80/19.19	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
76.20/19.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.20/19.30	c subs with bin:        0  lits-rem:        48  v-fix:    0  time:  0.08 s
77.00/19.45	c lits-rem:       665  cl-subs:      284  v-elim:      0  v-fix:    0  time:  0.15 s
77.00/19.45	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
77.00/19.48	c vivif2 --  cl tried    30533 cl shrink     5607 lits rem      16975 time: 0.04
77.41/19.54	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.05
77.41/19.54	c calculated reachability. Time: 0.00
77.41/19.54	c  N dy   919    158511      2456      6436      4187     30533     27693    534299     10.14   no data
77.82/19.69	c Finding binary XORs  T:     0.00 s  found:       0
82.59/20.82	c  N dy   973    168758      2456      6436      4187     23830     27693    310831     10.16     10.73
88.98/22.46	c  N dy  1046    179652      2456      6436      4188     34685     27693    631376     10.19     10.80
95.77/24.18	c  N dy  1129    191247      2456      6436      4190     28566     27693    441060     10.24     10.81
103.77/26.17	c  N dy  1208    203464      2456      6436      4190     22284     27693    202806     10.29     10.85
112.15/28.27	c  N dy  1296    216484      2456      6436      4192     35266     27693    610631     10.34     13.28
120.53/30.33	c  N dy  1372    230392      2456      6436      4193     29612     27693    361321     10.34     10.93
125.74/31.62	c  S st  1425    237766      2456      6436      4194     36967     27693    598315     10.37      8.82
126.15/31.71	c  S st  1425    238267      2456      6436      4194     37466     27693    606179     10.37   no data
126.15/31.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
126.15/31.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      1 BRemN:      0 P:  1.9M T:  0.04
126.15/31.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.15/31.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.15/31.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.15/31.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
126.15/31.76	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
126.15/31.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
126.53/31.86	c subs with bin:        1  lits-rem:         8  v-fix:    0  time:  0.07 s
127.32/32.04	c lits-rem:       511  cl-subs:      362  v-elim:      0  v-fix:    0  time:  0.17 s
127.32/32.04	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
127.32/32.08	c vivif2 --  cl tried    37103 cl shrink     5909 lits rem      16469 time: 0.04
127.72/32.14	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.06
127.72/32.14	c calculated reachability. Time: 0.00
127.72/32.14	c  N dy  1425    238267      2456      6436      4196     37103     27693    582684     10.37   no data
137.71/34.66	c  N dy  1533    253697      2456      6436      4199     31854     27693    447898     10.42     10.98
148.50/37.30	c  N dy  1602    270188      2456      6436      4199     26754     27693    231239     10.40     11.07
158.09/39.75	c  N dy  1676    287547      2456      6436      4201     44051     27693    676584     10.36     10.95
170.86/42.91	c  N dy  1770    305915      2456      6436      4201     39953     27693    597125     10.37     11.38
170.86/42.98	c  F st  1773    306250      2456      6436      4201     40288     27693    609367     10.37     10.71
184.84/46.41	c  N dy  1871    325639      2456      6436      4212     36105     27693    459276     10.40     11.01
199.62/50.13	c  N dy  1997    346348      2456      6436      4212     32333     27693    285594     10.42     11.06
208.02/52.28	c  S st  2062    357401      2456      6436      4212     43349     27693    620668     10.44   no data
208.82/52.40	c  S st  2062    357908      2456      6436      4212     43856     27693    630459     10.44   no data
208.82/52.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
208.82/52.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      4 BRemN:      0 P:  2.1M T:  0.05
208.82/52.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
208.82/52.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
208.82/52.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
208.82/52.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
208.82/52.46	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
208.82/52.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
209.22/52.56	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  0.07 s
210.01/52.74	c lits-rem:       604  cl-subs:      577  v-elim:      0  v-fix:    0  time:  0.17 s
210.01/52.74	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
210.01/52.78	c vivif2 --  cl tried    43279 cl shrink     5782 lits rem      14773 time: 0.04
210.41/52.85	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.07
210.41/52.85	c calculated reachability. Time: 0.00
210.41/52.85	c  N dy  2062    357908      2456      6436      4208     43279     27693    604647     10.44   no data
225.58/56.67	c  N dy  2185    377991      2456      6436      4209     37799     27693    441403     10.47     11.04
238.37/59.84	c  N dy  2252    398060      2456      6436      4210     31448     27693    217388     10.43     11.00
253.95/63.70	c  N dy  2378    418443      2456      6436      4210     51766     27693    829988     10.45     11.05
270.34/67.81	c  N dy  2468    438512      2456      6436      4212     44375     27693    579121     10.45     14.05
288.32/72.34	c  N dy  2585    458862      2456      6436      4213     36321     27693    280658     10.48     11.12
305.90/76.72	c  N dy  2694    479333      2456      6436      4213     56725     27693    932283     10.50     11.10
323.89/81.20	c  N dy  2836    499391      2456      6436      4213     47347     27693    618148     10.54     11.14
343.44/86.18	c  N dy  2971    520482      2456      6436      4214     37987     27693    259087     10.57     11.28
356.22/89.30	c  S st  3049    536862      2456      6436      4214     54315     27693    735488     10.57      9.79
356.62/89.44	c  S st  3049    537367      2456      6436      4214     54819     27693    746458     10.57   no data
356.62/89.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
357.02/89.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  2.7M T:  0.06
357.02/89.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
357.02/89.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.02/89.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.02/89.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
357.02/89.51	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
357.02/89.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
357.42/89.63	c subs with bin:        3  lits-rem:        37  v-fix:    0  time:  0.08 s
358.22/89.86	c lits-rem:       859  cl-subs:      469  v-elim:      0  v-fix:    0  time:  0.23 s
358.22/89.86	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
358.63/89.91	c vivif2 --  cl tried    54347 cl shrink     6841 lits rem      17783 time: 0.05
359.03/90.02	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.10
359.03/90.02	c calculated reachability. Time: 0.00
359.03/90.02	c  N dy  3049    537367      2456      6436      4216     54347     27693    719421     10.57   no data
376.21/94.32	c  N dy  3105    559994      2456      6436      4216     45338     27693    420880     10.52     11.07
395.78/99.21	c  N dy  3228    581290      2456      6436      4216     66575     27693   1096673     10.54     11.13
414.56/103.90	c  N dy  3347    601837      2456      6436      4217     54881     27693    727110     10.56     11.12
436.12/109.30	c  N dy  3436    621895      2456      6436      4217     74874     27693   1346417     10.55     15.72
453.70/113.75	c  N dy  3561    641931      2456      6436      4218     61693     27693    887200     10.58     11.18
477.28/119.65	c  N dy  3631    665643      2456      6436      4218     51222     27693    596613     10.55     11.11
497.24/124.63	c  N dy  3773    685670      2456      6436      4219     71181     27693   1233200     10.58     11.31
518.02/129.89	c  N dy  3911    705701      2456      6436      4219     55953     27693    644435     10.61     11.19
539.21/135.18	c  N dy  4022    725740      2456      6436      4221     75911     27693   1277579     10.62     11.36
548.01/137.32	c Finding binary XORs  T:     0.00 s  found:       0
560.79/140.59	c  N dy  4128    745928      2456      6436      4224     59917     27693    701369     10.62     11.29
581.95/145.89	c  N dy  4250    765945      2456      6436      4225     79852     27693   1314702     10.64     11.26
601.52/150.70	c  N dy  4354    786097      2456      6436      4225     62944     27693    747164     10.64     11.22
622.71/156.01	c  S st  4466    806050      2456      6436      4225     82816     27693   1342334     10.66   no data
623.49/156.23	c  S st  4466    806551      2456      6436      4225     83316     27693   1353134     10.66   no data
623.49/156.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
623.89/156.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  3.7M T:  0.10
623.89/156.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
623.89/156.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
623.89/156.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
623.89/156.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
623.89/156.34	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
623.89/156.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
624.70/156.58	c subs with bin:       25  lits-rem:        28  v-fix:    0  time:  0.16 s
627.89/157.37	c lits-rem:      1630  cl-subs:      897  v-elim:      0  v-fix:    0  time:  0.79 s
627.89/157.37	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
628.29/157.47	c vivif2 --  cl tried    82394 cl shrink    13186 lits rem      34758 time: 0.10
629.08/157.64	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.16
629.08/157.64	c calculated reachability. Time: 0.00
629.08/157.64	c  N dy  4466    806551      2456      6436      4223     82394     27693   1299541     10.66   no data
646.67/162.02	c  N dy  4553    826631      2456      6436      4224     64101     27693    734361     10.66     11.33
670.23/167.99	c  N dy  4667    846668      2456      6436      4225     84088     27693   1375110     10.67     12.15
692.62/173.52	c  N dy  4773    866856      2456      6436      4229     65210     27693    777033     10.67     11.26
716.17/179.44	c  N dy  4892    889396      2456      6436      4238     87647     27693   1443391     10.68     11.43
737.73/184.89	c  N dy  4971    909409      2456      6436      4238     67402     27693    814720     10.67     11.27
762.93/191.10	c  N dy  5091    929480      2456      6436      4238     87417     27693   1490886     10.69     13.44
784.89/196.62	c  N dy  5200    949514      2456      6436      4238     66220     27693    662689     10.70     11.33
809.26/202.73	c  N dy  5315    969764      2456      6436      4238     86419     27693   1328318     10.71     11.32
837.63/209.81	c  N dy  5407    989836      2456      6436      4238     64328     27693    607002     10.71     13.91
860.39/215.55	c  N dy  5519   1009996      2456      6436      4238     84395     27693   1260830     10.72     11.33
886.76/222.16	c  N dy  5640   1030009      2456      6436      4238     61307     27693    484288     10.74     13.98
911.52/228.37	c  N dy  5739   1050107      2456      6436      4238     81344     27693   1192859     10.74     12.93
936.29/234.59	c  N dy  5846   1070242      2456      6436      4238    101408     27693   1790159     10.75     11.42
937.49/234.89	c  F st  5849   1071875      2456      6436      4238    103023     27693   1820242     10.75      8.08
959.05/240.28	c  N dy  5941   1090338      2456      6436      4238     77216     27693    967694     10.76     12.28
985.43/246.81	c  N dy  6067   1110489      2456      6436      4238     97272     27693   1603668     10.77     11.38
1010.99/253.28	c  N dy  6190   1130498      2456      6436      4239     72109     27693    743109     10.79     12.71
1035.37/259.33	c  N dy  6305   1150528      2456      6436      4240     92065     27693   1361854     10.80     14.19
1061.32/265.89	c  N dy  6411   1170615      2456      6436      4240     65955     27693    508434     10.80     14.95
1082.89/271.27	c  N dy  6520   1190632      2456      6436      4240     85849     27693   1114877     10.81     11.39
1108.87/277.77	c  S st  6632   1209826      2456      6436      4241    104917     27693   1717090     10.82     10.65
1110.08/278.00	c  S st  6632   1210328      2456      6436      4241    105417     27693   1727791     10.82   no data
1110.08/278.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1110.49/278.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      7 BRemN:      0 P:  5.0M T:  0.14
1110.49/278.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1110.49/278.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1110.49/278.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1110.49/278.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
1110.49/278.16	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
1110.49/278.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1111.66/278.48	c subs with bin:       27  lits-rem:       176  v-fix:    0  time:  0.23 s
1118.06/280.01	c lits-rem:      2713  cl-subs:     1532  v-elim:      0  v-fix:    0  time:  1.52 s
1118.06/280.01	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
1118.45/280.14	c vivif2 --  cl tried   103858 cl shrink    16114 lits rem      44281 time: 0.13
1119.28/280.35	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.21
1119.28/280.36	c calculated reachability. Time: 0.00
1119.28/280.36	c  N dy  6632   1210328      2456      6436      4235    103858     27693   1654805     10.82   no data
1146.42/287.18	c  N dy  6733   1231457      2456      6436      4235     77408     27693    745901     10.82     11.63
1174.78/294.20	c  N dy  6849   1253016      2456      6436      4235     98898     27693   1419166     10.83     11.59
1203.54/301.41	c  N dy  6954   1274294      2456      6436      4235     72242     27693    633806     10.83     11.45
1227.52/307.40	c  N dy  7071   1294304      2456      6436      4236     92194     27693   1280353     10.84     11.41
1256.27/314.64	c  N dy  7198   1314329      2456      6436      4236    112172     27693   1936170     10.86     14.49
1284.24/321.63	c  N dy  7322   1334379      2456      6436      4236     83044     27693    960314     10.87     11.81
1311.81/328.54	c  N dy  7428   1354509      2456      6436      4236    103057     27693   1595284     10.87     11.53
1340.56/335.79	c  N dy  7542   1374556      2456      6436      4236     73250     27693    571428     10.87     12.66
1366.93/342.34	c  N dy  7675   1394617      2456      6436      4237     93264     27693   1225800     10.89     11.46
1393.69/349.05	c  N dy  7778   1415029      2456      6436      4237    113496     27693   1838054     10.89     11.72
1423.66/356.50	c  N dy  7901   1435081      2456      6436      4237     82542     27693    824237     10.90     13.67
1453.62/364.03	c  N dy  8010   1455213      2456      6436      4237    102540     27693   1432368     10.91     11.54
1481.19/370.96	c  N dy  8106   1475341      2456      6436      4237    122514     27693   2016260     10.91     11.69
1504.35/376.74	c  N dy  8201   1495481      2456      6436      4237     90458     27693    994224     10.91     11.51
1531.93/383.65	c  N dy  8288   1515713      2456      6436      4237    110603     27693   1590322     10.91     11.58
1569.47/393.02	c  N dy  8437   1538588      2456      6436      4237     80488     27693    635896     10.92     11.60
1597.04/399.90	c  N dy  8549   1558682      2456      6436      4237    100512     27693   1314047     10.93     14.02
1629.39/408.07	c  N dy  8676   1579103      2456      6436      4237    120832     27693   1984487     10.94     11.54
1662.55/416.33	c  N dy  8787   1599353      2456      6436      4237     87076     27693    804240     10.95     11.54
1692.92/423.97	c  N dy  8921   1619385      2456      6436      4237    107034     27693   1463839     10.96     13.61
1727.67/432.67	c  N dy  9034   1639467      2456      6436      4237    127055     27693   2121122     10.97     11.63
1758.44/440.38	c  N dy  9170   1659563      2456      6436      4237     92181     27693    992287     10.98     11.58
1788.39/447.86	c  N dy  9278   1679569      2456      6436      4237    112111     27693   1656735     10.99     12.85
1825.55/457.17	c  N dy  9400   1699657      2456      6436      4237    132113     27693   2345065     11.00     14.82
1843.13/461.57	c  S st  9431   1710329      2456      6436      4237     86781     27693    757871     10.99   no data
1844.34/461.81	c  S st  9431   1710836      2456      6436      4237     87287     27693    766736     10.99   no data
1844.34/461.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1844.72/461.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  3.9M T:  0.10
1844.72/461.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1844.72/461.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1844.72/461.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1844.72/461.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
1844.72/461.92	c Removed useless bin:       0  fixed:     0  props:   0.08M  time:  0.00 s
1844.72/461.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1845.12/462.02	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  0.04 s
1845.92/462.21	c lits-rem:       699  cl-subs:      937  v-elim:      0  v-fix:    0  time:  0.19 s
1845.92/462.21	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
1845.92/462.25	c vivif2 --  cl tried    86350 cl shrink     1950 lits rem       4960 time: 0.04
1846.72/462.40	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.15
1846.72/462.40	c calculated reachability. Time: 0.00
1846.72/462.40	c  N dy  9431   1710836      2456      6436      4236     86350     27693    750675     10.99   no data
1871.89/468.77	c  N dy  9535   1730968      2456      6436      4238    106322     27693   1329503     11.00     11.83
1904.24/476.82	c  N dy  9649   1751054      2456      6436      4238    126291     27693   1956255     11.00     17.03
1938.20/485.36	c  N dy  9766   1771305      2456      6436      4238     89074     27693    776703     11.01     11.69
1968.96/493.00	c  N dy  9882   1792416      2456      6436      4238    110099     27693   1460793     11.01     11.75
2002.92/501.53	c  N dy  9985   1813295      2456      6436      4238    130895     27693   2108775     11.01     11.63
2038.07/510.39	c  N dy 10076   1833739      2456      6436      4238     93400     27693    970542     11.01     11.63
2065.24/517.18	c  N dy 10171   1853886      2456      6436      4238    113409     27693   1580747     11.01     11.62
2106.78/527.56	c  N dy 10306   1875138      2456      6436      4238    134587     27693   2311558     11.02     11.81
2139.94/535.82	c  N dy 10429   1895703      2456      6436      4239     96324     27693    925137     11.03     11.62
2169.91/543.38	c  N dy 10542   1915796      2456      6436      4239    116340     27693   1560463     11.04     13.23
2206.27/552.47	c  N dy 10673   1935837      2456      6436      4239    136292     27693   2219674     11.05     15.08
2244.61/562.04	c  N dy 10799   1956021      2456      6436      4239     96504     27693    882007     11.06     11.75
2276.98/570.12	c  N dy 10919   1976866      2456      6436      4239    117239     27693   1546172     11.06     11.74
2316.93/580.10	c  N dy 11026   1997602      2456      6436      4239    137899     27693   2221306     11.07     11.70
2354.48/589.52	c  N dy 11109   2017617      2456      6436      4239     96837     27693    860082     11.06     11.65
2381.65/596.32	c  N dy 11189   2037772      2456      6436      4239    116704     27693   1396572     11.06     11.95
2410.83/603.69	c  N dy 11258   2058359      2456      6436      4239    137112     27693   1929434     11.05     11.64
2454.36/614.55	c  N dy 11341   2080497      2456      6436      4239     97872     27693    844716     11.05     11.90
2488.33/623.02	c  N dy 11474   2100509      2456      6436      4239    117826     27693   1533990     11.06     11.76
2526.67/632.66	c  N dy 11624   2120564      2456      6436      4239    137801     27693   2213693     11.07     16.34
2569.44/643.32	c  N dy 11730   2143542      2456      6436      4239     97637     27693    752657     11.07     11.74
2601.78/651.42	c  N dy 11851   2163640      2456      6436      4239    117664     27693   1376783     11.08     11.72
2638.55/660.66	c  N dy 11970   2185213      2456      6436      4239    139113     27693   2040517     11.08     11.80
2684.08/672.03	c  N dy 12103   2205294      2456      6436      4239    159124     27693   2776215     11.09     11.80
2694.87/674.72	c  S st 12140   2210837      2456      6436      4239    101058     27693    874812     11.10   no data
2696.07/675.01	c  S st 12140   2211342      2456      6436      4239    101562     27693    884187     11.10   no data
2696.07/675.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2696.48/675.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.12
2696.48/675.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2696.48/675.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2696.48/675.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2696.48/675.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
2696.48/675.14	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
2696.48/675.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2696.89/675.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
2697.66/675.47	c lits-rem:       823  cl-subs:      607  v-elim:      0  v-fix:    0  time:  0.22 s
2697.66/675.47	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
2698.07/675.52	c vivif2 --  cl tried   100955 cl shrink     2019 lits rem       6975 time: 0.05
2698.86/675.70	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.18
2698.86/675.70	c calculated reachability. Time: 0.00
2698.86/675.70	c  N dy 12140   2211342      2456      6436      4239    100955     27693    870775     11.10   no data
2733.63/684.47	c  N dy 12275   2231962      2456      6436      4239    121512     27693   1573856     11.11     11.70
2769.18/693.38	c  N dy 12390   2252111      2456      6436      4239    141559     27693   2214667     11.11     11.71
2810.74/703.79	c  N dy 12491   2272347      2456      6436      4239    161677     27693   2867838     11.11     11.70
2847.08/712.86	c  N dy 12608   2292658      2456      6436      4239    116548     27693   1310947     11.12     11.77
2889.03/723.31	c  N dy 12724   2312853      2456      6436      4239    136674     27693   2003039     11.13     11.77
2930.17/733.62	c  N dy 12829   2333278      2456      6436      4239    157037     27693   2680306     11.13     11.73
2970.93/743.81	c  N dy 12943   2353319      2456      6436      4239    111090     27693   1083031     11.14     14.64
3006.09/752.60	c  N dy 13035   2373335      2456      6436      4239    130981     27693   1741774     11.14     12.69
3048.05/763.15	c  N dy 13158   2394258      2456      6436      4240    151837     27693   2433507     11.14     11.76
3093.98/774.66	c  N dy 13271   2414553      2456      6436      4241    105463     27693    870094     11.15     11.76
3127.55/783.09	c  N dy 13378   2434852      2456      6436      4241    125672     27693   1468926     11.15     11.80
3170.28/793.70	c  N dy 13463   2454901      2456      6436      4241    145643     27693   2066624     11.15     12.17
3218.23/805.74	c  N dy 13566   2475965      2456      6436      4241    166625     27693   2759692     11.16     11.81
3257.78/815.61	c  N dy 13678   2496117      2456      6436      4241    119027     27693   1230141     11.16     11.85
3295.33/825.00	c  N dy 13776   2516459      2456      6436      4241    139301     27693   1821484     11.16     11.76
3334.88/834.90	c  N dy 13868   2536705      2456      6436      4241    159447     27693   2480911     11.16     11.77
3377.64/845.64	c  N dy 13939   2556745      2456      6436      4241    110484     27693    986785     11.16     11.82
3412.79/854.46	c  N dy 14050   2576801      2456      6436      4241    130483     27693   1701970     11.17     14.74
3454.34/864.84	c  N dy 14164   2597038      2456      6436      4241    150628     27693   2324873     11.17     11.80
3503.07/877.06	c  N dy 14267   2617060      2456      6436      4241    170559     27693   2976450     11.17     12.01
3536.25/885.34	c  N dy 14350   2637735      2456      6436      4241    121358     27693   1217723     11.17     11.79
3577.38/895.62	c  N dy 14448   2657981      2456      6436      4241    141514     27693   1901279     11.17     11.96
3621.33/906.66	c  N dy 14581   2677987      2456      6436      4241    161457     27693   2581490     11.18     12.71
3666.47/917.95	c  N dy 14683   2698062      2456      6436      4242    110686     27693    846323     11.18     12.02
3688.84/923.51	c  S st 14758   2711342      2456      6436      4242    123926     27693   1269729     11.18   no data
3690.06/923.82	c  S st 14758   2711844      2456      6436      4242    124426     27693   1280285     11.18   no data
3690.06/923.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3690.44/923.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.8M T:  0.16
3690.44/923.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3690.44/923.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3690.83/924.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3690.83/924.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2456 time:  0.00 s
3690.83/924.00	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
3690.83/924.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3691.23/924.18	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.10 s
3693.24/924.63	c lits-rem:       981  cl-subs:      728  v-elim:      0  v-fix:    0  time:  0.44 s
3693.24/924.63	c vivif2 --  cl tried     6436 cl shrink        0 lits rem          0 time: 0.00
3693.64/924.71	c vivif2 --  cl tried   123692 cl shrink     5953 lits rem      16164 time: 0.08
3694.45/924.95	c asymm  cl-useful: 0/6436/6436 lits-rem:0 time: 0.24
3694.45/924.95	c calculated reachability. Time: 0.00
3694.45/924.95	c  N dy 14758   2711844      2456      6436      4242    123692     27693   1253852     11.18   no data
3733.60/934.80	c  N dy 14851   2732613      2456      6436      4242    144327     27693   1991455     11.18     12.01
3774.74/945.01	c  N dy 14959   2754422      2456      6436      4242    165948     27693   2641582     11.18     11.97
3825.08/957.65	c  N dy 15086   2774432      2456      6436      4242    113894     27693    930908     11.19     14.24
3864.23/967.40	c  N dy 15189   2794664      2456      6436      4242    134026     27693   1634523     11.19     11.80
3909.79/978.82	c  N dy 15291   2814749      2456      6436      4242    154056     27693   2390023     11.19     13.01
3959.31/991.23	c  N dy 15424   2834784      2456      6436      4243    173999     27693   3071229     11.20     13.03
4006.47/1003.08	c  N dy 15532   2854820      2456      6436      4243    121178     27693   1116746     11.21     12.87
4048.00/1013.45	c  N dy 15671   2874898      2456      6436      4243    141169     27693   1754338     11.22     13.56
4085.16/1022.73	c  N dy 15743   2894937      2456      6436      4243    161072     27693   2344923     11.21     14.08
4135.08/1035.26	c  N dy 15850   2915017      2456      6436      4243    181056     27693   3000307     11.22     15.13
4181.03/1046.74	c  N dy 15979   2935094      2456      6436      4243    127504     27693   1337751     11.22     13.57
4222.97/1057.23	c  N dy 16099   2955119      2456      6436      4244    147472     27693   2034004     11.23     11.89
4271.72/1069.49	c  N dy 16221   2975188      2456      6436      4244    167476     27693   2759190     11.24     14.14
4325.24/1082.88	c  N dy 16342   2995280      2456      6436      4244    187501     27693   3453044     11.24     12.02
4367.19/1093.30	c  N dy 16453   3015352      2456      6436      4244    132619     27693   1414202     11.24     11.99
4407.14/1103.30	c  N dy 16564   3035360      2456      6436      4244    152542     27693   2061119     11.25     12.89
4455.08/1115.32	c  N dy 16636   3055365      2456      6436      4244    172468     27693   2681392     11.24     11.87
4513.41/1129.91	c  N dy 16746   3075605      2456      6436      4244    192641     27693   3399824     11.24     11.90
4555.37/1140.40	c  N dy 16859   3095669      2456      6436      4244    137027     27693   1504278     11.25     12.35
4594.51/1150.22	c  N dy 16975   3116473      2456      6436      4244    157690     27693   2193805     11.25     11.89
4640.86/1161.88	c  N dy 17097   3136822      2456      6436      4244    177926     27693   2828723     11.26     11.86
4692.78/1174.81	c  N dy 17204   3156955      2456      6436      4245    197963     27693   3456815     11.26     11.90
4729.93/1184.13	c  N dy 17314   3176996      2456      6436      4245    141211     27693   1533628     11.27     12.38
4774.28/1195.30	c  N dy 17450   3197123      2456      6436      4245    161258     27693   2198081     11.27     11.92

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=20396 CPUtime=0 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4194304 214 0 0 0 0 0 0 0 22 0 1 0 514469467 20885504 167 33554432000 4194304 4627427 140734201692848 18446744073709551615 210642183729 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/946/statm: 5099 170 145 106 0 57 0
[pid=946/tid=947] ppid=944 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 514469467 52441088 348 33554432000 4194304 4627427 140734201692848 18446744073709551615 47670158387122 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=948] ppid=944 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 514469467 52441088 348 33554432000 4194304 4627427 140734201692848 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 514469467 52441088 348 33554432000 4194304 4627427 140734201692848 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.077104 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=288396 CPUtime=0.24 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 4866 0 0 0 22 2 0 0 24 0 4 0 514469467 295317504 4300 33554432000 4194304 4627427 140734201692848 18446744073709551615 4429865 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 72491 5491 388 106 0 67462 0
[pid=946/tid=947] ppid=944 vsize=289964 CPUtime=0.91 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 1814 0 0 0 91 0 0 0 19 0 4 0 514469467 296923136 5506 33554432000 4194304 4627427 140734201692848 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=289964 CPUtime=0.89 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 1854 0 0 0 89 0 0 0 19 0 4 0 514469467 296923136 5506 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=289964 CPUtime=0.92 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 1312 0 0 0 92 0 0 0 19 0 4 0 514469467 296923136 5506 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 288396

[startup+1.03439 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=298776 CPUtime=4.07 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 7625 0 0 0 404 3 0 0 25 0 4 0 514469467 305946624 5563 33554432000 4194304 4627427 140734201692848 18446744073709551615 4503199 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 74694 5568 388 106 0 69665 0
[pid=946/tid=947] ppid=944 vsize=298776 CPUtime=1.02 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 1873 0 0 0 101 1 0 0 19 0 4 0 514469467 305946624 5570 33554432000 4194304 4627427 140734201692848 18446744073709551615 4321706 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=298776 CPUtime=0.99 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 1993 0 0 0 99 0 0 0 19 0 4 0 514469467 305946624 5574 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=298776 CPUtime=1.02 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 1351 0 0 0 102 0 0 0 19 0 4 0 514469467 305946624 5576 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 298776

[startup+1.13437 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=290384 CPUtime=4.47 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 7857 0 0 0 444 3 0 0 25 0 4 0 514469467 297353216 5516 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 72596 5516 388 106 0 67567 0
[pid=946/tid=947] ppid=944 vsize=290384 CPUtime=1.12 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 1912 0 0 0 111 1 0 0 19 0 4 0 514469467 297353216 5516 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=290384 CPUtime=1.09 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 2031 0 0 0 109 0 0 0 19 0 4 0 514469467 297353216 5516 33554432000 4194304 4627427 140734201692848 18446744073709551615 4321831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=290384 CPUtime=1.12 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 1389 0 0 0 112 0 0 0 19 0 4 0 514469467 297353216 5516 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 290384

[startup+1.23436 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=290676 CPUtime=4.87 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 8253 0 0 0 484 3 0 0 25 0 4 0 514469467 297652224 5268 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 72669 5268 388 106 0 67640 0
[pid=946/tid=947] ppid=944 vsize=290676 CPUtime=1.22 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 2070 0 0 0 121 1 0 0 19 0 4 0 514469467 297652224 5268 33554432000 4194304 4627427 140734201692848 18446744073709551615 4299555 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=290676 CPUtime=1.19 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 2085 0 0 0 119 0 0 0 19 0 4 0 514469467 297652224 5269 33554432000 4194304 4627427 140734201692848 18446744073709551615 4299612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=290676 CPUtime=1.22 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 1523 0 0 0 122 0 0 0 19 0 4 0 514469467 297652224 5269 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 290676

[startup+1.50031 s]
/proc/loadavg: 0.00 0.00 0.00 5/178 946
/proc/meminfo: memFree=16671984/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=290676 CPUtime=5.93 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 8687 0 0 0 590 3 0 0 25 0 4 0 514469467 297652224 5702 33554432000 4194304 4627427 140734201692848 18446744073709551615 4329679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 72669 5702 388 106 0 67640 0
[pid=946/tid=947] ppid=944 vsize=290676 CPUtime=1.48 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 2190 0 0 0 147 1 0 0 20 0 4 0 514469467 297652224 5702 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=290676 CPUtime=1.45 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 2190 0 0 0 145 0 0 0 20 0 4 0 514469467 297652224 5702 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=290676 CPUtime=1.48 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 1627 0 0 0 148 0 0 0 20 0 4 0 514469467 297652224 5702 33554432000 4194304 4627427 140734201692848 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 290676

[startup+3.10604 s]
/proc/loadavg: 0.64 0.13 0.04 10/182 951
/proc/meminfo: memFree=16627400/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=291124 CPUtime=12.35 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 12296 0 0 0 1230 5 0 0 25 0 4 0 514469467 298110976 6670 33554432000 4194304 4627427 140734201692848 18446744073709551615 4324648 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 72781 6670 390 106 0 67752 0
[pid=946/tid=947] ppid=944 vsize=291124 CPUtime=3.09 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 3019 0 0 0 308 1 0 0 25 0 4 0 514469467 298110976 6670 33554432000 4194304 4627427 140734201692848 18446744073709551615 4333260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=291124 CPUtime=3.06 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 3050 0 0 0 306 0 0 0 25 0 4 0 514469467 298110976 6670 33554432000 4194304 4627427 140734201692848 18446744073709551615 4332756 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=291124 CPUtime=3.08 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 2284 0 0 0 308 0 0 0 25 0 4 0 514469467 298110976 6670 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309004 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 291124

[startup+6.3005 s]
/proc/loadavg: 0.64 0.13 0.04 10/182 952
/proc/meminfo: memFree=16590652/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=293952 CPUtime=25.12 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 18969 0 0 0 2505 7 0 0 25 0 4 0 514469467 301006848 8802 33554432000 4194304 4627427 140734201692848 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 73488 8802 390 106 0 68459 0
[pid=946/tid=947] ppid=944 vsize=293952 CPUtime=6.28 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 4928 0 0 0 627 1 0 0 25 0 4 0 514469467 301006848 8804 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=293952 CPUtime=6.26 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 4855 0 0 0 625 1 0 0 25 0 4 0 514469467 301006848 8804 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=293952 CPUtime=6.26 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 3544 0 0 0 626 0 0 0 25 0 4 0 514469467 301006848 8804 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308428 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 293952

[startup+12.7004 s]
/proc/loadavg: 1.39 0.30 0.10 9/182 952
/proc/meminfo: memFree=16519600/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=320984 CPUtime=50.24 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 34317 0 0 0 4990 34 0 0 25 0 4 0 514469467 328687616 16662 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 80246 16662 390 106 0 75217 0
[pid=946/tid=947] ppid=944 vsize=320984 CPUtime=12.58 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 9370 0 0 0 1256 2 0 0 25 0 4 0 514469467 328687616 16662 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308640 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=320984 CPUtime=12.46 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 8831 0 0 0 1242 4 0 0 25 0 4 0 514469467 328687616 16662 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=320984 CPUtime=12.49 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 6197 0 0 0 1248 1 0 0 25 0 4 0 514469467 328687616 16662 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 320984

[startup+25.5012 s]
/proc/loadavg: 2.85 0.67 0.22 9/182 952
/proc/meminfo: memFree=16403672/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=321872 CPUtime=101.36 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 53434 0 0 0 10093 43 0 0 25 0 4 0 514469467 329596928 19770 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308940 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 80468 19770 390 106 0 75439 0
[pid=946/tid=947] ppid=944 vsize=321872 CPUtime=25.38 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 14237 0 0 0 2535 3 0 0 25 0 4 0 514469467 329596928 19770 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=321872 CPUtime=25.23 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 12672 0 0 0 2514 9 0 0 25 0 4 0 514469467 329596928 19770 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327298 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=321872 CPUtime=25.23 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 10760 0 0 0 2520 3 0 0 25 0 4 0 514469467 329596928 19770 33554432000 4194304 4627427 140734201692848 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 321872

[startup+51.1009 s]
/proc/loadavg: 4.61 1.26 0.43 9/182 952
/proc/meminfo: memFree=16238480/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=314000 CPUtime=203.61 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 85208 0 0 0 20306 55 0 0 25 0 4 0 514469467 321536000 22980 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 78500 22980 390 106 0 73471 0
[pid=946/tid=947] ppid=944 vsize=314000 CPUtime=50.99 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 21240 0 0 0 5093 6 0 0 25 0 4 0 514469467 321536000 22980 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=314000 CPUtime=50.81 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 20876 0 0 0 5066 15 0 0 25 0 4 0 514469467 321536000 22980 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=314000 CPUtime=50.71 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 18965 0 0 0 5066 5 0 0 25 0 4 0 514469467 321536000 22980 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 314000

[startup+102.3 s]
/proc/loadavg: 6.64 2.39 0.86 9/182 954
/proc/meminfo: memFree=16055200/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=325608 CPUtime=408.15 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 133830 0 0 0 40748 67 0 0 25 0 4 0 514469467 333422592 29867 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 81402 29867 390 106 0 76373 0
[pid=946/tid=947] ppid=944 vsize=325608 CPUtime=102.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 33046 0 0 0 10209 9 0 0 25 0 4 0 514469467 333422592 29867 33554432000 4194304 4627427 140734201692848 18446744073709551615 4332543 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=325608 CPUtime=101.99 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 32957 0 0 0 10182 17 0 0 25 0 4 0 514469467 333422592 29867 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=325608 CPUtime=101.66 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 30589 0 0 0 10158 8 0 0 25 0 4 0 514469467 333422592 29867 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.15
Current children cumulated vsize (KiB) 325608

[startup+162.301 s]

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

[pid=946] ppid=944 vsize=488664 CPUtime=2565.43 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 472793 0 0 0 256347 196 0 0 25 0 4 0 514469467 500391936 65894 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 122166 65894 390 106 0 117137 0
[pid=946/tid=947] ppid=944 vsize=488664 CPUtime=642.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 115416 0 0 0 64176 42 0 0 25 0 4 0 514469467 500391936 65894 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=488664 CPUtime=641.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 118871 0 0 0 64140 50 0 0 25 0 4 0 514469467 500391936 65894 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308353 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=488664 CPUtime=639.01 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 117873 0 0 0 63861 40 0 0 25 0 4 0 514469467 500391936 65894 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.43
Current children cumulated vsize (KiB) 488664

[startup+702.301 s]
/proc/loadavg: 8.02 7.28 4.25 9/182 1001
/proc/meminfo: memFree=16305848/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=490280 CPUtime=2805.13 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 503177 0 0 0 280305 208 0 0 25 0 4 0 514469467 502046720 66903 33554432000 4194304 4627427 140734201692848 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 122570 66903 390 106 0 117541 0
[pid=946/tid=947] ppid=944 vsize=490280 CPUtime=702.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 124056 0 0 0 70172 46 0 0 25 0 4 0 514469467 502046720 66903 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=490280 CPUtime=701.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 125863 0 0 0 70137 53 0 0 25 0 4 0 514469467 502046720 66903 33554432000 4194304 4627427 140734201692848 18446744073709551615 4299569 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=490280 CPUtime=698.73 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 125332 0 0 0 69829 44 0 0 25 0 4 0 514469467 502046720 66903 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.13
Current children cumulated vsize (KiB) 490280

[startup+762.301 s]
/proc/loadavg: 8.05 7.44 4.51 9/182 1003
/proc/meminfo: memFree=16286844/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=545440 CPUtime=3044.84 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 528135 0 0 0 304263 221 0 0 25 0 4 0 514469467 558530560 70893 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 136360 70893 390 106 0 131331 0
[pid=946/tid=947] ppid=944 vsize=545440 CPUtime=762.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 129555 0 0 0 76169 49 0 0 25 0 4 0 514469467 558530560 70893 33554432000 4194304 4627427 140734201692848 18446744073709551615 4333541 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=545440 CPUtime=761.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 132186 0 0 0 76134 56 0 0 25 0 4 0 514469467 558530560 70893 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=545440 CPUtime=758.43 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 132054 0 0 0 75796 47 0 0 25 0 4 0 514469467 558530560 70893 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 545440

[startup+822.3 s]
/proc/loadavg: 8.06 7.54 4.71 9/182 1004
/proc/meminfo: memFree=16282240/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=440344 CPUtime=3284.55 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 554039 0 0 0 328222 233 0 0 25 0 4 0 514469467 450912256 67810 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 110086 67810 390 106 0 105057 0
[pid=946/tid=947] ppid=944 vsize=440344 CPUtime=822.19 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 136114 0 0 0 82167 52 0 0 25 0 4 0 514469467 450912256 67810 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=440344 CPUtime=821.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 138664 0 0 0 82131 59 0 0 25 0 4 0 514469467 450912256 67810 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=440344 CPUtime=818.14 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 138470 0 0 0 81763 51 0 0 25 0 4 0 514469467 450912256 67810 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327945 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.55
Current children cumulated vsize (KiB) 440344

[startup+882.3 s]
/proc/loadavg: 8.06 7.64 4.94 9/182 1006
/proc/meminfo: memFree=16240316/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=495620 CPUtime=3524.24 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 578968 0 0 0 352179 245 0 0 25 0 4 0 514469467 507514880 67335 33554432000 4194304 4627427 140734201692848 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 123905 67335 390 106 0 118876 0
[pid=946/tid=947] ppid=944 vsize=495620 CPUtime=882.19 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 142588 0 0 0 88164 55 0 0 25 0 4 0 514469467 507514880 67335 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=495620 CPUtime=881.91 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 145101 0 0 0 88128 63 0 0 25 0 4 0 514469467 507514880 67335 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=495620 CPUtime=877.83 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 143934 0 0 0 87728 55 0 0 25 0 4 0 514469467 507514880 67335 33554432000 4194304 4627427 140734201692848 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 495620

[startup+942.301 s]
/proc/loadavg: 8.06 7.71 5.12 9/182 1007
/proc/meminfo: memFree=16192808/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=496608 CPUtime=3763.96 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 608521 0 0 0 376137 259 0 0 25 0 4 0 514469467 508526592 75688 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 124152 75688 390 106 0 119123 0
[pid=946/tid=947] ppid=944 vsize=496608 CPUtime=942.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 151505 0 0 0 94160 58 0 0 25 0 4 0 514469467 508526592 75688 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=496608 CPUtime=941.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 150323 0 0 0 94125 65 0 0 25 0 4 0 514469467 508526592 75688 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=496608 CPUtime=937.53 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 152210 0 0 0 93695 58 0 0 25 0 4 0 514469467 508526592 75688 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.96
Current children cumulated vsize (KiB) 496608

[startup+1002.3 s]
/proc/loadavg: 8.06 7.78 5.31 9/182 1009
/proc/meminfo: memFree=16208164/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=498156 CPUtime=4003.65 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 633224 0 0 0 400094 271 0 0 25 0 4 0 514469467 510111744 70805 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 124539 70805 390 106 0 119510 0
[pid=946/tid=947] ppid=944 vsize=498156 CPUtime=1002.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 158204 0 0 0 100158 60 0 0 25 0 4 0 514469467 510111744 70805 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=498156 CPUtime=1001.9 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 156722 0 0 0 100121 69 0 0 25 0 4 0 514469467 510111744 70805 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=498156 CPUtime=997.23 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 157196 0 0 0 99661 62 0 0 25 0 4 0 514469467 510111744 70805 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327697 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.65
Current children cumulated vsize (KiB) 498156

[startup+1062.3 s]
/proc/loadavg: 8.06 7.83 5.48 9/182 1011
/proc/meminfo: memFree=16159524/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=445316 CPUtime=4243.36 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 656659 0 0 0 424053 283 0 0 25 0 4 0 514469467 456003584 73937 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 111329 73937 390 106 0 106300 0
[pid=946/tid=947] ppid=944 vsize=445316 CPUtime=1062.2 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 163601 0 0 0 106156 64 0 0 25 0 4 0 514469467 456003584 73938 33554432000 4194304 4627427 140734201692848 18446744073709551615 4321457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=445316 CPUtime=1061.91 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 163045 0 0 0 106119 72 0 0 25 0 4 0 514469467 456003584 73938 33554432000 4194304 4627427 140734201692848 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=445316 CPUtime=1056.93 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 163735 0 0 0 105628 65 0 0 25 0 4 0 514469467 456003584 73938 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 445316

[startup+1122.3 s]
/proc/loadavg: 8.06 7.87 5.63 9/182 1012
/proc/meminfo: memFree=16094636/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=502468 CPUtime=4483.05 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 678079 0 0 0 448011 294 0 0 25 0 4 0 514469467 514527232 75068 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 125617 75068 390 106 0 120588 0
[pid=946/tid=947] ppid=944 vsize=502468 CPUtime=1122.18 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 168666 0 0 0 112152 66 0 0 25 0 4 0 514469467 514527232 75068 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=502468 CPUtime=1121.91 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 169327 0 0 0 112116 75 0 0 25 0 4 0 514469467 514527232 75068 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=502468 CPUtime=1116.63 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 168938 0 0 0 111595 68 0 0 25 0 4 0 514469467 514527232 75068 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 502468

[startup+1182.31 s]
/proc/loadavg: 8.13 7.93 5.80 9/182 1014
/proc/meminfo: memFree=16079228/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=446588 CPUtime=4722.76 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 702701 0 0 0 471971 305 0 0 25 0 4 0 514469467 457306112 71748 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 111647 71748 390 106 0 106618 0
[pid=946/tid=947] ppid=944 vsize=446588 CPUtime=1182.19 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 175314 0 0 0 118149 70 0 0 25 0 4 0 514469467 457306112 71748 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=446588 CPUtime=1181.92 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 174459 0 0 0 118114 78 0 0 25 0 4 0 514469467 457306112 71748 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=446588 CPUtime=1176.32 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 175330 0 0 0 117562 70 0 0 25 0 4 0 514469467 457306112 71748 33554432000 4194304 4627427 140734201692848 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 446588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 7.93 5.83 9/182 1014
/proc/meminfo: memFree=16071164/32951132 swapFree=67111524/67111528
[pid=946] ppid=944 vsize=504028 CPUtime=4800.26 cores=1,3,5,7
/proc/946/stat : 946 (strangenight2-m) R 944 946 904 0 -1 4202496 707697 0 0 0 479719 307 0 0 25 0 4 0 514469467 516124672 76744 33554432000 4194304 4627427 140734201692848 18446744073709551615 4328626 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/946/statm: 126007 76744 390 106 0 120978 0
[pid=946/tid=947] ppid=944 vsize=504028 CPUtime=1201.6 cores=1,3,5,7
/proc/946/task/947/stat : 947 (strangenight2-m) R 944 946 904 0 -1 4202560 176488 0 0 0 120089 71 0 0 25 0 4 0 514469467 516124672 76744 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=946/tid=948] ppid=944 vsize=504028 CPUtime=1201.32 cores=1,3,5,7
/proc/946/task/948/stat : 948 (strangenight2-m) R 944 946 904 0 -1 4202560 175653 0 0 0 120054 78 0 0 25 0 4 0 514469467 516124672 76744 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=946/tid=950] ppid=944 vsize=504028 CPUtime=1195.62 cores=1,3,5,7
/proc/946/task/950/stat : 950 (strangenight2-m) R 944 946 904 0 -1 4202560 176714 0 0 0 119491 71 0 0 25 0 4 0 514469467 516124672 76744 33554432000 4194304 4627427 140734201692848 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 504028

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.31
CPU user time (s): 4797.22
CPU system time (s): 3.08953
CPU usage (%): 399.451
Max. virtual memory (cumulated for all children) (KiB): 662388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.22
system time used= 3.08953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707700
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= 1788
involuntary context switches= 31306

runsolver used 1.82772 second user time and 4.14437 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 00:11:38
IDJOB=3282158
IDBENCH=70785
IDSOLVER=1586
FILE ID=node129/3282158-1304028698
RUNJOBID= node129-1304028687-924
PBS_JOBID= 13170323
Free space on /tmp= 66360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282158-1304028698/watcher-3282158-1304028698 -o /tmp/evaluation-result-3282158-1304028698/solver-3282158-1304028698 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3282158-1304028698.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=901166023

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16672264 kB
Buffers:       1273896 kB
Cached:       14083800 kB
SwapCached:          4 kB
Active:        3930644 kB
Inactive:     11683504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16672264 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           15416 kB
Writeback:           0 kB
AnonPages:      256500 kB
Mapped:          15692 kB
Slab:           602296 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   468536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node129 at 2011-04-29 00:31:42